On 2/15/2013 10:05 AM, Roberto De Ioris wrote:
You can increase the timeout with --http-timeout<n>, but the best
approach (expecially if the generation time is not deterministic) is
sending chunks continuosly.
Thanks Roberto, that did the trick. Unfortunately sending chunked data is out of my control as the clients are autocompiled and they don't support chunked data. For some of the calls the data can't be sent until all processing is complete anyway.

The error message is a bit confusing though - "SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected)" makes it sound like the server wasn't expecting to find a closed socket when in reality the server closed the socket itself.

Thanks again,

Gavin

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

Reply via email to