How do you handle while(1) fork(); ?

Conor P. Cahill cpcahil at virtech.uucp
Sat Jul 14 13:41:57 AEST 1990


In article <1655 at yenta.alb.nm.us> dt at yenta.alb.nm.us (David B. Thomas) writes:
>jrw at mtune.ATT.COM (Jim Webb) writes:
>
>Am I missing something?  I thought the kernel table had only so many
>slots for processes on the whole system, each of which is available
>to anyone.  Therefore, the nasty code would hog every last slot,

Unix systems have a per-user limit on the number of processes
in addition to the system wide limit.  Most systems will also
keep a normal user process form using up the last free slot in
the process table (that is left for root).

-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 



More information about the Comp.unix.questions mailing list