22 Dec
2018
22 Dec
'18
11:01 p.m.
Hi, In regard to ASIO TCP socket implementation, for each connections the server needs to open and to maintain a session, obviously there need be adequate RAM and CPU resources for supporting large connections, but does ASIO TCP socket itself has any limitation for connecting to large clients which could be over 10000 or more simultaneously? What will be the maximum connections a single ASIO TCP socket server can handle? Thank you.