I am looking for a reasonably well tested library+server to store a persistent distributed hash table.
I am hesistant to use SQL-based solutions as the data is highly d
Take a look at Ayende's Rhino DHT. Might be more inline with what you are looking for. The source can be acquired here.