[ 
https://issues.apache.org/jira/browse/THRIFT-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Duxbury updated THRIFT-963:
---------------------------------

    Fix Version/s:     (was: 0.7)

> Reuse buffers in TNonblockingServer
> -----------------------------------
>
>                 Key: THRIFT-963
>                 URL: https://issues.apache.org/jira/browse/THRIFT-963
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>
> Right now, we reallocate buffers all the time (twice per request!). We should 
> be able to reuse these buffers quite easily. The only downside to reusing 
> buffers is that each connection will hold as much memory as the biggest 
> request they ever saw, which can be wasteful. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to