CN111107012B - Multi-dimensional centralized flow control method and system - Google Patents

Multi-dimensional centralized flow control method and system Download PDF

Info

Publication number
CN111107012B
CN111107012B CN201911378926.3A CN201911378926A CN111107012B CN 111107012 B CN111107012 B CN 111107012B CN 201911378926 A CN201911378926 A CN 201911378926A CN 111107012 B CN111107012 B CN 111107012B
Authority
CN
China
Prior art keywords
flow control
service provider
request
service
token
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.)
Active
Application number
CN201911378926.3A
Other languages
Chinese (zh)
Other versions
CN111107012A (en
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.)
Shanghai Pudong Development Bank Co Ltd
Original Assignee
Shanghai Pudong Development Bank 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 Shanghai Pudong Development Bank Co Ltd filed Critical Shanghai Pudong Development Bank Co Ltd
Priority to CN201911378926.3A priority Critical patent/CN111107012B/en
Publication of CN111107012A publication Critical patent/CN111107012A/en
Application granted granted Critical
Publication of CN111107012B publication Critical patent/CN111107012B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/21Flow control; Congestion control using leaky-bucket
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/215Flow control; Congestion control using token-bucket
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Abstract

The invention discloses a method and a system for controlling multidimensional concentrated flow, wherein the method comprises the following steps: receiving a request initiated by a service calling party; according to the set flow control dimension, tokens with corresponding dimensions are obtained from a token bucket and are sequentially distributed to requests; forwarding the request distributed to the token to a message queue of a service provider for queuing; after the queuing of the request is finished, judging whether the request has a token for accessing the service provider or not; in the case of a token, the request is forwarded to the service provider and the token is released upon receipt of the return from the service provider. The method and the system realize accurate flow control by combining centralized flow control with multidimensional control, can effectively prevent concurrent access exceeding system load and ensure stable operation of the system; and by establishing an independent virtual channel, all systems in the flow control process are completely isolated, so that the mutual influence is avoided, and the running stability of the system is further improved.

Description

