home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / admin / 5013 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.7 KB

  1. Xref: sparky comp.unix.admin:5013 comp.sys.hp:10304
  2. Newsgroups: comp.unix.admin,comp.sys.hp,ctp.it
  3. Path: sparky!uunet!psinntp!fsg!onward
  4. From: onward@fsg.com (Onward Lam)
  5. Subject: Re: Unkillable processes
  6. Message-ID: <1992Sep10.144955.1445@fsg.com>
  7. Organization: Fusion Systems Group, New York City
  8. References: <1992Aug26.180629.385@ctp.com> <1992Sep03.212714.28300@quaker.uucp>
  9. Date: Thu, 10 Sep 1992 14:49:55 GMT
  10. Lines: 30
  11.  
  12. In article <1992Sep03.212714.28300@quaker.uucp> raymond@quaker.UUCP (Raymond C. Leung) writes:
  13. >
  14. >By the way, I have another type of unkillable processes which are
  15. >zombies left by some software applications.  Use command `ps` I can see
  16. >they are "<defunc>" and `top` shows the number of zombies on my system.
  17. >HP people blame the application not handling exit properly.
  18. >They said their parent process should wait() for their child processes
  19. >before termination.  However, vendor engineer of that software told me
  20. >that zombie is normal!  S o o o, I wouldn't worry about it.  :^)
  21.       ^^^^^^^^^^^^^^^^
  22. >
  23.  
  24. NO, NO, NO. Zombies are most definitely NOT normal.  
  25. Go tell your software vendor.  Agreed that they do NOT affect the operation
  26. of your application, but they still take up a process slot.
  27.  
  28. Imagine an application which fork()s every hour and the children exits
  29. soon after they were created.  After 1 day you will have 24 zombies.
  30. In a week you will have 168.  If the application is not owned by root,
  31. you won't even last that long (more like 2 days and change, assuming
  32. a 50 process per user limit).
  33.  
  34. Bottom Line: Get your vendor to fix it.
  35.  
  36.  
  37. -- 
  38. - Onward Lam            Internet: onward@fsg.com    -
  39. - Fusion Systems Group        Uucp    : uupsi!fsg!onward    -
  40. - 225 Broadway, 24th Fl.    Voice    : +1 212 2858001    -
  41. - New York, NY 10007        Fax    : +1 212 2858705    -
  42.