Yatin Soni wrote:
Now at the time of transforming the XML document into PDF CPU usage rises to 99% and not getting down. Every time I am generating PDF I am facing same problem and this causes low performance at Server side. Please help me out resolving this issue. How I can reduce the CPU usage?
[snip] First: which FOP release are you using? What Java version are you using? Whats the general environment? You should try to isolate the problem. Get the source XML written into a file and use the FOP command line to produce a PDF. Is the CPU load still high? Then run the XSLT separately, and run the resulting FO through the FOP command line again. This should give you an idea whether the problem is in the XSLT or with FOP. In the latter case, run it again giving the JVM more memory. If there's still a problem with FOP, post it again. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
