Live data from Hacker News

RubyOnRails significantly under-performs frameworks in common concurrency...why?

techempower.com

1–3 of 3 posts

Re: RubyOnRails significantly under-performs frameworks in common concurrency...why?

#2
I don't trust those benchmarks: what configuration are they using? rails in development or production mode? behind web server or pure application server? if yes, socket or port? which database? socket or port? which drivers? there are too many combinations in my opinion to trust a single benchmark

Re: RubyOnRails significantly under-performs frameworks in common concurrency...why?

#3
post #2

I don't trust those benchmarks: what configuration are they using? rails in development or production mode? behind web server or pure application server? if yes, socket or port? which database? socket or port? which drivers? there are too many combinations in my opinion to trust a single benchmark

You can hit the Github repo and investigate the source --> https://github.com/TechEmpower/FrameworkBenchmarks/tree/mast...