> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
> Subject: RE: making a singleton servlet
> 
> It's my understanding that the container (Tomcat or 
> whatever) is free to process as many requests in 
> parallel as needed, as well as create multiple 
> servlet instances - see the servlet spec.

After rereading the spec, I realize the above needs clarification.  A
non-distributed container can only create one instance of a servlet,
unless using the SingleThreadModel (deprecated and strongly
discouraged).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to