As far as I know, the connectors aren't tied to specific tomcat versions
(separate projects).  If memory serves, that resource is the same resource
that has always been posted under the 4.0 docs.

John Turner
[EMAIL PROTECTED]

-----Original Message-----
From: Marinko, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 1:57 PM
To: 'Tomcat Users List'
Subject: RE: Configuration for High TPS


I have been looking through those online docs looking for any configuration
info that might be useful, but I'm using 4.0.3, so I've been reading the 4.0
docs.  It doesn't appear this is available in 4.0 (as it is under the 4.1
docs).

Thanks for the link though!

-----Original Message-----
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 10:52 AM
To: 'Tomcat Users List'
Subject: RE: Configuration for High TPS



http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html

John Turner
[EMAIL PROTECTED]


-----Original Message-----
From: Marinko, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 1:50 PM
To: 'Tomcat Users List'
Subject: RE: Configuration for High TPS


Where can I find documentation on the Coyote connector (such as the exact
class name)?

What is really bothering me (currently), is once I start getting connection
errors, my CPU usage (roughly) doubles, and I get connection errors much
more easily (as if acceptCount was reduced somehow).  Any ideas on the
cause/solution for this?

-----Original Message-----
From: Sullivan, Mark E [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 10:31 AM
To: 'Tomcat Users List'
Subject: RE: Configuration for High TPS


what version of tomcat are you running? In the 4+ versions the Coyote HTTP
connector is supposed to perform better. 

> -----Original Message-----
> From: Marinko, Jeff [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 09, 2002 12:23 PM
> To: Tomcat Users List
> Subject: Configuration for High TPS
> 
> 
> I'm attempting to configure Tomcat for a test environment to 
> handle a high
> number of transactions per second (TPS) and would like any 
> advice others may
> like to contribute.  The machine is a fairly powerful dual 
> processor machine
> (1+ GHz) running WinNT.  I'm using a tool to send requests, 
> where I can
> specify the TPS and number of requests total to send.
> 
> I'm running the following with "ok" results, but I'm interested in any
> suggestions or better explanations of some of the fields:
> 
> <Connector 
> className="org.apache.catalina.connector.http.HttpConnector"
>                port="8080" minProcessors="200" maxProcessors="200"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="2000" debug="0" 
> connectionTimeout="60000"/>
> 
> Perhaps my biggest problem is the number of connections 
> Tomcat accepts fills
> up rather quickly, some of the connections my tool generates 
> are refused
> (presumably due to the acceptCount limit being reached, and I 
> have increased
> it a couple times).
> 
> Any advice would be appreciated!
> 
> Jeff
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

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



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

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



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

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

Reply via email to