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:
- The server sends an order to get the file from all the desired PCs to the nearest location.
- Initially the server sends 2 pcs.pc1 and pc2 to the file
- All other PCs will now take this file from a near-beneficial PC. (Server, PC1 and PC2)
- This is continuing
Which Java framework is best for this task?
You can see it.
Comments
Post a Comment