Re: Apache + Drupal 6 + Memcache Segfault

2011-09-24 Thread Khushil
Hi all, This is a Drupal 6 site and we use the memcached module for that which would, I assume take care of all the init functions. We are using the PECL libraries to connect. On a related note, we have two memcache servers with 10G of memory allocated to each. Our bins are distributed to each

Re: Most efficient way of modifying value

2011-09-24 Thread Rohit Karlupia
I just coded up something which would be useful for server side modifications. https://github.com/iamrohit/cacheismo Scriptable cache with virtual keys. thanks! rohitk On Wed, Oct 27, 2010 at 1:28 AM, Rohit Karlupia iamro...@gmail.com wrote: May be you are better off using redis which provides

Re: How to identify by name memcached instances?

2011-09-24 Thread Claudio Redi
What if I have 3 different instances running on the same machine? There would be any way to name each one of them? On Sep 16, 4:40 pm, Boris Partensky boris.parten...@gmail.com wrote: Use CNAME? On Fri, Sep 16, 2011 at 2:37 PM, Claudio Redi claudior...@gmail.com wrote: Hi, I'll have

Several instances vs single instance

2011-09-24 Thread Claudio Redi
I know that problably it would depend of my specific scenario, but in general, do you think it would be better to have a single instance of 60MB or 6 instances of 10MB on the same server? I wonder if having multiples instances would highly imprrove the concurrency capacity and if having multiple

Memcached Analysis

2011-09-24 Thread Jithin Jose
Hi, I am trying to do some scalability analysis (scaling the number of clients) for Memcached. Is there any available benchmark for such experiments ? Also, I am curious to know about the number of clients that a memcached server can service in a typical deployment. By default, the number of

Add systemd service file

2011-09-24 Thread Miklos Vajna
Hi, I'm attaching a patch adding memcached.service for systemd[1], based on scripts/memcached.sysv. I'm submitting it as a patch, as one of systemd's great idea is to let upstream ship service files, so the every distro packager writes his own rc script issue won't happen again. :) The only

Re: Hardware Donations

2011-09-24 Thread dormando
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/09/2011 12:24, Paul Lindner wrote: Contact Josh Berkus he may be able to get you access to the Postgres performance testing systems (not sure how high-powered they are...) I wonder if Intel/AMD or a 10g card vendor could get you

Re: Memcached Analysis

2011-09-24 Thread dormando
Hi, I am trying to do some scalability analysis (scaling the number of clients) for Memcached. Is there any available benchmark for such experiments ? Also, I am curious to know about the number of clients that a memcached server can service in a typical deployment. By default, the

Re: Several instances vs single instance

2011-09-24 Thread dormando
I know that problably it would depend of my specific scenario, but in general, do you think it would be better to have a single instance of 60MB or 6 instances of 10MB on the same server? I wonder if having multiples instances would highly imprrove the concurrency capacity and if having

Re: Memcached Analysis

2011-09-24 Thread Mohit Anchlia
On Sat, Sep 24, 2011 at 4:26 PM, dormando dorma...@rydia.net wrote: Hi, I am trying to do some scalability analysis (scaling the number of clients) for Memcached. Is there any available benchmark for such experiments ? Also, I am curious to know about the number of clients that a memcached

Re: XMemcached makes high CPU usage

2011-09-24 Thread Sergio Garcia
Hi, Are you storing objects in memcached? If you are, the serialization of these objects could explain these high CPU usage. I experienced the same problem. If should store small objects to avoid these problem. 2011/9/23 thibd buidinh...@gmail.com Dear all, When I apply XMemcached on my