Misplaced Pages

EventMachine

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
The topic of this article may not meet Misplaced Pages's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "EventMachine" – news · newspapers · books · scholar · JSTOR (September 2012) (Learn how and when to remove this message)
This article may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (September 2012) (Learn how and when to remove this message)
This article possibly contains original research. Please improve it by verifying the claims made and adding inline citations. Statements consisting only of original research should be removed. (September 2012) (Learn how and when to remove this message)
(Learn how and when to remove this message)
EventMachine
Original author(s)Francis Cianfrocca
Initial releaseApril 13, 2006; 18 years ago (2006-04-13)
Stable release1.2.7 / 12 May 2018; 6 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.

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:

  • 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". GitHub. Retrieved September 27, 2012.

External links

Ruby programming language
Implementations
Active
Discontinued
IDE
Applications
Libraries and frameworks
Server software
People
Other
Categories: