• Joel Martin's avatar
    Fix wsproxy CPU usage without affecting latency. · 92f572a2
    Joel Martin authored
    Instead of selecting on everything every time, only select the writers
    that we have items queued for. Most of the time the writers are ready
    so if we select on them even when we don't have anything to send we
    will fall into a tight loop.
    92f572a2
Name
Last commit
Last update
docs Loading commit data...
include Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
canvas.html Loading commit data...
canvas.js Loading commit data...
vnc.html Loading commit data...
vnc.js Loading commit data...
web.py Loading commit data...
websocket.py Loading commit data...
wsproxy.py Loading commit data...
wstest.html Loading commit data...
wstest.py Loading commit data...