Jump to content

EventMachine

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yobot (talk | contribs) at 11:29, 7 January 2015 (Tagging using AWB (10703)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
EventMachine
Original author(s)Francis Cianfrocca
Initial releaseApril 13, 2006
Stable release
1.0.0 / September 8, 2012 (2012-09-08)
Repository
Written inRuby
Operating systemLinux, Windows, Mac OS X
TypeEvent-driven networking
LicenseGPL or Ruby License
Websiterubyeventmachine.com

EventMachine is a software system designed for writing highly scalable applications for Ruby. It provides event-driven I/O using the reactor pattern. EventMachine is the most popular library for concurrent computing in the Ruby programming language.[1]

Example uses

EventMachine has been used to build a number of different libraries and frameworks in which concurrency is a performance concern. Some examples include:[2]

  • critical networked applications
  • web servers and proxies
  • email and IM production systems
  • authentication/authorization processors

Web application frameworks based on EventMachine

References

  1. ^ "The Ruby Toolbox - Concurrent Processing". Retrieved September 27, 2012.
  2. ^ "EventMachine README". Retrieved September 27, 2012.