Virtual calls

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Virtual calls

Dmitry Zamotkin-4
Are virtual calls overlapped or not? I've a pressing need to call a method
of COM object simultaneously with other threads.

--
Dmitry Zamotkin


Reply | Threaded
Open this post in threaded view
|

Re: Virtual calls

Blair McGlashan-2
Dmitry

You wrote in message news:[hidden email]...
> Are virtual calls overlapped or not? I've a pressing need to call a method
> of COM object simultaneously with other threads.

You can overlap virtual calls, but since the call may then be performed on
an arbitrary thread the COM object will probably have to be free-threaded.

Regards

Blair