tailhook / rotor-http

The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
MIT License
110 stars 11 forks source link

Working multithreaded listeners #1

Closed teburd closed 9 years ago

teburd commented 9 years ago

Multiple listener threads in action with the hello example, quite nice!

https://github.com/bfrog/rotor-http-hello

tailhook commented 9 years ago

Nice. Coincidentally I've done the same thing last night to do some micro-benchmarks. Pushed just now to "examples" folder. It looks similar to your example except the number of threads can be changed by the environment variable.

Anyway, thanks for giving a try!