Changes between Version 15 and Version 16 of members/GRIP-UQAM/PHP
- Timestamp:
- Sep 24, 2016, 10:44:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/PHP
v15 v16 145 145 The event loop is based on the reactor pattern (hence the name) and strongly inspired by libraries such as EventMachine (Ruby), Twisted (Python) and Node.js (V8). 146 146 * keyword: reactor pattern 147 * [WikiPedia:Reactor_pattern], [http://stackoverflow.com/questions/5566653/explanation-of-the-reactor-pattern Explanation of the “Reactor pattern”], [WikiPedia:Proactor_pattern] (Boost.Asio etPython asyncio]147 * [WikiPedia:Reactor_pattern], [http://stackoverflow.com/questions/5566653/explanation-of-the-reactor-pattern Explanation of the “Reactor pattern”], [WikiPedia:Proactor_pattern] (Boost.Asio and maybe some parts of Python asyncio] 148 148 ==== The name ==== 149 149 * [WikiPedia:React_(JavaScript_library)]