> 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.
The harakiri verbose message is telling you that your worker is blocked for socket data. As they are all POST requests i suppose an upload is in place. Are you sure you do not have a streaming webserver on front so your uploads (taking more than 5 seconds) are rejected ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
