CN108111567A - Realize the uniform method and system of server load - Google Patents

Realize the uniform method and system of server load Download PDF

Info

Publication number
CN108111567A
CN108111567A CN201611075602.9A CN201611075602A CN108111567A CN 108111567 A CN108111567 A CN 108111567A CN 201611075602 A CN201611075602 A CN 201611075602A CN 108111567 A CN108111567 A CN 108111567A
Authority
CN
China
Prior art keywords
server
real
client
real server
status information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201611075602.9A
Other languages
Chinese (zh)
Inventor
白昀斌
刘莉
吴武勋
谭建军
刘跃
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Eshore Technology Co Ltd
Original Assignee
Guangdong Eshore Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangdong Eshore Technology Co Ltd filed Critical Guangdong Eshore Technology Co Ltd
Priority to CN201611075602.9A priority Critical patent/CN108111567A/en
Publication of CN108111567A publication Critical patent/CN108111567A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1008Server selection for load balancing based on parameters of servers, e.g. available memory or workload

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention discloses a kind of realization uniform method and system of server load, which includes the following steps:In client, the request for calling real server is sent;At real server end, the scoring of currently practical server load is calculated according to the status information of configuration acquisition real server and according to status information, and reports corresponding appraisal result;At distribution server end, receive the appraisal result of all real server loads, and the priority processing rank of all real servers is divided according to appraisal result, and when receiving the calling real server request of client transmission, distribute priority processing rank corresponding real server according to client rights.Technical scheme can ensure that each real server is all sufficiently applied and ensures that the real server of poor performance is not overloaded, it is ensured that the client of high priority is responded faster, improves user experience.

Description

