Jun Liu created DUBBO-17:
----------------------------
Summary: RPC level performance tuning
Key: DUBBO-17
URL: https://issues.apache.org/jira/browse/DUBBO-17
Project: Apache Dubbo
Issue Type: Improvement
Reporter: Jun Liu
Dubbo is essentially a RPC framework, so we need to improve the performance of
dubbo, in every potential way: dubbo RPC protocol, transport(netty for
example), etc.
Here's some things we can do:
* Negotiate serialization by id to instead of name
* Remove unnecessary attachments transmission
* Zero-copy buffer
* Tuning netty related configurations, open this configuration items.
* Optimize the application layer protocol
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)