并发连接数

  • 网络concurrent connections;The number of concurrent connections;TCP Concurrent Connections
并发连接数并发连接数
  1. 可以设置maxThreads参数来确定MessageBroker接受的最大并发连接数。

    You can set the maxThreads parameter to determine the maximum number of concurrent connections that Message Broker will accept .

  2. 如果一个服务器能够预先估计可能会产生的最大并发连接数,服务器可以投递一个使用零缓冲区的receive在每一个连接上。

    If a server anticipates handling a very high number of concurrent clients , the server can post a single zero byte receive on each connection .

  3. 然后深入讨论了利用软件模拟技术来测试网络安全产品的并发连接数的实现过程。

    Then it made a deep study of the implementation procedure that using software simulation technology to test the network security device 's Concurrent TCP Connections .

  4. 无法创建与服务器的连接,因为此帐号的并发连接个数已达到限制值。

    A connection to the server could not be made because the limit on the number ofconcurrent connections for this account has been reached .