Hello. I'm using uWSGI to serve requests directly, using the HTTP plugin. Sometimes, I still haven't found a pattern, the server stops responding to requests for some minutes. It accepts the connection, but does not seem to do anything with it.
Using strace() I can see that all my 4 workers are in epoll_wait(), and the http process is in a sendto() method. After a few minutes I see this in the log: 2012-08-08 16:45:55.815196500 send(): Connection timed out [plugins/http/http.c line 887] <------------- 2012-08-08 16:45:55.815198500 [uWSGI DEBUG] called 0x7f922045d910 0x6309f38 2 2012-08-08 16:45:55.815199500 [uWSGI DEBUG] called 0x51bacf8 0x7f9220507050 6 and processing goes on as if nothing had happened. Which connection timed out here? Is this a timeout I can configure? Thanks, André _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
