On Mar 31, 2012, at 4:26 PM, lixiangfeng <lixiangf...@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
>  

Reply via email to