The ThreadingModel property specifies the threading model used by in-process COM classes, including: Apartment - components may be entered by one and only one thread. Common data held by these kinds of object servers must be protected against thread collisions since the object server supports multiple components. Each component can be entered simultaneously by different threads. Free - components place no restrictions on which threads or how many threads can enter the object. The object cannot contain thread-specific data and must protect its data from simultaneous access by multiple threads. Free-threaded components however, cannot be accessed by apartment threads directly, and calls to them are marshaled across from the client apartment. Both - components that can be used in either apartment-threaded or free-threaded modes. These components can be entered by multiple threads, protect their data from thread collisions, and do not contain thread-specific data. If this property is NULL, then no threading model is used. The component is created on the main thread of the client and calls from other threads are marshaled to this thread. Please refer to the Platform Software Development Kit for information on the various threading models.
The Thread Details performance object consists of counters that measure aspects of thread behavior that are difficult or ...
The Thread performance object consists of counters that measure aspects of thread behavior. A thread is the basic object ...
The ThreadCount property specifies the number of active threads in this process. An instruction is the basic unit of execution ...
The threading model of the component specified in the registry is inconsistent with the registration database. The faulty ...
The ThreadingModel property specifies the threading model used by in-process COM classes, including: Apartment - components ...
The ThreadingModel property, if applicable, defines the server threading model, can take one of the following values: 0 - ...
The ThreadingModel value found in the registry has been modified outside of the COM+ environment. You will need to reinstall ...
The ThreadState property indicates the current execution state for the thread. A thread can have one of eight values: Initialized ...
The ThreadWaitReason property indicates why the thread is waiting. The value is only valid if the ThreadState member is set ...