metarhia / jstp

Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
https://metarhia.github.io/jstp
Other
142 stars 10 forks source link

I/O and packet processing scheduling #34

Open aqrln opened 7 years ago

aqrln commented 7 years ago

Use a simple round-robin scheduler for now, but some more sophisticated algorithm might be developed in the future.

aqrln commented 7 years ago

Required for #33

tshemsedinov commented 7 years ago

We will do it with metasync. If we need more synchronicity abstraction (for example queue with priority, round robin) to implement there please make issue.