2011/01/18 00:42 Developer
asynchronous servlet in servlet3.0
http://blogs.sun.com/enterprisetechtips/entry/asynchronous_support_in_servlet_3
Asynchronous Support Features
- Annotation Attributes
- Servlet Request Methods
- AsyncContext Class
- Asynchronous Listener Class
Apache Tomcat version 7.0 implements the Servlet 3.0 and JavaServer Pages 2.2 specifications
http://tomcat.apache.org/tomcat-7.0-doc/index.html
tomcat7.0부터는 servlet3.0을 지원하는데 7.0이 많이 사용하게 되면 비동기 서블릿이 많이 활용될 것으로 보인다.