
01-21-2011, 11:05 AM
|
|
Senior Member
|
|
Join Date: Dec 2004
Location: Brisbane, Australia
Posts: 142
|
|
hmmm you should enable multi-quote feature in vB so i can quote you properly 
Quote:
Originally Posted by mistwang
smart keepalive will close connection after serving a response with MIME type text/* regardless it is from PHP or static file. So, "Smart Keepalive" should be off when you did the benchmark tests.
|
i see, yup 2nd post above has benchmarks redone with smart keep alive off with a nice boost especially at >1000 concurrency level.
Quote:
Originally Posted by mistwang
add environment
LSAPI_ACCEPT_NOTIFY=1
LSAPI_AVOID_FORK=1
to lsphp5 external app should boost Litespeed no-cache results.
|
Ooooh additional tweaks to try - will do 
Quote:
Originally Posted by mistwang
I wonder if you use mod_php or suPHP with Apache?
If uses mod_php, make sure "PHP suEXEC" is off to match Apache security model.
|
Yeah Apache is mod_php with PHP suExec disabled as well as disabled when loading Apache conf via litespeed 
|