Re: SSLSocketImpl and Handshake Notifier efficiency/thread pooling

2020-07-15 Thread David Schlosnagle
Hi security-dev, I'd like to revive this 7.5 year old thread for discussion as I have seen seen several high throughput applications using `SSLSocket.addHandshakeCompletedListener(HandshakeCompletedListener)` where the "HandshakeCompletedNotify-Thread" created at https://github.com/openjdk/jdk/blo

Re: SSLSocketImpl and Handshake Notifier efficiency/thread pooling

2013-02-07 Thread Bernd Eckenfels
Hello, I have now submitted my OCA, how can we proceed here? Am 17.01.2013, 02:19 Uhr, schrieb Bernd Eckenfels : Am 16.01.2013, 05:04 Uhr, schrieb Xuelei Fan : I agree with you that create new threads in SSLSocket implementation is not good. The application is the better place to decide wh

Re: SSLSocketImpl and Handshake Notifier efficiency/thread pooling

2013-01-16 Thread Bernd Eckenfels
Hello Xuelei, List, thanks for taking the time to comment: Am 16.01.2013, 05:04 Uhr, schrieb Xuelei Fan : I agree with you that create new threads in SSLSocket implementation is not good. The application is the better place to decide what's the right thread model. For the same reason, usi

Re: SSLSocketImpl and Handshake Notifier efficiency/thread pooling

2013-01-15 Thread Xuelei Fan
Hi Bernd, I agree with you that create new threads in SSLSocket implementation is not good. The application is the better place to decide what's the right thread model. For the same reason, using Executor in SSLSocket implementation might not be an option from my understanding. Some applications

SSLSocketImpl and Handshake Notifier efficiency/thread pooling

2013-01-15 Thread Bernd Eckenfels
Hello, (Line numbers are relative to: http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/733885f57e14/src/share/classes/sun/security/ssl/SSLSocketImpl.java ) while investigating the DOS resilience of SSLSocket with the Sun JSSE Implementation (see other mail) I found out, that the SSLSocketImp