I want to make a college project for sharing of files among different computers. Usually we have same file, for example, a movie on different computers among a local network in our college. So I want to download a file in different parts from these computers simultaneously so that download will be fast.
I am making this application in Java. What should I read?
I am using JXTA for peer-to-peer (P2P) sharing. Is this possible using JXTA?