[ http://issues.apache.org/jira/browse/AXIS2C-472?page=all ]
Samisa Abeysinghe resolved AXIS2C-472.
--------------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Fixed in line with the suggestions.
> 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
> Assigned To: Samisa Abeysinghe
> Priority: Minor
> Fix For: 1.0.0
>
>
> 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]