On 13 Jul 2004 21:08:00 -0700,
(Jean-Daniel
Gamache) wrote or quoted :
>To do this, I want to open multiple connections on the same file(url)
>and each connection will download a chunk of the file.
>
>Any clue how I can do this ?
see
http://mindprod.com/fileio.html
Tell it you want to do a CGI get.
Look up the HTTP headers to control the offset and length of the chunk
you want, and spin off three threads after you figure out how big the
whole thing is with a HEAD.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.