You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (JIRA)" <ji...@apache.org> on 2018/05/15 15:54:00 UTC

[jira] [Created] (GEODE-5221) Move peer SSL handshake acceptance out of TCPConduit.run and into the Connection's thread

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)