| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
OPIInterface
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| Running Modes | |||
|---|---|---|---|
| int |
MODE_FORKED = 1forked mode |
||
| int |
MODE_ONCE = 3run-once mode (like CGI) |
||
| int |
MODE_SINGLE = 2single process mode |
||
| int |
MODE_THREADED = 0multithreaded mode |
||
|
|||
| wtf.config.Config |
config The application config |
||
| int |
mode The running mode (one of the Running Modes) |
||
|
|||
|
Inherited from |
|||
|
|||
|
Invoke the worker mechanism (if any) This starts handling the incoming request(s) |
| Home | Trees | Indices | Help |
|
|---|