Jeremy Morse
2015-04-17 17:08:51 UTC
Hi,
Tyler's monitoring scripts have squawked a bit about the number of
zombie processes on saffron; I figured this was because there were some
httpd workers waiting to be reaped. On closer inspection however, at
this moment there are four pylint processes in a semi-permanent zombie
state. They have not been joined to their parents, and have been alive
for at least 3 minutes, so are not going to be. In pstree:
ââhttpdââ¬â7*[httpd]
â ââ2*[httpdâââpylint]
â ââhttpdâââ2*[pylint]
â ââ2*[httpdâââ27*[{httpd}]]
(The 27 httpd's at the bottom are going to be wsgi contained threads).
The cost of these processes hanging around is negligible but nonzero;
they should definitely be joined. Otherwise they'll sit there until the
httpd worker process is exhausted and get join'd back to the master
httpd process. I've opened #2992 to track this.
--
Thanks,
Jeremy
Tyler's monitoring scripts have squawked a bit about the number of
zombie processes on saffron; I figured this was because there were some
httpd workers waiting to be reaped. On closer inspection however, at
this moment there are four pylint processes in a semi-permanent zombie
state. They have not been joined to their parents, and have been alive
for at least 3 minutes, so are not going to be. In pstree:
ââhttpdââ¬â7*[httpd]
â ââ2*[httpdâââpylint]
â ââhttpdâââ2*[pylint]
â ââ2*[httpdâââ27*[{httpd}]]
(The 27 httpd's at the bottom are going to be wsgi contained threads).
The cost of these processes hanging around is negligible but nonzero;
they should definitely be joined. Otherwise they'll sit there until the
httpd worker process is exhausted and get join'd back to the master
httpd process. I've opened #2992 to track this.
--
Thanks,
Jeremy
--
You received this message because you are subscribed to the Google Groups "Student Robotics Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to srobo-devel+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Student Robotics Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to srobo-devel+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.