[EMAIL PROTECTED] wrote:
> I am running a very high volume web site with Apache 1.3.4 and Jserv 1.0b2
> and I'm wondering if the default setting for the servlt zone I created are
> set high enough. In particular the Thread settings below. When my volume
> of users is at its highest Jserv seems to hang indefinitely, so I'm
> wondering if all the sockets are getting used up and getting "clogged".
>
> # SingleThreadModel Servlets parameters
> ########################################
>
> # Set the initial capacity of the STM servlets pool.
> # Syntax: singleThreadModelServlet.initialCapacity=(int)>1
> # Default: 5
> singleThreadModelServlet.initialCapacity=5
>
> # Set the number of servlet instances should be added to the pool if found
> empty.
> # Syntax: singleThreadModelServlet.incrementCapacity=(int)>1
> # Default: 5
> singleThreadModelServlet.incrementCapacity=5
>
> # Set the maximum capacity of the STM pool
> # Syntax: singleThreadModelServlet.maximumCapacity=(int)>1
> # Default: 10
> singleThreadModelServlet.maximumCapacity=10
>
> And in my jserv properties file I have the MaxConnections set to 100, I'm
> not sure how high I should set this since I have such a high volume. I get
> as many as 170 httpd deamons running simultaneously, and I'm trying to send
> all my servlets through Jserv, about 50,000 a day.
>
Hi,
for very high volumes websites, I shoud recommend trying the latest
load-balancing features.
(still experimental, and needing volunteers to bench/report bugs).
see : http://java.apache.org follow JServ -> Documentation -> load-balancing.
Jean-Luc
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]