|
-
Jan 8th, 2001, 06:03 PM
#1
Thread Starter
New Member
Hello,
I'm trying to implement a client capable of firing multiple HTTP requests on the internet in an asynchronous way, that is w/o waiting for each to be completed before submitting a new one.
I am using a Winsock control with the array property, opening and using multiple istances of the control. The problem is that the DataArrival event doesn't seem to be fired after any of the SendData is issued.
In the literature I have found so far uses of the array'ed Winsock as a server (to accept multiple connections), none as a client. Maybe it's a dream? In such a case, how to multi-thread VB?
thank you Riccardo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|