volley icon indicating copy to clipboard operation
volley copied to clipboard

Add (e)polling versions of threaded servers

Open jonhoo opened this issue 9 years ago • 2 comments

It would be interesting to show the performance difference between servers using epoll/select and servers doing blocking operations, in particular because the Go server is (currently) limited to only doing (e)polling.

jonhoo avatar Jun 16 '15 15:06 jonhoo

The Rust version would probably more idiomatically use https://github.com/carllerche/mio than epoll directly.

steveklabnik avatar Jun 16 '15 18:06 steveklabnik

Good point.

jonhoo avatar Jun 16 '15 18:06 jonhoo