Multi-dimensional centralized flow control method and system
Technical Field
The invention relates to the technical field of flow control, in particular to a method and a system for controlling multidimensional concentrated flow, which are used for enterprise application integrated flow control.
Background
Flow control refers to limiting the number of access requests by taking some measure when resources become bottlenecks in the case of limited resources. Currently, the most common is the token bucket algorithm; the token bucket algorithm refers to that when a request comes in, a token is taken from the token bucket, and only the request carrying the token is processed. As shown in fig. 1, a schematic diagram of token bucket principle is shown; tokens in the token bucket are generated according to a certain rate, and the token bucket is limited by the size of the token bucket, so that whether the token bucket is full or not can be judged when the tokens are generated. This mechanism requires only fetching tokens from the bucket for the application, has low coupling to the application code, and the token bucket can accumulate N times the current limiting value of tokens to satisfy the instantaneous high-traffic scenario when the system is idle.
However, existing token bucket algorithms only throttle the caller, and do not throttle flow control to both the system itself and the backend service provider. The algorithm has no response mechanism, the service caller only takes the token to send the request, the token bucket generates the token at a certain rate as long as the token bucket is not full, and the whole flow is not conscious of whether the service provider is available. Therefore, when the token is sufficient, the service provider is blocked or otherwise unavailable, and the service caller takes the token and continuously sends requests to the backend, which may cause complete paralysis of the service provider system.
Thus, there is a need for a flow control scheme that can coordinate service invokers with service providers.
Disclosure of Invention
In order to solve the problems, the invention provides a method and a system for controlling multidimensional centralized flow, which can control a service calling party, a service provider and other dimensions, enable flow control to be smoother through a queue mechanism and ensure stable operation of the service calling party system and the service provider system.
In an embodiment of the present invention, a method for controlling multidimensional centralized flow is provided, where the method includes:
receiving a request initiated by a service calling party;
according to the set flow control dimension, tokens with corresponding dimensions are obtained from a token bucket and are sequentially distributed to the requests;
forwarding the request after being distributed to the token to a message queue of a service provider for queuing;
after the queuing of the request is finished, judging whether the request has a token for accessing a service provider or not;
and forwarding the request to the service provider in the case of a token, and releasing the token when receiving the return information of the service provider.
Optionally, the method further comprises: and establishing an independent virtual channel between the service calling party and the service provider for controlling the flow of the corresponding service calling party and the service provider.
Optionally, the independent virtual channel includes an independent access thread pool, an independent access flow control module, an independent queue processing module, an independent access flow control module, and exclusive resources of the independent access thread pool.
Optionally, according to the set flow control dimension, tokens of the corresponding dimension are obtained from a token bucket and sequentially allocated to the request, including:
obtaining tokens of corresponding dimensions from a token bucket according to the set flow control dimensions by using the access flow control module, and sequentially distributing the tokens to the requests; wherein the flow control dimension comprises: service caller, service ID, service provider.
Optionally, after queuing the request, determining whether the request has a token for accessing the service provider includes:
after the request queuing is finished, judging whether the request has a token for accessing a service provider or not by an output flow control module; wherein the flow control dimension of the tap flow control module comprises: a service provider.
In another embodiment of the present invention, a system for controlling a multi-dimensional centralized flow is also provided, the system including:
the request receiving module is used for receiving a request initiated by a service calling party by accessing the service thread pool;
the access flow control module is used for acquiring tokens of corresponding dimensionality from the token bucket according to the set flow control dimensionality and sequentially distributing the tokens to the requests;
a queue processing module, configured to forward the request after being allocated to the token to a message queue of a service provider for queuing;
the receiving flow control module is used for judging whether the request has a token for accessing the service provider or not after the queuing of the request is finished;
and the request sending module is used for forwarding the request to the service provider by receiving a service thread pool under the condition of the token, and releasing the token when receiving the return information of the service provider.
Optionally, the system comprises an independent virtual channel for controlling the flow of the corresponding service calling party and the service provider; the independent virtual channel comprises an independent access thread pool, an independent access flow control module, an independent queue processing module, an independent access flow control module and exclusive resources of the independent access thread pool.
Optionally, the flow control dimension of the access flow control module includes: a service caller, a service ID, a service provider; the flow control dimensions of the tap flow control module include: a service provider.
In another embodiment of the present invention, a computer device is also provided, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements a method for controlling multi-dimensional centralized traffic when executing the computer program.
In another embodiment of the present invention, a computer readable storage medium is also presented, where a computer program is stored, which when executed by a processor, implements a method for controlling a multi-dimensional centralized traffic.
The control method and the system for the multi-dimensional centralized flow can realize accurate flow control by combining the centralized flow control with the multi-dimensional control, can effectively prevent concurrent access exceeding the system load and ensure the stable operation of the system.
The method and the system also provide exclusive resources such as an independent thread pool, a queue, flow control and the like by establishing the independent virtual channel between the service calling party and the service provider, so that all systems are completely isolated in the flow control process, the mutual influence is avoided, and the running stability of the system is further improved.
Drawings
Fig. 1 is a schematic diagram of a prior art token bucket algorithm.
FIG. 2 is a flow chart of a method for controlling multi-dimensional centralized traffic in accordance with an embodiment of the present invention.
FIG. 3 is a schematic diagram of a multi-dimensional flow control architecture according to an embodiment of the present invention.
FIG. 4 is a schematic diagram of a virtual channel architecture according to an embodiment of the present invention.
FIG. 5 is a schematic diagram of a multi-dimensional centralized flow system according to an embodiment of the present invention.
FIG. 6 is a schematic diagram of a computer device according to an embodiment of the invention.
Detailed Description
The principles and spirit of the present invention will be described below with reference to several exemplary embodiments. It should be understood that these embodiments are presented merely to enable those skilled in the art to better understand and practice the invention and are not intended to limit the scope of the invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Those skilled in the art will appreciate that embodiments of the invention may be implemented as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the following forms, namely: complete hardware, complete software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, a control method and a system for multi-dimensional centralized flow are provided; the method and the system can provide the mutual combination of four dimensions of centralized flow control and service calling party system, service provider system, service interface and service interface grouping, and realize accurate flow control; and based on the virtual channel, an independent thread pool, a queue, flow control and other exclusive resources are provided for the system, and the influence of the peripheral system on the system is completely isolated in the flow control process, so that the running stability of the system is further improved.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments thereof.
FIG. 2 is a flow chart of a method for controlling multi-dimensional centralized traffic in accordance with an embodiment of the present invention. As shown in fig. 2, the method further includes:
step S1, receiving a request initiated by a service calling party;
step S2, obtaining tokens of corresponding dimensions from a token bucket according to the set flow control dimensions, and sequentially distributing the tokens to the requests; wherein the flow control dimension comprises: service caller, service ID, service provider.
Step S3, forwarding the request distributed to the token to a message queue of a service provider for queuing;
step S4, judging whether the request has a token for accessing a service provider or not after the queuing of the request is finished;
in case of a token, executing step S5, forwarding the request to the service provider, and releasing the token when receiving the return information from the service provider; wherein the flow control dimension of the tap flow control module comprises: a service provider;
if no token is present, step S5' is performed, rejecting the request.
In one embodiment, in order to completely isolate the influence of other systems around the system on the flow control of the system during the flow control process, an independent virtual channel between the service caller and the service provider can be established to provide independent flow control between the service caller and the service provider.
The independent virtual channels include: the resources are exclusive resources.
In order to more clearly explain the above-mentioned control method of the multi-dimensional concentrated flow, a specific embodiment will be described below.
Taking the enterprise application integration platform 100 as an example, fig. 3 is a schematic diagram of a multi-dimensional flow control architecture according to an embodiment of the present invention. The enterprise application integration platform 100 is an integration switching center between enterprise applications, and is a key hub for application integration; in the process of enterprise application integration, the enterprise application integration platform 100 adopts multidimensional flow control, and can control a service provider and other dimensions besides the flow control of the dimension of a service calling party, so that the flow control can be more accurately performed; meanwhile, a queue mechanism is provided to enable flow control to be smoother, and the situations that tokens are sufficient and the system processing capacity is poor are solved.
Specifically, the dimensions of the multidimensional flow control include a combination of four dimensions of a service caller system, a service provider system, a service interface, and a service interface group.
Further referring to fig. 3, in the enterprise application integration platform 100, the flow controller 110 is composed of an access flow control module 111 and an access flow control module 112, where the two flow control modules are active and standby.
As shown in fig. 3, the enterprise application integration platform 100 provides flow control at both the service caller system outlet (front end flow control 111 ') and the service provider inlet (back end flow control 112'), both of which improve upon the token bucket algorithm.
The flow control dimensions of the front-end flow control 111' include: a service caller, a service ID, a service provider; the flow control dimensions of the back-end flow control 112' include: a service provider.
In connection with the control method of multidimensional concentrated traffic shown in fig. 2, first, when a service caller 200 initiates a request, the enterprise application integration platform 100 receives the request; further, by using the access flow control module 111, according to the set flow control dimension, tokens of the corresponding dimension are obtained from the token bucket and sequentially allocated to the requests;
after the request is assigned to the token, it is forwarded to the service provider for queuing on the message queue 120; message queues 120 are partitioned by service provider system;
each request is dequeued in sequence after a certain queuing process in the message queue 120, and the request dequeuing is controlled and adjusted mainly according to the process of the service provider 300 for processing the request; the dequeuing speed can be increased if the processing efficiency is high, and the dequeuing speed can be reduced if the processing efficiency is lower;
when the request queuing is finished, judging whether the request has a token for accessing the service provider or not by the output flow control module 112;
in the case of a token, the enterprise application integration platform 100 forwards the request to the service provider 300 and releases the token upon receipt of the return from the service provider 300. Through the multidimensional flow control process, the efficient and stable operation of the service calling party and the service provider can be ensured, and concurrent access exceeding the system load is prevented.
Further, as shown in fig. 4, a virtual channel architecture according to an embodiment of the invention is shown. In connection with fig. 4, in order to completely isolate the flow control interactions between the systems during the flow control process, a separate virtual channel 400 between the service invoker and the service provider may be established to provide separate flow control between the service invoker and the service provider.
Each independent virtual channel 400 includes exclusive resources including an independent access thread pool 410, an independent access flow control module 420, an independent queue processing module 430, an independent outbound flow control module 440, and an independent outbound thread pool 450.
For example, taking a service caller a and a service provider a as examples, a virtual channel is established between the two; on the virtual channel, it includes: the resources are exclusive on the enterprise application integration platform 100, which is equivalent to opening up a virtual resource channel from access to access on the platform, and are specially used for flow control of the service caller A and the service provider A.
In addition, corresponding virtual channels are respectively established among the service calling party B, the service calling party C and the service provider B. By setting up the virtual channel, the operation resource of the system can be ensured, the influence of the peripheral system on the system is completely isolated, and the operation stability of the system is further improved. Each virtual channel has a cache thread pool for access requests and access requests, and simultaneously has flow control.
By using the control method of the multidimensional centralized flow, concurrent access exceeding system load can be effectively prevented, and the mutual influence between the systems can be isolated to the maximum extent through configuration of multiple queues, so that guarantee is provided for efficient and stable operation of each integrated service calling party system and service provider system.
It should be noted that although the operations of the method of the present invention are described in a particular order in the above embodiments and the accompanying drawings, this does not require or imply that the operations must be performed in the particular order or that all of the illustrated operations be performed in order to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform.
Having described the method of an exemplary embodiment of the present invention, a description of a multi-dimensional centralized flow control system of an exemplary embodiment of the present invention follows with reference to FIG. 5.
The implementation of the multi-dimensional centralized flow control system can be referred to the implementation of the method, and the repetition is not repeated. The term "module" as used below may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Based on the same inventive concept, the invention also provides a multidimensional concentrated flow control system, as shown in fig. 5, which comprises:
a request receiving module 510, configured to receive a request initiated by a service caller;
the access flow control module 520 is configured to obtain tokens of corresponding dimensions from the token bucket according to the set flow control dimensions, and sequentially allocate the tokens to the requests;
a queue processing module 530, configured to forward the request after being allocated to the token to a message queue of a service provider for queuing;
a receiving flow control module 540, configured to determine, after queuing of the request is completed, whether the request has a token for accessing the service provider;
a request sending module 550, configured to forward the request to the service provider in the case of a token, and release the token when receiving the return information from the service provider.
In one embodiment, in order to completely isolate the influence of other systems around the system on the flow control of the system during the flow control process, an independent virtual channel between the service caller and the service provider can be established to provide independent flow control between the service caller and the service provider.
The independent virtual channel comprises an independent access thread pool, an independent access flow control module, an independent queue processing module, an independent access flow control module and exclusive resources of the independent access thread pool.
The flow control dimensions of the access flow control module 520 include: a service caller, a service ID, a service provider; the flow control dimensions in the drop flow control module 540 include: a service provider.
It should be noted that while several modules of a multi-dimensional centralized flow control system are mentioned in the detailed description above, such partitioning is merely exemplary and not mandatory. Indeed, the features and functions of two or more modules described above may be embodied in one module in accordance with embodiments of the present invention. Conversely, the features and functions of one module described above may be further divided into a plurality of modules to be embodied.
Based on the foregoing inventive concept, as shown in fig. 6, the present invention further proposes a computer device 600, including a memory 610, a processor 620, and a computer program 630 stored in the memory 610 and capable of running on the processor 620, where the processor 620 implements the method for controlling multi-dimensional centralized traffic when executing the computer program 630.
Based on the foregoing inventive concept, the present invention also proposes a computer-readable storage medium storing a computer program which, when executed by a processor, implements the foregoing method of controlling multidimensional concentrated traffic.
The control method and the system for the multi-dimensional centralized flow can realize accurate flow control by combining the centralized flow control with the multi-dimensional control, can effectively prevent concurrent access exceeding the system load and ensure the stable operation of the system.
The method and the system also provide exclusive resources such as an independent thread pool, a queue, flow control and the like by establishing the independent virtual channel between the service calling party and the service provider, so that all systems are completely isolated in the flow control process, the mutual influence is avoided, and the running stability of the system is further improved.
While the spirit and principles of the present invention have been described with reference to several particular embodiments, it is to be understood that the invention is not limited to the disclosed embodiments nor does it imply that features of the various aspects are not useful in combination, nor are they useful in any combination, such as for convenience of description. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (4)

