Jetty 9 – Features

Jetty 9 milestone 0 has landed! We are very excited about getting this release of jetty out and into the hands of everyone. A lot of work as gone into reworking fundamentals and this is going to be the best version of jetty yet! Anyway, as promised a few weeks Read more…

Jetty 9 – it's coming!

Development on Jetty-9 has been chugging along for quite some time now and it looks like we’ll start releasing milestones in around the end of September.  This is exciting because we have a lot of cool improvements and features coming that I’ll leave to others to blog about in specific Read more…

SPDY – we push!

SPDY, Google’s web protocol, is gaining momentum. Intending to improve the user’s web experience it aims at severely reducing page load times. We’ve blogged about the protocol and jetty’s straight forward SPDY support already: Jetty-SPDY is joining the revolution! and SPDY support in Jetty. No we’re taking this a step Read more…

NoSql Sessions with Jetty7 and Jetty8

When Jetty 7.5.0 is released we will have officially started to dabble in the area of distributed session handling and storage. To start this out we have created a set of abstract classes around the general concept of NoSQL support, and have prepared an initial implementation using MongoDB. We will Read more…

Jetty @ Eclipse Summit Europe

I have presented the advanced features of Jetty at the Eclipse Summit Europe 2010. Highlights of the features that I presented are: Jetty & OSGi, showing the full integration of Jetty with the OSGi world Jetty’s asynchronous HTTP client Jetty’s WebSocket protocol support Jetty’s WTP integration Jetty’s Cloudtide, for multi-tenanted Read more…

Comet Panel Video

In July I participated in London to the Comet Panel, organized by the London Ajax User Group. Me and a bunch of other Comet experts talked about our own Comet projects, and I talked about CometD. Here you can watch the video of the meeting (English, 1hr 38m).

Cometd-2 Throughput vs Latency

With the imminent release of cometd-2.0.0, it’s time to publish some of our own lies, damned lies and benchmarks. It has be over 2 years since we published the 20,000 reasons that cometd scales and in that time we have completely reworked both the client side and server side of Read more…

Lies, Damned Lies and Benchmarks

Benchmarks like statistics can be incredibly misleading in ways that are only obvious with detailed analysis. Recently the apache HTTPCore project released some benchmark results whose headline results read as: Jetty HttpCore Linux BIO 35,342 56,185 Linux NIO 1,873 25,970 Windows BIO 31,641 29,438 Windows NIO 6,045 13,076 Looking at Read more…