Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Multi-Threaded Downloading
| Subject: | Multi-Threaded Downloading |
| Posted by: | "Ken Lange" (lange..@cox.net) |
| Date: | Tue, 22 Jan 2008 22:08:01 |
I have an app where I am doing multi threaded downloading using
TDownload URL no matter how many threads I Create only two actually show
progress in downloading at a time, after those two, finish others will
show progress, as if something limits the system to two concurrent
downloads. I've seen other progs do more than two downloads at a time,
what's the Secret?