Bruce Schuchardt created GEODE-5221: ---------------------------------------
Summary: Move peer SSL handshake acceptance out of TCPConduit.run and into the Connection's thread Key: GEODE-5221 URL: https://issues.apache.org/jira/browse/GEODE-5221 Project: Geode Issue Type: Improvement Components: messaging Reporter: Bruce Schuchardt SSL handshakes are currently performed in the TCPConduit.run() loop. These could be moved to the receiver thread's run() method in Connection, after TCPConduit.acceptConnection() finishes. This will unblock the TCPConduit.run() loop and allow it to be more responsive. -- This message was sent by Atlassian JIRA (v7.6.3#76005)