Il giorno mer, 28/04/2010 alle 23.18 +0200, Alvaro Lopez Ortega ha scritto:
> > Cherokee does not buffer posts any longer, instead, it retransmits it to the > backend as it's received from the client. > > Could you please try the same test with another backend (SCGI, FastCGI or > HTTP with the reverse proxy)? Let's try to narrow possible causes of the > problem. > > -- Hi Alvaro, the Patrick problem is that he has to use the harakiri mode of uWSGI but on "streamed" uploads the timer starts at connection opening so if the client does not send data fastly the harakiri will kill the request. So this is a "logic" problem, more than an issue. If Cherokee cannot be re-put in "buffering-mode" i think that the only solution would be do buffering on uWSGI (save the uploaded data on a temporary file before starting the harakiri-timer). -- Roberto De Ioris <[email protected]> Unbit _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
