I'm running Tomcat 5.5.17 as a service on Windows 2000 SP4 w/native-APR
1.1.18.

I've got the following connector configured:

 

    <Connector address="172.16.9.1" port="443" maxHttpHeaderSize="8192"

               maxThreads="150" minSpareThreads="5" maxSpareThreads="75"

               enableLookups="false" acceptCount="100" 

               connectionTimeout="20000" disableUploadTimeout="true"

               scheme="https" secure="true" clientAuth="false"
SSLEngine="on"

               .....REST OF SSL STUFF.......>

 

When I look at the connector using the Tomcat Manager, I see the
following info:

 

http-172.16.9.1-443

Max threads: 150 Min spare threads: 0 Max spare threads: 0 Current
thread count: 83 Current thread busy: 82 Keeped alive sockets count: 0

Max processing time: 36828 ms Processing time: 312.233 s Request count:
3028 Error count: 37 Bytes received: 0.07 MB Bytes sent: 30.01 MB

 

Obviously, the max setting is working, but the spare settings are
showing up as zeroes.  Is that just a release bug?  Or do I really have
something wrong with the config?

 

The other question I have:  Should I be worried about those 82 busy
threads?  The session count for the app is zero, and no one has probably
used it for hours.

 

Jeff


*******************************  NOTICE  *********************************
This message is intended for the use of the individual or entity to which 
it is addressed and may contain information that is privileged, 
confidential, and exempt from disclosure under applicable law.  If the 
reader of this message is not the intended recipient or the employee or 
agent responsible for delivering this message to the intended recipient, 
you are hereby notified that any dissemination, distribution, or copying 
of this communication is strictly prohibited.  If you have received this 
communication in error, please notify us immediately by reply or by 
telephone (call us collect at 512-343-9100) and immediately delete this 
message and all its attachments.

Reply via email to