Gunicorn (with ASGI workers)

E97063

Gunicorn (with ASGI workers) is a Python WSGI/ASGI HTTP server that can run asynchronous web frameworks like FastAPI in a robust, production-ready environment.

All labels observed (6)

How this entity was disambiguated

Statements (59)

Predicate Object
instanceOf Python HTTP server
WSGI server
canRun Django applications
FastAPI applications
Flask applications
Starlette applications
canServe HTTP
HTTPS
configurationMethod Python configuration file
command line options
environment variables
deploymentEnvironment development
production
staging
hasFeature SSL/TLS support
access logging
configuration via Python config file
configuration via command line
daemon mode
error logging
graceful shutdown
graceful worker restart
logging configuration
multiple worker types
pre-fork worker model
proxy protocol support
signal handling
timeout management
worker recycling
hasWorkerType UvicornGunicornH11Worker
UvicornGunicornUVLoopWorker
UvicornGunicornWorker
UvicornH11Worker
linked to: Uvicorn

UvicornUVLoopWorker
linked to: Uvicorn

UvicornWorker
linked to: Uvicorn

eventlet workers
gevent workers
gthread workers
sync workers
tornado workers
hostPlatform Linux
Unix-like systems
macOS
installationMethod pip install gunicorn
license MIT License
packageManager PyPI
programmingLanguage Python
repositoryPlatform GitHub
supportsFrameworkType ASGI frameworks
WSGI frameworks
asynchronous web frameworks
synchronous web frameworks
supportsInterface ASGI
WSGI
supportsLanguage Python
typicalCommand gunicorn -k uvicorn.workers.UvicornWorker app:app
gunicorn app:app
usedWith reverse proxies like HAProxy
reverse proxies like Nginx

How these facts were elicited

Referenced by (8)

Full triples — surface form annotated when it differs from this entity's canonical label.

FastAPI compatibleWith Gunicorn (with ASGI workers)
Flask deploymentTargets Gunicorn
linked to: Gunicorn (with ASGI workers)
Uvicorn isOftenUsedWith Gunicorn
linked to: Gunicorn (with ASGI workers)
Gunicorn hasWorkerType UvicornGunicornWorker
subject linked to: Gunicorn (with ASGI workers)
linked to: Gunicorn (with ASGI workers)
Gunicorn hasWorkerType UvicornGunicornUVLoopWorker
subject linked to: Gunicorn (with ASGI workers)
linked to: Gunicorn (with ASGI workers)
Gunicorn hasWorkerType UvicornGunicornH11Worker
subject linked to: Gunicorn (with ASGI workers)
linked to: Gunicorn (with ASGI workers)
tiangolo hostsProject uvicorn-gunicorn-docker
subject linked to: tiangolo organization on GitHub
linked to: Gunicorn (with ASGI workers)
WSGI implementedBy Gunicorn
linked to: Gunicorn (with ASGI workers)