OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, host, port, app, processes=40, handler=None, passthrough_errors=False, ssl_context=None, fd=None) |
![]() | |
def | __init__ (self, host, port, app, handler=None, passthrough_errors=False, ssl_context=None, fd=None) |
def | log (self, type, message, *args) |
def | serve_forever (self) |
def | handle_error (self, request, client_address) |
def | get_request (self) |
Data Fields | |
max_children | |
![]() | |
address_family | |
app | |
passthrough_errors | |
shutdown_signal | |
host | |
port | |
socket | |
server_address | |
ssl_context | |
Static Public Attributes | |
multiprocess | |
![]() | |
multithread | |
multiprocess | |
request_queue_size | |
A WSGI server that does forking.
def __init__ | ( | self, | |
host, | |||
port, | |||
app, | |||
processes = 40 , |
|||
handler = None , |
|||
passthrough_errors = False , |
|||
ssl_context = None , |
|||
fd = None |
|||
) |
max_children |
|
static |