2009/7/14 > But since the other servers join the cluster? > is there a limitation of where reads/writes can go ie., > > reads can go to all servers - seeds+nonseeds? > > writes can go only to seeds? > No, there is not. Reads and writes may go to any node, seed or not. The seeds are ONLY used for discovery of other nodes, not anything else. Mark