Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
EventMachine

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.

We don't have any images related to EventMachine yet.
We don't have any YouTube videos related to EventMachine yet.
We don't have any PDF documents related to EventMachine yet.
We don't have any Books related to EventMachine yet.
We don't have any archived web articles related to EventMachine yet.

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

  • Free and open-source software portal

References

  1. "The Ruby Toolbox - Concurrent Processing". Retrieved September 27, 2012. https://www.ruby-toolbox.com/categories/Concurrent_Processing

  2. "EventMachine README". GitHub. Retrieved September 27, 2012. https://github.com/eventmachine/eventmachine/blob/b79d508532e210084a7fcda31f330a8a81bf78aa/README.md