I'm just starting to look at grizzly and trying to decide if I want to
use it verses something else. So I've been looking at the api's and
javadocs and samples. One thing I don't see covered is how you are
actually serving static content. From browsing the javadoc it seems
you are using the traditional approach (read the file in then write it
out to the channel) as well as possibly caching the file data. Why not
let the OS do that for you? Take a look at this article
http://www.ibm.com/developerworks/linux/library/j-zerocopy/index.html
I'm not sure if the approach described works on all platforms but the
question I have is can I get at the channel and do it myself when
using a GrizzlyWebServer?
Thanks
Richard