Realize the uniform method and system of server load
Technical field
The present invention relates to a kind of communication technology method more particularly to a kind of uniform method of realization server load and it is System.
Background technology
General realize of load balancing is at present:Load balancing is made of a clothes multiple servers in a symmetrical manner Be engaged in device set, every server all has status of equal value, service individually can be externally provided and without other servers Auxiliary.By certain load balancing technology, a certain service request that outside is sent being evenly distributed in symmetrical structure On device, and the server for receiving request independently responds the request of client.Equally loaded can mean allocation client request arrive Server array takes this to provide quick obtaining significant data, and solution largely concurrently accesses service problem.
Load-balancing algorithm common at present, it is equal including the load balancing based on DNS, the load based on the fourth layer technology Weighing apparatus and the load balancing based on seven layer-switching technologies;Above-mentioned method distribution server using poll, weighting, at least connect, The selection such as random and response time distribution server thinks suitable server-assignment to terminal client.
1st, the load balancing based on DNS
DNS load-balancing techniques are earliest Load Balancing Solutions, it is by the random name solution in DNS service It analyses what is realized, can be multiple and different same names of address configuration in the dns server, and finally inquire about this name The client computer of word will obtain one of address when parsing this name.Therefore, for same name, different clients Chance obtains different addresses, they also just access the Web server in different address, so as to achieve the purpose that load balancing. Its advantage is to realize that simple, implementation is easy, at low cost, applied suitable for most of TCP/IP;But shortcoming is also very bright Aobvious, scheme this first is not load balancing truly, and Http requests are equally distributed to backstage by dns server On Web server, and without considering the current loading condition of each Web server;If configuration and the place of the Web server on backstage Reason ability is different, and for most slow Web server by as the bottleneck of system, the strong server of processing capacity cannot give full play to work With;Secondly do not consider fault-tolerant, if certain Web server on backstage breaks down, dns server still can be DNS request point It is fitted in this failed server, causes to be unable to customer in response end.Last point is fatal, it is possible to cause quite a few Client cannot enjoy Web service, and due to DNS cache, caused consequence will continue significant period of time (one As refresh cycle of DNS when being about 24 small).So in the construction center Web site scheme of foreign latest, seldom use This scheme.
2nd, the load balancing based on the fourth layer technology
It is that the virtual ip address of Web service, this virtual IP address are set on Fourth Level Interchange machine based on the fourth layer technology Address is the IP address for the Web server being resolved in dns server, and client is visible.It is answered when client accesses this Web Used time, the Http requests of client can be received first by Fourth Level Interchange machine, it will in real time be detected based on Fourth Level Interchange technology The load of backstage Web server carries out fast exchange according to the algorithm of setting.Common algorithm has poll, weighting, at least connects It connects, random and response time etc..
3rd, the load balancing based on seven layer-switching technologies
It is mainly used for realizing that the load balance of Web applications and service quality are protected based on the load-balancing technique that layer 7 exchanges Card.There are many advantages by comparison with Fourth Level Interchange machine for it:Layer 7 interchanger can not only check the TCP of TCP/IP data packets And UDP port number, it is handled so as to be transmitted to certain of backstage server, and Http requests can be analyzed more than session layer URL, different according to URL give different Http requests to different servers handle (can be specific to certain a kind of text Part, until some file) in addition same URL request can allow multiple servers to respond with load sharing (when client visits Ask some URL, when initiating Http requests, it will actually establish multiple session connections with server, obtain multiple objects, example Such as .txt/.gif/.jpg documents, after these objects are downloaded to local, a complete page is just formed).
The content of the invention
To solve an above-mentioned at least technical problem, it is uniform that the main object of the present invention is to provide a kind of realization server load Method.
To achieve the above object, one aspect of the present invention is:It is uniform to provide a kind of realization server load Method, include the following steps:
In client, the request for calling real server is sent;
At real server end, calculated according to the status information of configuration acquisition real server and according to status information The scoring of currently practical server load, and report corresponding appraisal result;
At distribution server end, the appraisal result of all real server loads is received, and according to appraisal result to all The priority processing rank of real server is divided and is receiving the calling real server request of client transmission When, distribute priority processing rank corresponding real server according to client rights.
Preferably, it is described currently practical server load is calculated according to status information scoring the step of, specifically include:
Judge whether status information is more than the threshold value set,
If status information is not above the threshold value of setting, the individual scores of each item data in statistic behavior information, with And the weighting coefficient and individual scores of each item data according to configuration, and calculate the scoring of currently practical server load.
Preferably, it is described currently practical server load is calculated according to status information scoring the step of, further include:
If status information is more than the threshold value of setting, the scoring of currently practical server load is denoted as 0.
Preferably, described the step of being divided according to appraisal result to the priority processing rank of all real servers, It specifically includes:
The priority processing rank of all real servers is divided according to appraisal result, obtains VIP server and general Logical server;
When receiving the calling real server request of client transmission, VIP services are distributed according to VIP client firsts Device preferentially distributes common real server according to normal client end.
To achieve the above object, another technical solution used in the present invention is:It is equal to provide a kind of realization server load Even system, including:
Client, for sending the request for calling real server;
Real server calculates for the status information according to configuration acquisition real server and according to status information The scoring of currently practical server load, and report corresponding appraisal result;
Distribution server, for receiving the appraisal result of all real server loads, and according to appraisal result to all The priority processing rank of real server is divided and is receiving the calling real server request of client transmission When, distribute priority processing rank corresponding real server according to client rights.
Preferably, the real server, is specifically used for:
Judge whether status information is more than the threshold value set,
When status information is not above the threshold value of setting, in statistic behavior information the individual scores of each item data and According to the weighting coefficient and individual scores of each item data of configuration, and calculate the scoring of currently practical server load.
Preferably, the real server, is additionally operable to:
When judging that status information is more than the threshold value of setting, the scoring of currently practical server load is denoted as 0.
Preferably, the distribution server, is specifically used for:
The priority processing rank of all real servers is divided according to appraisal result, obtains VIP server and general Logical server;
When receiving the calling real server request of client transmission, VIP services are distributed according to VIP client firsts Device preferentially distributes common real server according to normal client end.
Technical scheme to real server at real server end by carrying out scoring processing, then by dividing Priority processing partition of the level is carried out according to the real server of scoring processing with server, in this way, being received in distribution server During the request for the calling real server that the client of different rights is sent, distribution priority real server can be corresponded to, such as This, it is ensured that each real server is all sufficiently applied and ensures that the real server of poor performance is not overloaded, And it may insure that the client of high priority obtains the preferably service of response faster.
Description of the drawings
It in order to illustrate more clearly about the embodiment of the present invention or technical scheme of the prior art, below will be to embodiment or existing There is attached drawing needed in technology description to be briefly described, it should be apparent that, the accompanying drawings in the following description is only this Some embodiments of invention, for those of ordinary skill in the art, without creative efforts, can be with Structure according to these attached drawings obtains other attached drawings.
Fig. 1 is the flow chart that one embodiment of the invention realizes the uniform method of server load;
Fig. 2 is the networking diagram that one embodiment of the invention realizes the uniform system of server load.
The embodiments will be further described with reference to the accompanying drawings for the realization, the function and the advantages of the object of the present invention.
Specific embodiment
Below in conjunction with the attached drawing in the embodiment of the present invention, the technical solution in the embodiment of the present invention is carried out clear, complete Site preparation describes, it is clear that described embodiment is only the part of the embodiment of the present invention, instead of all the embodiments.Base Embodiment in the present invention, those of ordinary skill in the art obtained without creative efforts it is all its His embodiment, belongs to the scope of protection of the invention.
It is to be appreciated that the description of " first ", " second " etc. involved in the present invention be only used for description purpose, and it is not intended that Indicate or imply its relative importance or the implicit quantity for indicating indicated technical characteristic.Define as a result, " first ", At least one this feature can be expressed or be implicitly included to the feature of " second ".In addition, the technical side between each embodiment Case can be combined with each other, but must can be implemented as basis with those of ordinary skill in the art, when the combination of technical solution Conflicting or can not realize when occur will be understood that the combination of this technical solution is not present, also not the present invention claims guarantor Within the scope of shield.
Fig. 1 is refer to, in embodiments of the present invention, which includes the following steps:
In client, the request for calling real server is sent;
At real server end, calculated according to the status information of configuration acquisition real server and according to status information The scoring of currently practical server load, and report corresponding appraisal result;
At distribution server end, the appraisal result of all real server loads is received, and according to appraisal result to all The priority processing rank of real server is divided and is receiving the calling real server request of client transmission When, distribute priority processing rank corresponding real server according to client rights.
In the present embodiment, client sends the request for calling real server to distribution server, which can To carry out priority management according to client.The status information of real server acquisition includes network traffics, CPU usage, interior Utilization rate, connection number and data at least one of in the response time are deposited, the data of two or two or more can also be set to combine. Each real server can be configured according to own situation, for example, the CPU that real server A is configured to real server makes With rate, memory usage, connection number, response time;Real server B is configured to network traffics, CPU usage, memory and uses Rate, connection number, response time;Even real server can be two item datas of configuration or an item data.Distribution server according to Real server can be divided into multiple ranks by appraisal result, and corresponding priority is distributed when receiving the client of priority Real server, so, it is ensured that the client of high priority obtain faster response preferably service.
Technical scheme to real server at real server end by carrying out scoring processing, then by dividing Priority processing partition of the level is carried out according to the real server of scoring processing with server, in this way, being received in distribution server During the request for the calling real server that the client of different rights is sent, distribution priority real server can be corresponded to, such as This, it is ensured that each real server is all sufficiently applied and ensures that the real server of poor performance is not overloaded, And it may insure that the client of high priority obtains the preferably service of response faster.
In a specific embodiment, the step of the scoring that currently practical server load is calculated according to status information Suddenly, specifically include:
Judge whether status information is more than the threshold value set,
If status information is not above the threshold value of setting, the individual scores of each item data in statistic behavior information, with And the weighting coefficient and individual scores of each item data according to configuration, and calculate the scoring of currently practical server load.
In the present embodiment, the state information weights coefficient configured by real server scores, and obtains load scoring, In, which includes CPU usage A1, memory usage A2, connection number A3, response time A4, and specific formula for calculation is such as Under:
Load scoring=100- (C1*A1+C2*A2+C3*A3+C4*A4)
Wherein, C1, C2, C3, C4 are weighting coefficient, and A1, A2, A3, A4 are each individual scores.
Further, it is described currently practical server load is calculated according to status information scoring the step of, further include:
If status information is more than the threshold value of setting, the scoring of currently practical server load is denoted as 0.
In the present embodiment, the status information of real server configuration can be CPU usage and memory usage, work as the two One of for 0, other weighting coefficients are arranged to 0 point, i.e., do not influence current system and comment for real server load scoring when being more than threshold value Point;The response time is paid the utmost attention to, full load is then considered when the response time is more than threshold value, scores as 0 point;.Load scoring is logical The algorithm for crossing configuration is calculated, and each real server can be configured according to server own situation.
The scoring of real server and its flexibly, can use default configuration, can also by real server according to service Device situation is locally configured or is specified according to whole system service condition by control server, for service condition The server having differences can specify different scoring tactics, and the status information that needs are voluntarily gathered by real server carries out Scoring.
It is described that the priority processing rank of all real servers is carried out according to appraisal result in a specific embodiment The step of division, specifically includes:
The priority processing rank of all real servers is divided according to appraisal result, obtains VIP server and general Logical server;
When receiving the calling real server request of client transmission, VIP services are distributed according to VIP client firsts Device preferentially distributes common real server according to normal client end.
In the present embodiment, distribution server end according to appraisal result real server can be divided into VIP server and Two ranks of common server, in this way, when receiving the calling real server request of client transmission, according to VIP client The preferential distribution VIP server in end, common real server is preferentially distributed according to normal client end.Only when common server loads Just ordinary user is assigned to when (configurable) and when VIP server is supported on (configurable) in the range of restriction to a certain extent On VIP server, to ensure the use of VIP clients.
It refer to Fig. 2, in the embodiment of the present invention, the uniform system of realization server load, including:
Client 10, for sending the request for calling real server;
Real server 30, for the status information according to configuration acquisition real server 30 and according to status information The scoring that currently practical server 30 loads is calculated, and reports corresponding appraisal result;
Distribution server 20, for receiving the appraisal result that all real servers 30 load, and according to appraisal result pair The priority processing rank of all real servers 30 is divided and is receiving the calling active service of the transmission of client 10 When device 30 is asked, distribute priority processing rank corresponding real server 30 according to client rights.
In the present embodiment, which can carry out priority management according to client 10.Real server 30 The status information of end acquisition includes network traffics, CPU usage, memory usage, connection number and at least one in the response time Item data can also set the data of two or two or more to combine.Each real server 30 can be carried out according to own situation Configuration, for example, when real server 30A is configured to the CPU usage of real server 30, memory usage, connection number, response Between;Real server 30B is configured to network traffics, CPU usage, memory usage, connection number, response time;It is even actual Server 30 can be two item datas of configuration or an item data.It 20 end of distribution server can be by active service according to appraisal result Device 30 is divided into multiple ranks, the real server 30 of corresponding priority is distributed when receiving the client 10 of priority, such as This, it is ensured that the client of high priority obtains the preferably service of response faster.
In a specific embodiment, the real server 30 is specifically used for:
Judge whether status information is more than the threshold value set,
When status information is not above the threshold value of setting, in statistic behavior information the individual scores of each item data and According to the weighting coefficient and individual scores of each item data of configuration, and calculate the scoring that currently practical server 30 loads.
In the present embodiment, the state information weights coefficient configured by real server 30 scores, and obtains load scoring, Wherein, which includes CPU usage A1, memory usage A2, connection number A3, response time A4, specific formula for calculation It is as follows:
Load scoring=100- (C1*A1+C2*A2+C3*A3+C4*A4)
Wherein, C1, C2, C3, C4 are weighting coefficient, and A1, A2, A3, A4 are each individual scores.
Further, the real server 30, is additionally operable to:
When judging that status information is more than the threshold value of setting, the scoring that currently practical server 30 loads is denoted as 0.
In the present embodiment, the status information that real server 30 configures can be CPU usage and memory usage, when two For 0, other weighting coefficients are arranged to 0 point for the load of real server 30 scoring when one of person is more than threshold value, i.e., do not influence be currently System scoring;The response time is paid the utmost attention to, full load is then considered when the response time is more than threshold value, scores as 0 point;.Load is commented Divide and calculated by the algorithm configured, each real server 30 can be configured according to server own situation.
In a specific embodiment, the distribution server 20 is specifically used for:
The priority processing rank of all real servers 30 is divided according to appraisal result, obtain VIP server and Common server;
When the calling real server 30 for receiving the transmission of client 10 is asked, VIP is distributed according to VIP client firsts Server preferentially distributes common real server 30 according to normal client end.
In the present embodiment, distribution server 20 according to appraisal result real server 30 can be divided into VIP server and Two ranks of common server, in this way, when the calling real server 30 for receiving the transmission of client 10 is asked, according to VIP Client first distributes VIP server, and common real server 30 is preferentially distributed according to normal client end.Only work as generic services Just ordinary user is divided when device loads (configurable) to a certain extent and when VIP server is supported on (configurable) in the range of restriction It is fitted on VIP server, to ensure the use of VIP clients.
The foregoing is merely the preferred embodiment of the present invention, are not intended to limit the scope of the invention, every at this The equivalent structure transformation made under the inventive concept of invention using description of the invention and accompanying drawing content or directly/utilization indirectly It is included in other related technical areas in the scope of patent protection of the present invention.

