CN115776466A - Website system request flow management and control method, storage medium and equipment - Google Patents

Website system request flow management and control method, storage medium and equipment Download PDF

Info

Publication number
CN115776466A
CN115776466A CN202211166798.8A CN202211166798A CN115776466A CN 115776466 A CN115776466 A CN 115776466A CN 202211166798 A CN202211166798 A CN 202211166798A CN 115776466 A CN115776466 A CN 115776466A
Authority
CN
China
Prior art keywords
access frequency
token
node
nodes
website system
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
CN202211166798.8A
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.)
Shenzhen Sekorm Component Network Co Ltd
Original Assignee
Shenzhen Sekorm Component Network 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 Shenzhen Sekorm Component Network Co Ltd filed Critical Shenzhen Sekorm Component Network Co Ltd
Priority to CN202211166798.8A priority Critical patent/CN115776466A/en
Publication of CN115776466A publication Critical patent/CN115776466A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention relates to a method, a storage medium and equipment for managing and controlling a website system request flow. The website system request flow management and control method comprises the following steps: establishing a flow control structure model: and cutting the URL path into a plurality of path elements, and establishing a multi-branch tree structure according to the path elements. And setting an access frequency threshold of each node. One token bucket is configured for each level of nodes of the multi-way tree structure. Token rate adjustment: the token acquisition rate for each node is monitored and adjusted. And (3) adjusting access frequency: the access frequency of each node is monitored and adjusted. The invention provides a method for managing and controlling the request flow of a website system, which solves the problem that the network system is easy to crash when the network access request flow is too high, can realize the management and control and the current limitation of the network request flow, dynamically and flexibly adjust the network resources and maintain the ecological stability of the website system.

Description

