http « Container « JSP-Servlet Q&A





1. How to choose the max thread count for an HTTP servlet container?    stackoverflow.com

I'm developing a restful Web service that runs as a servlet (using blocking IO) in Jetty. Figuring out the optimal setting for max threads seems hard. Is there a researched formula for ...

2. Implementing digest authentication for non-servlet containers    stackoverflow.com

I am prototyping a component using a non-servlet container(Netty). I have built a simple HTTP stack on top of this lets me get the request headers etc. However, I need to ...