> 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
> -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
>> > - 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
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
> > - 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
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
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
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