How to disable buffering when using FastCGI?

Nicolas Grilly nicolas at gardentechno.com
Tue Oct 13 18:14:11 MSD 2009


2009/10/13 Phillip Oldham <phill at activityhq.com>:
> Nicolas Grilly wrote:
> Is there a way to disable buffering when using FastCGI? (for a Comet
> style application)
>
> Is there an option "fastcgi_buffering off", working like the option
> "proxy_buffering off" in the HTTP proxy module?
>
> Have you tried:
>
> fastcgi_buffers 0 0;

Yes, I have tried this option, but it disables buffering only for the
FastCGI module, not for the output filters (especially gzip and SSL
modules). So, this option is not enough to completely disable
buffering.





More information about the nginx mailing list