Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Bharath1234
on Aug 27, 2013
|
parent
|
context
|
favorite
| on:
Puma, a fast concurrent web server for Ruby
Well. I have just come across this one which says Unicorn to be the best performing one. Apparently, Puma proves wrong even with multiple workers.
https://gist.github.com/pbyrne/5218411
Bjoern
on Aug 27, 2013
|
next
[–]
Interesting goes against directly what they claim on their own page. Its tested on a four core machine. I'm suspecting the 16 default threads were the problem, since Unicorn only ran with 4 processes not 16.
http://puma.io/
dsrw
on Aug 27, 2013
|
prev
[–]
1 puma worker vs 4 unicorn workers isn't a fair test on a multi core machine under MRI.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://gist.github.com/pbyrne/5218411