Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] SPDY Experiments

Hi,

On Fri, Dec 23, 2011 at 17:15, Gunnar Wagenknecht
<gunnar@xxxxxxxxxxxxxxx> wrote:
> Hi,
>
> I was wondering if anybody out there already looked into SPDY in the
> context of Jetty. Just curious.

We (I) did, in JDK 7 (no need for external deflate libraries).
The implementation is pretty much done - there are still parts to
complete like unidirectional server pushes, still on my laptop though,
but the insurmountable problem is NPN, which is not available in Java.

There is a guy that forked OpenJDK to add that support (!).

I was thinking to add a class retransformer to add NPN support to the
JDK, but I have not started yet.

Simon
-- 
http://cometd.org
http://intalio.com
http://bordet.blogspot.com
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top