Website system request flow management and control method, storage medium and equipment
Technical Field
The invention relates to the field of internet, in particular to a method, a storage medium and equipment for managing and controlling a website system request flow.
Background
In the field of internet industry, web sites are the most common and one of the most extensive ways for background systems to interact with users. The difficulty in controlling the network access request flow can easily cause the network system to operate unsmoothly and even cause the crash of a background system, and the network resources are wasted. For example, when a user accesses a web page in a website, a certain period of time has too high access to a certain web page, and has very low access to other web pages, and for a web page with too high access, the background system is prone to fail to process or system crash, and for a web page with very low access, the network resource allocated to the web page is idle. The method is convenient for users, and provides a path for many illegal operations, such as: XSS (scripting attack), CSRF (request forgery), SQL injection, DDOS attack, and the like. The traditional method still has the defects of managing and controlling network request flow, dynamically adjusting network resources, maintaining network ecological stability and insufficient system load balance.
Disclosure of Invention
The invention aims to provide a method, a storage medium and equipment for managing and controlling a request flow of a website system.
The technical scheme adopted by the invention for solving the technical problems is as follows: a method for managing and controlling the flow requested by a website system is constructed, and comprises the following steps:
establishing a flow control structure model: cutting the URL path into a plurality of path elements, and establishing a multi-branch tree structure according to the path elements; wherein each URL path is a branch of the multi-branch tree structure, and each path element is a node of the multi-branch tree structure; setting an access frequency threshold of each node; configuring a token bucket for each layer of nodes of the multi-branch tree structure;
token rate adjustment: monitoring the token acquisition rate of each node, and if the token acquisition rate of each node on the same layer is greater than a first preset proportion of the token generation rate of the token bucket corresponding to the layer, increasing the token generation rate of the token bucket corresponding to the layer; if the token obtaining rate of each node of the same layer is smaller than a first preset proportion of the token generating rate of the token bucket corresponding to the layer, reducing the token generating rate of the token bucket corresponding to the layer;
and (3) adjusting access frequency: and monitoring the access frequency of each node, and when the access frequency of a certain node is greater than the access frequency threshold, reducing the access frequency threshold of other nodes in the same layer, and improving the access frequency threshold of the node.
Further, in the method for managing and controlling a request traffic of a website system according to the present invention, the establishing a multi-way tree structure according to the path element includes:
the path elements form an array according to the front and back order, and the array is converted into the multi-branch tree structure; wherein the front-back order is the front-back order of the path element in the URL path.
Further, in the method for managing and controlling a flow requested by a website system according to the present invention, after the establishing of the flow management and control structure model, the method further includes the steps of:
and traversing and matching the network access request based on the flow control structure model, waiting for obtaining the token if the matching is successful, and establishing a new node if the matching is not successful.
Further, in the method for managing and controlling a request traffic of a website system of the present invention, the traversing and matching the network access request includes:
cutting the URL path of the network access request into a plurality of path elements, forming an array by the path elements according to the front and back sequence, traversing the path elements in the array, and matching the path elements with the multi-branch tree structure; wherein the front-back order is the front-back order of the path element in the URL path.
Further, in the method for managing and controlling a flow requested by a website system according to the present invention, if the matching is successful, waiting for obtaining the token includes:
and when the nodes are traversed and matched, the nodes try to acquire the token within preset time, if waiting for the preset time to be exceeded, the network access request is abandoned, and if not, the nodes of the next layer are traversed and matched continuously.
Further, in the website system request flow management and control method of the present invention, the token rate adjustment includes:
if the token obtaining rate of each node of the same layer is greater than a first preset proportion of the token generating rate of the token bucket corresponding to the layer, the token generating rate of the token bucket corresponding to the layer is increased according to a second preset proportion;
and if the token acquisition rate of each node of the same layer is smaller than a first preset proportion of the token generation rate threshold of the token bucket corresponding to the layer, reducing the token generation rate of the token bucket corresponding to the layer according to a third preset proportion.
Further, in the method for managing and controlling a request traffic of a website system according to the present invention, the adjusting of the access frequency includes:
when the access frequency of a certain node is greater than the access frequency threshold, calculating the difference value between the access frequency of other nodes in the same layer and the access frequency threshold, finding out other nodes of which the difference value is greater than a fourth preset proportion of the access frequency threshold, reducing the access frequency thresholds of other nodes, and improving the access frequency threshold of the node.
Further, in the method for managing and controlling a request traffic of a website system according to the present invention, the adjusting of the access frequency includes:
when the access frequency of a certain node is larger than the access frequency threshold, calculating the difference value between the access frequency of other nodes in the same layer and the access frequency threshold, finding out other nodes of which the difference value is larger than a fourth preset proportion of the access frequency threshold, reducing the access frequency thresholds of other nodes according to a fifth preset proportion, and adding the corresponding values of the reduced access frequency thresholds of other nodes to the access frequency threshold of the node.
In addition, the present invention also provides a computer readable storage medium, which stores a computer program, where the computer program is suitable for being loaded by a processor to execute the steps of the website system request traffic control method as described above.
In addition, the invention also provides a computer device, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor executes the steps of the website system request flow management and control method by calling the computer program stored in the memory.
The implementation of the method, the storage medium and the equipment for managing and controlling the request flow of the website system has the following beneficial effects:
the website system monitors and adjusts the token rate and the access frequency by combining a multi-branch tree structure and a token bucket algorithm, can realize the control and the current limitation of network request flow, dynamically and flexibly adjusts network resources, solves the problem that the network system is easy to crash when the network access request flow is too high, and maintains the ecological stability of the website system.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
fig. 1 is a flowchart of a method for managing traffic requested by a website system according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a multi-way tree structure of a website system request traffic control method according to an embodiment of the present invention;
fig. 3 is a schematic diagram of token bucket allocation of a website system request traffic control method according to an embodiment of the present invention.
Detailed Description
For a more clear understanding of the technical features, objects and effects of the present invention, embodiments of the present invention will now be described in detail with reference to the accompanying drawings.
In a preferred embodiment, referring to fig. 1, the website system request traffic control method of this embodiment includes the following steps:
s1, establishing a flow control structure model:
the URL path is cut into a plurality of path elements. Alternatively, the URL path may be split into separate parts by the hierarchical designator, and these separate parts are the path elements. The hierarchy designator here may be, for example, "/" symbols in the URL path used to divide the hierarchy.
And establishing a multi-branch tree structure according to path elements, wherein each URL path is a branch of the multi-branch tree structure, and each path element is a node of the multi-branch tree structure. It should be noted that different URL paths may share at least one node. Optionally, as shown in fig. 2, A, B, C, B, B2, B3, C1 constitute nodes of a multi-way tree structure, and the URL paths are "a/B1", "a/B2", "a/B3", "a/C1".
And setting an access frequency threshold of each node. The access frequency is the cumulative number of accesses per unit time. That is to say, each node counts the number of times that a user access request is matched with a certain node through the access frequency attribute, so that the number of times that a certain webpage is accessed in a certain time period is reflected, and the website system can monitor and judge whether the network is busy or not.
One token bucket is configured for each level of nodes of the multi-way tree structure. It should be noted that each layer of nodes refers to nodes with the same depth from the root node of the multi-way tree structure, which are nodes on the same layer. Specifically, assume that the multi-way tree structure is as shown in fig. 3, node a is assigned token bucket 1 as a single layer, node B and node C are the same layer, shared token bucket 2, nodes B1, B2, B3, and C1 are the same layer, shared token bucket 3, and so on.
S2, token rate adjustment: and monitoring the token acquisition rate of each node, and if the token acquisition rate of each node on the same layer is greater than a first preset proportion of the token generation rate of the token bucket corresponding to the layer, increasing the token generation rate of the token bucket corresponding to the layer. And if the token obtaining rate of each node of the same layer is smaller than the first preset proportion of the token generating rate of the token bucket corresponding to the layer, reducing the token generating rate of the token bucket corresponding to the layer. For example, when the token obtaining rate of each node of the same layer is greater than 50% of the token generation rate of the token bucket of the layer, the token generation rate of the token bucket of the layer is correspondingly increased, and vice versa.
It should be noted that the token acquisition rate refers to the number of tokens acquired by the node in a unit time; the token generation rate refers to the number of tokens generated by the token bucket per unit time. Optionally, an upper and lower limit for the token generation rate of the token bucket may be set.
S3, access frequency adjustment: and monitoring the access frequency of each node, and when the access frequency of a certain node is greater than the access frequency threshold, reducing the access frequency threshold of other nodes on the same layer, and improving the access frequency threshold of the node.
In the embodiment, the rate and the access frequency of the token are monitored and adjusted by combining the multi-branch tree structure and the token bucket algorithm, so that the control and the flow limitation of the network request flow can be realized, the dynamic flexible adjustment of the network resources is realized according to the actual requirements, the problem that the network system is easy to crash when the network access request flow is too high is solved, and the ecological stability of the website system is maintained.
In the website system request traffic management method of some embodiments, the building a multi-way tree structure according to path elements includes:
the path elements form an array according to the front and back sequence, and the array is converted into a multi-branch tree structure; wherein, the front-back sequence is the front-back sequence of the path element in the URL path.
In the embodiment, the path elements form an array according to the front-back sequence in the URL path, so that the traversal sequence is in one-to-one correspondence with the level sequence of the URL path of the user network access request when traversal matching is performed.
In the website system request traffic management and control method according to some embodiments, after the establishing of the traffic management and control structure model, the method further includes the steps of:
and traversing and matching the network access request based on the flow control structure model, waiting for obtaining the token if the matching is successful, and establishing a new node if the matching is not successful. Optionally, when the network access request is traversed and the corresponding matching node cannot be found in the multi-way tree structure, the website system may automatically establish and initialize a new node. Alternatively, when the website has a new webpage, the website system can also automatically perfect and update the multi-way tree structure.
In the embodiment, the network request flow can be managed and controlled and limited, and the network resources can be dynamically and flexibly adjusted according to actual requirements.
In the website system request traffic management method of some embodiments, the traversing and matching network access requests includes:
cutting a URL path of a network access request into a plurality of path elements, forming an array by the path elements according to the front and back sequence, traversing the path elements in the array, and matching with a multi-branch tree structure; wherein, the front-back sequence is the front-back sequence of the path element in the URL path.
In this embodiment, the URL path of the network access request is processed correspondingly and then is matched with the multi-way tree traversal, so that the network request traffic can be managed and controlled and the flow can be limited, and the network resources can be dynamically and flexibly adjusted according to actual requirements.
In the website system request traffic management method of some embodiments, if the matching is successful, waiting for obtaining the token includes:
when traversing and matching a certain node, the node can be called a matching hit node, at this time, the matching hit node tries to obtain the token within the preset time, if the waiting time exceeds the preset time, the network access request is abandoned, and if not, the next layer of node is continuously traversed and matched.
In the embodiment, the network request flow can be managed and controlled and limited, and the network resources can be dynamically and flexibly adjusted according to actual requirements.
In the website system request traffic management method of some embodiments, the token rate adjustment comprises:
and if the token obtaining rate of each node of the same layer is greater than the first preset proportion of the token generating rate of the token bucket corresponding to the layer, increasing the token generating rate of the token bucket corresponding to the layer according to the second preset proportion.
And if the token obtaining rate of each node of the same layer is smaller than the first preset proportion of the token generation rate threshold of the token bucket corresponding to the layer, reducing the token generation rate of the token bucket corresponding to the layer according to a third preset proportion.
For example, when the token obtaining rate of each node of the same layer is greater than 50% of the token generating rate of the token bucket corresponding to the layer, the token generating rate of the token bucket corresponding to the layer is increased by 30%, and when the token obtaining rate of each node of the same layer is less than 50% of the token generating rate of the token bucket corresponding to the layer, the token generating rate of the token bucket of the layer is decreased by 10%.
In this embodiment, by monitoring the token obtaining rate of each node and dynamically adjusting the token generation rate of the corresponding token bucket, not only is the network request traffic controlled, but also the network resources, such as the generated tokens, can be dynamically and flexibly adjusted according to actual requirements, thereby achieving the goal of load balancing of the website system.
In some embodiments of the website system request traffic management method, the access frequency adjustment comprises:
when the access frequency of a certain node is greater than the access frequency threshold, calculating the difference value between the access frequency of other nodes on the same layer and the access frequency threshold, finding out other nodes with the difference value greater than the fourth preset proportion of the access frequency threshold, reducing the access frequency thresholds of other nodes, and improving the access frequency threshold of the node. Alternatively, the decreasing of the access frequency threshold of the other node may be decreasing of the access frequency threshold of the at least one other node that meets the condition.
In this embodiment, by monitoring the access frequency of each node and dynamically adjusting the access frequency threshold between nodes on the same layer, not only is the management and control of network request traffic realized, but also network resources, such as the access frequency threshold, can be dynamically and flexibly adjusted according to actual requirements, so that matching hit nodes exceeding a specified threshold are enabled to increase their own threshold by the reduced threshold frequency number of other nodes on the same layer, and the network access request or the next network access request has a chance to obtain a token and access successfully when reaching the matching hit node.
In the website system request traffic management method of some embodiments, the access frequency adjustment includes:
when the access frequency of a certain node is greater than the access frequency threshold, calculating the difference value between the access frequency of other nodes on the same layer and the access frequency threshold, finding out other nodes with the difference value greater than the access frequency threshold in a fourth preset proportion, reducing the access frequency thresholds of other nodes according to a fifth preset proportion, and adding the corresponding values of the reduction of the access frequency thresholds of other nodes to the access frequency threshold of the node. For example, at least one other node in the same layer whose difference is greater than 50% of the access frequency threshold is found, the access frequency threshold of the at least one other node in the same layer is reduced by 30%, and a corresponding reduced value of 30% is added to the access frequency threshold of the node.
In this embodiment, by monitoring the access frequency of each node and dynamically adjusting the access frequency threshold between nodes on the same layer, not only is the management and control of network request traffic realized, but also network resources, such as the access frequency threshold, can be dynamically and flexibly adjusted according to actual requirements, so that matching hit nodes exceeding a specified threshold are enabled to increase their own threshold by the reduced threshold frequency number of other nodes on the same layer, and the network access request or the next network access request has a chance to obtain a token and access successfully when reaching the matching hit node.
In a preferred embodiment, a computer readable storage medium stores a computer program adapted to be loaded by a processor to perform the steps of the web site system request traffic management method as described above.
In the embodiment, the network request flow can be managed and controlled and limited, the network resources can be dynamically and flexibly adjusted according to actual requirements, the problem that a network system is easy to crash when the network access request flow is too high is solved, and the ecological stability of the website system is maintained.
In a preferred embodiment, a computer apparatus comprises a memory having a computer program stored therein and a processor for executing the steps of the website system request traffic management method as described above by calling the computer program stored in the memory.
In the embodiment, the network request flow can be managed and controlled and limited, the network resources can be dynamically and flexibly adjusted according to actual requirements, the problem that a network system is easy to crash when the network access request flow is too high is solved, and the ecological stability of the website system is maintained.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, read-only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above embodiments are merely illustrative of the technical ideas and features of the present invention, and are intended to enable those skilled in the art to understand the contents of the present invention and implement the present invention, and not to limit the scope of the present invention. All equivalent changes and modifications made within the scope of the claims of the present invention should be covered by the claims of the present invention.

