Charles E. Rolke created DISPATCH-1905:
------------------------------------------

             Summary: [test] TCP echo client uses memory inefficiently
                 Key: DISPATCH-1905
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1905
             Project: Qpid Dispatch
          Issue Type: Improvement
          Components: Tests
            Reporter: Charles E. Rolke
            Assignee: Charles E. Rolke


The echo client constructs all outgoing messages before sending any of them. 
Then it receives and buffers messages as they are being received. In some test 
situations the clients fail due to Out of Memory.

The current design was useful during early development when buffers were being 
corrupted by the adaptor. Now the adaptor does not corrupt buffers and other 
methods of checking the received messages could be used just as effectively 
with a much lower memory footprint.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to