书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 85 个相关结果.
  • 进程内的调用

    服务注册中心 Peer2Peer {#peer2peer} 服务器 客户端 MultipleServers {#multiple} 服务器 客户端 ZooKeeper {#zookeeper} 服务器 客户端 Etcd {#etcd} 服务器 客户端 Consul {#consul} 服务器 客户端 mDNS {#mdns} 服...
  • 2.2. FailMode

    783 2018-06-24 《RPCX英文文档》
    FailMode In the distribution architecture such SOA or micro service, you can not guarantee services always work well. Maybe the server is down or network is slow or broken. So yo...
  • 2.2. FailMode

    FailMode Failfast Failover Failtry Failbackup FailMode In the distribution architecture such SOA or micro service, you can not guarantee services always work well. Maybe th...
  • 客户端开发

    客户端开发 客户端开发 不同的注册中心有不同的ClientSelector, rpcx利用ClientSelector配置到注册中心的连接以及客户端的连接,然后根据ClientSelector生成rpcx.Client。 注册中心那一章我们已经介绍了三种ClientSeletor,目前rpcx支持五种ClientSelector: type C...
  • 1.4. Client

    Client XClient service discovery service governance (Fail mode and Load balancing) Broadcast and Fork Client Example: 101basic Clients use the same transport protocol to ...
  • 1.2. QuickStart

    891 2018-06-24 《RPCX英文文档》
    QuickStart Installation First, you should install rpcx: go get - u - v github . com / smallnest / rpcx /... It only install the basic features of rpcx. If you want to...
  • Benchmark

    1586 2019-03-10 《Go RPC 开发指南》
    Benchmark 测试逻辑 测试环境 测试结果 TPS 延迟: 平均时间 延迟: 中位数时间 Benchmark Benchmark 的测试代码可以在这里找到:rpcx-ecosystem/rpcx-benchmark 。 测试使用相同的测试环境,相同的测试数据,相同的测试参数,分别测试了 grpc, rpcx, dubbo, mo...
  • 1.2. QuickStart

    QuickStart Installation Implement Service Implement Server Implement Client Call the service asynchronously QuickStart Installation First, you should install rpcx: go ...
  • 失败模式

    1285 2019-03-10 《Go RPC 开发指南》
    失败模式 Failfast {#failfast} Failover {#failover} Failtry {#failtry} Failbackup {#failbackup} 失败模式 在分布式架构中, 如SOA或者微服务架构,你不能担保服务调用如你所预想的一样好。有时候服务会宕机、网络被挖断、网络变慢等,所以你需要容忍这些状况。 r...
  • 1.3. Server

    Server Service Server Server Example: 102basic You can implements services in Server side. The type of services is not important. You can use customized type to keep state...