Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
smegel
on May 4, 2016
|
parent
|
context
|
favorite
| on:
Uvloop: Fast Python networking
Is it possible to add a benchmark for gevent using raw sockets not StreamServer (assuming that adds similar overhead).
1st1
on May 4, 2016
[–]
AFAIK, StreamServer should actually affect benchmark in a positive way. In gevent case, StreamServer isn't about high-level abstractions, it's about making sure that client sockets always have a READ flag in the IO multiplexor (epoll, kqueue etc)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: