zoukankan      html  css  js  c++  java
  • Home Dubbo Alibaba Open Sesame

    Home - Dubbo - Alibaba Open Sesame

    Overview

    (+) (#)

    Serving 1,000+ services with 1,000,000,000+ invocations everyday, Dubbo becomes the key part of Alibaba's SOA solution and has been deployed to the whole alibaba.com family:

     

    So, What is Dubbo?

    Dubbo [] is a distributed service framework enpowers applications with service import/export capability with high performance RPC.

    It's composed of three kernel parts:

    • Remoting: a network communication framework provides sync-over-async and request-response messaging.
    • Clustering: a remote procedure call abstraction with load-balancing/failover/clustering capabilities.
    • Registry: a service directory framework for service registration and service event publish/subscription

    Dubbo can:

    • Integrate different types of RPC solutions(RMI/Hessian...) with unified behavior by the abstraction layer of RPC
    • Support out-of-box, plug-able load balancing and fault tolerance strategies.
    • Achieve graceful service upgrade/downgrade with service registry.

    Quick Start

    (+) (#)

    Dubbo also support usage WITHOUT spring, please refer to: API Reference
  • 相关阅读:
    Go反射
    Go_CSP并发模型
    Go_select
    Go计时器
    day9:vcp考试
    day8:vcp考试
    day7:vcp考试
    day6:vcp考试
    day5:vcp考试
    day4:vcp考试
  • 原文地址:https://www.cnblogs.com/lexus/p/2382012.html
Copyright © 2011-2022 走看看