need a more flexible buffering scheme to handle different transports
--------------------------------------------------------------------

                 Key: ETCH-20
                 URL: https://issues.apache.org/jira/browse/ETCH-20
             Project: Etch
          Issue Type: Improvement
          Components: csharp-binding, java-binding
    Affects Versions: 1.0.1, 1.0.0
            Reporter: scott comer
            Assignee: scott comer
             Fix For: 1.0.2


FlexBuffer has a pretty wide interface and is a concrete class. underneath the 
hood it has a single byte array which grows to meet demand, but a single large 
byte array per connection times thousands of connections doesn't scale. also 
thrashes the heap.

solutions:

1) make FlexBuf an interface.
2) breakout data processing methods into separate input / output interfaces 
(much like java DataInput and DataOutput).
3) make a concrete impl of FlexBuf which works for TcpConnection and big endian 
formats.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to