From: "Piotr S." Date: 2011-01-06T05:32:51+09:00 Subject: Re: Ruby, rubygame, eventmachine It seems to be working using EM.tick_loop but instead of require 'eventmachine' you have to require './eventmahine/examples/helper' (for some reason there is eventmachine folder inside of my ruby projects folder ;D ) It does about 160k { i += 1; p i in 5 } seconds while taking calls from receive_data. Beautiful. -- Posted via http://www.ruby-forum.com/.