home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / question / 11082 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!wupost!darwin.sura.net!ukma!kherron
  3. From: kherron@ms.uky.edu (Kenneth Herron)
  4. Subject: Re: forking and forking and forking...
  5. References: <RDORICH.92Sep14204413@jade.tufts.edu>
  6. Message-ID: <1992Sep15.83813.2560@ms.uky.edu>
  7. Distribution: na
  8. Date: Tue, 15 Sep 1992 12:38:13 GMT
  9. Organization: University Of Kentucky, Dept. of Math Sciences
  10. Lines: 16
  11.  
  12. rdorich@jade.tufts.edu (Rob) writes:
  13.  
  14. >    for(;;) fork();
  15.  
  16. >After a few processes have been started, the user blows his processes
  17. >quota, and nothing else can be done.  Actually, kill works, but a new
  18. >process is immediately put up.  Is there any other solution other than
  19. >shutting the whole system down?
  20.  
  21. Send them all STOP signals, then once they're all stopped send them
  22. KILL signals.
  23. -- 
  24. Kenneth Herron                                           kherron@ms.uky.edu
  25. University of Kentucky                                      +1 606 257 2975
  26. Department of Mathematics           "Thanks to the magic of the slow-motion 
  27. camera, we can now show you how ugly the inside of someone's mouth can be."
  28.