Performance problem with axis2_stream_read_basic
------------------------------------------------

                 Key: AXIS2C-472
                 URL: http://issues.apache.org/jira/browse/AXIS2C-472
             Project: Axis2-C
          Issue Type: Improvement
          Components: util
    Affects Versions: Current (Nightly)
            Reporter: James Clark
            Priority: Minor


Profiling shows axis2_stream_read_basic spending a lot of time doing memmove's.

Each time some data is read from the stream, it moves all the remaining data to 
the beginning of its buffer. It should just be updating a pointer to point to 
the start of the remaining data.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to