Hi.
I inherited a system - and due to the design
and amount of work it does - the PID numbers
for the processes grow at an alarming rate.  :eek:   
Ok, I know it is an int - so that's a huge number
but for interest sake   :cool:   
Q - How big can a PID be in Linux? ie. the 
 normal formatted output is only 5/6 digits 
 eg. "top","ps without switches" etc.
Q - What happens if the numbers get used up?
    Will it wrap - and starting from where? 
    or will it start displaying "#" overflow 
    characters? maybe even halt init?
E--
Q - Is there a way of finding out how many
file handles are currently in use? 
On a.n.other system - we reckon that is the
 problem ie. all the handles gets used up.
But proving it is something else!! 

[ January 09, 2003: Message edited by: caveman ]