opensource java framework for P2P -


I want to distribute the files in quick time in the network. Consider that 100 PCs in my network will work as 1 PC server. Serve all files. Now if the server wants to send a certain number of PCs in the network then it should be in a timely manner.

So I am using the following strategy:

  1. The server sends an order to get the file from all the desired PCs to the nearest location.
  2. Initially the server sends 2 pcs.pc1 and pc2 to the file
  3. All other PCs will now take this file from a near-beneficial PC. (Server, PC1 and PC2)
  4. This is continuing

Which Java framework is best for this task?

You can see it.


Comments