Thanks for the response. The answers to your questions are:
i) Yes, I'm using the HEAD. ii) I'm using JProbe on Solaris 8.5 for profiling. iii) Here's the breakdown (percentages are cumulative time spent in method):
(1) org.apache.batik.util.SoftReferenceCache$1.run -> 49.4%
- this one's interesting, and seems to explain why my app runs more slowly on UNIX than on Windows! Windows doesn't care if batik.jar is in the classpath; UNIX does. I'm not using any SVG in my stylesheet. Any ideas why it looks for it on UNIX, and how to get around it?
(2) org.apache.fop.fo.PropertyList.findProperty -> 26.4%
- this is the other main culprit. The time spent here is divided fairly evenly among the following three methods of PropertyListBuilder:
computeProperty -> 8.8%
isCorrespondingForced -> 5.7%
getShorthand -> 5.8%-Steve
_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee� Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
