Hi folks,
Im trying to clarify a concept about single thread model.Here is
my point.
In servlet execution the servlet object is created only once and
all the subsequent requests by different
clients use that object.So if the servlet has instance variables they would
be shared by the users.In case the servlet does not
implement single thread model there is a possibilty that the instance
variables may be subjected to concurrent
updates giving unexpected results.
Is this the reason to
implement single thread model or are there any other compelling
reasons to do so
Ps let me know
Thanks a lot
Pradeep.
___________________________________________________________________________
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