Product Documentation

ActivePython 2.6 Documentation


isapi.threaded_extension.ThreadPoolExtension Object

Base class for an ISAPI extension based around a thread-pool

Methods

HandleDispatchError
Handles errors in the Dispatch method. 

TerminateExtension
 

Dispatch
Overridden by the sub-class to handle connection requests. 

DispatchConnection
 

HttpExtensionProc
 

GetExtensionVersion
 

__init__