Actually, yes. I'm working on the Ruby/Event library. It's a C extension for libevent. I built a small framework on top of this called Myriad which is similar to twisted and POE. I used Myriad to write the SCGI client/server which can host Ruby on Rails applications. The framework is still pretty rough, but you can see the entire code for the SCGI server at: http://phpfi.com/73376 Also the performance so far is pretty damn good. I'll be posting some metrics soon for it. You can download the last version from: http://www.zedshaw.com/ I'm going to release a new version this week which fixes some memory issues and has better documentation. Feedback is welcome. Zed > Is there an event driven framework for ruby? Something similar to POE > in perl or twisted in python? > > Chris > >