Ask HN: Anybody uses Ruby on Rails with EventMachine (for certain actions)?
https://news.ycombinator.com/item?id=2137522We would like to use async processing for certain requests in our Ruby on Rails app (since requests are I/O intensive with high latency but CPU light). Is there any framework which does that? (In perfect world we would use node.js, but that has other problems)