PHP Accelerator with Coolstack

Dear all,does anybody use a php accelerator (eAccelerator, xcache, APC) together with Coolstack?I'm curious about the experiences you made...I tried to run xcache: installation worked fine but I fail activating it.Regards,a?
[267 byte] By [aquadrahta] at [2007-11-27 0:51:23]
# 1
We ship APC with Cool Stack and it is enabled by default if you use the bundled php.ini. eAccelerator should work in a similar fashion.Shanti
shantiSa at 2007-7-11 23:22:09 > top of Java-index,Open Source Technologies,OpenSPARC...
# 2

Dear Shanti,

yes I saw APC is included, I disabled it because I had problems when content changed and the cache didn't recognize it - I'll have a deeper look into it.

AFAIK eAccelerator doesn't work with php 5.2.0.

(Yesterday a zpool on my new SC 3.2 crushed with all my webdata, so currently I'm having other things to fix :-((( )

aquadrahta at 2007-7-11 23:22:10 > top of Java-index,Open Source Technologies,OpenSPARC...
# 3

In your /opt/coolstack/php5/lib/php.ini file, change the options for apc.stat to be:

apc.stat=1

This disables caching, which will slow down performance on a heavy loaded box, but is a necessity for development. You'll need to restart apache after making this change.

Cheers-

John

john.tracya at 2007-7-11 23:22:10 > top of Java-index,Open Source Technologies,OpenSPARC...