> Hi,
>
> See the attached.  Note the abrupt stop..thats where I updated the hash.
> I
> have 4 servers running one gevent loop per core.  So..its clear that the
> code does what its supposed to do...but I guess there is a runaway worker.
> I dont know how to explain it.
>

If a whole worker lose the message you will not see such an abrupt stop
(each core in the worker would still be able to manage requests), so i
have to suppose a bunch (really few from the graph) of greenlets are still
up answering requests.

How each greenlet knows it should stop answering requests ? Or better,
when a greenlet read that dictionary to stop itself ?

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

Reply via email to