also turn up your log level to debug
how many requests are you hitting it with do you think? it ends within
60 seconds roughly and you have it set to 1000 requests. so either
something is crashing or running out of resources for some reason, or
you're hitting your 1000 and it's not recycling.
Sep 12 21:01:59.002402 [DEBUG] pid 2432,
fpm_pctl_perform_idle_server_maintenance(), line 357: [pool www]
currently 0 active children, 2 spare children, 2 running children.
Spawning rate 1
Sep 12 21:02:00.003397 [DEBUG] pid 2432,
fpm_pctl_perform_idle_server_maintenance(), line 357: [pool www]
currently 0 active children, 2 spare children, 2 running children.
Spawning rate 1
Sep 12 21:02:01.004449 [DEBUG] pid 2432,
fpm_pctl_perform_idle_server_maintenance(), line 357: [pool www]
currently 0 active children, 2 spare children, 2 running children.
Spawning rate 1
Sep 12 21:02:01.036579 [DEBUG] pid 2432, fpm_got_signal(), line 62:
received SIGQUIT
Sep 12 21:02:01.036594 [NOTICE] pid 2432, fpm_got_signal(), line 63:
Finishing ...
Process 2432 is the master process. it says that it received a QUIT
signal. So it's stopping. It's not a bug.
As you said it happenes every minutes, I think you have a kind of
watchdog software which is not detecting PHP-FPM correctely and
restarts FPM.
2010/9/12 Utkarsh <www.qpro...@gmail.com>