PHP on High Traffic Site

#1
Hi,

is the standard PHP setting used by LSWS good enough for high traffic websites?

We use php 4 and 5 and do compile them ourself with litespeed sapi.

Should we use the standard settings lsws came with or do you recommend different settings?

We have ~80 virtual hosts on 25 listeners
we have 4 Loadbalanced servers with Enterprise LSWS
We use php/mysql and would like to get the best response time possible

Not talking about mysql bottlenecks or whatever, only want to know the best settings for lsws

regards

Marcus
 

mistwang

LiteSpeed Staff
#2
Please monitor the LSWS realtime status report, if "WaitQ" > 0 consistantly, you may consider up the "PHP suEXEC Max Conn" from "10" to a little higher value.
Default LSWS configurations are pretty optimized.
 
Top