by javalatte » Sat Feb 09, 2013 11:53 pm
If your servlet implements the SingleThreadModel interface, then your servlet instance doesn't process more than a request at a time. Now how does the server implement this model and handles the request, sequentially or parallely?