-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeffrey,
On 4/12/2010 12:57 PM, Jeffrey Janner wrote: > I'm running Tomcat 5.5.17 as a service on Windows 2000 SP4 w/native-APR > 1.1.18. FYI tcnative is at 1.1.20, now, and TC 5.5 is at 5.5.28. Always good to be up-to-date if you can afford to upgrade. > 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? That config looks okay to me. > 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. You should takea thread dump and see what they're doing. It's possible that threads used along with the APR connector always count as "busy"... or maybe they are still connected and waiting for followup keepalive requests. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvDXacACgkQ9CaO5/Lv0PAzvACfY3uy9AFVxqqFRVMq6PIKh7Sf N+gAnjDaKNgdhTBkNy3F8J2j7uvKSU9W =PfVN -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org