Memcache vs Memcached |
[eluser]Xeoncross[/eluser]
Well it's time I start using Memcached now that my projects are getting bigger. However, I see two PHP PECL projects "memcache" and "memcached" which both seem to cover the same memcached project. I can't find anything on one verse the other outside of the fact that Memcached has more object methods and apears to give more control over the simpler Memcache lib. You can see a sample lib here. For those of you unfamiliar with the Memcached app - it basically stores data (like DB results) in memory so you don't have to use slow file or DB caching. So any ideas on which PHP API works better?
|
Welcome Guest, Not a member yet? Register Sign In |