Yes I have. Initial run is almost 30-40 percent longer. I am running my test on a servtlet so the input and output are buffered streams. So there is no performance hits there. I ran this on Jprofiler to see where the most time is spent and as I suspected almost 98% of the time is spent in ttransformer.transform. When I drill down on this stack I see that all the time is being spent on the parser level(in my case I ma using saxon 8.6).
Is it possible to send my xsl-fo file for some one to run and to make sure file is not the problem. I think I got the configuration right (running saxon with crimson, JDK1.5, 2GIG machine with dual CPU, validation turned off, using buffered streams). -- View this message in context: http://www.nabble.com/Performance-with-large-Tables-tf1858493.html#a5103075 Sent from the FOP - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
