RE: Load test with ab

2002-04-08 Thread Stefan Seifert
: Saturday, April 06, 2002 12:15 AM To: [EMAIL PROTECTED]; Nicola Ken Barozzi Subject: Re: Load test with ab Frustrating, I also have to communicate with a MS SQL 2000 db server. Not having started on the JDBC work I would be interested to know: a) what kind of experiences people have made

Re: Load test with ab

2002-04-07 Thread Liam Morley
Yep, I'm pretty sure sitemap_xmap.java ends up in the work directory, and it'll show up there each time you restart Tomcat. It's a dynamically generated java representation of the sitemap in WEB-INF, so it's not for editing (for those new to C2). Liam Morley On Fri, 5 Apr 2002, Michael Wechner

Re: Load test with ab

2002-04-05 Thread Michael Wechner
Where do I find sitemap_xmap.java? Within the work directory of Tomcat? If so, then I can't tell, because I deleted it unfortunately. But I can do another load test! Thanks for your help Michael Vadim Gritsenko wrote: What is in these lines?

RE: Load test with ab

2002-04-05 Thread Carsten Ziegeler
[mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Load test with ab Where do I find sitemap_xmap.java? Within the work directory of Tomcat? If so, then I can't tell, because I deleted it unfortunately. But I can do another load test! Thanks

Re: Load test with ab

2002-04-05 Thread Michael Wechner
There must be another reason in our case. We don't use Microsoft and we don't use a database. In the case of our load test, everything was retrieved from the filesystem. I will try Cocoon 2.0.2 over the weekend. Maybe that helps. Michael Nicola Ken Barozzi wrote: From: Chris Warr [EMAIL

Re: Load test with ab

2002-04-05 Thread Michael Wechner
the latest cvs version which is (paranoid) synchronized. This solved our problem with a hanging (dead) Cocoon. Carsten -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Load test with ab Where do I

RE: Load test with ab

2002-04-05 Thread Bert Van Kets
Carsten, does this mean that the latest CVS build can be trusted under heavy loads, say 50 to 100 concurrent users? Bert At 14:12 5/04/2002 +0200, you wrote: We had the same problem, and it had to do with the MRUStore which is not thread safe in 2.0.1 and 2.0.2. I suggest you try the latest

RE: Load test with ab

2002-04-05 Thread Carsten Ziegeler
-Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 2:51 PM To: [EMAIL PROTECTED] Subject: RE: Load test with ab Carsten, does this mean that the latest CVS build can be trusted under heavy loads, say 50 to 100 concurrent users

Re: Load test with ab

2002-04-05 Thread Horst Rutter
drivers, if that's the bottleneck. Thanks, Horst - Original Message - From: Nicola Ken Barozzi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 11:57 PM Subject: Re: Load test with ab Out of all the drivers we used, Microsoft's new JDBC driver had the most problems

RE: Load test with ab

2002-04-04 Thread Vadim Gritsenko
What is in these lines? org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:2099) org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:2071) Vadim -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:37 AM To: [EMAIL

RE: Load test with ab

2002-04-04 Thread Chris Warr
Hi, I'm a bit of a newbie so go easy on me if I get things wrong. We're also having trouble with with cocoon under load. We're running under NT4 SP6a, Tomcat 4.0.3, Cocoon 2.0.2, and JDK 1.3.1. We've got a webapp that connects to an MSSQL Server 2000 db using Microsoft's jdbc driver, it reads

Re: Load test with ab

2002-04-04 Thread Nicola Ken Barozzi
From: Chris Warr [EMAIL PROTECTED] Hi, I'm a bit of a newbie so go easy on me if I get things wrong. We're also having trouble with with cocoon under load. We're running under NT4 SP6a, Tomcat 4.0.3, Cocoon 2.0.2, and JDK 1.3.1. We've got a webapp that connects to an MSSQL Server 2000 db