EventMachine

This is the current revision of this page, as edited by imported>Citation bot at 23:41, 8 December 2022 (Add: website. | Use this bot. Report bugs. | Suggested by Abductive | #UCB_webform 1249/3850). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]

EventMachine
Original author(s)Francis Cianfrocca
Initial releaseApril 13, 2006; 19 years ago (2006-04-13)
Written inRuby
Operating systemMicrosoft Windows, OS X, Linux
TypeEvent-driven networking
LicenseGPL or Ruby License

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

See also

Lua error in mw.title.lua at line 346: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

References

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

External links