Re: [us...@httpd] Buffering I/O for (Fast)CGI

2010-11-06 Thread YorHel
A short follow-up on my problem: On 5 November 2010 15:38, YorHel wrote: > On 5 November 2010 15:18, Jeff Trawick wrote: >> For input, mod_fcgid already does what you want (in fact it doesn't >> implement any alternative). > > Ah, I wasn't aware of that. I did

Re: [us...@httpd] Buffering I/O for (Fast)CGI

2010-11-05 Thread YorHel
Thanks for the quick reply! On 5 November 2010 15:18, Jeff Trawick wrote: > On Fri, Nov 5, 2010 at 9:36 AM, YorHel wrote: >> Hello, >> .. >> >> I have not been able to find a similar feature built-in into Apache, >> and while looking for solutions I came a

[us...@httpd] Buffering I/O for (Fast)CGI

2010-11-05 Thread YorHel
Hello, I am considering migrating my sites from Lighttpd to Apache. And while migrating the configuration went fine on my test server (using mod_fcgid), there's one problem I have been unable to solve. Lighttpd buffers the entire HTTP request in memory before passing it to the content generator (