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.

/Klas

George Li skrev 20:59:

Hi,

Thanks for the reply. The major performance difference between Tomcat and WebLogic happens when I call Document.add(Element arg0) in iText library. This method is called only once in code and inserts only one Element, which is a table with 2000 rows and 7 columns. Tomcat can finish the call in 1/3 the time WebLogic uses. Any idea how I can narrow down the problem a bit?

Thanks,

George



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to