Re: [PHP] Re: PHP scalability problem -- APC vs EAccelerator

2009-06-02 Thread Eddie Drapkin
EAcellerator is "just" an opcode cache. It transparently caches PHP opcodes; all you have to do to use it is download, compile and enable and never worry about it again. APC, on the other hand, does a bit more. While APC also caches opcodes, it performs worse than EAC or xcache does (there's a b

RE: [PHP] Re: PHP scalability problem -- APC vs EAccelerator

2009-06-01 Thread Daevid Vincent
Eddie can you explain the differences between APC (which is now built into PHP) and EAccelerator. You seem to give mixed signals here as you endorse both it seems, but I would think they would collide and as the Highlander says, "There can be only one!" http://us.php.net/apc http://eaccelerator.ne