Welcome! Log In Create A New Profile

Advanced

Re: multiple connections to a fastcgi server

Maxim Dounin
May 03, 2011 08:18AM
Hello!

On Tue, May 03, 2011 at 01:01:53PM +0200, mscherer82@gmail.com wrote:

> I want to build a fast cgi server application which can handle
> multiple simoultanous calls. I found the threaded.c (or threaded.pl)
> example in the fast cgi sdk.
> (http://www.fastcgi.com/devkit/examples/threaded.c)
>
> But when running with my current configuration, the webserver only
> opens one connection at time and the second requests is waiting until
> the first one is finished. I don't want to use multiplexing. It could
> be done through multiple connections.

nginx will open as many connections to fastcgi backend as it has
concurrent requests.

If you see only one connection at a time - you may want to check
fastcgi app and testing tools you are using, probably
serialization of requests happens there.

Maxim Dounin

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

multiple connections to a fastcgi server

mscherer82@gmail.com May 03, 2011 07:04AM

Re: multiple connections to a fastcgi server

Maxim Dounin May 03, 2011 08:18AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 116
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