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: Jary Grove <jarygrove at yahoo dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 7 Jul 2008 08:22:09 -0700 (PDT)
- Subject: Re: javax.net.ssl.SSLEngine for NIO - Slow performance
Thanks, will do
____________________________________________________________________________________
Never miss a thing.? Make Yahoo your home page..?
http://www.ldapsoft.com
----- Original Message ----
> From: Tom Tromey <tromey@redhat.com>
> To: Jary Grove <jarygrove@yahoo.com>
> Cc: java@gcc.gnu.org
> Sent: Thursday, May 8, 2008 2:55:27 PM
> Subject: Re: javax.net.ssl.SSLEngine for NIO - Slow performance
>
> >>>>> "Jary" == Jary Grove 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