Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi Threading and COM

Status
Not open for further replies.

LokiDba

Programmer
Dec 13, 2000
63
0
0
GB
Hi,

I'm having a problem with getting a COM component which
I'm trying to run on Multiple threads. I have a single
class whihc wraps the COM component. I then create a number
instances of this class and then run the required COM
method on the a number of separatly created threads. I.E
there are no joins just starts. Keeping it simple.

But the results seem to run serial not in paralle. Has
anyone got any ideas whats going wrong.

Thanks in Advance

LokiDBA
 
I think that the use of ActiceX EXE component allows you asynchron communication with the component, since the component is running ih its own process space

Best Regards
Almi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top