FastCGI and pipelining
Maxim Dounin
mdounin at mdounin.ru
Tue Mar 6 22:38:11 UTC 2012
Hello!
On Tue, Mar 06, 2012 at 04:51:12PM -0500, chuda wrote:
> Maxim Dounin Wrote:
> > Yes. Pipelined requests from client are processed
> > in order. That is, processing of next request starts only when
> > previous requests was handled and response sent (at least to socket
> > buffer).
>
> Thank you for fast response.
> Is it common approach how NGINX serves pipelined requests to any
> upstream module or FCGI specific?
It's how nginx handles pipelined requests (regardless of any
processing details).
> Is there any technique to speed it up?
Use multiple connections?
Maxim Dounin
More information about the nginx
mailing list