Dubbo supported protocols (four)

1. Dubbo

  • Dubbo official recommended protocols
  • Essence: Use thread pool for processing and NIO
  • Cons: file transfer failures may occur when large file transfers.

2. RMI

  • JDK agreement provided, remote method invocation protocol
  • Cons: Occasionally Connection Failed
  • :: DK native advantage, no additional configuration is (introduction jar)

3. Hessian

  • Advantages: http-based protocol that supports http request
  • Disadvantages: introducing additional jar, and low performance on the short connection

Guess you like

Origin www.cnblogs.com/myitnews/p/11483034.html