|
SingleThreadModel can be made implement by servlets/configured for JSP to process the request in synchronized way. Instance variable which are being declared in servlets/JSP are not synchronized , so inorder to make them so we can implement the interface or configure JSP as threadSafe="false".
|
|