rcecinati
Jan 8th, 2001, 05:03 PM
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
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