1. A control method of multi-dimensional centralized flow is characterized in that the method controls the flow through the mutual combination of four dimensions of centralized flow control and service calling party system, service provider system, service interface and service interface grouping; the method comprises the following steps:
establishing an independent virtual channel between a service calling party and a service provider, and controlling flow of the corresponding service calling party and the corresponding service provider; the independent virtual channel comprises an independent access thread pool, an independent access flow control module, an independent queue processing module, an independent access flow control module and exclusive resources of the independent access thread pool;
receiving a request initiated by a service calling party;
according to the set flow control dimension, tokens with corresponding dimensions are obtained from a token bucket and are sequentially distributed to the requests;
forwarding the request after being distributed to the token to a message queue of a service provider for queuing;
after the queuing of the request is finished, judging whether the request has a token for accessing a service provider or not;
forwarding the request to the service provider in the presence of a token, and releasing the token when receiving the return information from the service provider;
according to the set flow control dimension, tokens of the corresponding dimension are obtained from a token bucket and are sequentially distributed to the requests, and the method comprises the following steps:
obtaining tokens of corresponding dimensions from a token bucket according to the set flow control dimensions by using the access flow control module, and sequentially distributing the tokens to the requests; wherein the flow control dimension of the access flow control module comprises: a service caller, a service ID, a service provider;
when the queuing of the request is finished, judging whether the request has a token for accessing a service provider or not, wherein the method comprises the following steps:
when the request queuing is finished, judging whether the request has a token for accessing a service provider or not by the receiving flow control module; wherein the flow control dimension of the tap flow control module comprises: a service provider.
2. A system for controlling a multi-dimensional centralized flow, wherein the system controls the flow by combining the centralized flow control with each other in four dimensions of a service caller system, a service provider system, a service interface, and a service interface group, the system comprising:
an independent virtual channel, which is arranged between a service calling party and a service provider and is used for controlling the flow of the corresponding service calling party and service provider; the independent virtual channel comprises an independent access thread pool, an independent access flow control module, an independent queue processing module, an independent access flow control module and exclusive resources of the independent access thread pool;
the request receiving module is used for receiving a request initiated by a service calling party;
the access flow control module in the independent virtual channel is used for acquiring tokens of corresponding dimensions from the token bucket according to the set flow control dimensions and sequentially distributing the tokens to the requests; the flow control dimension of the access flow control module includes: a service caller, a service ID, a service provider;
a queue processing module, configured to forward the request after being allocated to the token to a message queue of a service provider for queuing;
the receiving and outputting flow control module in the independent virtual channel is used for judging whether the request has a token for accessing the service provider or not after the queuing of the request is finished; the flow control dimensions of the tap flow control module include: a service provider;
and the request sending module is used for forwarding the request to the service provider under the condition of the token, and releasing the token when receiving the return information of the service provider.
3. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of claim 1 when executing the computer program.
4. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program which, when executed by a processor, implements the method of claim 1.
CN201911378926.3A 2019-12-27 2019-12-27 Multi-dimensional centralized flow control method and system Active CN111107012B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911378926.3A CN111107012B (en) 2019-12-27 2019-12-27 Multi-dimensional centralized flow control method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911378926.3A CN111107012B (en) 2019-12-27 2019-12-27 Multi-dimensional centralized flow control method and system

