Hello everyone,
I read the code for class CComMultiThreadModelNoCS of ATL. What means,
--------------------
(Section Threading Model Support, Chapter 3 Objects in ATL, ATL Internals)
CComMultiThreadModelNoCS is designed for multi-threaded objects the eschew object-level locking in favor of a more fine-grained scehme?
--------------------
My understanding is the object designed could use other approaches other than critical section, like mutex/event to do synchronization. Not sure whether my understanding is correct?
thanks in advance,
George
I read the code for class CComMultiThreadModelNoCS of ATL. What means,
--------------------
(Section Threading Model Support, Chapter 3 Objects in ATL, ATL Internals)
CComMultiThreadModelNoCS is designed for multi-threaded objects the eschew object-level locking in favor of a more fine-grained scehme?
--------------------
My understanding is the object designed could use other approaches other than critical section, like mutex/event to do synchronization. Not sure whether my understanding is correct?
thanks in advance,
George