View Single Post
  #3  
Old October 30th 08, 06:43 AM posted to microsoft.public.win98.networking
MEB[_2_]
External Usenet User
 
Posts: 1,626
Default interesting problem and help me out

Hate to burst your bubble but unless your network is *HARD WIRED* for peer
to peer, your server is going to be doing all/most of the transfers
anyway...

As for how to break something into small pieces... a number of ways...
multi-part zips, email, local torrent, stuff like that...

--
MEB
http://peoplescounsel.org
a Peoples' counsel
_ _
~~
"harry" wrote in message
...
| Hi This is the problem I'm trying to find a good solution
| I have a big file in the server and I want to copy it to the
| 10000( say large number of) clients. I don't want the server to send
| the data individually to each and every client as it overloads the
| server. Instead I want to use peer to peer kind of data transfer say
| every machine is capable of sending and receiving data. Meanwhile that
| big file is cut into small small chunks to do the transfer via many
| threads across many peers.
| This is all I could think about the problem.. I'm sure the solution is
| not as easy as this and there would be lots issues in it..
| Can anybody kindly tell me various other issues that are to be
| considered and I would be grateful if you suggest me one another
| solution..
| Thankyou