Publications (2)

Publication Number Publication Date
CN111107012A CN111107012A (en) 2020-05-05
CN111107012B true CN111107012B (en) 2023-08-08

Family

ID=70424454

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911378926.3A Active CN111107012B (en) 2019-12-27 2019-12-27 Multi-dimensional centralized flow control method and system

Country Status (1)

Country Link
CN (1) CN111107012B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112822080B (en) * 2020-12-31 2022-09-16 中国人寿保险股份有限公司上海数据中心 Bus system based on SOA architecture
CN113726685B (en) * 2021-08-23 2024-01-23 上海浦东发展银行股份有限公司 General and special mixed flow control method, computer equipment and storage medium
CN114244905A (en) * 2021-11-22 2022-03-25 上海浦东发展银行股份有限公司 Data forwarding method and device, computer equipment and storage medium
CN115801688A (en) * 2022-10-27 2023-03-14 兴业银行股份有限公司 Method and system for supporting dynamic configuration of fine-grained flow control

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101032144A (en) * 2004-10-07 2007-09-05 诺基亚公司 Controller
US9053343B1 (en) * 2012-11-14 2015-06-09 Amazon Technologies, Inc. Token-based debugging of access control policies
CN109672627A (en) * 2018-09-26 2019-04-23 深圳壹账通智能科技有限公司 Method for processing business, platform, equipment and storage medium based on cluster server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101032144A (en) * 2004-10-07 2007-09-05 诺基亚公司 Controller
US9053343B1 (en) * 2012-11-14 2015-06-09 Amazon Technologies, Inc. Token-based debugging of access control policies
CN109672627A (en) * 2018-09-26 2019-04-23 深圳壹账通智能科技有限公司 Method for processing business, platform, equipment and storage medium based on cluster server

