carryxyh commented on issue #331: 关于AllChannelHandler类,为何没有将sent方法再其内重写?
URL: https://github.com/apache/incubator-dubbo/issues/331#issuecomment-406496817
 
 
   AllChannelHandler is designed to dispatch.
   Dispatch the msg to business thread to increase provider system throughput. 
It can also deal some event like connected and disconnected.
   
   The ExecutionChannelHandler will only dispatch request msg.
   Other messages like response, connect, disconnect will be directly executed 
by I/O thread.
   
   NEED-CLOSE

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to