- Mar 20, 2015
-
-
Konstantin Osipov authored
If a fiber becomes ready on a user-defined event, schedule it in the same event loop, not in the next loop, to save one epoll_wait() invocation in cases when something is added to a fiber channel, and there is a fiber ready for execution waiting on the channel. Add a micro-bench to the unit test suite.
-
- Mar 19, 2015
-
-
Roman Tsisyk authored
-
- Mar 18, 2015
-
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
Conflicts: doc/sphinx/book/configuration.rst doc/sphinx/book/connectors/__python.rst doc/sphinx/book/connectors/index.rst
-
Konstantin Osipov authored
Change fiber_sleep(0) implementation to use fiber_wakeup(). Implement a more fair scheduling for "ready" fibers: they are scheduled in the next event loop iteration, not in the same.
-
- Mar 17, 2015
- Mar 13, 2015
-
-
bigbes authored
-
Konstantin Osipov authored
-
bigbes authored
-
bigbes authored
-
- Mar 12, 2015
-
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a bug with readchunk returning more than was requested.
-
- Mar 11, 2015
-
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix mistype in load_cfg.lua (local variables)
-
Vladimir Rudnyh authored
-
- Mar 10, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
socket.tcp_server() is the owner of all connected sockets. API users must not close sockets inside handler() callback.
-
Alexandr Lyapunov authored
-
- Mar 09, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Mar 08, 2015
-
-
ocelot-inc authored
-
ocelot-inc authored
-