Optimizing worker_processes, worker_connections & PHP_FCGI_CHILDREN - Any Good Tutorial?

Michael Shadle mike503 at gmail.com
Tue Jun 15 23:58:36 MSD 2010


On Tue, Jun 15, 2010 at 12:37 PM, Rahul Bansal <rahul286 at gmail.com> wrote:

> I have setup my nginx as mentioned here -
> http://wiki.nginx.org/NginxHttpFcgiModule
> And I guess for this reason my APC cache is working fine! :)

I believe (and from what I see and hear) the APC cache is shared by
all children from the parent.

So each pool can share. I don't think APC is global cross all pools
however it might be, because when I do apc_info() or whatever the
function is, I see other people's files (in different pools) in my
file cache.



More information about the nginx mailing list