I need a TCP server that can handle approximately 100k concurrent connections. Is QTcpServer suitable for this purpose? Or it is worth looking towards the boost library.
I need a TCP server that can handle approximately 100k concurrent connections. Is QTcpServer suitable for this purpose? Or it is worth looking towards the boost library.