This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: javax.net.ssl.SSLEngine for NIO - Slow performance
- From: Tom Tromey <tromey at redhat dot com>
- To: Jary Grove <jarygrove at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 08 May 2008 13:55:27 -0600
- Subject: Re: javax.net.ssl.SSLEngine for NIO - Slow performance
- References: <805738.82100.qm@web45711.mail.sp1.yahoo.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Jary" == Jary Grove <jarygrove@yahoo.com> writes:
Jary> I am using NIO -Âsslengine with gcj (new Jessie API)Âand it
Jary> takes a very long time to connect using SSLEngine. Anybody who
Jary> has observed the same behaviour?
Not me, but I can't remember ever trying it, either.
Aside from debugging it your best bet is to write a small test case
and include it in a bug report.
Tom