Hi,
I am sending
HUGE beans between my webservice and client, beans of the order of 200
fields and arrays of other nested beans. Although I am able to run the
webservice by allocating a lot of memory to the JVM running my app server
(Weblogic 6.1) , the performance is seriously affected and sometimes I get Out
Of Memory errors.
Does anybody know
which parser exactly does Axis makes use of? Is it DOM or SAX??? My first worry
is to make sure I dont get Out Of Memory Errors and then worry about
performance.
Is it possible to
configure Axis to use DOM or SAX parser??
Also, what kind of
performance tuning can be done with Axis? Is anybody aware of any memory leaks
in any of the Axis releases?
Thanks. Awaiting
your replies.
-yuvraj