Asynchronous IO in SSL

Xuelei Fan Xuelei.Fan at Oracle.Com
Sat Mar 31 01:49:10 PDT 2012


On Mar 31, 2012, at 4:26 PM, lixiangfeng <lixiangfeng at infosec.com.cn> wrote:

>  
>          I use JDK7,use SSL ServerSocket to accept a SSL Socket Connection,Can I use Asynchronous IO?
>  
>  
I am afraid that It is not the normal approach to use asynchronous IO. The server socket may be the bottleneck.  You may be interested in the blog: http://sim.ivi.co/2011/06/java-approach-to-lightweight-servers.html, which talked about how to use NIO2 and SSL together.

Xuelei
>  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/security-dev/attachments/20120331/17ad9f93/attachment.html 


More information about the security-dev mailing list