You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2018/11/19 19:30:00 UTC

[jira] [Created] (PROTON-1967) Reduce garbage created in the Transport layer

Timothy Bish created PROTON-1967:
------------------------------------

             Summary: Reduce garbage created in the Transport layer
                 Key: PROTON-1967
                 URL: https://issues.apache.org/jira/browse/PROTON-1967
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-j
    Affects Versions: proton-j-0.30.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
             Fix For: proton-j-0.31.0


The Transport implementation currently creates a new Transfer, Flow, and Disposition object for each write to the FrameWriter which creates an excessive amount of unnecessary throw away objects.  The Transport can cache a single instance of each type and properly fill the fields (or set to defaults) on each write to ensure consistency. 

This change requires adding a copy method to the types such that the tests that intercept written frame data objects can create a copy for later analysis. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org