Earlier quoted context omitted.
>Given the amount of interest in Haskell I see more people making uninformed "haskell sucks" posts than expressing interest in it. >and Yesod Really? Yesod is the anti-haskell haskell framework.
> Really? Yesod is the anti-haskell haskell framework. Can you please elaborate. Being interested in Haskel web development and trying to choose web framework makes me wish for more information.
Web Framework Benchmarks
181–190 of 415 posts
Re: Web Framework Benchmarks
#182Re: Web Framework Benchmarks
#183Useful comparison anyway. Seems Go struck a good balance.
Re: Web Framework Benchmarks
#184Re: Web Framework Benchmarks
#185One of the most interesting things this comparison brings out to me is not so much the differences between the various frameworks (although the differences between options on the same platform is definitely very useful information), but also the issue that few of us seem to think about these days: the cost of any of the frameworks above the bare standard library of the platform its hosted on. Theres a consistant, con…
Do you mind breaking it down for me a bit please?
Cost in dollars or cost in hardware utilization or some other cost?
Re: Web Framework Benchmarks
#186I worked with Pat (pfalls) on this effort. He pulled the benchmarks together and built the script to automate the tests. We aimed to deploy each framework/platform according to best-practices for a production environment and then stress test common operations: JSON serialization of objects and database connectivity. We were surprised by the wide spectrum of performance we observed and hope that this interesting to yo…
Re: Web Framework Benchmarks
#187What kind of server did you guys use for your rails test? Thin, Puma, Unicorn? Are you sure you ran it in production environment? Update: Looks like passenger in development mode. Good job you benchmarked a web server that no one uses wile reloading all code between requests. Update2: Ok it seems to run in production mode but still, passenger is not an idiomatic choice.
Re: Web Framework Benchmarks
#188Re: Web Framework Benchmarks
#189I worked with Pat (pfalls) on this effort. He pulled the benchmarks together and built the script to automate the tests. We aimed to deploy each framework/platform according to best-practices for a production environment and then stress test common operations: JSON serialization of objects and database connectivity. We were surprised by the wide spectrum of performance we observed and hope that this interesting to yo…
https://github.com/rails-api/rails-api
What webserver were you using on JRuby? Was it Trinidad? Did you try Jetpack?