Keith Wall created QPID-6825:
--------------------------------

             Summary: AmqPorts should stop performing a TCP accept once the 
port has reached maximum concurrent connections
                 Key: QPID-6825
                 URL: https://issues.apache.org/jira/browse/QPID-6825
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Keith Wall


The Java Broker's AmqPort model object has the concept of maximum number of 
concurrent connections, however, this check is enforce only after the socket 
accept has been performed.  This means that system resources are already 
consumed.  The check should be changed so that before the port accepts a 
connection, it checks first to ensure that the port has capacity for the new 
connection.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to