| Home | Trees | Indices | Help |
|
|---|
|
|
Usage: create an SCGIServer object and invoke the run method which will then turn this process into an scgi server.
|
|||
|
WorkerState state: 0 means idle and 1 means working. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Changes the signal handler for the given signal to terminate the run() loop.
|
Kills all worker children.
|
Signal handler function for stopping the run() loop. It works by setting a variable that run() evaluates in each loop. As a signal interrupts accept the loop is terminated, the accepting socket is closed and the workers are killed.
|
internal! serves maxrequests times
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat May 29 01:07:37 2010 | http://epydoc.sourceforge.net |