Claims (8)

  1. A kind of 1. realization uniform method of server load, which is characterized in that the realization uniform method bag of server load Include following steps:
    In client, the request for calling real server is sent;
    At real server end, calculated according to the status information of configuration acquisition real server and according to status information current The scoring of real server load, and report corresponding appraisal result;
    At distribution server end, the appraisal result of all real server loads is received, and according to appraisal result to all reality The priority processing rank of server is divided and when receiving the calling real server request of client transmission, root According to the corresponding real server of client rights distribution priority processing rank.
  2. 2. the uniform method of server load is realized as described in claim 1, which is characterized in that described according to status information meter The step of calculating the scoring of currently practical server load, specifically includes:
    Judge whether status information is more than the threshold value set,
    If status information is not above the threshold value of setting, the individual scores of each item data, Yi Jigen in statistic behavior information According to the weighting coefficient and individual scores of each item data of configuration, and calculate the scoring of currently practical server load.
  3. 3. the uniform method of server load is realized as claimed in claim 2, which is characterized in that described according to status information meter The step of calculating the scoring of currently practical server load, further includes:
    If status information is more than the threshold value of setting, the scoring of currently practical server load is denoted as 0.
  4. 4. the uniform method of server load is realized as described in claim 1, which is characterized in that described according to appraisal result pair The step of priority processing rank of all real servers is divided, specifically includes:
    The priority processing rank of all real servers is divided according to appraisal result, obtains VIP server and common clothes Business device;
    When receiving the calling real server request of client transmission, VIP server is distributed according to VIP client firsts, Common real server is preferentially distributed according to normal client end.
  5. A kind of 5. realization uniform system of server load, which is characterized in that the realization uniform system bag of server load It includes:
    Client, for sending the request for calling real server;
    Real server calculates current for the status information according to configuration acquisition real server and according to status information The scoring of real server load, and report corresponding appraisal result;
    Distribution server, for receiving the appraisal result of all real server loads, and according to appraisal result to all reality The priority processing rank of server is divided and when receiving the calling real server request of client transmission, root According to the corresponding real server of client rights distribution priority processing rank.
  6. 6. the uniform system of server load is realized as claimed in claim 5, which is characterized in that the real server, tool Body is used for:
    Judge whether status information is more than the threshold value set,
    When status information is not above the threshold value of setting, in statistic behavior information the individual scores of each item data and according to The weighting coefficient and individual scores of each item data of configuration, and calculate the scoring of currently practical server load.
  7. 7. the uniform system of server load is realized as claimed in claim 6, which is characterized in that the real server, also For:
    When judging that status information is more than the threshold value of setting, the scoring of currently practical server load is denoted as 0.
  8. 8. the uniform system of server load is realized as claimed in claim 5, which is characterized in that the distribution server, tool Body is used for:
    The priority processing rank of all real servers is divided according to appraisal result, obtains VIP server and common clothes Business device;
    When receiving the calling real server request of client transmission, VIP server is distributed according to VIP client firsts, Common real server is preferentially distributed according to normal client end.
