Open aatxe opened 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.
The SSL implementation was removed in 37c6dae634bce9b90d841243772a08494b1cdfc8. Ideally, it should be re-implemented with mio and the new std::io.
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.