On 7/21/2011 3:58 PM, Organic Spider wrote:
Hi Brian,

Yes have had a good read and still feel a little lost and stupid. What triggers 
each node to have the cache populated ?

The client has to populate the data after a get attempt for a key fails.

How does the data move between each node ?

The other client's gets will succeed until the time to live expires. When that happens, the client making the failing request should pull a copy of the data from your database and refresh it in memcache.

Or, is what I am requiring the repcached mod to replicate the data ?

As long as your clients are configured with the same list of servers in the same order they will find a single copy.

--
  Les Mikesell
   [email protected]

Reply via email to