[Eventmachine-talk] NeverBlock Alpha Release plus file descriptor registration for EM
oldmoe
oldmoe at gmail.com
Wed Aug 20 11:49:21 EDT 2008
Hi all,
I have just released NeverBlock http://www.espace.com.eg/neverblock ,
a framework that sits on top of an event loop like EM or Rev (only EM
supported for now). The main benefit is to do async IO operations in a
seemingly blocking manner thanks to Fibers (yes, it only runs on
Ruby1.9).
Currently it offers the basic stuff, a Fiber pool, a connection pool
and a pooled Postgresql connection. I have been testing it against a
fork of EM done by a friend ( http://github.com/riham/eventmachine/tree/master
) which allows me to attach file descriptors for readability
notifications (or reading notifications).
I would love to see the modifications merged so would you guys here
give at spin and get back to me with feedback or suggestions?
oldmoe
http://www.espace.com.eg
http://oldmoe.blogspot.com
More information about the Eventmachine-talk
mailing list