xcache

using xCache with Zend optimizer together

Hello, i have installed xCache and Zend optimizer in same time and it gives me PHP Fatal error: [Zend Optimizer] Zend Optimizer 3.3.3 is incompatible with XCache 1.2.1 in Unknown on line 0 I have lines in installation document that i should include zend php.ini file to normal php.ini and ansure that xCache runs befor Zend Optimizer. M...

apc vs eaccelerator vs xcache

Im doing research on which one of these to use and I can't really find one that stands out. Eaccelerator is faster than APC, but APC is better maintained. Xcache is faster but the others have easier syntax. Anyone have recommendations on which to use and why? Thanks ...

Opcode (APC/XCache), Zend, Doctrine, and Autoloaders

I am trying to use either APC or XCache as an opcode to cache my php pages. I am using it with Zend and Doctrine and it's having a problem with the autoloader. If I try with APC, I get the following: Fatal error: spl_autoload() [<a href='function.spl-autoload'>function.spl-autoload</a>]: Class Doctrine_Event could not be loaded in ...

PHP: Using APC as general cache, XCache as opcache, possible?

I'm really intreagued by the general cache aspects of APC and want to use it in my code (this I know how to do, this is not the problem). However, I'm using XCache as opcache now and want to continue to do so since I have it tweaked "just right" for my particular needs. The reason I want to use APC cache as general cache is that I'm no...

I have the XCache jumpy Hits situation, don't know how to solve it

http://xcache.lighttpd.net/wiki/Faq#Iseejumpyhitsinadminpage (see section 1.10) The Xcache jumpy situation happens when different php instances don't share memory. I simply don't know how to solve it. I'm on dreamhost PS server. using the Xcache default installation. See server info below. I tried the following without success: Remov...

Which one would you choose ; XCache or APC ?

I need a opcode-cache in my project. Also i will use for the datastore (mysql returned row) cache ? Which is the best for you and WHY ? ...

Codeigniter - PHP Not Being Rendered In Views w/ mod_php 5

I recently transferred one of my websites to a private server which allowed me to use mod_php 5 along with XCache. However, when I switch from PHP 5 CGI to mod_php, the PHP that is directly in my view files is not being rendered. For example, the title of my page is “”. As in you can see the unprocessed code in the HTML. Any ideas as to ...

HipHop instead of XCache?

Would it make sense to switch to HipHop instead of XCache? Is HipHop ready for primetime or should we wait several months before implementing it? Edit: we are interesting in testing the configuration on a server running vBulletin. ...

Does CakePHP have support for APC, XCache and others

Any ideas please? Thanks. ...

Xcache var_size error

I am trying to use xcache with zend framework to cache the metadata from Zend_Db_Table_Abstract so that describe queries are only called once per table. When implementing xcache into my bootstrap and running the application, I am being presented with the following error: Warning: xcache_get() [function.xcache-get]: xcache.var_size is e...

What does ACM stand for?

I see that phpBB uses the term often to describe things like XCache, ACP, eAccelerator: http://wiki.phpbb.com/display/DEV/Cache, but what does ACM actually stand for? I understand that all of these are PHP caching mechanisms and I use XCache myself, but I could not find what "ACM" actually translates to. ...

Expiring links and where to store them

I currently have a website setup where unique links are generated every time a person loads a page. When a user follows a link that link should expire. That is, they shouldn't be able to hit back on their browser and click that link again. While I can do this now, I'm not sure where I should be storing the unique link IDs. There are go...

PHP performance: accelerators and HTTP servers

First, which is the fastest accelerator: XCache or APC? And should I have nginx, lighttpd, Apache or Apache with nginx as a reverse proxy for static contents. What's better? Thank you. ...

Difference between Memcache, APC, XCache and other alternatives I've not heard of....

Hi there. At work, we've recently started designing an application to me "large scale" (we're engineering for the potential to serve up many millions of hits a day). One of the senior devs and the sysadmin have set up memcache on the server. As I understand it, Memcache will hold query results and certain tables in memory for X am...