Gradual performance degradation with cocoon:// protocol

2003-06-29 Thread t tl
Hi,   Has anyone encountered performance problems with cocoon:// protocol?   Setup Cocoon 2.0.4 (the same problem applies for 2.0.5-dev) Tomcat 4.1.24 JDK 1.3.1 Redhat 7 (and Redhat 8)   The problem seems to be a gradual slowdown in performance when using cocoon:// protocol. The problem does

RE: Performance tips for cocoon2.0.x required for large data amounts

2003-06-15 Thread Geoff Howard
03 10:02 AM > To: [EMAIL PROTECTED] > Subject: Performance tips for cocoon2.0.x required for large data > amounts > > > Hello, > I use cocoon 2.0.4 for generating reports based on a Oracle databse and > also using XSLT to tramsform the data. For some reports I retrieve more &

Performance tips for cocoon2.0.x required for large data amounts

2003-06-15 Thread Uwe Gerger
Hello, I use cocoon 2.0.4 for generating reports based on a Oracle databse and also using XSLT to tramsform the data. For some reports I retrieve more the 3 records from the database. To tramsform them in a excel-report it takes more then 45 minutes. What performance improvements can be done

performance - we need your suggestions

2003-03-29 Thread Stavros Kounis
suggestions - about the performance of this approaches - how stable is xindice - if we need to test other native xml database system -- Stavros S. Kounis Development & Research Department Osmosis - networks & consulting services web:http://www.osmosis.gr email: [EMAIL P

Re: big ESQL performance problem

2003-03-04 Thread Leszek Gawron
On wto, mar 04, 2003 at 04:34:52 -, Upayavira wrote: > > On wto, mar 04, 2003 at 03:21:27 +0100, Steven Noels wrote: > > > Leszek Gawron wrote: > > > > > > > > > > > > > > >SELECT > > > > K.K_NIP AS Knt_NipE, > > > > B.GST_KntID AS Knt_KntId, > > > > B.GST_KntID AS Knt_Kod, > > > > K.K_GRUPA A

Re: big ESQL performance problem

2003-03-04 Thread Upayavira
> On wto, mar 04, 2003 at 03:21:27 +0100, Steven Noels wrote: > > Leszek Gawron wrote: > > > > > > > > > > >SELECT > > > K.K_NIP AS Knt_NipE, > > > B.GST_KntID AS Knt_KntId, > > > B.GST_KntID AS Knt_Kod, > > > K.K_GRUPA AS Knt_Grupa, > > It sounds like people are doubting ESQL, so it is

Re: big ESQL performance problem

2003-03-04 Thread Leszek Gawron
On wto, mar 04, 2003 at 03:21:27 +0100, Steven Noels wrote: > Leszek Gawron wrote: > > > > > > >SELECT > > K.K_NIP AS Knt_NipE, > > B.GST_KntID AS Knt_KntId, > > B.GST_KntID AS Knt_Kod, > > K.K_GRUPA AS Knt_Grupa, > > How does the rest of your pipeline looks like? Can you post the

Re: big ESQL performance problem

2003-03-04 Thread Leszek Gawron
On wto, mar 04, 2003 at 09:18:29 -0500, Peter Royal wrote: > On Tuesday, March 4, 2003, at 09:08 AM, Leszek Gawron wrote: > >Things are not so simple for me because I'm plugging into an existing > >system > >(database change is impossible). > > We struggled with that for about two years before g

Re: big ESQL performance problem

2003-03-04 Thread Steven Noels
Leszek Gawron wrote: SELECT K.K_NIP AS Knt_NipE, B.GST_KntID AS Knt_KntId, B.GST_KntID AS Knt_Kod, K.K_GRUPA AS Knt_Grupa, How does the rest of your pipeline looks like? Can you post the relevant sitemap snippet? -- Steven Noelshttp:

Re: big ESQL performance problem

2003-03-04 Thread Peter Royal
On Tuesday, March 4, 2003, at 09:08 AM, Leszek Gawron wrote: Things are not so simple for me because I'm plugging into an existing system (database change is impossible). We struggled with that for about two years before giving up (of course the existing system used the pervasive btrieve api wit

Re: big ESQL performance problem

2003-03-04 Thread Leszek Gawron
desperate. > >Pervasive is a weird database (the SQL access is built on very low > >lewel > >core). > > We are in the process of switching from pervasive to postgresql for > performance reasons. We have a 70k record table that takes *10 MINUTES* > to do a "

