Ask HN: Which is the best ruby on rails stack?
https://news.ycombinator.com/item?id=2911345I am working on a rails 3 project and considering to use jruby with tomcat 7 as the app server on top of apache. Is it the best stack for multi-user and concurrent access? Assuming with this config, I can utilize Java threading feature. Is there anything better? Also, it must be cross-platform to run on Windows and Linux.