On Thu, Aug 25, 2011 at 4:13 PM, Organic Spider
<[email protected]> wrote:

> again am exploring how I may use memcached to distribute data between 
> multiple nodes; with one being the central hub. Yes I could use MySQL with 
> Master/N+slaves but that is such a large overhead on each node when it is not 
> really necessary. Have any of you used it for this purpose ? ie. central hub 
> either queries/or an insert/delete triggers and the data is pushed to a local 
> memcached instance which is then distributed between all other nodes. Each 
> node either 1) can detect that the memcache has updated 2) periodically uses 
> the memcache data to perform a task.
>
> Would be very interested on your input.

That's not what memcache does.  The value is only sent to and stored
on one node, determined by hashing the key.

-- 
  Les Mikesell
   [email protected]

Reply via email to