Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2005 Nov : Asynchronous WinInet
| Subject: | Asynchronous WinInet |
| Posted by: | "Steve Thresher" (steve.thresh..@ukonline.co.uk) |
| Date: | Wed, 30 Nov 2005 10:25:31 |
Is there a difference between using the WinInet function HttpSendRequest()
asychronously and calling the function on a new thread?
I'm currently using HttpSendRequest() on a separate thread but it still
seems to be blocking the winsock 'keepalives' that are sent between our
client and server programs.