Английская Википедия:EventMachine: различия между версиями

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску
(Новая страница: «{{Английская Википедия/Панель перехода}} {{Multiple issues|{{Notability|Products|date=September 2012}} {{technical|date=September 2012}} {{original research|date=September 2012}} }} {{Infobox software | name = EventMachine | logo = | screenshot = | caption = | author = Francis Cianfrocca | operating system = Microsoft Windows, OS X,...»)
 
(нет различий)

Текущая версия от 11:44, 5 марта 2024

Шаблон:Multiple issues

Шаблон:Infobox software 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

Шаблон:Portal

References

Шаблон:Reflist

External links

Шаблон:Ruby programming language