Re: AW: [C2] Loadtest

2001-08-21 Thread Stuart Roebuck
> over and over again, and will potentially prevent updated XSP (et. al) > from being properly regenerated. On Tuesday, August 21, 2001, at 09:43 am, Morrison, John wrote: > > >> -Original Message- >> From: Ovidiu Predescu [mailto:[EMAIL PROTECTED]] >> Sent: Tuesda

RE: AW: [C2] Loadtest

2001-08-21 Thread Morrison, John
> -Original Message- > From: Ovidiu Predescu [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 21 August 2001 9:22 am > To: Stefan Seifert > Cc: [EMAIL PROTECTED] > Subject: Re: AW: [C2] Loadtest > > > On Mon, 20 Aug 2001 23:33:28 +0200, "Stefan Seifert&quo

AW:[C2] Loadtest

2001-08-21 Thread Gerhard Froehlich
>> > - the first one is a project for a cocoon-based web site >> with 3 dozens >> >tables and a couple SQL Statements using ESQL for each page >> request. I >> >served 50 simulatnous user without acceptable performance degradation >> >and _without_ caching (only XSL Stylesheets were cached). >> CP

Re: AW: [C2] Loadtest

2001-08-21 Thread Ovidiu Predescu
On Mon, 20 Aug 2001 23:33:28 +0200, "Stefan Seifert" <[EMAIL PROTECTED]> wrote: > > > - the second project is a web application with combination > > of Cococon2 > > >and JSP-Pages, very complex SQL Statements using ESQL and complex > > >transformations, in combination with static XML files (XML

AW: [C2] Loadtest

2001-08-20 Thread Stefan Seifert
> > - the first one is a project for a cocoon-based web site > with 3 dozens > >tables and a couple SQL Statements using ESQL for each page > request. I > >served 50 simulatnous user without acceptable performance degradation > >and _without_ caching (only XSL Stylesheets were cached). > CPU t

AW: [C2] Loadtest

2001-08-20 Thread Gerhard Froehlich
Hi, >Did you ever try the Web Stress Tool vom Microsoft >(http://webtool.rte.microsoft.com)? >Its for free, and has lot of options to simulate simultanous load, and >you can record real-world sample scripts on the fly using IE. Of course, >you're not limited to test windows systems, only the clien

AW: [C2] Loadtest

2001-08-20 Thread Stefan Seifert
Ursprüngliche Nachricht- > Von: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 20. August 2001 21:13 > An: [EMAIL PROTECTED] > Betreff: AW: [C2] Loadtest > > > >I *think* that's threads in MRUMemoryStore. Try to use store in > >thread-less

AW: [C2] Loadtest

2001-08-20 Thread Matthew Langham
We have been using JProbe to find the source of memory leaks (the last time being the sub-sitemap problem a couple of weeks back). JProble allows you to snapshot the memory and then you can find out which objects remain in memory after the request has been processed. So that may be a start in nar