Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Servlet 3.1 Asychronous IO example


As we approach the release of a milestone release of Jetty 9.1, I've started creating some examples of the new Servlet 3.1 features.

Thus I've added a servlet that uses the async IO API to limit data rate of a download (eg for streaming video or just protecting data centre from network congestion).

The code is here and I have also blogged about it.

cheers

--
Greg Wilkins <gregw@xxxxxxxxxxx>
http://www.webtide.com
Developer advice and support from the Jetty & CometD experts.
Intalio, the modern way to build business applications.

Back to the top