Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] NextProtoNego and OSGi

Hi,

On Wed, Jan 30, 2013 at 6:06 PM, Gunnar Wagenknecht
<gunnar@xxxxxxxxxxxxxxx> wrote:
> Yes. One of our research teams is working on technologies related to the new
> Germany passport. It is heavily based on secure transports and certificates
> for establishing trust. It also requires additional TLS features (beyond
> NPN) which the JRE implementation doesn't provide.

Do you plan to release this TLS provider open source ?

>> How do you implement non-blocking writes if you use sockets and streams ?
>
> The TSL library implements a channel by default. The JRE provides utility
> methods for creating blocking streams, eg., Channels.newOutputStream(...)).

Not following. Using channels and streams by default results in blocking IO.
Did you implement a non-blocking IO version too ?

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top