F
Fredrik Arenhag
Hi!
I'm in the process of developing an application for downloading files
from a webserver. This is done in a threaded manner, but how hard I ever
try I can't seem to manage to get more than 2 threads to download at the
same time.
If I launch more than two threads they all start, but only the first two
actually download something. When the first thread completes the third
one happily starts working.
I remember someone somewhere telling me that there was some built in
restriction in win32-platforms that there could not be any more than 2
concurrent http-connections, but I can't seem to find this information
anymore.
Does anyone know if this is the problem and how I might solve it, or if
there is another underlying problem to these symptoms?
TIA!
/Fredrik Arenhag
I'm in the process of developing an application for downloading files
from a webserver. This is done in a threaded manner, but how hard I ever
try I can't seem to manage to get more than 2 threads to download at the
same time.
If I launch more than two threads they all start, but only the first two
actually download something. When the first thread completes the third
one happily starts working.
I remember someone somewhere telling me that there was some built in
restriction in win32-platforms that there could not be any more than 2
concurrent http-connections, but I can't seem to find this information
anymore.
Does anyone know if this is the problem and how I might solve it, or if
there is another underlying problem to these symptoms?
TIA!
/Fredrik Arenhag