CN201611075602.9A 2016-11-25 2016-11-25 Realize the uniform method and system of server load Pending CN108111567A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611075602.9A CN108111567A (en) 2016-11-25 2016-11-25 Realize the uniform method and system of server load

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611075602.9A CN108111567A (en) 2016-11-25 2016-11-25 Realize the uniform method and system of server load

Publications (1)

Publication Number Publication Date
CN108111567A true CN108111567A (en) 2018-06-01

Family

ID=62206323

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611075602.9A Pending CN108111567A (en) 2016-11-25 2016-11-25 Realize the uniform method and system of server load

Country Status (1)

Country Link
CN (1) CN108111567A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108984306A (en) * 2018-07-16 2018-12-11 广发证券股份有限公司 A kind of load balance scheduling system and method according to TCP request quality evaluation
CN109040197A (en) * 2018-07-13 2018-12-18 中天宽带技术有限公司 A kind of intelligent gateway management system and method based on web SiteServer LBS
CN110928676A (en) * 2019-07-18 2020-03-27 国网浙江省电力有限公司衢州供电公司 Power CPS load distribution method based on performance evaluation
CN113485825A (en) * 2021-05-25 2021-10-08 特瓦特能源科技有限公司 Server load balancing method and related equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101483601A (en) * 2009-02-13 2009-07-15 杭州华三通信技术有限公司 Scheduling method and apparatus based on service priority
CN101741907A (en) * 2009-12-23 2010-06-16 金蝶软件(中国)有限公司 Method and system for balancing server load and main server
CN102197674A (en) * 2008-11-07 2011-09-21 日本电气株式会社 Wireless communication system, gateway apparatus, terminal allocating method, and program
US20130337814A1 (en) * 2012-06-13 2013-12-19 Nokia Siemens Networks Oy Load balancing in a network and between networks

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102197674A (en) * 2008-11-07 2011-09-21 日本电气株式会社 Wireless communication system, gateway apparatus, terminal allocating method, and program
CN101483601A (en) * 2009-02-13 2009-07-15 杭州华三通信技术有限公司 Scheduling method and apparatus based on service priority
CN101741907A (en) * 2009-12-23 2010-06-16 金蝶软件(中国)有限公司 Method and system for balancing server load and main server
US20130337814A1 (en) * 2012-06-13 2013-12-19 Nokia Siemens Networks Oy Load balancing in a network and between networks

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109040197A (en) * 2018-07-13 2018-12-18 中天宽带技术有限公司 A kind of intelligent gateway management system and method based on web SiteServer LBS
CN108984306A (en) * 2018-07-16 2018-12-11 广发证券股份有限公司 A kind of load balance scheduling system and method according to TCP request quality evaluation
CN110928676A (en) * 2019-07-18 2020-03-27 国网浙江省电力有限公司衢州供电公司 Power CPS load distribution method based on performance evaluation
CN110928676B (en) * 2019-07-18 2022-03-11 国网浙江省电力有限公司衢州供电公司 Power CPS load distribution method based on performance evaluation
CN113485825A (en) * 2021-05-25 2021-10-08 特瓦特能源科技有限公司 Server load balancing method and related equipment

