View Single Post
  #2  
Old 07-07-2005, 07:15 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Current release of PHP LiteSpeed SAPI cannot spawn multiple children processes, but this function will be added.
So, you need to set "instances" to match "max connections".
It is not recommended to set "Max connections" to 2000, unless you have a super powerful server, and usually you don't need to set it to that high even for a very busy web site, 100 is more than enough and usually gives the best performance.
Reply With Quote