memcached vs. internal caching in PHP?
Posted
by waitinforatrain
on Stack Overflow
See other posts from Stack Overflow
or by waitinforatrain
Published on 2010-06-14T14:02:50Z
Indexed on
2010/06/14
14:12 UTC
Read the original article
Hit count: 188
Hey,
I'm working on some old(ish) software in PHP that maintains a $cache array to reduce the number of SQL queries. I was thinking of just putting memcached in its place and I'm wondering whether or not to get rid of the internal caching. Would there still be a worthwihle performance increase if I keep the internal caching, or would memcached suffice?
© Stack Overflow or respective owner