Altera_Forum
Honored Contributor
12 years agoAny NIO framework in C++
I want to use a NIO framework in C++ that can handle at least 100,000 concurrent connections. I was thinking of using boost::asio, but I don't know if it scales very well on a multicore systems. Does somebody has experiences with boost:asio and such a number of connections to handle?