CN107832140A - A kind of method, storage medium, electronic equipment and the system of RPC requests control - Google Patents
A kind of method, storage medium, electronic equipment and the system of RPC requests control Download PDFInfo
- Publication number
- CN107832140A CN107832140A CN201710935865.0A CN201710935865A CN107832140A CN 107832140 A CN107832140 A CN 107832140A CN 201710935865 A CN201710935865 A CN 201710935865A CN 107832140 A CN107832140 A CN 107832140A
- Authority
- CN
- China
- Prior art keywords
- rpc
- class
- load control
- rpc requests
- unit
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 129
- 230000008569 process Effects 0.000 claims abstract description 48
- 238000011217 control strategy Methods 0.000 claims abstract description 39
- 238000012544 monitoring process Methods 0.000 claims abstract description 19
- 230000006870 function Effects 0.000 claims description 18
- 238000004590 computer program Methods 0.000 claims description 12
- 238000007599 discharging Methods 0.000 claims description 5
- 230000008859 change Effects 0.000 claims description 2
- 238000000465 moulding Methods 0.000 claims 1
- 230000004048 modification Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 239000002699 waste material Substances 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/505—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The invention discloses a kind of method of RPC request controls, it is related to the live field in internet, including step:Monitoring service process internal operation state;It is loaded into and dynamic adjusts load control strategy;Whether the load control strategy is met according to the service processes internal operation state, corresponding reception is made to RPC requests or refusal operates.The method of RPC requests control provided by the invention, can make full use of server resource according to actual conditions dynamic adjustable strategies, avoid wasting server resource.
Description
Technical field
The present invention relates to the live field in internet, and in particular to a kind of method of RPC requests control, storage medium, electronics
Equipment and system.
Background technology
When realizing the background service of high concurrent, service internal state is effectively judged, and efficiently realize to RPC requests
Response is to determine the key of service performance.
But in the background service of high concurrent, often occur request amount increase sharply situation, such as some activity rob
Answer the stage so that request amount exceeds the server process limit, so as to cause server to be delayed machine.Therefore, in request amount beyond service
During processing limit, it is ensured that the request within disposal ability is handled, while actively refusal beyond the request of disposal ability, closes
Reason utilizes server resource, to avoid server from delaying machine.
To realize above-mentioned function, the method that prior art uses is:The counting of one request upper limit of setting, when reception per second
To request reach some upper limit when, stop receiving request, and carry out refusal operation, due to while asking to access, also can
There is request to complete, it is necessary to replacement counter per second.
The server resource that generally each request takes can be different, the method counted using the request upper limit, to service
Internal state management is very coarse, can not dynamic according to the situation of reality determine it is current whether to receive request, thus can not be by
The utilization rate of server resource reaches maximization, causes the waste of part server resource.
The content of the invention
, can it is an object of the invention to provide a kind of method of RPC request controls for defect present in prior art
According to actual conditions dynamic adjustable strategies, to make full use of server resource, avoid wasting server resource.
To achieve the above objectives, the present invention adopts the technical scheme that:
A kind of method of RPC requests control, including step:
Monitoring service process internal operation state;
It is loaded into and dynamic adjusts load control strategy;
Whether the load control strategy is met according to the service processes internal operation state, phase is made to RPC requests
The reception or refusal operation answered.
On the basis of above-mentioned technical proposal, it is as follows that the monitoring service process internal operation state specifically includes step:
According to the different classes of of remote procedure call request, different processing classes is built respectively, and constructs each processing
Enumeration type, constructed fuction and the destructor function of class, the enumeration type are used to represent when different classes of RPC requests are run
State, the constructed fuction are used to be used for point for discharging the processing class for the processing class allocation space, the destructor function
With space;;
A variable is built, the variable is used to preserve the counting for each handling logic unit in class during global operation;
Singleton class is built, building method and destructed method are created in the singleton class, the building method is used to increase
The counting of logic unit in class is each handled in the variable, the destructed method is used to reduce in the variable each processing class
The counting of middle logic unit;
When there is RPC to ask into fashionable, the building method is called in constructed fuction, increases logic list in alignment processing class
The counting of member, when RPC requests are completed inside service processes, the destructed method is called in destructor function, reduces corresponding position
Manage the counting of logic unit in class;
According to the counting of logic unit and enumeration type in each processing class, service processes internal operation state is obtained.
On the basis of above-mentioned technical proposal, according to the load control strategy and the service processes internal operation monitored
State, corresponding reception is made to RPC requests or refusal operates, is specifically included as follows:
Structure load controls example, and the side for judging RPC requests receiving or refusal is created in the load control example
Method;
When there are RPC requests, the method in the load control example is called, according to the service processes internal operation shape
Whether state meets the load control strategy, judges whether to receive the RPC requests;
If receiving the RPC requests, the RPC requests are allowed to enter normal request processing flow;If refusal institute
RPC requests are stated, then return to error code to user.
On the basis of above-mentioned technical proposal, the load control strategy is a logic chain, and the logic chain includes one
The logic that series is sequentially arranged.
Present invention also offers a kind of storage medium, is stored thereon with computer program, and the computer program is processed
Device realizes the method and step of above-mentioned RPC requests control when performing.
Present invention also offers a kind of electronic equipment, including memory, processor and be stored on the memory and
The computer program run on the processor, above-mentioned RPC requests control is realized described in the computing device during computer program
The method and step of system.
Present invention also offers a kind of system of RPC request controls, the system includes monitoring module, insmods and bear
Carry control module;
The monitoring module is used for monitoring service process internal operation state;
It is described to insmod for being loaded into and dynamically adjusting load control strategy;
The load control module is used to whether meet that the load controls according to the service processes internal operation state
Strategy, corresponding reception is made to RPC requests or refusal operates.
On the basis of above-mentioned technical proposal, the monitoring module includes the first creating unit, the second creating unit, the 3rd
Creating unit, processing unit and arithmetic element;
First creating unit is used to, according to the different classes of of remote procedure call request, build respectively different
Class is handled, and constructs enumeration type, constructed fuction and the destructor function of each processing class, the enumeration type is used to identify difference
State during the RPC request operations of classification, the constructed fuction are used to use for the processing class allocation space, the destructor function
In the allocation space for discharging the processing class;
Second creating unit each handles logic unit in class when being used to build one for preserving global operation and counted
Variable;
3rd creating unit is used to build singleton class, building method and destructed method is created in the singleton class,
The building method is used to increase the counting that logic unit in class is each handled in the variable, and the destructed method is used to reduce
The counting of logic unit in class is each handled in the variable;
The processing unit is used to, when there is RPC to ask into fashionable, the building method, increase pair are called in constructed fuction
The counting of logic unit in class should be handled, when RPC requests are completed inside service processes, is called in destructor function described destructed
Method, reduce the counting of logic unit in alignment processing class;
The arithmetic element is used to, according to the counting of logic unit and enumeration type in each processing class, obtain service processes
Internal operation state.
On the basis of above-mentioned technical proposal, the load control module includes example creating unit, judging unit and anti-
Present unit;
The example creating unit is used to build load control example, and creates and judge in the load control example
RPC requests receive or the method for refusal;
The judging unit is used for when there is RPC requests, the method in the load control example is called, according to the clothes
Whether business process internal operation state meets the load control strategy, judges whether to receive the RPC requests;
The feedback unit is used to RPC requests receive accordingly according to judged result or refuses to operate.
On the basis of above-mentioned technical proposal, the load control strategy is a logic chain, and the logic chain includes one
The logic that series is sequentially arranged.
Compared with prior art, the advantage of the invention is that:The method of the RPC request controls of the present invention can be according to reality
Situation dynamic adjustment load control strategy, and monitoring service process internal operation state, according to load control strategy and service into
Journey internal operation state, judge whether to receive RPC requests, so as to make full use of server resource, avoid server resource from wasting.
Brief description of the drawings
Fig. 1 is a kind of method flow diagram of RPC requests control in the embodiment of the present invention;
Fig. 2 is the connection block diagram of electronic equipment in the embodiment of the present invention.
Embodiment
The present invention is described in further detail below in conjunction with drawings and Examples.
Shown in Figure 1, the embodiment of the present invention provides a kind of method of RPC requests control, including step:
S1:Monitoring service process internal operation state, it is specially:
S101:According to the different classes of of remote procedure call request, different processing classes is built respectively, and is constructed every
Enumeration type E_LOGIC_UNIT, constructed fuction and the destructor function of individual processing class, enumeration type are used to represent different classes of
State during RPC request operations.Processing class is designated as RPC a, RPC b, RPC x, RPC y etc. respectively, will handle inhomogeneous RPC
The server resource size taken during request is designated as Value, to represent state during service processes operation, such as handles class RPC
Enumeration type E_LOGIC_UNIT corresponding to a is respectively Value a, and constructed fuction is used for for processing class allocation space, destructed letter
Number is used for the allocation space for discharging processing class.
S102:Build and encapsulate the variable of a hashmap types, type std::hash_map<E_LOGIC_UNIT,
int>, the counting of logic unit in class is each handled when variable is for preserving global run, each RPC requests are in service processes
Portion is calculated as a logic unit when running.
S103:Singleton class ProfileSingleton is built, construction side is created in singleton class ProfileSingleton
Method process_incr (E_LOGIC_UNIT) and destructed method voidprocess_decr (E_LOGIC_UNIT), building method
The counting of logic unit in class is each handled in variable for increasing, destructed method, which is used to reduce in variable in each processing class, patrols
Collect the counting of unit.
S104:When there is RPC to ask into fashionable, building method is called in constructed fuction, increases logic in alignment processing class
The counting of unit, when RPC requests are completed inside service processes, destructed method is called in destructor function, reduces alignment processing
The counting of logic unit in class.
S105:ProfileSingleton, which is provided, reads interface, the value of each processing class enumeration type can be obtained, according to every
The counting of logic unit and enumeration type in individual processing class, current service process internal operation state is obtained, be each processing
The server total resources that all RPC requests take in service processes internal operation in class, such as patrolled corresponding to processing class RPC a
The counting for collecting unit is designated as Number a, and processing class RPC a running status is Number a and Value a product.
S2:It is loaded into and dynamic adjusts load control strategy, load control strategy is loaded into when servicing and starting, and can transported
Order modification is provided during row.Load control strategy can be a logic chain, and logic chain includes a series of logics being sequentially arranged.
For example, logic chain includes:
(1) when total operational instances are more than 3000, all RPC requests are refused, total operational instances are institute in all processing classes
There is logic unit sum;
(2) when the number of logic unit is more than 100 in RPC x classes, refusal RPC x requests;
(3) RPC y requests are not handled when RPC b examples are run.
In the load control strategy of above-mentioned logic chain, first determine whether total operational instances number whether 3000, if being more than
3000, then all RPC requests are broken off relations, if no more than 3000, carry out next logic judgment, when RPC requests are RPC x classes
When, judge whether the number of logic unit in current RPC x classes is more than 100, if more than 100, refuse RPC requests, otherwise,
Into next logic judgment, when RPC requests are RPC y classes, judge whether RPC b examples run, if operation, refuses
The RPC is asked.
In the embodiment of the present invention, load control strategy can also be a single logic, only need to judge that a logic is
No establishment, if the logic is one of logic in above-mentioned logic chain.
S3:According to load control strategy and the service processes internal operation state monitored, RPC requests are made corresponding
Receive or refusal operates, be specially:
Structure load control example LoadControl, and created in load controls example and judge that RPC requests receive or refused
Load control strategy is preserved inside exhausted method bool judge_accept_rpc (RPCType), LoadControl, and can be straight
ProfileSingleton examples are asked in receiving, obtain current service process internal operation state;
When there are RPC requests, the method bool judge_accept_rpc (RPCType) in load control example are called,
Whether load control strategy is met according to service processes internal operation state, judges whether to receive RPC requests;
If receiving RPC requests, RPC is allowed to ask to enter normal request processing flow;If refusing RPC requests,
Error code is returned to user, tells that called side server is busy.
The principle of the method for the RPC request controls of the embodiment of the present invention is:Asked first according to different classes of RPC,
Different processing classes is built, and state when RPC in different disposal class asks operation is identified with enumeration type, and counts each
The number of logic unit in class is handled, is as handling the number of such RPC requests, and adjust according to actual conditions, dynamic
The number of logic unit, according to the counting of logic unit and enumeration type in each processing class, obtain inside current service process
Running status;Then it is loaded into and dynamic adjusts load control strategy, when there are RPC requests, calls the side in load control example
Method, according to load control strategy and current service process internal operation state, judge whether to receive RPC requests, and carry out phase
It should receive or refuse to operate, so as to realize according to actual conditions dynamic adjustment load control strategy, and monitor current service process
Internal operation state, according to load control strategy and service processes internal operation state, judge whether to receive RPC requests, fully
Using server resource, server resource is avoided to waste.
The embodiment of the present invention additionally provides a kind of storage medium, is stored thereon with computer program, and computer program is located
The step of reason device realizes above-mentioned RPC request control methods when performing.
Shown in Figure 2, the embodiment of the present invention additionally provides a kind of electronic equipment, including memory, processor and storage
The computer program run on a memory and on a processor, above-mentioned RPC requests are realized during computing device computer program
The step of control method.
The system that the embodiment of the present invention additionally provides a kind of RPC request control, system includes monitoring module, insmod and
Load control module.
Monitoring module is used for monitoring service process internal operation state;Insmod for being loaded into and dynamically adjusting load control
System strategy;Load control module is used for according to load control strategy and the service processes internal operation state monitored, please to RPC
Ask and make corresponding reception or refusal operation.
In the embodiment of the present invention, monitoring module includes the first creating unit, the second creating unit, the 3rd creating unit, place
Manage unit and arithmetic element.
First creating unit is used to, according to the different classes of of remote procedure call request, build different processing respectively
Class, and enumeration type, constructed fuction and the destructor function of each processing class are constructed, enumeration type is different classes of for identifying
State during RPC request operations, constructed fuction are used to be used for the distribution for discharging processing class for processing class allocation space, destructor function
Space.
Second creating unit each handles the change that logic unit counts in class when being used to build one for preserving global run
Amount.
3rd creating unit is used to build singleton class, building method and destructed method, building method is created in singleton class
The counting of logic unit in class is each handled in variable for increasing, destructed method, which is used to reduce in variable in each processing class, patrols
Collect the counting of unit.
Processing unit is used to, when there is RPC to ask into fashionable, building method is called in constructed fuction, increases alignment processing class
The counting of middle logic unit, when RPC requests are completed inside service processes, destructed method, reduction pair are called in destructor function
The counting of logic unit in class should be handled.
Arithmetic element is used to, according to the counting of logic unit and enumeration type in each processing class, obtain inside service processes
Running status.
In the embodiment of the present invention, load control module includes example creating unit, judging unit and feedback unit.
Example creating unit is used to build load control example, and is created in load controls example and judge that RPC requests connect
By or refusal method.Judging unit is used for when there is RPC requests, calls the method in load control example, judges whether to connect
Receive RPC requests.Feedback unit is used to RPC requests receive accordingly according to judged result or refuses to operate.
Load control strategy can be a logic chain, and logic chain includes a series of logics being sequentially arranged, or
One single logic.
The principle of the system of the RPC request controls of the embodiment of the present invention is:Asked first according to different classes of RPC,
Different processing classes is built, and state when RPC in different disposal class asks operation is identified with enumeration type, and counts each
The number of logic unit in class is handled, is as handling the number of such RPC requests, and adjust according to actual conditions, dynamic
The number of logic unit, according to the counting of logic unit and enumeration type in each processing class, obtain inside current service process
Running status;Then it is loaded into and dynamic adjusts load control strategy, when there are RPC requests, calls the side in load control example
Method, according to load control strategy and current service process internal operation state, judge whether to receive RPC requests, and carry out phase
It should receive or refuse to operate, so as to realize according to actual conditions dynamic adjustment load control strategy, and monitor current service process
Internal operation state, according to load control strategy and service processes internal operation state, judge whether to receive RPC requests, fully
Using server resource, server resource is avoided to waste.
The present invention is not limited to the above-described embodiments, for those skilled in the art, is not departing from
On the premise of the principle of the invention, some improvements and modifications can also be made, these improvements and modifications are also considered as the protection of the present invention
Within the scope of.The content not being described in detail in this specification belongs to prior art known to professional and technical personnel in the field.
Claims (10)
- A kind of 1. method of RPC requests control, it is characterised in that including step:Monitoring service process internal operation state;It is loaded into and dynamic adjusts load control strategy;Whether the load control strategy is met according to the service processes internal operation state, please to remote procedure call Ask and make corresponding reception or refusal operation.
- 2. the method for RPC requests control as claimed in claim 1, it is characterised in that the monitoring service process internal operation It is as follows that state specifically includes step:According to the different classes of of remote procedure call request, different processing classes is built respectively, and constructs each processing class Enumeration type, constructed fuction and destructor function, the enumeration type are used to represent shape during different classes of RPC request operations State, the constructed fuction are used to be used for the distribution for discharging the processing class for the processing class allocation space, the destructor function Space;A variable is built, the variable is used to preserve the counting for each handling logic unit in class during global operation;Singleton class is built, building method and destructed method are created in the singleton class, the building method is described for increasing The counting of logic unit in class is each handled in variable, the destructed method, which is used to reduce in the variable in each processing class, patrols Collect the counting of unit;When there is RPC to ask into fashionable, the building method is called in constructed fuction, increases logic unit in alignment processing class Count, when RPC requests are completed inside service processes, the destructed method is called in destructor function, reduces alignment processing class The counting of middle logic unit;According to the counting of logic unit and enumeration type in each processing class, service processes internal operation state is obtained.
- 3. the method for RPC requests control as claimed in claim 1, it is characterised in that according to the load control strategy and prison The service processes internal operation state controlled, corresponding reception is made to RPC requests or refusal operates, including it is as follows:Structure load controls example, and the method for judging RPC requests receiving or refusal is created in the load control example;When there are RPC requests, the method in the load control example is called, is according to the service processes internal operation state It is no to meet the load control strategy, judge whether to receive the RPC requests;If receiving the RPC requests, the RPC requests are allowed to enter normal request processing flow;If refuse the RPC Request, then return to error code to user.
- 4. the method for RPC requests control as claimed in claim 1, it is characterised in that:The load control strategy is one and patrolled Chain is collected, the logic chain includes a series of logics being sequentially arranged.
- 5. a kind of storage medium, is stored thereon with computer program, it is characterised in that:The computer program is executed by processor Any one of Shi Shixian the claims 1 to 4 the step of method.
- 6. a kind of electronic equipment, including memory, processor and it is stored on the memory and runs on the processor Computer program, it is characterised in that:Realized described in the computing device during computer program in the claims 1 to 4 The step of any one methods described.
- A kind of 7. system of RPC requests control, it is characterised in that:The system includes monitoring module, insmods and load control Molding block;The monitoring module is used for monitoring service process internal operation state;It is described to insmod for being loaded into and dynamically adjusting load control strategy;The load control module is used to whether meet the load control strategy according to the service processes internal operation state, Corresponding reception or refusal operation are made to remote procedure call request.
- 8. the system of RPC requests control as claimed in claim 7, it is characterised in that:The monitoring module includes first and created Unit, the second creating unit, the 3rd creating unit, processing unit and arithmetic element;First creating unit is used to, according to the different classes of of remote procedure call request, build different processing respectively Class, and enumeration type, constructed fuction and the destructor function of each processing class are constructed, the enumeration type is different classes of for identifying RPC request operation when state, the constructed fuction be used for for it is described processing class allocation space, the destructor function be used for release Put the allocation space of the processing class;Second creating unit each handles the change that logic unit counts in class when being used to build one for preserving global run Amount;3rd creating unit is used to build singleton class, building method and destructed method is created in the singleton class, described Building method is used to increase the counting that logic unit in class is each handled in the variable, and the destructed method is described for reducing The counting of logic unit in class is each handled in variable;The processing unit is used to, when there is RPC to ask into fashionable, the building method is called in constructed fuction, increases corresponding position The counting of logic unit in class is managed, when RPC requests are completed inside service processes, the destructed side is called in destructor function Method, reduce the counting of logic unit in alignment processing class;The arithmetic element is used to, according to the counting of logic unit and enumeration type in each processing class, obtain inside service processes Running status.
- 9. the system of RPC requests control as claimed in claim 7, it is characterised in that:The load control module includes example Creating unit, judging unit and feedback unit;The example creating unit is used to build load control example, and is created in the load control example and judge that RPC please Seek the method for receiving or refusing;The judging unit be used for when there is RPC requests, call it is described load control example in method, according to it is described service into Whether journey internal operation state meets the load control strategy, judges whether to receive the RPC requests;The feedback unit is used to RPC requests receive accordingly according to judged result or refuses to operate.
- 10. the system of RPC requests control as claimed in claim 7, it is characterised in that:The load control strategy is one and patrolled Chain is collected, the logic chain includes a series of logics being sequentially arranged.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710935865.0A CN107832140B (en) | 2017-10-10 | 2017-10-10 | RPC request control method, storage medium, electronic device and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710935865.0A CN107832140B (en) | 2017-10-10 | 2017-10-10 | RPC request control method, storage medium, electronic device and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107832140A true CN107832140A (en) | 2018-03-23 |
CN107832140B CN107832140B (en) | 2021-01-01 |
Family
ID=61647785
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710935865.0A Expired - Fee Related CN107832140B (en) | 2017-10-10 | 2017-10-10 | RPC request control method, storage medium, electronic device and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107832140B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108965312A (en) * | 2018-07-30 | 2018-12-07 | 深圳高新兴物联科技有限公司 | Remote invocation method, device, system and storage medium |
CN111355983A (en) * | 2018-12-21 | 2020-06-30 | 北京字节跳动网络技术有限公司 | Service data processing method, device, server and storage medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006094757A1 (en) * | 2005-03-07 | 2006-09-14 | France Telecom | Bandwidth adaption according to network load |
CN101360093A (en) * | 2007-08-02 | 2009-02-04 | 华为技术有限公司 | Load control method and system thereof |
CN101739293A (en) * | 2009-12-24 | 2010-06-16 | 航天恒星科技有限公司 | Method for scheduling satellite data product production tasks in parallel based on multithread |
CN102662764A (en) * | 2012-04-25 | 2012-09-12 | 梁宏斌 | Dynamic cloud computing resource optimization allocation method based on semi-Markov decision process (SMDP) |
CN103369601A (en) * | 2013-07-15 | 2013-10-23 | 厦门卓讯信息技术有限公司 | Method for providing large concurrent processing and flow control for mobile phone client sides |
CN106557363A (en) * | 2016-12-05 | 2017-04-05 | 广发证券股份有限公司 | A kind of system and method for big data task scheduling |
CN107113249A (en) * | 2015-01-22 | 2017-08-29 | 英特尔Ip公司 | The specific congestion control of application for data communication |
-
2017
- 2017-10-10 CN CN201710935865.0A patent/CN107832140B/en not_active Expired - Fee Related
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006094757A1 (en) * | 2005-03-07 | 2006-09-14 | France Telecom | Bandwidth adaption according to network load |
CN101360093A (en) * | 2007-08-02 | 2009-02-04 | 华为技术有限公司 | Load control method and system thereof |
CN101739293A (en) * | 2009-12-24 | 2010-06-16 | 航天恒星科技有限公司 | Method for scheduling satellite data product production tasks in parallel based on multithread |
CN102662764A (en) * | 2012-04-25 | 2012-09-12 | 梁宏斌 | Dynamic cloud computing resource optimization allocation method based on semi-Markov decision process (SMDP) |
CN103369601A (en) * | 2013-07-15 | 2013-10-23 | 厦门卓讯信息技术有限公司 | Method for providing large concurrent processing and flow control for mobile phone client sides |
CN107113249A (en) * | 2015-01-22 | 2017-08-29 | 英特尔Ip公司 | The specific congestion control of application for data communication |
CN106557363A (en) * | 2016-12-05 | 2017-04-05 | 广发证券股份有限公司 | A kind of system and method for big data task scheduling |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108965312A (en) * | 2018-07-30 | 2018-12-07 | 深圳高新兴物联科技有限公司 | Remote invocation method, device, system and storage medium |
CN111355983A (en) * | 2018-12-21 | 2020-06-30 | 北京字节跳动网络技术有限公司 | Service data processing method, device, server and storage medium |
CN111355983B (en) * | 2018-12-21 | 2022-03-18 | 北京字节跳动网络技术有限公司 | Service data processing method, device, server and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN107832140B (en) | 2021-01-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111818159B (en) | Management method, device, equipment and storage medium of data processing node | |
CN109672627A (en) | Method for processing business, platform, equipment and storage medium based on cluster server | |
CN104468407B (en) | Realize the method and apparatus of business platform resource elasticity distribution | |
CN105007312A (en) | Method and system for controlling adaptive load-balancing of cloud computing server | |
US20130054809A1 (en) | Preventing oscillatory load behavior in a multi-node distributed system | |
CN106790565A (en) | A kind of network attached storage group system | |
CN110308980A (en) | Batch processing method, device, equipment and the storage medium of data | |
CN103259832A (en) | Cluster resource control method for achieving dynamic load balance, fault diagnosis and failover | |
CN100542175C (en) | A kind of method for balancing load in multiprocessing unit and system of multiprocessing unit | |
CN106648872A (en) | Method and device for multithread processing and server | |
CN102081554A (en) | Cloud computing operating system as well as kernel control system and method thereof | |
US11438271B2 (en) | Method, electronic device and computer program product of load balancing | |
CN110417614A (en) | Cloud Server self checking method, device, equipment and computer readable storage medium | |
CN112261120A (en) | Cloud-side cooperative task unloading method and device for power distribution internet of things | |
EP2996382B1 (en) | Physical resource adjustment method, device and controller | |
CN107832140A (en) | A kind of method, storage medium, electronic equipment and the system of RPC requests control | |
CN106357473B (en) | Distributed multi-microcomputer, control method and control device | |
CN103744735B (en) | The dispatching method and device of a kind of multi-core resource | |
CN104301241B (en) | A kind of SOA dynamic load distributing methods and system | |
CN1988684B (en) | Network process managing method and device | |
CN105872082B (en) | Fine granularity resource response system based on container cluster load-balancing algorithm | |
CN118170538A (en) | Task processing method, internet of things system and computer program product | |
CN102685806B (en) | Mobility load balancing method and equipment | |
CN115484167B (en) | Network slice shutdown method in communication network, computer device and storage medium | |
CN117527721A (en) | Content distribution network bandwidth control method, device, equipment and storage medium |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20210101 |