Jesse Brede wrote: > My question is: How does memcache sync data entries in a distributed > network? It doesn't. It's not a database. > Is there something that I need to do to resync the servers > correctly when one has gone down. The servers don't sync - the client decides, based on hashing, on which server to store a particular key/value pair. -IK