Claims (10)

1. A website system request flow management and control method is characterized by comprising the following steps:
establishing a flow control structure model: cutting the URL path into a plurality of path elements, and establishing a multi-branch tree structure according to the path elements; wherein each URL path is a branch of the multi-branch tree structure, and each path element is a node of the multi-branch tree structure; setting an access frequency threshold of each node; configuring a token bucket for each layer of nodes of the multi-branch tree structure;
token rate adjustment: monitoring the token acquisition rate of each node, and if the token acquisition rate of each node on the same layer is greater than a first preset proportion of the token generation rate of the token bucket corresponding to the layer, increasing the token generation rate of the token bucket corresponding to the layer; if the token acquisition rate of each node of the same layer is less than a first preset proportion of the token generation rate of the token bucket corresponding to the layer, reducing the token generation rate of the token bucket corresponding to the layer;
and (3) adjusting access frequency: and monitoring the access frequency of each node, and when the access frequency of a certain node is greater than the access frequency threshold, reducing the access frequency threshold of other nodes in the same layer, and improving the access frequency threshold of the node.
2. The website system request traffic management method according to claim 1, wherein the building a multi-way tree structure according to the path elements comprises:
the path elements form an array according to the front and back order, and the array is converted into the multi-branch tree structure; wherein the front-back order is the front-back order of the path element in the URL path.
3. The website system request traffic control method according to claim 1, further comprising, after the establishing of the traffic control structure model, the steps of:
and traversing and matching the network access request based on the flow control structure model, waiting for obtaining the token if the matching is successful, and establishing a new node if the matching is not successful.
4. The website system request traffic management method according to claim 3, wherein said traversing and matching network access requests comprises:
cutting the URL path of the network access request into a plurality of path elements, forming an array by the path elements according to the front and back sequence, traversing the path elements in the array, and matching the path elements with the multi-branch tree structure; wherein the front-back order is the front-back order of the path element in the URL path.
5. The website system request traffic management method according to claim 3, wherein the waiting for obtaining the token if the matching is successful comprises:
and when traversing and matching the nodes, the nodes try to acquire the tokens within preset time, if waiting for the preset time to be exceeded, the network access request is abandoned, and if not, the nodes of the next layer are continuously traversed and matched.
6. The website system request traffic management method of claim 1, wherein the token rate adjustment comprises:
if the token obtaining rate of each node of the same layer is greater than a first preset proportion of the token generation rate of the token bucket corresponding to the layer, increasing the token generation rate of the token bucket corresponding to the layer according to a second preset proportion;
and if the token acquisition rate of each node of the same layer is less than a first preset proportion of the token generation rate threshold of the token bucket corresponding to the layer, reducing the token generation rate of the token bucket corresponding to the layer according to a third preset proportion.
7. The website system request traffic management method according to claim 1, wherein the access frequency adjustment comprises:
when the access frequency of a certain node is greater than the access frequency threshold, calculating the difference value between the access frequency of other nodes in the same layer and the access frequency threshold, finding out other nodes of which the difference value is greater than a fourth preset proportion of the access frequency threshold, reducing the access frequency thresholds of other nodes, and improving the access frequency threshold of the node.
8. The website system request traffic management method according to claim 7, wherein the access frequency adjustment comprises:
when the access frequency of a certain node is larger than the access frequency threshold, calculating the difference value between the access frequency of other nodes in the same layer and the access frequency threshold, finding out other nodes of which the difference value is larger than a fourth preset proportion of the access frequency threshold, reducing the access frequency thresholds of other nodes according to a fifth preset proportion, and adding the corresponding values of the reduction of the access frequency thresholds of other nodes to the access frequency threshold of the node.
9. A computer-readable storage medium, characterized in that it stores a computer program adapted to be loaded by a processor for performing the steps of a website system request traffic management method according to any of claims 1 to 8.
10. A computer arrangement comprising a memory in which a computer program is stored and a processor for performing the steps of a website system request traffic management method according to any one of claims 1 to 8 by calling the computer program stored in the memory.
CN202211166798.8A 2022-09-23 2022-09-23 Website system request flow management and control method, storage medium and equipment Pending CN115776466A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211166798.8A CN115776466A (en) 2022-09-23 2022-09-23 Website system request flow management and control method, storage medium and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211166798.8A CN115776466A (en) 2022-09-23 2022-09-23 Website system request flow management and control method, storage medium and equipment

