>
> I have a few questions about reload-on-rss and Gevent:
>

I don't now if Gevent changes anything but I'll try to anwser about
non-gevent workers.


> - when exactly is the worker process recycled? After a request?
>

Yes, all checks are called after each request has been handled and before
next one is accepted.


> - If the worker is servicing other requests will it stop accepting work
> but finish current requests, or will it die immediately taking with it some
> requests?
>

This is the Gevent part so I can only speculate that worker will die after
all requests are done.


> - is there some message printed in the logs when this happens? Does it
> mention the number of requests that were not completed (if applicable)?
>

 You will see messages like those below (and nothing more from uWSGI):

Fri Dec 28 10:02:16 2012 - ...The work of process 12260 is done. Seeya!
Fri Dec 28 10:02:16 2012 - Respawned uWSGI worker 1 (new pid: 14695)


-- 
Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to