I have a thought that uwsgi worker freezes somewhere, because I can call a page, which returns a cached value. 90% of responses will be returned in ~5msec and 10% in 10 sec. I dont understand that behaviour.
On 22 March 2013 12:46, Roberto De Ioris <[email protected]> wrote: > > > I make harakiri, because a response should be resceived in 200 msec as a > > maximum. Sometimes workers return a response after 8 seconds. So I kill > > that worker after 5 seconds. > > > So, (from the logs) you are getting the expected behaviour, harakiri is > killing workers blocked for more than 5 seconds. > > Is it not you were expecting ? > > > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
