Cluster Layer of Dubbo Analysis

Serial articles Dubbo Analysis Serialize LayerTransport Layer of Dubbo AnalysisExchange Layer of Dubbo AnalysisProtocol Layer of Dubbo Analysis Preface Immediately preceding Protocol Layer of Dubbo Analysis This paper continues to analyze the cluster layer of dubbo, which encapsulates the routing and load balancing of multiple providers, br ...

Posted by luminous on Sun, 12 May 2019 03:55:43 -0700

[scheduler]1. Introduction to several scheduler infrastructure

Introduction to ###Scheduler A good scheduling algorithm should consider the following aspects: Fairness: Reasonable CPU time is guaranteed for each process. Efficient: Keep the CPU busy, that is, there are always processes running on the CPU. Response time: Make the response time of the interactive user as short as possible. T ...

Posted by vimukthi on Sat, 27 Apr 2019 00:54:36 -0700

Several Simple Load Balancing Algorithms and Their Java Code Implementation

What is Load Balancing Load Balance, which is called Load Balance in English, refers to a set of servers composed of multiple servers in a symmetrical manner. Each server has an equivalent status, and can provide services independently without the assistance of other servers. Through some load-sharing technology, requests sent from out ...

Posted by jason.carter on Mon, 25 Mar 2019 18:21:29 -0700