Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- relates to
-
THRIFT-2766 Implement asynchronous transport with Netty 4
- Open