Need advice about which tool to choose?Ask the StackShare community!
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn MorePros of Gunicorn
Pros of Passenger
Pros of Puma
Pros of Gunicorn
- Python34
- Easy setup30
- Reliable8
- Light3
- Fast3
Pros of Passenger
- Nginx integration43
- Great for rails36
- Fast web server21
- Free19
- Lightweight15
- Scalable14
- Rolling restarts13
- Multithreading10
- Out-of-process architecture9
- Low-bandwidth6
- Virtually infinitely scalable2
- Deployment error resistance2
- Mass deployment2
- High-latency2
- Many of its good features are only enterprise level1
- Apache integration1
- Secure1
- Asynchronous I/O1
- Multiple programming language support1
Pros of Puma
- Convenient3
- Free3
- Easy3
- Multithreaded2
- Default Rails server2
- First-class support for WebSockets2
- Consumes less memory than Unicorn2
- Lightweight1
- Fast1
Sign up to add or upvote prosMake informed product decisions
Cons of Gunicorn
Cons of Passenger
Cons of Puma
Cons of Gunicorn
Be the first to leave a con
Cons of Passenger
- Cost (some features require paid/pro)0
Cons of Puma
- Uses `select` (limited client count)0
Sign up to add or upvote consMake informed product decisions
What is Gunicorn?
Gunicorn is a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
What is Passenger?
Phusion Passenger is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex.
What is Puma?
Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications.
Need advice about which tool to choose?Ask the StackShare community!
Jobs that mention Gunicorn, Passenger, and Puma as a desired skillset
What companies use Gunicorn?
What companies use Passenger?
What companies use Puma?
What companies use Passenger?
What companies use Puma?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with Gunicorn?
What tools integrate with Passenger?
What tools integrate with Puma?
What tools integrate with Gunicorn?
What tools integrate with Puma?
No integrations found
Sign up to get full access to all the tool integrationsMake informed product decisions
Blog Posts
What are some alternatives to Gunicorn, Passenger, and Puma?
uWSGI
The uWSGI project aims at developing a full stack for building hosting services.
NGINX
nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018.
Flask
Flask is intended for getting started very quickly and was developed with best intentions in mind.
Waitress
It is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 2.7+ and Python 3.4+. It is also known to run on PyPy 1.6.0 on UNIX.
gevent
It is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop.