Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2004 Dec : Asynchronous download stops in between
| Subject: | Asynchronous download stops in between |
| Posted by: | "Swapster" (swapst..@discussions.microsoft.com) |
| Date: | Mon, 20 Dec 2004 21:29:01 |
Hello there,
Through my application I want to download number of XML files approx. to
the count of 45.I connect to the server and then create a number of
Asynchronous connection to the server.The download works properly for all the
files till the file szie is less.The moment the downloading file size becomes
around 2MB the aplication downlaods that specfic file and then the thread
exits.I can see this in the debug window.The Internet callback function still
works properly but the download stops.Ne ideas why this is happening.
I am a new bee in this internet SDK world.A littlte help would appreciable.
Thks in advnce.
Swaptser