The asyncio loop engine (CPython >= 3.4, uWSGI >= 2.0.4) Why not map the WSGI callable to a coroutine? Callback vs. coroutines Building uWSGI with asyncio support The first exam...
Application Dispatcher Application Dispatcher This middleware creates a single WSGI application that dispatches tomultiple other WSGI applications mounted at different URL path...
Custom Application Direct Usage of Existing WSGI Apps Custom Application New in version 19.0. Sometimes, you want to integrate Gunicorn with your WSGI application. In this cas...
How to authenticate against Django’s user database from Apache Authentication with mod_wsgi Authorization with mod_wsgi and Django groups How to authenticate against Django’...
How to authenticate against Django’s user database from Apache Authentication with mod_wsgi Authorization with mod_wsgi and Django groups How to authenticate against Django’...
The Tornado loop engine Why ? Installation Running it Integrating WSGI with the tornado api Welcome to Callback-Hell WSGI generators (aka yield all over the place) Binding an...
Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proc...
How to use Django with Gunicorn Installing Gunicorn Running Django in Gunicorn as a generic WSGI application How to use Django with Gunicorn Gunicorn (‘Green Unicorn’) is a ...
Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proce...