php - Memcached vs APC which one should I choose? -
I read this article: by the way back when .. I want to get the best caching engine so that my application is really with speed. Of course I do not want to cache much, but I want to at least put the best thing out there. In that article it says that the memorycat is slow and the APC is fast, so why are all people to choose?
Here's the word "APC, memcache ... and a" slow "like file, squilit ..." Do you consider APC to be faster and as a memorial because slow is a good idea is?
If (and only if) you have a web application to live on different webserver (to load load), you will have to use memcache for distributed caching. If not, then just press APC and its Paste on the cache.
You should always use an opoad cache, which is APC (APC is also a PP to APC 6 will be integrated into IIRC, so start using it now).
You can use both of them for different purposes.
Comments
Post a Comment