Adding/Removing order of instances from a consistent array

2010-07-04 Thread Ken Saggy
Hi guys, I was wondering, If I have an array of 10 machines , 1 instance per machine set up like this: instances = array( server1 = array(host = 111.111.111.111, port = 11211, weight = 6), server2 = array(host = 111.111.111.111,

Re: Adding/Removing order of instances from a consistent array

2010-07-04 Thread dormando
Hi guys, I was wondering, If I have an array of 10 machines , 1 instance per machine set up like this: instances = array( server1 = array(host = 111.111.111.111, port = 11211, weight = 6), server2 = array(host =

Re: Adding/Removing order of instances from a consistent array

2010-07-04 Thread Henrik Schröder
No, libketama and similar clients make hashes (~100) of variants of the servernames (servername + - + i), so it doesn't matter which order you add servers in the config, the end result is always going to be the same since a server's position on the wheel is only dependant on its name. Removing

Re: Adding/Removing order of instances from a consistent array

2010-07-04 Thread Ken Saggy
I'm using the standard php client Memcache (not Memcached!). As per libketama - i'm not sure if thats what I use, how can i verify? (I'll assume for the sake of discussion, that were i to use libketama, i would probably know about it) Thanks. On Jul 4, 11:53 am, dormando dorma...@rydia.net

Re: Issue 147 in memcached: Prepackaged Windows binaries use runservice when being installed as a service

2010-07-04 Thread memcached
Updates: Status: WontFix Comment #1 on issue 147 by trond.norbye: Prepackaged Windows binaries use runservice when being installed as a service http://code.google.com/p/memcached/issues/detail?id=147 The -d option shouldn't be used to install memcached as a service (or used to

Re: Issue 146 in memcached: Prepackaged Windows binaries don't respect command-line flags when being installed as a service

2010-07-04 Thread memcached
Updates: Status: WontFix Comment #1 on issue 146 by trond.norbye: Prepackaged Windows binaries don't respect command-line flags when being installed as a service http://code.google.com/p/memcached/issues/detail?id=146 The -d option shouldn't be used to install memcached as a service