| commit | 5cd676581c178dc3611298e611c62fc51ed1b6cf | [log] [tgz] |
|---|---|---|
| author | Greg Wilkins <gregw@webtide.com> | Fri Dec 18 12:36:27 2015 +1100 |
| committer | Greg Wilkins <gregw@webtide.com> | Fri Dec 18 12:36:27 2015 +1100 |
| tree | b91816b574f8cf5e3d0f03495dad331555be7ca5 | |
| parent | ecbfe7c1d08936052da021f644d19c4b0db9fe65 [diff] |
484622 - Improve handling of Direct and Mapped buffers for static content ResourceHttpContent now applies a maxBufferSize that is passed through the call to getContent ResourceCache now accounts for the exact memory usage of content, which may have an indirect buffer plus either a direct or mapped buffer. Thus content size may be 0, 1 or 2 times the file size. Some more limited unit tests
Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2 and WebSocket in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.
Project documentation is located on our Eclipse website.
Expert advice and production support are available through http://webtide.com.