Memcached security

David Phillips david at acz.org
Sat Apr 28 20:13:51 UTC 2007


On 4/28/07, Tsz Ming WONG <tszming at gmail.com> wrote:
> Why not use APC or eA for local caching, which should be much faster?

APC seems to have issues when you store lots of data.  memcached is
much more stable and reliable.

I tried using APC for caching queries and graph images for an internal
reporting site.  Almost immediately, APC stopped working correctly and
an Apache restart was required.  I've seen other APC issues such as
corruption and returning the wrong files.  memcached is solid, APC is
not.


More information about the memcached mailing list