What has been happening with the four big P2P distributed hash table (DHT) overlay networks — Pastry, CAN, Chord, and Tapestry — since they all came out in 2001?
I know that academic projects continued for a few years, and sporadic maintenance releases still appear for some of them, but did any ever end up in major-scale, non-academic use? Is there still an active dev community around any of them?
I've take a few journeys through Google and Wikipedia, but there's no real information about what has happened recently, and their web sites are all moribund.
Update: I see that Chimera (the successor to Tapestry) is still under active development, with recent research publications: http://current.cs.ucsb.edu/projects/chimera/index.html
Update #2: given someone's -1 for the question, I should be more clear about the programming side - I'm interested in a general-purpose P2P overlay-network library and associated standards that would make a firm foundation for a P2P social networking app. All the existing ones I've looked at, including Chimera, seem too weakly-developed and supported and/or too out-of-date to form a solid infrastructure layer. I'd like to know what other options I have.
Update #3: Mainline DHT seems to generate a few questions here. It's based on Kademlia, and as far as I now, has specialized use mainly as a distributed search protocol for Bittorrent.