Re: big ESQL performance problem

2003-03-04 Thread Peter Royal
postgresql for performance reasons. We have a 70k record table that takes *10 MINUTES* to do a "SELECT COUNT(col) FROM table WHERE col2 = X" when col2 is indexed. I have also noticed a very quick and steady decrease in performance doing "SELECT COUNT(col) FROM table", *no w

big ESQL performance problem

2003-03-04 Thread Leszek Gawron
I'm not using any row skipping or limit clauses and still the performance is awful. My second thought is that esql asks the database too often for metadata information. Any ideas ? It's crucial for me to solve this ASAP regards LG --

Re: xinclude performance issues,

2003-01-20 Thread icewind
I tried the XPathDirectory generator. It seems like using it will improve performance, but I don't think the performance boost will be enough. It was originally taking around 14 seconds to process the process around 30 XML files. With the XPathDirectory generator, it takes around 7 se

Re: xinclude performance issues,

2003-01-20 Thread Jeff Turner
On Thu, Jan 16, 2003 at 03:11:37PM -0800, icewind wrote: > Let me describe what I am doing: > > I have a directory that contains .xml files. In my > sitemap, I have a pipeline that starts with a > DirectoryGenerator on this directory. I then have a > transformation that takes the directorygenerato

Re: xinclude performance issues,

2003-01-19 Thread Christoph Gaffga
ctModel, src, par); } public void recycle() { this.par = null; super.recycle(); } } hope, that will help you. Perhaps you can submit your DirectoryAggregator to the cocoon project. Christoph Gaffga [EMAIL PROTECTED] From: "icewind" <[EMAIL PROTECTED]> Subject: Re: xin

RE: xinclude performance issues,

2003-01-17 Thread Artur Bialecki
astee, you should probably look at aggregators instead (I had to deal with legacy XSP from Cocoon 1.x). Artur... > -Original Message- > From: icewind [mailto:[EMAIL PROTECTED]] > Sent: January 16, 2003 6:12 PM > To: [EMAIL PROTECTED] > Subject: xinclude performance iss

Re: xinclude performance issues,

2003-01-17 Thread Christoph Gaffga
: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 12:11 AM Subject: xinclude performance issues, > Let me describe what I am doing: > > I have a directory that contains .xml files. In my > sitemap, I have a pipeline that starts with a > DirectoryGenerator on this directory

xinclude performance issues,

2003-01-16 Thread icewind
link to this email in the Cocoon XSLT FAQ question titled: "What's "wrong" with use of the document() function in Cocoon?" So, I'm using that method, and it works. The result is that I get an html page with the tags I pulled out with xinclude for each xml file. It works

RE: removing cocoon from my url base [performance ??]

2002-12-18 Thread Luca Morandini
2 1:33 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: removing cocoon from my url base [performance ??] > > > > yes but what about the performance > > maybe this way has effects to cocoon performance ? > > > stavros > > On Wed, 18 Dec 2002,

RE: removing cocoon from my url base [performance ??]

2002-12-18 Thread Cocoon User
yes but what about the performance maybe this way has effects to cocoon performance ? stavros On Wed, 18 Dec 2002, Luca Morandini wrote: > Mirco, > > I presume something like this: > > > src="file

Re: performance problems and exceptions in cocoon 2.0.4

2002-12-09 Thread Ludovic de Beaurepaire
; Sent: Monday, December 09, 2002 11:41 AM Subject: Re: performance problems and exceptions in cocoon 2.0.4 > Ludovic > > Unfortunately not; the files work just fine on my Windows box; > its only when I try and run them on UNIX that I do not get anything... > maybe there is some set

Re: performance problems and exceptions in cocoon 2.0.4

2002-12-09 Thread Derek Hohls
trying to convert SVG->JPG with cocoon 2.0.4 and i have no problem (linux and windows). Can you say more ? Regards, Ludovic - Original Message - From: Derek Hohls To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 11:26 AM Subject: Re: performance problems and exceptions in coco

Re: performance problems and exceptions in cocoon 2.0.4

2002-12-09 Thread Ludovic de Beaurepaire
Hi,   I am trying to convert SVG->JPG with cocoon 2.0.4 and i have no problem (linux and windows). Can you say more ?   Regards, Ludovic - Original Message - From: Derek Hohls To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 11:26 AM Subject: Re: performa