Also Published As

Publication number Publication date
CN111107012A (en) 2020-05-05

Similar Documents

Publication Publication Date Title
CN111107012B (en) Multi-dimensional centralized flow control method and system
US10671458B2 (en) Epoll optimisations
CN107800768B (en) Open platform control method and system
US7889659B2 (en) Controlling a transmission rate of packet traffic
WO2019223596A1 (en) Method, device, and apparatus for event processing, and storage medium
US9304825B2 (en) Processing, on multiple processors, data flows received through a single socket
US20040177165A1 (en) Dynamic allocation of a pool of threads
CN107404443B (en) Queue cache resource control method and device, server and storage medium
CN106571978B (en) Data packet capturing method and device
CN102047619B (en) Methods, systems, and computer readable media for dynamically rate limiting slowpath processing of exception packets
US8645960B2 (en) Method and apparatus for data processing using queuing
KR20140014285A (en) Traffic control method and traffic control apparatus
CN110968402A (en) CPU work control method, device, equipment and storage medium
CN110727507B (en) Message processing method and device, computer equipment and storage medium
US8018958B1 (en) System and method for fair shared de-queue and drop arbitration in a buffer
WO2014160954A1 (en) System and method for network provisioning
CN113364648B (en) Flow control method, system, device, service equipment and storage medium
CN111427673B (en) Load balancing method, device and equipment
US11003506B2 (en) Technique for determining a load of an application
CN101800663B (en) interface buffering method and system
CN113886082A (en) Request processing method and device, computing equipment and medium
CN109933426B (en) Service call processing method and device, electronic equipment and readable storage medium
CN113391927A (en) Method, device and system for processing business event and storage medium
US9128785B2 (en) System and method for efficient shared buffer management
US11789777B2 (en) Resource utilization method, electronic device, and computer program product

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