Software:Puma (web server)
From HandWiki
Original author(s) | Evan Phoenix |
---|---|
Initial release | 2011 |
Written in | Ruby, C |
Operating system | Cross-platform |
Available in | English |
Type | Web server |
License | BSD 3-Clause |
Website | {{{1}}} |
Puma is an HTTP web server derived from Mongrel and written by Evan Phoenix. It stresses speed and efficient use of memory.
Reception and use
Puma is the web server shipped with Mastodon[1] and recommended by the Heroku hosting provider as a replacement for Unicorn.[2]
Deliveroo published a benchmark comparing the two servers and concluded “Puma performs better than Unicorn in all tests that were either heavily IO-bound or that interleaved IO and CPU work”, but that Unicorn was still slightly better performing in situations where CPU load was the limiting factor.[3]
References
- ↑ Rochko, Eugen (12 April 2017). "Scaling Mastodon". https://medium.com/tootsuite/scaling-mastodon-1becde463090.
- ↑ "Puma is Now the Recommended Ruby Webserver". 23 January 2015. https://devcenter.heroku.com/changelog-items/594.
- ↑ Pavese, Tommaso (21 December 2016). "Unicorn vs Puma: Rails server benchmarks". Deliveroo.engineering. https://deliveroo.engineering/2016/12/21/unicorn-vs-puma-rails-server-benchmarks.html.
External links
Original source: https://en.wikipedia.org/wiki/Puma (web server).
Read more |