Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 677
O.. Avatar asked Dec 09 '22 18:12

O..


2 Answers

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.

like image 192
Ian Gregory Avatar answered Dec 13 '22 21:12

Ian Gregory


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

like image 27
David Barnes Avatar answered Dec 13 '22 22:12

David Barnes