开发者

opensource java framework for P2P

开发者 https://www.devze.com 2023-01-17 11:20 出处:网络
I want to distribute the files in network in quick time.Consider that my network has 100 PC. 1 PC will act as server.Server will hold all files.Now if server wants to send file to certain number of pc

I want to distribute the files in network in quick time.Consider that my network has 100 PC. 1 PC will act as server.Server will hold all files.Now if server wants to send file to certain number of pcs in network then it should happen in quick time.

So i am using following strategy :

  1. Server sends command all intended pcs to get files from their nearest location.
  2. Initially Server sends file to 2 pcs.pc1 and pc2
  3. Now all other pcs will pick the file from the nearest availabe pcs.(server, pc1 and pc2)
  4. This continues
开发者_StackOverflow

Which java framework is best for this task?


You can look at the JXTA project.


The AntHill Project also seems like a good place to start.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号