OpenQuizz
Une application de gestion des contenus pédagogiques
ThreadedWSGIServer Class Reference
Inheritance diagram for ThreadedWSGIServer:
Collaboration diagram for ThreadedWSGIServer:

Static Public Attributes

 multithread
 
 daemon_threads
 
- Static Public Attributes inherited from BaseWSGIServer
 multithread
 
 multiprocess
 
 request_queue_size
 

Additional Inherited Members

- Public Member Functions inherited from BaseWSGIServer
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 inherited from BaseWSGIServer
 address_family
 
 app
 
 passthrough_errors
 
 shutdown_signal
 
 host
 
 port
 
 socket
 
 server_address
 
 ssl_context
 

Detailed Description

A WSGI server that does threading.

Field Documentation

◆ daemon_threads

daemon_threads
static

◆ multithread

multithread
static

The documentation for this class was generated from the following file: