how apache/mod_python slight collect the zombies?
apache/2.2.6 (unix) dav/2 mod_python/3.2.8 python/2.4.4 configured ...
one apache processes spawns long-running python book asynchronously, apparently doesn't seem collect the child slight list entry. after long-run-in-subprocess python book finishes - left python slight left.
# ps -ef | grep httpd
root 23911 1 0 oct15 ? 00:00:01 /usr/sbin/httpd
...
qa 23920 23911 0 oct15 ? 00:00:00 /usr/sbin/httpd
# ps -ef | grep python
...
qa 28449 23920 0 12:38 ? 00:00:00 [python] <defunct>
what proceed apache slight collect the children? illusory office around mod_python ask handler ( pythoncleanuphandler example)?
thanks.
Comments
Post a Comment