Jump to content

EventMachine

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Palosirkka (talk | contribs) at 15:14, 8 November 2020 (fetch stable version info from wikidata, remove mothballed parameters, delist dead / hijacked webpage). 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.7[1] / 12 May 2018; 7 years ago (12 May 2018)
Repository
Written inRuby
Operating systemMicrosoft Windows, OS X, Linux
TypeEvent-driven networking
LicenseGPL or Ruby License

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.[2]

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:[3]

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

See also

References

  1. ^ "Release 1.2.7". 12 May 2018. Retrieved 18 October 2018.
  2. ^ "The Ruby Toolbox - Concurrent Processing". Retrieved September 27, 2012.
  3. ^ "EventMachine README". Retrieved September 27, 2012.