(Msg. 1) Posted: Wed Oct 29, 2008 10:28 pm
Post subject: interesting problem and help me out Archived from groups: microsoft>public>win98>networking (more info?)
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
(Msg. 2) Posted: Thu Oct 30, 2008 2:43 am
Post subject: Re: interesting problem and help me out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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" <irraju.TakeThisOut@gmail.com> wrote in message
news:af77c7c1-bf58-4c81-a938-ff446a373f10@q26g2000prq.googlegroups.com...
| 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
(Msg. 3) Posted: Tue Nov 18, 2008 4:40 pm
Post subject: Re: interesting problem and help me out [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
> 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.
sounds like you want a small bittorrent network running there
at your company
read more about bit torrent on http://en.wikipedia.org/wiki/Bittorrent
and yes, it is a perfect way to transfere big files from
one source to many computers. but you need a tracker server
on one computer that the other computers can ask on wich computers
the file parts are on. since your file probably isn't public data
you can't just use http://thepiratebay.org/ though...
perhaps there are specialized applications that let you automaticly
distibute the files between all the computers until all have it,
managing so all computers not try to start download exactly the
same time etc...
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum