Hasham
unread,Sep 10, 2008, 5:05:20 AM9/10/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pakistan Ruby and Railers Group
EventMachine is a library for Ruby, C++, and Java programs. It
provides event-driven I/O using the Reactor pattern. EventMachine is
designed to simultaneously meet two key needs:
* Extremely high scalability, performance and stability for the
most demanding production environments; and
* An API that eliminates the complexities of high-performance
threaded network programming, allowing engineers to concentrate on
their application logic.
This unique combination makes EventMachine a premier choice for
designers of critical networked applications, including web servers
and proxies, email and IM production systems, authentication/
authorization processors, and many more.