Re: Simultaneous connections

2006-01-21 Thread Diez B. Roggisch
datbenik schrieb: > How can i write a program that supports simultaneous multipart > download. So i want to open multiple connections to download one file. > Is this possible. If so, how? In case of HTTP, the needed header is "Range". So I guess its all a matter of making n connections, and speci

Re: Simultaneous connections

2006-01-20 Thread datbenik
So this isn't possible with the urllib or with the urllib2? -- http://mail.python.org/mailman/listinfo/python-list

Re: Simultaneous connections

2006-01-20 Thread Jean-Paul Calderone
On 20 Jan 2006 06:01:15 -0800, datbenik <[EMAIL PROTECTED]> wrote: >How can i write a program that supports simultaneous multipart >download. So i want to open multiple connections to download one file. >Is this possible. If so, how? http://twistedmatrix.com/ > >-- >http://mail.python.org/mailman