Which one would you choose ; XCache or APC?

4.7k Views Asked by At

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 ?

3

There are 3 best solutions below

0
On

FWIW I've had great success (reliability-wise and performance-wise) using XCache. I also use it in conjunction with memcache to speed up session operations and cut down on hits to MySQL.

3
On

I'd choose APC, but only because it's being adopted as part of PHP 6.

There are also some good opinions offered on this question.

0
On

I use XCache because it was written by the same person who wrote lighttpd, which was written for SPEED. Works on apache, also.