I think Open PGM uses IP mulitcast and this is not available in all data centers. For instance inside FB mulicast across racks is disabled for a multitude of reasons. However using TCP should not be a major concern as long as some discipline is in place w.r.t how size of packets are restricted as you scale to several hundreds of nodes. For instance you could cap the packet size at 4K post compression and that will let you scale to perhaps a few thousand nodes.
Cheers Avinash On Sun, Mar 28, 2010 at 11:40 AM, Ashwin Jayaprakash < ashwin.jayaprak...@gmail.com> wrote: > > Or, use OpenPGM (http://code.google.com/p/openpgm/) as an alternative? But > they don't have any Java bindings yet. > > ZeroMQ (http://www.zeromq.org/) uses this. > -- > View this message in context: > http://n2.nabble.com/Unreliable-transport-layer-tp4684470p4814206.html > Sent from the cassandra-u...@incubator.apache.org mailing list archive at > Nabble.com. >