|
|
__init__(self,
wsgiapp,
port,
interface='localhost',
error=<epydoc.docintrospecter._DevNull object>,
minworkers=2,
maxworkers=32,
maxrequests=1000,
config={},
reusesocket=None,
cpulimit=None,
timelimit=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
spawnworker(self)
internal! spawns a single worker |
source code
|
|
|
|
|
|
|
process(self,
con)
internal! processes a single request on the connection con. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|