Threading Models

There are four Microsoft® ActiveX™ component threading models that can be used when creating a component for use with Active Server Pages:

· Single-Threaded (not recommended)

· Apartment-Threaded (recommended)

· Free-Threaded (not recommended)

· Objects Marked as Both (highly recommended)

The following topics describe how each of the preceding models are managed by a Web server that supports Active Server Pages.


© Microsoft Corporation. All rights reserved.