Hi All

What I learnt from basics of Servlets(non Single thread model) is only one
instance per Servlet name will be created and all the requests will be
answered by spawned threads.

But still a doubt, are there any chances in which init() and destroy() will
get called multiple times?

regds

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to