Re: Value for Memcache Pool Size in high traffic Web Site

2012-11-01 Thread Henrik Schröder
Have you tried benchmarking it?

Otherwise, you can go with 17. That's a good number.


/Henrik

On Thu, Nov 1, 2012 at 5:18 AM, Kiran Kumar krn1...@gmail.com wrote:

 I am using XMemcache 1.4.5 .

 In a high traffic web site ,where a CLient will be continously listening
 to Memcache ( A thread is started per User , which will be listening on
 Memcache)

 In this environment , i am setting the the pool size to value 5 as shown
 below

 MemcachedClientBuilder builder = new XMemcachedClientBuilder(
 AddrUtil.getAddresses(location));

 builder.setConnectionPoolSize(5);

 I am not sure if this Pool Size will be sufficient or not , please share
 your ideas .



Re: Data Visualizer for MemCached

2012-11-01 Thread Xu Di
On Wed, Oct 31, 2012 at 05:07:08PM +0100, Romain Pelisse wrote:
 Hi all,
 
 I'm wondering if there is tool outthere to browse and explore (with GUI)
 the content of a MemCache instance. The raltionale behind that is that, our
 data are mostly for audit, and - when the need arise, our ops people needs
 to be able to browse/query the cache's data to retrieve those audit
 information...
 

Hi, memcache is intended for cache some hot content to make web
respond faster, not for permanent storage, so if you want to audit
some data, it must be stored some other places like database, so for
that purpose you can use some gui tools for database to do auditing


Re: Data Visualizer for MemCached

2012-11-01 Thread Roberto Spadim
i don't know but theres others nosql that help you with audit, try
redis and check if it can help

2012/11/1 Xu Di xudi...@gmail.com:
 On Wed, Oct 31, 2012 at 05:07:08PM +0100, Romain Pelisse wrote:
 Hi all,

 I'm wondering if there is tool outthere to browse and explore (with GUI)
 the content of a MemCache instance. The raltionale behind that is that, our
 data are mostly for audit, and - when the need arise, our ops people needs
 to be able to browse/query the cache's data to retrieve those audit
 information...


 Hi, memcache is intended for cache some hot content to make web
 respond faster, not for permanent storage, so if you want to audit
 some data, it must be stored some other places like database, so for
 that purpose you can use some gui tools for database to do auditing



-- 
Roberto Spadim


Re: Data Visualizer for MemCached

2012-11-01 Thread Romain Pelisse
Hi all,


Thanks for your replies. You are right, I did NOT think this through -
class information is indeed needed to be able to display the data. I
somehow (stupidly) belived that the data will be as plan as JSON, but of
course, it's not...

Thanks !


On 1 November 2012 13:22, Roberto Spadim rspa...@gmail.com wrote:

 i don't know but theres others nosql that help you with audit, try
 redis and check if it can help

 2012/11/1 Xu Di xudi...@gmail.com:
  On Wed, Oct 31, 2012 at 05:07:08PM +0100, Romain Pelisse wrote:
  Hi all,
 
  I'm wondering if there is tool outthere to browse and explore (with
 GUI)
  the content of a MemCache instance. The raltionale behind that is that,
 our
  data are mostly for audit, and - when the need arise, our ops people
 needs
  to be able to browse/query the cache's data to retrieve those audit
  information...
 
 
  Hi, memcache is intended for cache some hot content to make web
  respond faster, not for permanent storage, so if you want to audit
  some data, it must be stored some other places like database, so for
  that purpose you can use some gui tools for database to do auditing



 --
 Roberto Spadim




-- 
Romain PELISSE,
*The trouble with having an open mind, of course, is that people will
insist on coming along and trying to put things in it -- Terry Pratchett*
Belaran ins Prussia (blog) http://blog.wordpress.belaran.eu/ (...
finally up and running !)