ssorj opened a new pull request #341:
URL: https://github.com/apache/qpid-proton/pull/341


   I discovered by print debugging that, while the output buffer grows on 
demand, the input buffer does not.  The current logic to grow the input buffer 
is inside pn_transport_capacity (surprise!).  I moved it to 
pn_transport_process.  I'm not sure if the condition I'm testing for is the 
best one, but it does make the growth logic operate.  This improves performance 
by about 100k messages/second or roughly 15% for my standard test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to