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.[1]
Original author(s) | Francis Cianfrocca |
---|---|
Initial release | April 13, 2006 |
Stable release | 1.2.3
/ February 23, 2017 |
Repository | ![]() |
Written in | Ruby |
Operating system | Microsoft Windows, OS X, Linux |
Type | Event-driven networking |
License | GPL or Ruby License |
Website | rubyeventmachine |
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
gollark: Probably all the complex ones, yes.
gollark: And some people might stop using your stuff if there are loads.
gollark: If an exploit is found, people will complain.
gollark: Sure they are.
gollark: Okay, the people programming applications do not in most cases want exploits.
References
- "The Ruby Toolbox - Concurrent Processing". Retrieved September 27, 2012.
- "EventMachine README". Retrieved September 27, 2012.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.