Thomas Bocek is announcing that TomP2P with version number 4.4 / 5.0 Beta8 is already available to download.
What is TomP2P ?
TomP2P is A P2P-based high performance key-value pair storage library .
TomP2P is an extended DHT, which stores multiple values for a key.For every peer there is a table (either disk-based or memory-based) to store values.A single value can be queried / updated with a secondary key.The underlying communication framework uses Java NIO to handle many concurrent connections.
This is changelog for TomP2P version 4.4 / 5.0 Beta8 :
- Indirect replication fixes
- UPnP timing updates
- Peermap concurrency fixes
- Added bloom filter examples
You can read the complete changelog and also download this latest version on their homepage: tomp2p.net