On Dec 12, 2009, at 2:39 AM, Vm Vm wrote: > Hi, > > I'm writing TupleSpace in C++ and I'd like to have it compatibile with > Ruby TupleSpace (Rinda). Is there any documenation about Rinda socket > communication? I don't want to lost lot of time with debugging socket > communication. > Rinda uses DRb for communication over sockets. There is not a "spec" for the communication protocol used by DRb. You'll have to read through the ruby source code to find out how it works. Blessings, TwP