On Fri, Dec 11, 2009 at 1:54 AM, simonjwoolf < [email protected]> wrote:
> Hi, > > I am using memcached 1.4.4 with Django 1.1, FastCGI and Lighttpd. I > have the django-memcached_status app installed so I can monitor stats. > I am using three memcached daemons per site, each on a different > physical server (one on localhost with minimal allocated RAM, the > others on remote servers). > > Just some advice, When having more than one memcached server, you should never reference one as localhost of 127.0.0.1. It will mess with your distribution of keys. All clients referencing the memcached servers should use the exact same list of IP/ports. -- "Be excellent to each other"
