initial EventMachine support
commit98f928bb4949129b2d96617919ac7a6e51a69323
authorEric Wong <normalperson@yhbt.net>
Thu, 22 Oct 2009 07:25:59 +0000 (22 00:25 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 22 Oct 2009 07:27:22 +0000 (22 00:27 -0700)
tree4c83118959a17da811aa99b4389f0f48656c366f
parent1220e4590f7919ad9499b904616e7d95b226a8b2
initial EventMachine support

Working for simple GET requests, completely untested otherwise
and most definitely not able to handle async/Comet-style
requests yet, either.  No tests for this are enabled.

This could share a lot of code with the existing Rev model.
lib/rainbows.rb
lib/rainbows/event_machine.rb [new file with mode: 0644]