----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

I want to confirm a thought:

I have found in the zone.properties file some "code" about the
SingleThreadModel like:

# SingleThreadModel Servlets parameters
########################################

SingleThreadModelServlet.initialCapacity=5

singleThreadModelServlet.incrementCapacity=5

singleThreadModelServlet.maximumCapacity=10

As far as i understand when diferent users make request to a servlet ,
they are using tha same servlet instance, not the singleThreadModel
(different instances per each request).
I have read that one has to implement the SigleThreadModel interface to
use this feature. So i guess that Jserv is not using the
SingleThreadModel if a servlet does not implement this interface, what
means that Jserv ignores the code above if I do not implement the
interface in a servlet.

Am I right or not?

I am usin JServ 1.1b3

Thanks for your help.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to