> -----Original Message-----
> From: Christopher L Merrill [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 11, 2003 11:26 AM
> To: Research Triangle Java User's Group mailing list.
> Subject: Re: [Juglist] java.nio can't be used to implement
> high-performance SSL server?
>
>
> Nascif Abousalh-Neto wrote:
> > 1) It looks like Sun will indeed solve this oversight on 1.5 (they
> > seem
> > to be taking a lot of heat for this problem);
>
> I am hopeful...I found a JBD entry concerning this issue:
> http://developer.java.sun.com/developer/bugParade/bugs/4495742.html
> It says it's 'fixed'...but I can not tell what the solution
> is...<sigh>
>
> > 2) You can "wrap" an SSL socket in two PipeChannels. Yes
> each one will
> > still consume two threads, but they are now Selectable, and
> you can take
> > advantage of that in your design and have an easier
> migration path in
> > the next JDK release.
>
> Interesting idea. Looks like it should work (in theory)...have you
> actually implemented this? Or do you know anyone who has?
I've got a code sample from a very respected source... ;-)
Let me check with him if it is OK to post the code and I will get back to you (and the list).
Note however that as far as your current problem - reducing the number of threads -
this solution won't help. Unless of course you using both regular and SSL sockets, say
to implement a bridge or proxy, in which case you can cut the number of threads needed
to handle the former.
Regards,
Nascif
>
> --
> --------------------------------------------------------------
> -----------
> Chris Merrill | http://webperformanceinc.com
> Web Performance Inc. |
> http://webperformancemonitoring.net
>
> Website Load Testing,
> Stress Testing, and Performance Monitoring Software
> --------------------------------------------------------------
> -----------
>
>
> _______________________________________________
> Juglist mailing list
> [EMAIL PROTECTED]
> http://trijug.org/mailman/listinfo/juglist_tri> jug.org
>
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
