Jeremy Chadwick wrote: > I'm willing to bet this is due to a badly-written PHP script. I see > these occasionally on our production systems. Every time I've seen > them, it's boiled down to some questionable web forum software. > what do you mean for "badly-written PHP script" I written the code by myself, if I do not get error with
error_reporting = E_ALL my opinion is that PHP should run the code > Do you see the zombie processes go away after a short while on their > own? init(8) should reap zombies evenutally, but in most cases (on > our systems) when the Apache httpd child running gets terminated over > time, these disappear as well. > running "top" <defunct> message disappear immediately I suppose in same case the code that generate the message could be large "HTML form" created using foreach() PHP function Alessandro De Zorzi _______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
