Are the COM object classes safe for multi-threaded applications?
Technote (FAQ)
Question
Are the COM object classes safe for multi-threaded applications?
Answer
No. The COM object classes are not safe for multithreaded access. Multithreaded applications that use the COM interface must ensure safe thread access to COM resources on their own.
That said, multiple applications accessing the COM object model simultaneously will be fine as long as each application uses its own back-end Session object.
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
Rate this page
Please take a moment to complete this form to help us better serve you.