Re: Slow XML Parsing.

2007-06-13 Thread Mark Gordon
Thanks for the reply David. I have been out of town. The OS is Linux and java I have used both 1.5.0_11 and 1.6.0_01. Sometimes when I startup ofbiz, the startup will hang while parsing some larger XML documents causing the startup to be delayed by a few seconds. Any large XML document

Re: Slow XML Parsing.

2007-06-13 Thread Mark Gordon
Here is some more information: http://docs.ofbiz.org/display/~mcg1103/Home I could not send the detail of my test case to the list so David suggested a wiki page. If any ofbiz expert is interested in a bugger of a problem. Thanks Mark Gordon wrote: Thanks for the reply David. I have

Re: Slow XML Parsing.

2007-06-13 Thread Mark Gordon
It appears to be part of the log4j.xml I commented out the async appender and it was back to acceptable speed. -Mark Mark Gordon wrote: Here is some more information: http://docs.ofbiz.org/display/~mcg1103/Home I could not send the detail of my test case to the list so David suggested a

Re: Slow XML Parsing.

2007-06-08 Thread Jacopo Cappellato
Maybe a dns issue? Jacopo David E Jones wrote: Has anyone else noticed anything like this? Without looking at a specific environment where this is happening it is hard to comment on. Do you have any other details you could share? Things like OS, Java, etc versions, which XML file is

Re: Slow XML Parsing.

2007-06-08 Thread David E Jones
Has anyone else noticed anything like this? Without looking at a specific environment where this is happening it is hard to comment on. Do you have any other details you could share? Things like OS, Java, etc versions, which XML file is being parsed, etc? -David Mark Gordon wrote: I am

Slow XML Parsing.

2007-06-07 Thread Mark Gordon
I am upgrading ofbiz framework from a version from about two years ago and xml parsing is about 25 times slower on my new install. If I swap the xercesImpl.jar files the old release is still just as fast and the new is just as slow. Is there some flag that is set that would slow down