Gunicorn

Last updated
Gunicorn
Original author(s) Benoit Chesneau
Developer(s) Gunicorn Developers
Initial release20 February 2010;15 years ago (2010-02-20)
Stable release
23.0.0 [1]   OOjs UI icon edit-ltr-progressive.svg / 10 August 2024;11 months ago (10 August 2024)
Repository
Written in Python
Operating system Cross-platform
Type Web server
License MIT License
Website www.gunicorn.org OOjs UI icon edit-ltr-progressive.svg
Benoit Chesneau, author of Gunicorn Benoit Chesneau in 2010.jpg
Benoit Chesneau, author of Gunicorn

The Gunicorn "Green Unicorn" (pronounced jee-unicorn or gun-i-corn) [2] is a Python Web Server Gateway Interface (WSGI) HTTP server. It is a pre-fork worker model,[ clarification needed ] ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with a number of web frameworks, simply implemented, light on server resources and fairly fast. [3] It is often paired with Nginx, as the two have complementary features. [4]

Contents

Architecture

Server model [5]

Features

[ citation needed ]

See also

References

  1. "Release 23.0.0". 10 August 2024. Retrieved 22 August 2024.
  2. "Ambiguous Pronunciation · Issue #139 · benoitc/gunicorn". GitHub. Retrieved 2018-08-02.
  3. Gunicorn-Python WSGI HTTP Server for UNIX
  4. Gunicorn and Nginx in a Nutshell
  5. "Design — Gunicorn 20.1.0 documentation".
  6. "Gunicorn 19.3 Documentation: Requirements". Archived from the original on 2015-08-19. Retrieved 2015-07-29.

Creative Commons by small.svg  This article incorporates text available under the CC BY 3.0 license.