That's what I thought too looking at the docs, but I found posts like this: http://mail-archives.apache.org/mod_mbox/tomcat-dev/200802.mbox/%3c47c45363.5060...@hanik.com%3e and http://www.mailinglistarchive.com/users@tomcat.apache.org/msg25455.html
FYI, DisableReuse hurt my performance by about 30%. So, I think I'm fine the way I am. Thanx, -Tony --------------------------- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com -----Original Message----- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, February 18, 2009 3:32 PM To: Tomcat Users List Subject: Re: mod_jk pool/thread/configure questions -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anthony, On 2/18/2009 4:43 PM, Anthony J. Biacco wrote: > 1. That's how I understood the documentation also. Maybe "Max" in > jkstatus refers to the max simultaneous connections it has done so > far, not the max it can do? I have no idea. Rainer or Mladen will have to answer this. Guys? > 2. Yeah, I tried the Executor attribute. Unfortunately, it doesn't > work on AJP connectors. But a good thought. Perhaps the DisableReuse > JkOption. I'll have to load test performance both ways. Really? It's documented to be supported here: http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html If it doesn't work, you should file a bug report. I'm not sure is DisableReuse is going to change anything... the Java threads are independent of that setting. The DisableReuse will just establish new ajp13 connections with the backend. The same set of threads will still handle the requests. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmcjFUACgkQ9CaO5/Lv0PAEWACeJY83r5pgaxevuChm5vTWU6vv bEAAn3ZKkf+3EcigpkcrMyHPF3Nmb5+9 =dA2C -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org