Re: Keeping http-8443 threads in check (Apache Tomcat/6.0.29)

2015-07-20 Thread Brad Spry
Konstantin Kolinko,

Thank You Very Much for pointing me in the right direction.


Brad

On Sat, Jul 18, 2015 at 4:23 AM, Konstantin Kolinko
knst.koli...@gmail.com wrote:
 2015-07-17 23:53 GMT+03:00 Brad Spry dbs...@uncc.edu:
 After ingesting copious amounts of objects into Fedora Commons, the
 system returns to an idle state.

 However, even with the system idle, http-8443 residue remains behind,
 chewing up RAM and CPU for no good reason:


 Your chewing up is an exaggeration. If you really want to have a
 thread pool that stops idle threads,  you need to explicitly configure
 an Executor for you connector.

 http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html

 Notes:
 1) Online documentation is for the current releases of Tomcat. For
 Tomcat 6 that is 6.0.44
 2) Tomcat 6 forthcoming EOL date has been announced,
 http://tomcat.apache.org/tomcat-60-eol.html

 Best regards,
 Konstantin Kolinko

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Keeping http-8443 threads in check (Apache Tomcat/6.0.29)

2015-07-18 Thread Konstantin Kolinko
2015-07-17 23:53 GMT+03:00 Brad Spry dbs...@uncc.edu:
 After ingesting copious amounts of objects into Fedora Commons, the
 system returns to an idle state.

 However, even with the system idle, http-8443 residue remains behind,
 chewing up RAM and CPU for no good reason:


Your chewing up is an exaggeration. If you really want to have a
thread pool that stops idle threads,  you need to explicitly configure
an Executor for you connector.

http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html

Notes:
1) Online documentation is for the current releases of Tomcat. For
Tomcat 6 that is 6.0.44
2) Tomcat 6 forthcoming EOL date has been announced,
http://tomcat.apache.org/tomcat-60-eol.html

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Keeping http-8443 threads in check (Apache Tomcat/6.0.29)

2015-07-17 Thread Brad Spry
After ingesting copious amounts of objects into Fedora Commons, the
system returns to an idle state.

However, even with the system idle, http-8443 residue remains behind,
chewing up RAM and CPU for no good reason:

http-8443-16 daemon prio=10 tid=0x4237b800 nid=0x206a
runnable [0x7fb69deeb000]
http-8443-15 daemon prio=10 tid=0x42215000 nid=0x2069 in
Object.wait() [0x7fb69dfed000]
http-8443-14 daemon prio=10 tid=0x42145000 nid=0x2068 in
Object.wait() [0x7fb69dbae000]
http-8443-13 daemon prio=10 tid=0x42008000 nid=0x2067 in
Object.wait() [0x7fb69ddd5000]
http-8443-12 daemon prio=10 tid=0x420d0800 nid=0x1fc0 in
Object.wait() [0x7fb69bd3e000]
http-8443-11 daemon prio=10 tid=0x41f6f000 nid=0x16ec in
Object.wait() [0x7fb69d9f8000]
http-8443-10 daemon prio=10 tid=0x42907800 nid=0x8aa
runnable [0x7fb69b837000]
http-8443-9 daemon prio=10 tid=0x43a50800 nid=0x7a1d in
Object.wait() [0x7fb69b738000]
http-8443-8 daemon prio=10 tid=0x42248000 nid=0x7a1c in
Object.wait() [0x7fb69b61c000]
http-8443-7 daemon prio=10 tid=0x41e94000 nid=0x764e
runnable [0x7fb69dcc6000]
http-8443-6 daemon prio=10 tid=0x4336a000 nid=0x6a1b
runnable [0x7fb69ba39000]
http-8443-5 daemon prio=10 tid=0x42142800 nid=0x6a1a
runnable [0x7fb69be3e000]
http-8443-4 daemon prio=10 tid=0x4201d800 nid=0x6a19
runnable [0x7fb69bb3a000]
http-8443-3 daemon prio=10 tid=0x42238800 nid=0x6984
runnable [0x7fb6a9fa1000]
http-8443-2 daemon prio=10 tid=0x43133800 nid=0x6983
runnable [0x7fb6aa5a7000]
http-8443-1 daemon prio=10 tid=0x4226f800 nid=0x5ee2
runnable [0x7fb6aa9ab000]


I've experimented with placing connectionTimeout=2 on the AJP
and org.apache.coyote.http11.Http11AprProtocol Connector's, but have
observed no change in behavior.

I'm writing to ask of anyone has any knowhow or advice for
automatically pruning idle Connector's like this?   Thank you ahead
of time.


Sincerely,

Brad Spry
Atkins Library
UNC Charlotte

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org