> 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
