Gunicorn - Python WSGI HTTP Server For UNIX
Có thể bạn quan tâm
- Home
- Getting Started Getting Started
- Quickstart
- Install
- Run
- Configure
- Guides Guides
- Deploy
- Docker
- HTTP/2
- ASGI Worker
- Dirty Arbiters
- Control Interface
- uWSGI Protocol
- Signals
- Instrumentation
- Custom
- Design
- Community Community
- Overview
- FAQ
- Support Us
- Support Us
- Reference Reference
- Settings
- News News
- Latest
- 2026
- 2024
- 2023
- 2021
- 2020
- 2019
- 2018
- 2017
- 2016
- 2015
- 2014
- 2013
- 2012
- 2011
- 2010
Battle-tested. Production-ready. One command to serve your Python apps.
Get Started View on GitHub $ pip install gunicorn $ gunicorn myapp:app # Listening at http://127.0.0.1:8000Why Gunicorn?
Production-Proven
Trusted by thousands of companies. The pre-fork worker model handles traffic spikes gracefully.
Lightweight
Minimal dependencies, simple configuration. Efficient from containers to bare metal.
Compatible
Works with any WSGI or ASGI framework. Django, Flask, FastAPI—it just runs.
Works With Your Stack
WSGI and ASGI frameworks, no changes needed
Django Flask FastAPI Pyramid Starlette Falcon Bottle QuartChoose Your Worker
Sync
The default. One request per worker. Simple and predictable.
Async (Gevent/Eventlet)
Thousands of concurrent connections for I/O-bound workloads.
Threads
Multiple threads per worker. Balance concurrency and simplicity.
ASGI
Native asyncio for FastAPI, Starlette, and async frameworks.
Documentation
Quickstart Get running in 5 minutes Deployment Nginx, systemd, Docker Settings All configuration options FAQ Common questionsSupport
Powering Python apps since 2010. Support continued development.
Become a SponsorJoin the Community
Questions? Bugs? Ideas? We're here to help.
GitHub Issues #gunicorn on Libera Contributing Back to topTừ khóa » Gunicorn Là Gì
-
6. Chạy ứng Dụng Flask Với Gunicorn Trên Ubuntu - Vimentor
-
Chi Tiết Bài Học 6. Chạy ứng Dụng Flask Với Gunicorn Trên Ubuntu
-
Gunicorn Là Gì? Reviews, Tính Năng, Bảng Giá, So Sánh
-
Cách Cung Cấp Các ứng Dụng Flask Với Gunicorn Và Nginx Trên ...
-
Cách Thiết Lập Gunicorn để Phục Vụ Các ứng Dụng Web Python
-
Cách Cung Cấp Các ứng Dụng Flask Với Gunicorn Và Nginx Trên Ubuntu
-
Gunicorn - Tra Cứu Từ định Nghĩa Wikipedia Online
-
Python — Gunicorn Không Thể Tìm Thấy ứng Dụng Khi Tên được Thay ...
-
Triển Khai Django Với Gunicorn Và Nginx? - HelpEx
-
Cách Chính Xác để Chạy Gunicorn Là Gì?
-
Hỏi Deploy Django Lên Heroku - Viblo
-
Flask Có Gì Hay! - Nguyễn Khắc Thành
-
Lưu Trữ Django Với Nginx Và Gunicorn Trên Linux
-
Chạy Python Web App