Passport Factory Object
Passport Factory Object
The Passport Factory object is used to create Passport Manager objects from a pool. This is useful for high-volume sites that are concerned with multithreading and optimization issues on their servers. This object has a single method, CreatePassportManager.
To create a Passport Factory object with application scope, place the following entry in the Global.asa file for your application:
<Object runat=server scope=application progid="Passport.Factory" id="oFactory></Object>
Passport Factory Methods
CreatePassportManager Creates an instance of a Passport Manager object from an object pool.
Information
Stock implementation Passport Factory object Namespace PassportFactory Class Platforms Windows 2000, Windows XP Professional, Windows Server family
See Also