Hi, 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. Thank you, in advance. OS.
