Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2

2010-06-04 Thread Mike Marchywka
> Date: Fri, 4 Jun 2010 12:51:07 +0200 > From: klas.lindb...@val.se > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 > > > > > > > > > > One obvio

Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3

2010-06-04 Thread kuehne
- original Nachricht Betreff: Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3 Gesendet: Fr, 04. Jun 2010 Von: TvT > > I would recommend to invest time in moving to another app server / newer > version. Maybe you try to deploy your app in a recent version

Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2

2010-06-04 Thread Klas Lindbäck
One obvious thing to look at is physical memory and paging. I have a hunch that WLS is more memory-consuming than Tomcat leaving less for iText which may cause paging to occur. Also, profiling was suggested, and I agree that it is a very good idea to help pinpoint the source of the problem. /Kl

Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3

2010-06-04 Thread TvT
ave be an upgrade to Bea 10) Regards, ToM > - original Nachricht > > Betreff: Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3 > Gesendet: Do, 03. Jun 2010 > Von: Mark Storer > > That’s the first I’ve heard ofit.  Can you profile it to see wh

Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3

2010-06-04 Thread Andreas Kuehne
shouldn't cause too much trouble. Then tell us whether the problem still exists. Good luck Andreas - original Nachricht Betreff: Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3 Gesendet: Do, 03. Jun 2010 Von: Mark Storer That’s the first I’ve heard ofit. Ca

Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2

2010-06-03 Thread George Li
call in 1/3 the time WebLogic uses. Any idea how I can narrow down the problem a bit? Thanks, George Date: Thu, 3 Jun 2010 12:04:58 -0400 From: Mike Marchywka Subject: Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3 To: Message-ID: Content-Type: text/plain

Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3

2010-06-03 Thread Mike Marchywka
( extra space courtesy of hotmail tired of editing it out) > Date: Thu, 3 Jun 2010 08:55:14 -0700 > From: msto...@autonomy.com > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] iText Perfomance Issue on WebL

Re: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3

2010-06-03 Thread Mark Storer
cent.com] Sent: Wednesday, June 02, 2010 3:21 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3 Hi, I have a PDF exporting service hosted on WebLogic 9.2 MP3. I find that the Document.add(Element) call is 2-3 times slower th

[iText-questions] iText Perfomance Issue on WebLogic 9.2 MP3

2010-06-02 Thread George Li
Hi, I have a PDF exporting service hosted on WebLogic 9.2 MP3. I find that the Document.add(Element) call is 2-3 times slower than when the PDF service is hosted on Tomcat (on the same machine), especially if the element is huge one such as a table of 2000 rows. Is there any fix for this probl