Watch “Servlet Part-13 (Single Thread Model)” on YouTube

Single Thread Model:
It was designed to guarantee that only one thread is executed at a time in a given servlet instance’s service method.
It should be implemented to ensure that servlet can handle only one request at a time.

follow me @
https://raviroza.wordpress.com/
https://twitter.com/raviozaIT
https://www.facebook.com/ravi.oza.it
It is a marker interface and has no methods.
This interface is currently deprecated.
Once the interface is implemented the system guarantees that there’s never more than one request thread accessing a single instance of servlet.

OS : Windows 10
Jdk : Version 8
IDE : Eclipse Mars
Server : Apache Tomcat 7

follow me @
https://raviroza.wordpress.com/
https://twitter.com/raviozaIT
https://www.facebook.com/ravi.oza.it

Subscribe my channel to get latest video notification https://www.youtube.com/user/ravioza101

Leave a Comment