Software:EventMachine

From HandWiki

}}

EventMachine
Original author(s)Francis Cianfrocca
Initial releaseApril 13, 2006; 17 years ago (2006-04-13)
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.[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

See also

References

External links