Re: performance problems and exceptions in cocoon 2.0.4

2002-12-09 Thread Derek Hohls
Well, I am trying to convert SVG->JPG and am getting back nothing (the usual x marks the spot broken image symbol)... but no other log errors or messages that I can see ??>>> [EMAIL PROTECTED] 09/12/2002 12:03:09 >>>Yep, I get this too (Cocoon 2.0.anything).In my case it happens once for each

Re: performance problems and exceptions in cocoon 2.0.4

2002-12-09 Thread Simeon Walker
Yep, I get this too (Cocoon 2.0.anything). In my case it happens once for each of the PNGs on my pages that are the result of SVGs. After each variation of the SVG->PNG pipeline has been accessed once and the results cached (in Cocoon, not the browser) then I won't see the message again until Coco

Re: performance problems and exceptions in cocoon 2.0.4

2002-12-09 Thread Derek Hohls
Elmar   Very glad you asked this - I having *exactly* the same problems right now (but with version 2.03, so I do not think its a version problem) having just moved my application from development machine (Win2000) to production machine (UNIX., Solaris).   The effect seems to be that some pages

performance problems and exceptions in cocoon 2.0.4

2002-12-09 Thread Sternath Elmar
Hello, my cocoon application runs very slowly with the new version 2.0.4. Furthermore, my log files are full with the following exception: ERROR (2002-12-09) 10:05.41:273 [access] (Unknown-URI) Unknown-thread/CocoonServlet: Cocoon servlet threw an Exception while trying to close stream. jav

Re: Cocoon performance tuning

2002-12-09 Thread Steven Noels
Miles Elam wrote: Lenya L. Khachaturov wrote: Are there any hints on making Cocoon perform better? I've been using Cocoon for a couple of weeks and I can't call it "blazing fast" :-) As I understood, it's performance greatly depends on the Java compiler and the X

Re: Cocoon performance tuning

2002-12-08 Thread Miles Elam
Lenya L. Khachaturov wrote: Are there any hints on making Cocoon perform better? I've been using Cocoon for a couple of weeks and I can't call it "blazing fast" :-) As I understood, it's performance greatly depends on the Java compiler and the XSLT processor used. Whi

Re: Cocoon performance tuning

2002-12-08 Thread Ivelin Ivanov
Did you read this: http://xml.apache.org/cocoon/performancetips.html - Original Message - From: "Lenya L. Khachaturov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 7:20 AM Subject: Cocoon performance tuning > Hello, > >

Re: Cocoon performance tuning

2002-12-08 Thread Harry J. Foxwell
> - any recommendations here? > depends on the machine & size/complexity of your application. the IBM 1.3 JVM has quite good performance on the Windows platforms, the Sun 1.4 JVM quite good on Solaris 8/9 & on L

Cocoon performance tuning

2002-12-08 Thread Lenya L. Khachaturov
Hello, Are there any hints on making Cocoon perform better? I've been using Cocoon for a couple of weeks and I can't call it "blazing fast" :-) As I understood, it's performance greatly depends on the Java compiler and the XSLT processor used. Which compiler and processo

Re: [ANN] - Tomcat/Cocoon Performance on Production Sites?

2002-12-07 Thread Steven Noels
Antonio Gallardo wrote: http://ask.slashdot.org/article.pl?sid=02/12/03/1544224 Most useful snippet: Yes, for about a year now (Score:2, Informative) by arthurs_sidekick (41708) on Tuesday December 03, @02:12PM (#4803696) (http://www.theonion.com/) The site in question gets about 60-65K hit

[ANN] - Tomcat/Cocoon Performance on Production Sites?

2002-12-05 Thread Antonio Gallardo
Here the link to a interesting discussion about the subject of this mail. :-D http://ask.slashdot.org/article.pl?sid=02/12/03/1544224 Antonio Gallardo - Please check that your question has not already been answered in the FAQ

Cocoon XSL performance in Tomcat vs Weblogic

2002-11-09 Thread Ulf Åkerberg
    In our development environment with Cocoon in Tomcat XSL processing is  fast, the same application deployed in Weblogic 6.1 SP3 takes about 5 times more time to do the XSL part.   In Tomcat it takes about 1 second , in Weblogic 5 seconds on a much faster machine. Other operations r

Re: Poor performance of document() in XSL [Was: Re: simpel cocoon question]

