Rental Threaded Component

last modified: March 4, 2004

Terminology in COM used to define a ComComponent that runs in the ThreadNeutralApartment, but still requires serialized access. These components gain performance over SingleThreadedComponents because no thread context switch is required.


See: ComponentObjectModel, ComPlus, ThreadNeutralApartment, SingleThreadedComponent, MultiThreadedApartment, FreeThreadedComponent


CategoryComponentObjectModel


Loading...