views:

57

answers:

1

I've heard that you have to use non-blocking code throughout the application to be able to harness true power of EventMachine.

Does this mean I can't run Ruby on Rails with EventMachine?

+1  A: 

Not at all. Thin runs on EventMachine (and Rack, MongrelParser amongst a few others). And Rails apps run fine with thin.

Swanand