morse-simulator / morse

The Modular OpenRobots Simulation Engine
http://morse-simulator.github.io/
Other
353 stars 156 forks source link

Rewrite socket middleware using Selectors API #686

Open adegroote opened 8 years ago

adegroote commented 8 years ago

Selectors API allow to use the "more efficient" implementation async i/o mechanism for the specific platform. It will improve the performance of the socket middleware, and handle some limitation of the select implementation (i.e. the number of open fds).

Selectors API requires python 3.4, so it will be done when Morse will require explicitly python 3.4