2002-11-08 Thread Jeremy Quinn
On Thursday, Nov 7, 2002, at 16:19 Europe/London, Joerg Heinicke wrote: normally this won't work. You create a Result Tree Fragment in $colours and have to convert it to a node set using node-set() extension function. This is not possible when using XSLTC. Sorry for the red-herring! I did n

Re: Poor performance of document() in XSL [Was: Re: simpel cocoonquestion]

2002-11-07 Thread Mike Haarman
empty string returns nodes within the stylesheet tree, we can reference these within the stylesheet like so -- I have not tested this, but I expect the performance drag represented by the document() function is minimiz

Re: Poor performance of document() in XSL [Was: Re: simpel cocoonquestion]

2002-11-07 Thread Joerg Heinicke
Hello Jeremy, normally this won't work. You create a Result Tree Fragment in $colours and have to convert it to a node set using node-set() extension function. This is not possible when using XSLTC. Or you do something like document('')/*/xsl:variable[@name='colours']/colour[@id=$colour], but

Re: Poor performance of document() in XSL [Was: Re: simpel cocoon question]

2002-11-07 Thread Jeremy Quinn
On Wednesday, Nov 6, 2002, at 21:26 Europe/London, Stephen Ng wrote: I say, document() is good for rapid prototyping, but is a poor choice for final deployment for performance reasons. Use aggregation instead. The Cocoon developers recommend to use aggregation or xinclude because of SoC (XSLT

Re: Poor performance of document() in XSL [Was: Re: simpel cocoonquestion]

2002-11-06 Thread J.Pietschmann
Stephen Ng wrote: The Cocoon developers recommend to use aggregation or xinclude because of SoC (XSLT is for transforming, not for aggregating content). Sure, but I have a big lookup table in an xml file--it seems much more natural to reference the lookup table from xslt using document rather t

RE: Poor performance of document() in XSL [Was: Re: simpel cocoon question]

2002-11-06 Thread Stephen Ng
> > I say, > > document() is good for rapid prototyping, but is a poor choice for > > final deployment for performance reasons. Use aggregation instead. > > The Cocoon developers recommend to use aggregation or > xinclude because of SoC (XSLT is for transforming, not

Re: Poor performance of document() in XSL [Was: Re: simpel cocoonquestion]

2002-11-05 Thread Ilya A. Kriveshko
J.Pietschmann wrote: document() is good for rapid prototyping, but is a poor choice for final deployment for performance reasons. Use aggregation instead. The Cocoon developers recommend to use aggregation or xinclude because of SoC (XSLT is for transforming, not for aggregating content). I&#

Re: Mixed XSL performance under Windows/UNIX?

2002-11-05 Thread Joerg Heinicke
Have a look at your sitemap and try to comprehend the processings. For example start with only the generator and an XML serializer in the pipeline. See on which stage the namespace declaration is added. Joerg Derek Hohls wrote: Yes, that's what I would like to know too - how to remove all the a

Re: Poor performance of document() in XSL [Was: Re: simpel cocoonquestion]

2002-11-05 Thread J.Pietschmann
changes. You'll get the cached result even if document() sources change until you invalidate the main input source for the transformation step (or the style sheet). Q: It was said 2.1 will fix this. Is this still true? In the past I have encountered a nasty performance problem with doc

RE: Poor performance of document() in XSL [Was: Re: simpel cocoon question]

2002-11-05 Thread Leigh Dodds
#setURIResolver(javax.xml. transform.URIResolver) > -Original Message- > From: Ilya A. Kriveshko [mailto:ilya@;kaon.com] > Sent: 05 November 2002 14:33 > To: [EMAIL PROTECTED] > Subject: Poor performance of document() in XSL [Was: Re: simpel cocoon > question] > > > SAX

Poor performance of document() in XSL [Was: Re: simpel cocoon question]

2002-11-05 Thread Ilya A. Kriveshko
ow to work with XSLT: In the past I have encountered a nasty performance problem with document(). For example, when you declare an xsl variable that gets its value from a document(), and then use its value several times throughout the stylesheet, the URI of the document gets hist as many tim

Re: Mixed XSL performance under Windows/UNIX?

2002-11-04 Thread Derek Hohls
Yes, that's what I would like to know too - how to remove all the attribute data "attached' (not sure by which process or component) to the tag   Thanks Derek>>> [EMAIL PROTECTED] 04/11/2002 10:03:32 >>>What you read is the complaint of MSXML about the namespace declaration xmlns:xml="...

Re: Mixed XSL performance under Windows/UNIX?

2002-11-04 Thread Joerg Heinicke
What you read is the complaint of MSXML about the namespace declaration xmlns:xml="...". This declaration should not be in the output, it's implicit. Can you remove it in any way? Regards, Joerg Derek Hohls wrote: Does anyone know of a reason why an XSL stylesheet would exhibit different beha

RE: Mixed XSL performance under Windows/UNIX?

2002-10-29 Thread Ryan Agler
XSLT hard to read -- never considered them to cause problems, but worth looking into if nothing else works. -Original Message- From: Derek Hohls [mailto:DHohls@;csir.co.za] Sent: Tuesday, October 29, 2002 9:58 AM To: [EMAIL PROTECTED] Subject: Mixed XSL performance under Windows/UNIX

Mixed XSL performance under Windows/UNIX?

2002-10-29 Thread Derek Hohls
Does anyone know of a reason why an XSL stylesheet would exhibit different behaviour under Windows (test machine) and Unix (server). Could it be related to the fact that when I try and generate the XML input to the stylesheet on the server, the brower returns an error: The XML page cannot be d

RE: mySQL driver ? and performance

2002-09-26 Thread [EMAIL PROTECTED]
User [EMAIL PROTECTED] Date: Thu, 26 Sep 2002 10:48:59 +0300 (EEST) To: [EMAIL PROTECTED] Subject: mySQL driver ? and performance 1. where can i find mySQL driver for cocoon ? 2. i use to get data from mySQL using php can anyone comment the performance of cocoon retrieving data from mySQL compiri

Re: mySQL driver ? and performance

2002-09-26 Thread Vadim Gritsenko
Cocoon User wrote: >1. >where can i find mySQL driver for cocoon ? > JDBC driver for mySQL will do just fine. >2. >i use to get data from mySQL using php >can anyone comment the performance of cocoon retrieving data from mySQL >compiring to php > If no one has compari

mySQL driver ? and performance

2002-09-26 Thread Cocoon User
1. where can i find mySQL driver for cocoon ? 2. i use to get data from mySQL using php can anyone comment the performance of cocoon retrieving data from mySQL compiring to php thnx Kounis Stavros - Please check that

Re: [PERFORMANCE] Sun vs. PC

2002-09-25 Thread snpe
You visit http://www.linuxjournal.com//article.php?sid=6237 for Solaris performance regards haris peco On Tuesday 24 September 2002 11:10 am, Thomas Brusa wrote: > Hi all > > We're developing a cocoon-application (so far only xslt pipelines, > no apps) on a SunOS server. >

[PERFORMANCE] Sun vs. PC

2002-09-24 Thread Thomas Brusa
Hi all We're developing a cocoon-application (so far only xslt pipelines, no apps) on a SunOS server. Everything works out well, but we're experiencing heavy performance problems. To make sure our application could be running fast, we tested it on a PC, which resulted in more than

Strange response time pattern + Cocoon performance

2002-09-06 Thread Leszek Gawron
cdn select Twr_TwrId, Twr_Grupa, Twr_EAN from cdn.towary

Re: PERFORMANCE - attributes vs. elements

2002-08-01 Thread Steven Noels
ng Cocoon. I have a few tags in the XML file which > could be tucked away as an attribute of its parent element. I hit upon them > while I was trying to search every nook and corner for improving the > performance. Right now it sucks. Please let me know if anybody has some > tip

PERFORMANCE - attributes vs. elements

2002-08-01 Thread Anand_Krishnan
which could be tucked away as an attribute of its parent element. I hit upon them while I was trying to search every nook and corner for improving the performance. Right now it sucks. Please let me know if anybody has some tips & tricks for improving performance, kind of do's and dont'

RE: performance

2002-07-18 Thread Vadim Gritsenko
> From: David Vos [mailto:[EMAIL PROTECTED]] > > I've been digging through the > http://xml.apache.org/cocoon/performancetips.html page, and I think I > finally understand most of it. However, there are two points I haven't > figured out yet. 1. What does it mean by saying to "disable resource

performance

2002-07-18 Thread David Vos
I've been digging through the http://xml.apache.org/cocoon/performancetips.html page, and I think I finally understand most of it. However, there are two points I haven't figured out yet. 1. What does it mean by saying to "disable resource reloading"? 2. How do you check if the documents are be

RE: FOP performance

2002-07-09 Thread Berin Loritsch
> From: Matthew Langham [mailto:[EMAIL PROTECTED]] > > Hi, > > It takes 8.5 seconds to generate the PDF file - which is only > 1 page! Quite complex though with lots of tables etc - but no > graphics. The system is a 650 Mhz with 256 MB RAM. Our > customer thinks that this is too slow - and

Re: FOP performance

2002-07-09 Thread Eric Dalquist
I haven't used FOP with cocoon yet but I have with Oracle's XSQL server pages. FOP is a very useful package but it is slow ESPECIALLY with tables. I haven't looked to heavily into the status of the project for about a year now but performance was a big issue with the dev team but

FOP performance

2002-07-09 Thread Matthew Langham
Hi, we have a project where we are using Cocoon 2.0. We have a simple pipeline that generates a PDF document: The XML data arrives as a request paramter (130 KB in size!) and the stylesheet is 636 KB in size. We are using our own specific genera

FYI: performance tests

2002-06-18 Thread Argyn Kuketayev
We are playing with Cocoon's performance tests. Here's some results, if u r interested. We run everything on my dual Pentium III, 1.4 Ghz, 2Gb RAM. Cocoon 2.0.3, WebLogic 6.1sp2, under Sun jdk1.3.1 hotspot. I'm generating a PDF document in three steps: generation XSP+ESQL, transf

RE: Cocoon vs J2ee performance

2002-06-04 Thread Hunsberger, Peter
> I needed the opinion of the house whether Cocoon is a fit for mission > critical operations where speed is of top priority in comparison with > JSP-Servlet-HTML architecture, using a servlet container only as in > J2ee,(with or without ejb's). You are going to have to qualify your requirements

Cocoon vs J2ee performance

2002-06-03 Thread Rajeev Singh
Hi all, I needed the opinion of the house whether Cocoon is a fit for mission critical operations where speed is of top priority in comparison with JSP-Servlet-HTML architecture, using a servlet container only as in J2ee,(with or without ejb's). Thx, Rajeev -Original Message- From: Vadim

RE: Impact of number of XLM files versus file size; Performance;

2002-05-31 Thread Conal Tuohy
ween 1k and 40k. > > In which direction should we design our system to get the > best performance when accessing the XML files. I know it > depends on what you do with XSL, but is there a general > direction with Cocoon2 to go: access the data using 1 big XML > file or work/

Impact of number of XLM files versus file size; Performance;

2002-05-30 Thread Ruth, Thomas {PDBI~Basel}
containing a set of parent and child, each of this smaller files is between 1k and 40k. In which direction should we design our system to get the best performance when accessing the XML files. I know it depends on what you do with XSL, but is there a general direction with Cocoon2 to go: access the

RE: C2 Performance under high load

2002-05-28 Thread Vadim Gritsenko
> From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > > Hi Cocooners, > > preparing for a livesite build with C2 I'm looking for tips that improve > C2's (besides external help from proxys and load balancers) performance > under high load, say 1500 - 2000 concu

C2 Performance under high load

2002-05-28 Thread Michael Zehrer
Hi Cocooners, preparing for a livesite build with C2 I'm looking for tips that improve C2's (besides external help from proxys and load balancers) performance under high load, say 1500 - 2000 concurrent users. Any experiences here? Regard

RE: TreeProcessor performance

2002-05-27 Thread Graaf, Edgar de (fin)
aster when it is released and the program is not changed much -Oorspronkelijk bericht- Van: Olivier Rossel [mailto:[EMAIL PROTECTED]] Verzonden: maandag 27 mei 2002 11:05 Aan: [EMAIL PROTECTED] Onderwerp: Re: TreeProcessor performance COuld you please give us your bench with a

Re: TreeProcessor performance

2002-05-27 Thread Olivier Rossel
COuld you please give us your bench with a brand new version of the sitemap.xmap (for example, edit it, change a line, save the file, measure the perf with a given processor, and reprocess all that for each processor). On a slow 128MB machine, sitemap compilation takes ages to complete. TreePro

Re: TreeProcessor performance

2002-05-27 Thread Sylvain Wallez
the compiled one. Are you using a HotSpot VM ? If yes, you also have to give it some "warm-up" time before actually measuring performance. Anyway, my tests were rather limited and I would be interested if people had the time and tools to perform more in-depth performance compa

TreeProcessor performance

2002-05-27 Thread Graaf, Edgar de (fin)
Hi, Recently I installed the TreeProcessor instead of compiling. Everyone says it is faster then compiling the sitemap, so I didn't test it. Then I installed Saxon and tot test Saxon I did a Jmeter test. My application collapsed from 6 seconds average response time to 20 seconds!? So I put xalan

Re: I18n Performance

2002-05-22 Thread Peter Royal
On Wednesday 22 May 2002 09:08 am, Konstantin Piroumian wrote: > As I've said, really cool abstractions (a Bundle and not XMLResourceBundle) > were never been finalized and remained in Avalon scratchpad. Right, I looked at it and it was more complex than I was needing at the time. > Did you use

Re: I18n Performance

2002-05-22 Thread Konstantin Piroumian
From: "Peter Royal" <[EMAIL PROTECTED]> > On Wednesday 22 May 2002 03:24 am, Konstantin Piroumian wrote: > > Btw, I don't think that replacing XMLResourceBundle with a HashMap will > > improve perfomance much in the long run, because the values are stored in a > > HashMap on the first use, so the

Re: I18n Performance

2002-05-22 Thread Peter Royal
On Wednesday 22 May 2002 03:24 am, Konstantin Piroumian wrote: > Btw, I don't think that replacing XMLResourceBundle with a HashMap will > improve perfomance much in the long run, because the values are stored in a > HashMap on the first use, so there should be no much difference. Agreeed. One of

RE: I18n Performance

2002-05-22 Thread Volker Schneider
Hi Nicola, working with WebSphereApplicationDeveloper my experience was, that the value in web.xml helps to avoid WebSphere logs which decreases performance. Best regards - Volker - -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 21. Mai 2002 18

Re: I18n Performance

2002-05-22 Thread Konstantin Piroumian
TED]> Sent: Tuesday, May 21, 2002 10:44 PM Subject: Re: I18n Performance > > But IIRC the I18nTransformer is still not cachable - is he? > > doh! Yes, you're correct. (I'm using my own bastardization of the standard > I18nTransformer over here. Cacheable + very fast sinc

RE: I18n Performance

2002-05-21 Thread Stephen Ng
bject: Re: I18n Performance > > > On Tuesday 21 May 2002 02:44 pm, Torsten Curdt wrote: > > Ages ago I proposed some changes on having a more abstract resource > > bundle (we'd like serve our from db) which has a last > modified stamp > > so we can easily implement

Re: I18n Performance

2002-05-21 Thread Peter Royal
On Tuesday 21 May 2002 02:44 pm, Torsten Curdt wrote: > Ages ago I proposed some changes on having a more abstract resource bundle > (we'd like serve our from db) which has a last modified stamp so we can > easily implement cacheable... but time you know ;-) I have 1/2 that :) We have bundles on

Re: I18n Performance

2002-05-21 Thread Michael Zehrer
How would I do this? Michael Am Die, 2002-05-21 um 19.02 schrieb Peter Royal: > On Tuesday 21 May 2002 11:50 am, Michael Zehrer wrote: > > I'm using I18n just for simple translations, no number, date, > > currency formatting and just one substitution. My log level is already > > "ERROR". > > So

Re: I18n Performance

2002-05-21 Thread Torsten Curdt
> > But IIRC the I18nTransformer is still not cachable - is he? > > doh! Yes, you're correct. (I'm using my own bastardization of the standard > I18nTransformer over here. Cacheable + very fast since i replaced the > XMLResoruceBundles with some hashmaps. Its on my list to package up + > donate ba

Re: I18n Performance

2002-05-21 Thread Peter Royal
On Tuesday 21 May 2002 01:59 pm, Torsten Curdt wrote: > On Tuesday 21 May 2002 19:02, Peter Royal wrote: > > On Tuesday 21 May 2002 11:50 am, Michael Zehrer wrote: > > > I'm using I18n just for simple translations, no number, date, > > > currency formatting and just one substitution. My log level

Re: I18n Performance

2002-05-21 Thread Torsten Curdt
On Tuesday 21 May 2002 19:02, Peter Royal wrote: > On Tuesday 21 May 2002 11:50 am, Michael Zehrer wrote: > > I'm using I18n just for simple translations, no number, date, > > currency formatting and just one substitution. My log level is already > > "ERROR". > > So nothing real special here. If I

Re: I18n Performance

2002-05-21 Thread Peter Royal
On Tuesday 21 May 2002 11:50 am, Michael Zehrer wrote: > I'm using I18n just for simple translations, no number, date, > currency formatting and just one substitution. My log level is already > "ERROR". > So nothing real special here. If I take out the I18n transformation, > everything is quite ok

Re: I18n Performance

2002-05-21 Thread Nicola Ken Barozzi
From: "Michael Zehrer" <[EMAIL PROTECTED]> > I'm using I18n just for simple translations, no number, date, > currency formatting and just one substitution. My log level is already > "ERROR". > So nothing real special here. If I take out the I18n transformation, > everything is quite ok, if it's i

RE: I18n Performance

2002-05-21 Thread Michael Zehrer
r a little while and pipeline processing takes very long. The machine is a Sun Netra X1 (500Mhz/2GB RAM) Michael -Ursprüngliche Nachricht- Von: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 21. Mai 2002 17:26 An: [EMAIL PROTECTED] Betreff: Re: I18n Performance i18

Re: I18n Performance

2002-05-21 Thread Konstantin Piroumian
ide the more we would help you. Konstantin - Original Message - From: "Michael Zehrer" <[EMAIL PROTECTED]> To: "Cocoon-Users (E-Mail)" <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 7:18 PM Subject: I18n Performance Hi List, I experience very bad perform

I18n Performance

2002-05-21 Thread Michael Zehrer
Hi List, I experience very bad performance under high load using the I18n Transformer, are there any tips for performance improving oder anybody know about an alternative? Cheers, Michael - Please check that your question has

RE: Is there any performance monitoring tool?

2002-05-02 Thread Lai, Harry
hive.com/cocoon-users@xml.apache.org/msg07748.html Harry -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: Re: Is there any performance monitoring tool? Steven Punte wrote: > Dear Cocoon User Group:

Re: Is there any performance monitoring tool?

2002-05-02 Thread Berin Loritsch
Steven Punte wrote: > Dear Cocoon User Group: > > Does anyone know if there is any performance > monitoring tool built into Cocoon2? Something > that would report the number of ms > consumed by each component for a particular > request. > > Thanks in ad

Is there any performance monitoring tool?

2002-05-02 Thread Steven Punte
Dear Cocoon User Group: Does anyone know if there is any performance monitoring tool built into Cocoon2? Something that would report the number of ms consumed by each component for a particular request. Thanks in advance: Steve Punte

RE: Performance Test - switch off caching

2002-04-25 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Dear colleagues, > > we want to do some perfomance tests with cocoon 2.0.2. Does anybody know > which is the best way to switch off page caching of cocoon? > > There are some entries in cocoon.xconf, but we dont't know exactly what they >

Performance Test - switch off caching

2002-04-25 Thread Volker Schneider
Dear colleagues, we want to do some perfomance tests with cocoon 2.0.2. Does anybody know which is the best way to switch off page caching of cocoon? There are some entries in cocoon.xconf, but we dont't know exactly what they are doing. Thank you, best regards - Volker -

Optimize Performance

2002-03-14 Thread Michael Wechner
Hi I try to configure Cocoon and Tomcat such that the performance is as good as possible. What I figured out already is 1) set all "check-reloads" attributes within all sitemaps to "false" 2) set all "log-level" attributes within logkit.xconf to "ERROR"

Re: cocoon2 and fop performance

2002-03-10 Thread Nicola Ken Barozzi
From: "Alex McLintock" <[EMAIL PROTECTED]> > Hi folks, > > I am creating a simple website with XSP files getting converted to HTML by > Cocoon 2.something. > I am currently using Tomcat 4.something, NT4, and over 256Mb of memory. > This works reasonably ok - I don't mind a small delay because I a

cocoon2 and fop performance

2002-03-10 Thread Alex McLintock
Hi folks, I am creating a simple website with XSP files getting converted to HTML by Cocoon 2.something. I am currently using Tomcat 4.something, NT4, and over 256Mb of memory. This works reasonably ok - I don't mind a small delay because I am going to just deploy the generated website as stat

RE: Performance

2002-02-26 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > - Original Message - > From: "Durrant, Peter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, February 26, 2002 5:41 PM > Subject: Performance > > [...] > &

  1   2   >