Inheritance diagram for WinCgi:

Public Member Functions | |
| virtual int | send (HttpThreadContext *, ConnectionPtr s, const char *exec, const char *cmdLine=0, int execute=0, int onlyHeader=0) |
| WinCgi () | |
| ~WinCgi () | |
Static Public Member Functions | |
| u_long | getTimeout () |
| void | setTimeout (u_long) |
Static Private Attributes | |
| u_long | timeout = MYSERVER_SEC(15) |
|
|
Constructor for the wincgi class. |
|
|
Destructor for the wincgi class. |
|
|
Get the timeout value for the new process. |
|
||||||||||||||||||||||||||||
|
Send the WinCGI data. Reimplemented from HttpDataHandler. |
|
|
Set a new timeout value to use for new processes. |
|
|
Initialize the timeout value to 15 seconds. |
1.3.9.1