mod_jk glitches

2005-06-09 Thread Tom Anderson
I hope that the below "snapshot" of my jkstatus shows up okay. This is from my current setup using mod_jk 1.2.13 and using the method=Traffic setting. What's not obvious from this static snapshot is that the middle webserver (webl6) is currently getting all requests. This is in spite

Re: mod_jk glitches

2005-06-09 Thread Tom Anderson
It didn't paste as well as I'd hoped... the relevant information, formatted in text is: NameFAccWrRdBusyMax webl7100495464 239M 2.4G 1 41 webl4130648407 312M 3.1G 1 50 webl6169 1056555 507M 1.1G

Re: mod_jk glitches

2005-06-09 Thread Tom Anderson
I should have trusted my instincts and not my math. A size_t (32 bits on most machines) rolls over at 4 GB, not 4 MB... d'oh! So this falls apart under a decent load, after a day or two in my case. I guess I'll be going back to the "request" method. For me, that should last about 10

Re: mod_jk glitches

2005-06-11 Thread Glenn Nielsen
The best way to make sure this bug gets fixed is to file a bug report. http://jakarta.apache.org/tomcat/bugreport.html Regards, Glenn On Thu, Jun 09, 2005 at 11:18:28PM -0600, Tom Anderson wrote: > I should have trusted my instincts and not my math. A size_t (32 > bits on most machines) rol