Dheeraj
Jul 3rd, 2001, 12:08 AM
Hi ,
This is my first post to the forum, Hope would get the solutions asap.
I have two dlls
Dll A - Calls another dll (Dll B) in Loop for 5 times
both the dlls are in MultiUse and deployed on COM+ server
I have put in a message boxes at places to test the Multithreading property .
What I find is That they are executing sequentially . one Loop in Dll waits till Dll B returns the COntrol.
I require that Dll A should initiate a Thread and return the control
and all the threads Execute simultaniously ..
Can Anybody suggest a way out ??
Thanks in Advance..
Dheeraj
This is my first post to the forum, Hope would get the solutions asap.
I have two dlls
Dll A - Calls another dll (Dll B) in Loop for 5 times
both the dlls are in MultiUse and deployed on COM+ server
I have put in a message boxes at places to test the Multithreading property .
What I find is That they are executing sequentially . one Loop in Dll waits till Dll B returns the COntrol.
I require that Dll A should initiate a Thread and return the control
and all the threads Execute simultaniously ..
Can Anybody suggest a way out ??
Thanks in Advance..
Dheeraj