> Dnia poniedziałek, 21 maja 2012 16:36:10 Łukasz Mierzwa pisze:
>> I've left cron running every minute for whole week and it seems that it
>> managed to eat all of some resources leaving all of my apps dying all
>> the
>> time:
>
> I've added reaper=true to my vassal config, but calling waitpid after each
> request seems like a bit overhead, so it would be nice to get rid of
> zombies
> instead of hunt for them.
>

Reapers are called by workers, while command-crons (the ones you define
via --cron) are generated by the master.

I have checked the code, it looks like waitpid() calls are blocked while
in cheap (no workers) mode. Could it be your situation ?


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to