my environment
ubuntu 14.04
, php 5.5
, nginx 1.76
i am using both opcache
and xcache
concurrently
PHP 5.5.19-1+deb.sury.org~trusty+1 (cli) (built: Nov 19 2014 19:33:43)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with XCache v4.0.0-dev, Copyright (c) 2005-2013, by mOo
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
with XCache Optimizer v4.0.0-dev, Copyright (c) 2005-2013, by mOo
with XCache Cacher v4.0.0-dev, Copyright (c) 2005-2013, by mOo
with XCache Coverager v4.0.0-dev, Copyright (c) 2005-2013, by mOo
i am just wondering can i use both opcache and xcache at the same time .. i dont know whether this allowed or not ? I know that both do almost the same job, but not sure if that would make any difference on the performance and speed.
suggestions invited ? so can i use both ?