On Fri, 5 Oct 2001, Bojan Smojver wrote: > Bojan Smojver wrote: > > > > Bojan Smojver wrote: > > > > > This goes OK on both 1.1.0 and 1.2.0, although some requests aren't > > > served (probably because no more threads are available in ajp13 > > > connector - I run a max of 50). > > > > Has probably very little to do with it. I tried more threads, but some > > requests still fail according to ab. > > The report claims that 'length' fails. This applies equally to JSP's and > VM's. > > ------------------------------------------ > Failed requests: 650 > (Connect: 0, Length: 650, Exceptions: 0) > ------------------------------------------
I think ( or guess ) that ab is checking the length of the first request, and if following requests have different lengths it assumes it's a failure. Could you check if your page returns the same thing ? Very strange.. Costin