
12-23-2011, 02:23 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,338
|
|
Quote:
Originally Posted by aziernest
No error message in error log, but it appears in client site.
How can I use LSWS to use memory for caching in order to avoid or reduce disk i/o ?
How can I see historical graphs of my litespeed concurrent connection in past to know what's the max concurrent connections that I may have ever reached ?
...
|
to use memory for caching, as pointed out previously, you can use opcode cache (i.e., APC, xCache, etc for compiled php code) AND application cache like WP super cache, etc with shared memory (/dev/shm) as storage.
for history data, use tools like cacti, rrdtool, awstats
http://www.litespeedtech.com/support...ku.php#add-ons
|