RubyOnRails significantly under-performs frameworks in common concurrency...why?(techempower.com)
techempower.com
RubyOnRails significantly under-performs frameworks in common concurrency...why?
http://www.techempower.com/benchmarks/#section=data-r8&hw=i7&test=query
1 comments
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...