[Lift] Re: What happens between 7000 and 8000 requests?

2010-01-25 Thread Stefan Koenig
Yes indeed. I have an plus of ~317%. Thanks again. On Jan 21, 3:34 pm, David Pollak wrote: > On Thu, Jan 21, 2010 at 6:25 AM, Stefan Koenig wrote: > > First of all thanks for the replies. Your comments made a lot of > > sense, so I tested again using a cookie jsessionid and voilà no > > problems

Re: [Lift] Re: What happens between 7000 and 8000 requests?

2010-01-21 Thread David Pollak
On Thu, Jan 21, 2010 at 6:25 AM, Stefan Koenig wrote: > First of all thanks for the replies. Your comments made a lot of > sense, so I tested again using a cookie jsessionid and voilà no > problems anymore even running more than 100,000 requests in a row now. > Also the failed requests are gone.

[Lift] Re: What happens between 7000 and 8000 requests?

2010-01-21 Thread Stefan Koenig
First of all thanks for the replies. Your comments made a lot of sense, so I tested again using a cookie jsessionid and voilà no problems anymore even running more than 100,000 requests in a row now. Also the failed requests are gone. Thanks again. Stefan Koenig On Jan 21, 5:16 am, Derek Willia

Re: [Lift] Re: What happens between 7000 and 8000 requests?

2010-01-20 Thread Derek Williams
Okay, I tried it out. jsessionid is sometimes 12 or 13 characters long which is why the document length is changing. Those failures due to length are probably safe to ignore. On Wed, Jan 20, 2010 at 6:00 PM, Derek Williams wrote: > I could be wrong here, but I think the failed requests might be d

Re: [Lift] Re: What happens between 7000 and 8000 requests?

2010-01-20 Thread Derek Williams
I could be wrong here, but I think the failed requests might be due to the jsessionid that jetty adds onto the links, they may be different sizes. I am away from my computer right now and can't test it though. On Jan 20, 2010 5:11 PM, "David Pollak" wrote: I've updated the project to Lift 2.0-SN

Re: [Lift] Re: What happens between 7000 and 8000 requests?

2010-01-20 Thread David Pollak
I've updated the project to Lift 2.0-SNAPSHOT It's been my experience that Jetty doesn't always close streams and has problems with benchmarks where it's just "open stream, dump stuff out, forget to close stream." I'd suggest trying with Tomcat. I have not seen similar problems in production. B

[Lift] Re: What happens between 7000 and 8000 requests?

2010-01-20 Thread cody koeninger
On Jan 20, 11:03 am, Stefan Koenig wrote: > So basically my questions: Did I do something wrong? Complete requests: 1 Failed requests:9866 (Connect: 0, Receive: 0, Length: 9866, Exceptions: 0) Unless you're intentionally returning a page with dynamic length, which from a c