Re: Can anyone help me with a multi thread concept in java servlets?
Posted By:
Anonymous
Posted On:
Friday, April 13, 2007 12:29 AM
Hi Mahesh,
No need to worry about the multi threading with the servlets as the servlet engine(in your case tomcat)that your using will take care untill unless your servlet implement the SingleThreadModel interface.
Regards,
Krishna Rajendra A.