Quote:
Originally Posted by motowebmaster
IONCube and XCache will play together.
Your Var Cache needs to be be enabled and set to something 4mb at first. It can be reduced after you've got an idea of what will be used.
|
Here's what in my PHP.ini when:
Quote:
- xcache.var_size = 128M
- xcache.var_count = 2
- xcache.var_slots = 16K
- xcache.var_ttl = 10
- xcache.var_maxttl = 10
- xcache.var_gc_interval = 300
|
Remember, I have commented the XCache module in the module loading section, since it is a production server and the HTTP 503 errors aren't helping any sites.
--------------- Added [DATE]1241346618[/DATE] at [TIME]1241346618[/TIME] ---------------
Quote:
Originally Posted by puertoblack2003
i ended up using eAccelerator which works well.To find out more about xcache go to vb.com under server configs they may can help you more over there.
|
eAcc hasn't performed too well, the second one to perform was APC, but XCache was by far the best.