Publications (1)

Publication Number Publication Date
CN115776466A true CN115776466A (en) 2023-03-10

Family

ID=85388811

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211166798.8A Pending CN115776466A (en) 2022-09-23 2022-09-23 Website system request flow management and control method, storage medium and equipment

Country Status (1)

Country Link
CN (1) CN115776466A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160048586A1 (en) * 2014-08-12 2016-02-18 Hewlett-Packard Development Company, L.P. Classifying urls
CN108121802A (en) * 2017-12-22 2018-06-05 东软集团股份有限公司 The thermodynamic analysis method, apparatus and its equipment of web page access
CN109194765A (en) * 2018-09-26 2019-01-11 中国平安人寿保险股份有限公司 Request control method, device, computer equipment and storage medium
US20210279100A1 (en) * 2020-03-09 2021-09-09 Walmart Apollo, Llc Systems and methods for rate limiting of processing systems

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160048586A1 (en) * 2014-08-12 2016-02-18 Hewlett-Packard Development Company, L.P. Classifying urls
CN108121802A (en) * 2017-12-22 2018-06-05 东软集团股份有限公司 The thermodynamic analysis method, apparatus and its equipment of web page access
CN109194765A (en) * 2018-09-26 2019-01-11 中国平安人寿保险股份有限公司 Request control method, device, computer equipment and storage medium
US20210279100A1 (en) * 2020-03-09 2021-09-09 Walmart Apollo, Llc Systems and methods for rate limiting of processing systems

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CHANG-HWAN LEE: "QoS-aware hierarchical token bucket (QHTB) queuing disciplines for QoS-guaranteed Diffserv provisioning with optimized bandwidth utilization and priority-based preemption", THE INTERNATIONAL CONFERENCE ON INFORMATION NETWORKING 2013 (ICOIN), 11 April 2013 (2013-04-11) *
王文强等: "基于令牌桶算法的公众号小程序访问流量控制模型", 万方, 24 April 2022 (2022-04-24) *