Similar Documents

Publication Publication Date Title
CN106899680B (en) The fragment treating method and apparatus of multi-tiling chain
CN103391299B (en) Load-balancing method and SiteServer LBS
CN102611735B (en) A kind of load-balancing method of application service and system
CN103701916B (en) The dynamic load balancing method of distributed memory system
CN103716251B (en) For the load-balancing method and equipment of content distributing network
Colajanni et al. Analysis of task assignment policies in scalable distributed Web-server systems
US8380843B2 (en) System and method for determining affinity groups and co-locating the affinity groups in a distributing network
CN104580393B (en) Expansion method, device and server cluster system for server cluster system
CN107026907A (en) A kind of load-balancing method, load equalizer and SiteServer LBS
CN105872079B (en) A kind of link equalization method based on domain name system DNS
US20130007253A1 (en) Method, system and corresponding device for load balancing
CN108111567A (en) Realize the uniform method and system of server load
CN110365781A (en) For carrying out the method and system of load balancing to anycast's data service
CN109510878B (en) Long connection session keeping method and device
CN104158758A (en) Load balancing processing method and system based on user message time feedback in SDN network
CN108933829A (en) A kind of load-balancing method and device
CN109151009A (en) A kind of CDN node distribution method and system based on MEC
EP2789147B1 (en) Method and apparatus for load balancing in communication system
CN102045396A (en) Load balancing method of server document
CN105208133A (en) Server, load balancer as well as server load balancing method and system
CN109558446A (en) Job request method, apparatus, electronic equipment and storage medium
CN108259372A (en) A kind of multi-link load balance system and method
CN106302230B (en) A kind of data transmission method and device
CN112839081A (en) Load balancing method of cloud cluster
CN108667882A (en) Load-balancing method, device and electronic equipment based on changeable weight adjustment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20180601