Anyone actually tried implementing the replication scheme suggested by this<br>

paper: <br>

Symmetric Replication for Structured Peer-to-Peer Systems,<br>

A. Ghodsi, L-O Alima, S. Haridi, DBISP2P2005, 2005.<br><a href="http://dks.sics.se/pub/replication.pdf">http://dks.sics.se/pub/replication.pdf</a> 
<br><br>

I am trying to implement it for Chord, it seems better than the<br>

successor-list approach, but I am wondering if it is possible to<br>

make it work for replication degrees that do not divide the size of the key<br>

space?<br>

<br>

Mike