class documentation

class ForkingWSGIServer(ForkingMixIn, BaseWSGIServer):

View In Hierarchy

A WSGI server that does forking.
Method __init__ Undocumented
Class Variable multiprocess Undocumented
Instance Variable max​_children Undocumented

Inherited from BaseWSGIServer:

Method handle​_error Undocumented
Method log Undocumented
Method serve​_forever Undocumented
Class Variable multithread Undocumented
Instance Variable address​_family Undocumented
Instance Variable app Undocumented
Instance Variable host Undocumented
Instance Variable passthrough​_errors Undocumented
Instance Variable port Undocumented
Instance Variable server​_address Undocumented
Instance Variable shutdown​_signal Undocumented
Instance Variable socket Undocumented
Instance Variable ssl​_context Undocumented
def __init__(self, host, port, app, processes=40, handler=None, passthrough_errors=False, ssl_context=None, fd=None):

Undocumented

Parameters
host:strUndocumented
port:intUndocumented
app:WSGIApplicationUndocumented
processes:intUndocumented
handler:t.Optional[t.Type[WSGIRequestHandler]]Undocumented
passthrough​_errors:boolUndocumented
ssl​_context:t.Optional[_TSSLContextArg]Undocumented
fd:t.Optional[int]Undocumented
multiprocess: bool =
max_children =

Undocumented