Hi,
I'd like to build and application that will distribute it's database across multiple machines by encoding the files conerned and making them available as sources to other copies of the application, so that the said application can decode and download a file from this fragmented database when the user requests it. I don't understand the mechanics and technicalities of the BitTorrent system so i was hoping someone could tell me if this is feasible or not.
The reason i want to do this is that i'd like to build a basic software repository for the distribution of freeware files across the internet. I want the files to be uploaded to one server initially. When they are requested by the application installed on the client's computer, then they will be downloaded to that computer and the downloaded file would then become another source, so the more popular the download is the faster it will download. Now i understand that this is in essence the bittorrent/P2P method (thought i am unfamiliar with either), so i was wondering if i could layer the service on top of an existing system? That way the original installation file of the software concerned could be spread across many servers and systems to reduce strain on the initial server and increase overall download speeds.
If my request is a little baffling i could try and rephrase!
Thanks in advance.
P.S. I'd like to tie this all in with XML on the original server which the application can use to view the database contents.
Aqua-Soft Forums