I\'ve found plenty of articles showing me what EventMachine is and how to set up endless \"Hello World!\" examples, but I\'m still at a loss as to how this integrates with my Rails application.
Does anyone have any working examples of EM::Iterator?The only examples I can find seem to be copies of (or point back to):
I\'ve been trying to get basic async HTTP calls to work in my app. I\'ve tried using some codein my app from the Rails 3 async stack demo: http://github.com/igrigorik/async-rails, but I\'m getting \"
I have two scripts which use Mechanize to fetch a Google index page. I assumed EventMachine will be faster than a Ruby thread, but it\'s not.
I don\'t understand what problem these frameworks solve.Are they replacements for a HTTP server like Apache HTTPD, Tomcat, Mongrel, etc?Or are they more?Why might I use them... some real world example
In order not to block the reactor I would like to read files asynchronously, but I\'ve found no obvious way of doing it using EventMachine. I\'ve tried a few different approaches, but none of them fee
I have a small HTTP server script I\'ve written using eventmachine which needs to call external scripts/commands and does so via backticks (``). When serving up requests which don\'t run backticked co
I am building a chat system using EventMachine and ruby on rails. It\'s for learning purpose. This is how client is connecting to server.
Is there any way to make non-blocking SOAP requests within EventMachine? I\'m creating a ruby application which interacts with the google adwords api (which is SOAP based), using the adwords4r gem.