문제

I want to create a application that can communicate to the different computers and can download file from there. If there exist the same file in different computers then the file will be downloaded in parts simultaneously from these computers, which will make my download speed a lot faster. How can I implement that using JXTA?

도움이 되었습니까?

해결책

The JXTA framework will help you exchange files, but the splitting in parts will have to be done by your application. I suggest you take a look at bidirectional pipes. Each messages could be tagged with a part number. Another solution could be using queries and send bits in answers.

다른 팁

Are you trying to implement a new Bittorrent client?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top