How many client socket can connect to server socket?

 

I want to connect more than 500 hundred client to the MQL (Meta Trader) server socket. There is no description about it in the documentation: https://www.mql5.com/en/docs/network/socketcreate

How many client can connect to the sever and deal with no problem?

Documentation on MQL5: Network Functions / SocketCreate
Documentation on MQL5: Network Functions / SocketCreate
  • www.mql5.com
SocketCreate - Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Doesn't make sense, MQL socket are not intended to be the server side but the client side.
Reason: