Skip to content

Conversation

@guiajlopes
Copy link

@perusio
Copy link
Owner

perusio commented Jul 17, 2015

Well not necessarily, because the connection is not directly to a child but to the fpm process as a all that then marshalls the requests to the children. The idea is to have a pool of keepalive connections so that when a PHP request comes the PHP FCGI module from nginx can proxy the request to php-fpm without having to establish a new TCP connection (thereby doing the 3 step handshake and so on).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants