View Single Post
  #7  
Old 02-13-2012, 03:15 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by mks View Post
This is for any page of the site.

How can I increase Req/second? Does increasing Max CGI Instance help? I should not be seeing 100 Req/second (400 in processing) with this powerful server.

On the old setup, I would see 100 Req/second (400 in processing) load is 40.

New setup, I still see 100 Req/second (400 in processing) but load is 2.

Although the load is low, the website still loading slow due to so many stuck in processing. What settings can be changed to increase the 100 Req/second to take full advantage of my server?
1. You should disable per client throttling (set static req/sec AND dynamic req/sec => 0; connection limit (soft/hard) => 10000).
2. paste your lsphp5 ext app settings here.
3. increase Max CGI instance would NOT help.
4. php suEXEC set to 10 (good for most setup). increase it if you have very busy traffic (not in your case).
Reply With Quote