Re: Multi-Threaded 'Get' Example - WeOnlyDo Discussion board

Re: Multi-Threaded 'Get' Example (General questions)

by wodDamir, Monday, February 23, 2009, 18:29 (5547 days ago) @ ActiveGreg

Greg,

It's simple as declaring two instances, something like this (VB6 syntax):

Dim withevents http1 as wodHttpDLXCom
Dim withevents http2 as wodHttpDLXCom

and initializing them using New statements:

Set http1 = new wodHttpDLXCom
Set http2 = new wodHttpDLXCom

Ofcourse, you can also use an array to create multiple instances.

Hope this helps.

Regards,
Damba


Complete thread: