On Feb 27, 9:46 am, Tad Glines <[email protected]> wrote: > > And what happens when an operation gets lost between the sender and > receiver? This can happen in the case where the connection is lost after the > sender write the bytes to the socket, but before they where read form the > socket at the other end.
They reconnect, exchange vector times, work out who is missing what and just start sending operations. This handshaking happens every time a connection is established, regardless of if if follows on from a fault or not. This is what I mean by "recovery" not being a valid concept. > Actually, for the existing Wave OT, it's O(n(n+1)/2), not quite 50% of > O(n^2). Yeah, Wave isn't completely naive :) > Interesting. I hadn't considered that possibility. TP2 opens up many, many possibilities. Cheers, Dan -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
