Jump to content

EventMachine

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kchanyr (talk | contribs) at 06:36, 19 July 2017 (latest release 1.2.3 on Feb 23). 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; 19 years ago (2006-04-13)
Stable release
1.2.3 / February 23, 2017; 8 years ago (2017-02-23)
Repository
Written inRuby
Operating systemMicrosoft Windows, OS X, Linux
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.