Jyrki,
Jyrki Saarinen wrote:
On Saturday 08 October 2005 01:19, Eric Johnson wrote:
In Axis 1.2.1, you probably want to set the system property
"-Daxis.xml.reuseParsers=true". In Axis 1.3, I believe the code was
changed so this is the default.
What this setting is supposed to do? At least on my application it seemed to
slow it down a little bit..
The SAX parsers are reused, rather than being recreated for each parse.
On my machine, in my testing, reusing parsers saved about 1ms on each
request.
See: http://issues.apache.org/jira/browse/AXIS-2179.
Jyrki