RE: Global Lock When Getting Stats?

2010-05-18 Thread Tim Sneed
Actually sorry I should've been more descriptive. I plan on using a java client to get the stats from memcached so that we can eventually pipe the stats to our monitoring software. What would be the best java client? Spymemcached? Also, is there any consideration in the future to provide stats

Re: Tools : phpMemCacheAdmin

2010-05-18 Thread c.mahi...@of2m.fr
Hello everyone I've released version 1.1.3 today to fix a bad slabs display, some minor fixes and code improvements. You can download it from Google Code : http://code.google.com/p/phpmemcacheadmin/ Hope you'll find it useful, Cordially Cyrille

RE: Global Lock When Getting Stats?

2010-05-18 Thread dormando
Actually sorry I should've been more descriptive. I plan on using a java client to get the stats from memcached so that we can eventually pipe the stats to our monitoring software. What would be the best java client? Spymemcached? Probably, yes. Also, is there any consideration in the

Memcached as web page cache

2010-05-18 Thread Sun-N-Fun
I am considering Memcached as a web page cache, so that I can expire/ delete certain web pages as content changes on the backend. Is there a provision to use Memcached in this way, or is it stricktly for populating using the add method in the API?

Re: Tools : phpMemCacheAdmin

2010-05-18 Thread Artur Ejsmont
hi, if you want you can have a look at the memcache stats scripts i have modified some time ago and published here http://artur.ejsmont.org/blog/content/first-version-of-memcache-stats-script-based-on-memcachephp probably same thing, i just added some slabs stats, maybe you will find something

Re: Memcached as web page cache

2010-05-18 Thread Joseph Engo
You might be better off with http://varnish-cache.org/ Sent from my über iPad On May 18, 2010, at 6:04 PM, Sun-N-Fun bayaread...@yahoo.com wrote: I am considering Memcached as a web page cache, so that I can expire/ delete certain web pages as content changes on the backend. Is there a