zhengyangyong commented on issue #548: [SCB-326] Using the EventManager directly
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/548#issuecomment-364299608
 
 
   Performance test show use custom EventBus has better performance than use 
EventBus in guava
   May cause by guava EventBus invoke subscribe method via java reflection 
mechanism,need more deep code analysis later
   **So we do not need merge this PR**
   
   |   | custom EventBus | guava EventBus |   
   | :---------- | :---------- | :---------- |   
   | tps | 1,000,000 + | 500,000 + |   
   | latency | 1ms | 1.8ms |   
   | consumer cpu | about 650% | about 500% |   
   | producer cpu | about 750% | about 800% |    
   
   more detail can found here (in comments) : 
https://issues.apache.org/jira/projects/SCB/issues/SCB-326

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to