miyagawa / Starman

Starman is a high-performance preforking Perl PSGI web server
http://search.cpan.org/dist/Starman
Other
287 stars 84 forks source link

Starman worker zombie processes showing up #152

Open wbiker opened 10 months ago

wbiker commented 10 months ago

For about three month we have been noticing an increasing number of zombie processes in our catalyst web application.

It looks like certain starman worker processes spawning one or more new worker processes which become a zombie and stays around quite a time until cleaned by something. That has a impact in the performance and causes quite trouble. We are not sure what is the cause of the problem. Could be our software but also a bug in starman?

Is there a way to debug starman to get more information about the reason the worker become zombies?

image

Peronamus commented 10 months ago

Same Problem here