As I wrote on thread about Odin PHP packages, there's a problem with xcache. After I looked a bit at this problem, there's seems to be problem with all op-code cachers.
My posts about this problem start with this post: http://talk.plesk.com/threads/pleas...t-odin-php-packages.335242/page-2#post-790816
For op-code caching to work as it is intended, it needs having setting PHP_FCGI_CHILDREN set to at least one (or more), otherwise caching is flushed for each process, leading to losing all benefits of op-code caching.
Is there a way that you could look this a bit more and found solution for op-code caching in you PHP packages? Just installing op-code cachers in fast cgi mode doesn't solve this issue. It seems that this is a problem with fast chi mode, but with setting PHP_FCGI_CHILDREN to 1 or more maybe can solve that. Or not, as they mention that there can be problems when using this setting: https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
My posts about this problem start with this post: http://talk.plesk.com/threads/pleas...t-odin-php-packages.335242/page-2#post-790816
For op-code caching to work as it is intended, it needs having setting PHP_FCGI_CHILDREN set to at least one (or more), otherwise caching is flushed for each process, leading to losing all benefits of op-code caching.
Is there a way that you could look this a bit more and found solution for op-code caching in you PHP packages? Just installing op-code cachers in fast cgi mode doesn't solve this issue. It seems that this is a problem with fast chi mode, but with setting PHP_FCGI_CHILDREN to 1 or more maybe can solve that. Or not, as they mention that there can be problems when using this setting: https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html