aatxe / hamelin.rs

An implementation of Hamelin in Rust.
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Recreate SSL daemon with mio. #2

Open aatxe opened 9 years ago

aatxe commented 9 years ago

The SSL daemon is still spawning native threads for each connection. It'd be better if we could use mio's event loop here instead.

aatxe commented 9 years ago

The SSL implementation was removed in 37c6dae634bce9b90d841243772a08494b1cdfc8. Ideally, it should be re-implemented with mio and the new std::io.