10 messages in ru.sysoev.nginxRe: optimization guidelines...
FromSent OnAttachments
Ilan BerknerJan 14, 2009 8:14 am 
Joe AstonJan 14, 2009 8:31 am 
Ilan BerknerJan 14, 2009 8:40 am 
Andrew ThorntonJan 14, 2009 8:40 am 
Olivier BonvaletJan 14, 2009 8:56 am 
Ilan BerknerJan 14, 2009 9:06 am 
Just MarcJan 14, 2009 10:30 am 
Ilan BerknerJan 14, 2009 10:54 am 
mikeJan 14, 2009 10:58 am 
luben karavelovJan 14, 2009 1:11 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: optimization guidelines...Actions...
From:Andrew Thornton (andr@thorntonindustries.com)
Date:Jan 14, 2009 8:40:35 am
List:ru.sysoev.nginx

Isn't PHP FPM a form of cgi?

On Wed, Jan 14, 2009 at 11:31 AM, Joe Aston <jo@joeaston.com> wrote:

I seem to remember using PHP APC with FastCGI was a bad idea because php-cgi processes couldn't share the same cache - they all required their own unique caches.

How many php-cgi processes are you running?

On Wed, Jan 14, 2009 at 4:14 PM, Ilan Berkner <iber@gmail.com> wrote:

Does anyone have specific or "generic" optimization guidelines for running Nginx in the following configuraiton?

- Dedicated Nginx server (1) - PHP FPM - FastCgi

- Dedicated DB Server - MySQL

Traffic on our site is increasing and I noticed that CPU utilization on our Nginx server is going over 50%, primarily to php-cgi processes. We are optimizing php using APC.

Any suggestions would be greatly appreciated (additional information can be provided).

Thanks