Python Forum

Full Version: Wsgiref versus Requisitions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to be aware of the limitations of http requests of the Wsgiref module, what is the supported capacity and know the best way to deal with these limitations that can give the following problems:

- Delay in response delivery
- Drop in connection due to request and insertion demand

? att, João Carlos
Although I cannot answer your specific question, here is a link to the 'official' specifications for Wsgiref: https://wsgi.readthedocs.io/en/latest/sp...tions.html
and python implementation: https://docs.python.org/3/library/wsgire...le-wsgiref