Welcome! Log In Create A New Profile

Advanced

Re: FastCGI and pipelining

Maxim Dounin
March 06, 2012 12:54PM
Hello!

On Tue, Mar 06, 2012 at 12:04:35PM -0500, chuda wrote:

> Hi all,
>
> I'm recently start using NGINX in combination with my FastCGI service,
> it work quite good and effective.
> I decided to use pipeline as it works effectively utilizing one
> connection.
> According to NGINX logs pipelining is work, but I mentioned interesting
> thing - NGINX passes request to FCGI in synchronous mode, i.e. it'll
> send the next request only after the first one will complete.
>
> It's weired for me.
>
> Is such behavior is expected?

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).

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

FastCGI and pipelining

chuda March 06, 2012 12:04PM

Re: FastCGI and pipelining

Maxim Dounin March 06, 2012 12:54PM

Re: FastCGI and pipelining

chuda March 06, 2012 04:51PM

Re: FastCGI and pipelining

Maxim Dounin March 06, 2012 05:40PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 244
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready