SingleThreadModel is deprecated in Servlet API version 2.4
摘要:
Ensures that servlets handle only one request at a time. This interface has no methods.If a servlet implements this interface, you areguaranteedthat no two threads will execute concurrently in the servlet'sservicemethod. The servlet container can make this guarantee by synchronizing access to a 阅读全文