A more practical approach might be to clusterize the master_node
pure-computation services (i.e. incoming email), then for data
services just interface to external applications that have already
implemented fault-toleration. This is done for sessions (which can use
memcached), and could be done for the message queue as well. As much
as I like CB's batteries-included approach I think it's best to farm
out hard problems like data replication to other servers.
Evan
--
Evan Miller
http://www.evanmiller.org/
The first part I hopefully will have time for in Feb.
Erlang FTW.
Anyways, Couch is much more stable now and it'd be great to add it to the mix.
Evan
Any code remnants??
Sure -- after minutes of digging under the hot Illinois sun, I found a
partial skeleton:
https://gist.github.com/1589346