Similar Documents

Publication Publication Date Title
CN107026907B (en) Load balancing method, load balancer and load balancing system
Colajanni et al. Scheduling algorithms for distributed web servers
CN105554102A (en) Elastic expansion method based on container cluster and application system thereof
CN109040259A (en) A kind of CDN node distribution method and system based on MEC
CN108183950A (en) A kind of network equipment establishes the method and device of connection
CN103347068A (en) Method for accelerating network caching based on proxy cluster
CN100459589C (en) A method to monitor flow and flow monitoring equipment
CN102045321A (en) Flow control method and system for software downloading
CN108848530A (en) A kind of method, apparatus and dispatch server obtaining Internet resources
WO2015014176A1 (en) Method, device, scheduling server and system for network allocation
CN106789901A (en) A kind of method and device for preventing malice from submitting web-page requests to
CN112799839A (en) Request processing method and device, computer readable storage medium and electronic equipment
CN110868323B (en) Bandwidth control method, device, equipment and medium
CN110855424B (en) Method and device for synthesizing asymmetric flow xDR in DPI field
CN110213171B (en) Data flow monitoring and control method based on alliance chain technology
CN104063283B (en) A kind of resource regulating method of explorer
CN115776466A (en) Website system request flow management and control method, storage medium and equipment
CN107918559A (en) A kind of data processing method and device
Li et al. The new threat to internet: DNP attack with the attacking flows strategizing technology
CN114500380A (en) Flow control method and device and electronic equipment
CN115168017B (en) Task scheduling cloud platform and task scheduling method thereof
CN103501342B (en) Point to point network uploads data, the method and device of downloading data
CN114745278A (en) Method and device for expanding and contracting capacity of business system, electronic equipment and storage medium
CN111176814B (en) Task execution method and related device
CN111092959B (en) Request processing method, system and related device for servers in cluster

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