Closed olemartinorg closed 9 years ago
Steps to reproduce:
strace python SimpleExampleServer.py --example echo
Connect a client, then watch as endless select() calls are made.
select()
Recently been patched.
Steps to reproduce:
strace python SimpleExampleServer.py --example echo
Connect a client, then watch as endless
select()
calls are made.