You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/08/22 20:49:48 UTC

DO NOT REPLY [Bug 11945] New: - Too much memory and time spent parsing large message

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11945>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11945

Too much memory and time spent parsing large message

           Summary: Too much memory and time spent parsing large message
           Product: Axis
           Version: beta-3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: paulius_p@hotmail.com


When java client receives large SOAP message it takes too much time and too 
much memory to process the message.
Tested configuration: C++ .NET SOAP server, Java client,Message size ~20MB
Contents of message: array of structures of structures, >10000 elements
Parsing of such message took >15minutes and the had to be aborted. Java client 
consumed >250MB of RAM. Client for the same server was written in C# and the 
same WSDL was used. It took ~1 minute for C# client to parse the same SOAP 
message.