Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change example.com.conf to set keep_conn just if your pools is static #220

Open
wants to merge 1 commit into
base: D7
Choose a base branch
from

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