[Dev] Existing p2p systems for getting offline node back up to date?Paul Snively Wed, 13 Nov 2002 19:38:04 -0800
On Wednesday, November 13, 2002, at 12:08 PM, Mike C. Fletcher wrote: > I'm getting convinced (I've been researching this for a while now) > that the functionality _doesn't_ yet exist as Open-Source in the form > I thought (stand-alone P2P messaging server mechanism with message > queuing and re-routing). > Not true at all. Practically any "distributed hashtable" does precisely what we've been discussing. See <http://oceanstore.cs.berkeley.edu>, <http://www.csse.monash.edu.au/~pfh/circle> (this one's in Python!), <http://research.microsoft.com/~antr/Pastry>, <http://sourceforge.net/projects/khashmir> (also in Python).. I could go on, but that's a good start. :-) > Enjoy, > Mike Best regards, Paul
|