CN113014629A - Proxy forwarding method of handle identifier, server and computer readable storage medium - Google Patents

Proxy forwarding method of handle identifier, server and computer readable storage medium Download PDF

Info

Publication number
CN113014629A
CN113014629A CN202110184488.8A CN202110184488A CN113014629A CN 113014629 A CN113014629 A CN 113014629A CN 202110184488 A CN202110184488 A CN 202110184488A CN 113014629 A CN113014629 A CN 113014629A
Authority
CN
China
Prior art keywords
handle
server
recursive
identifier
proxy forwarding
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
CN202110184488.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.)
Shanghai Yamu Communication Technology Co ltd
Original Assignee
Shanghai Yamu Communication Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Yamu Communication Technology Co ltd filed Critical Shanghai Yamu Communication Technology Co ltd
Priority to CN202110184488.8A priority Critical patent/CN113014629A/en
Publication of CN113014629A publication Critical patent/CN113014629A/en
Priority to CN202111491698.8A priority patent/CN114051049A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a proxy forwarding method of handle identification, a proxy forwarding server of handle identification and a computer readable storage medium, which utilize a session identifier in the handle identification to effectively reduce the time delay of analyzing, inquiring and caching the handle identification. The proxy forwarding method of the handle identifier provided by the invention comprises the following steps: step S1, searching whether the handle mark has a session identifier, if yes, executing step S2; step S2, searching whether the session identifier has associated server information, if yes, executing step S3, and if no, executing step S4; step S3, according to the server information, the handle mark is transmitted to the corresponding target recursion server; step S4, the handle identifier is forwarded to a target recursive server selected from the plurality of recursive servers, and the server information of the selected target recursive server is stored in association with the session identifier.

Description

Proxy forwarding method of handle identifier, server and computer readable storage medium
Technical Field
The present invention relates to the field of network communication technologies, and in particular, to a proxy forwarding method for handle identifiers, a proxy forwarding server for handle identifiers, and a computer-readable storage medium.
Background
In 1994, the parent of the world internet, the common inventor of TCP/IP protocol, robert kan invented a handle identification resolution system. The handle identifier analysis system is a distributed database system, and data information corresponding to the handle identifier is obtained after the handle identifier is analyzed by taking the handle identifier as a key word value. In the field of industrial internet, a set of high-performance identifier analysis system is needed for handle identifier analysis, so that a handle recursive analysis system needs to be separated from a handle identifier proxy cache system, the handle identifier recursive analysis system is dedicated to iterative analysis of identifiers, namely, the handle identifiers are iteratively inquired in servers at all levels to obtain analysis results of the handle identifiers, iterative flow generated by the iterative analysis is large, and efficiency is relatively low. The handle mark proxy cache system caches the analysis result of the handle mark in the recursion server and queries the analysis result of the handle mark in the cache, so that a large number of iteration steps are omitted, the efficiency of analyzing and querying the handle mark is improved, and the high-performance analysis of the handle mark is realized.
In the prior art, a recursion server records the state of a user client by caching a session, in order to share the session among a plurality of recursion servers, the plurality of recursion servers are built into a cluster, and when handle identification proxy forwarding is performed, forwarding is performed through the IP address hash of the user client, and the same client IP address is forwarded to the same recursion server. Although the scheme improves the efficiency of analyzing and inquiring the handle identifier, the recursive server group cluster is complex and difficult to maintain, and load balance of the recursive server cannot be realized through hash forwarding of the IP address.
Therefore, a technical solution is urgently needed to improve the efficiency of analyzing and querying the handle identifier and reduce the delay of analyzing and querying the cache of the handle identifier while reducing the complexity of the recursive server group cluster. And moreover, the load balancing algorithm can be effectively utilized to reasonably distribute the recursive servers, so that the load balancing of the recursive servers is realized.
Disclosure of Invention
In view of the above problems, the present invention provides a proxy forwarding method for handle identifiers, a proxy forwarding server for handle identifiers, and a computer readable storage medium, which utilize session identifiers in handle identifiers to effectively reduce the delay of handle identifier resolution query cache.
The proxy forwarding method of the handle identifier provided by the invention comprises the following steps:
step S1, searching whether the handle mark has a session identifier, if yes, executing step S2;
step S2, searching whether the session identifier has associated server information, if yes, executing step S3, and if no, executing step S4;
step S3, according to the server information, the handle mark is transmitted to the corresponding target recursion server;
step S4, the handle identifier is forwarded to a target recursive server selected from the plurality of recursive servers, and the server information of the selected target recursive server is stored in association with the session identifier.
Through the steps, the handle identifier with the session identifier and the server information associated with the session identifier can be forwarded to the corresponding target recursive server according to the server information, and the efficiency of analyzing the handle identifier is effectively improved. And can select a corresponding target recursive server for the handle identifier of the server information which is not associated with the session identifier and associate the server information, thereby facilitating the subsequent analysis query of the handle identifier.
In a preferred embodiment of the present invention, in step S4 of the proxy forwarding method for handle identification, a target recursive server is selected from a plurality of recursive servers based on a load balancing algorithm. By using the default load balancing algorithm, a more appropriate target recursive server can be selected efficiently, and additional analysis and calculation steps are not added.
In a preferred embodiment of the present invention, the method for forwarding a handle identifier by proxy further includes, in step S1, if no, executing:
step S5, based on the load balancing algorithm, forwards the handle identifier to a target recursive server selected from the plurality of recursive servers.
The steps can efficiently select and forward the handle identification without the session identifier to a more appropriate target recursive server based on a load balancing algorithm.
Preferably, in the technical solution of the present invention, the load balancing algorithm used in the proxy forwarding method for handle identifier is one of a polling method, a random method, a source address hashing method, a weighted polling method, a weighted random method, or a minimum connection number method. Different algorithms can adapt to different handle identifier analysis requirements, and the proxy forwarding of the handle identifier is more flexible and convenient while the handle identifier analysis efficiency is improved.
In the proxy forwarding method for handle identification provided by the preferred technical scheme of the invention, the server information is the IP address information and the port information of the selected target recursive server. The target recursive server can be accurately positioned according to the IP address and the port information, and the IP address information and the port information are simple and can be carried and forwarded simply.
The invention also provides a proxy forwarding server of the handle identifier, which comprises:
one or more processors; and
memory storing one or more programs configured for execution by the one or more processors, the one or more programs including instructions for:
step S1, searching whether the handle mark has a session identifier, if yes, executing step S2;
step S2, searching whether the session identifier has associated server information, if yes, executing step S3, and if no, executing step S4;
step S3, according to the server information, the handle mark is transmitted to the corresponding target recursion server;
step S4, the handle identifier is forwarded to a target recursive server selected from the plurality of recursive servers, and the server information of the selected target recursive server is stored in association with the session identifier.
The proxy forwarding server of the handle identifier provided by the invention can efficiently analyze and query the handle identifier with the session identifier. If the session identifier in the handle identifier has associated server information, the handle identifier can be forwarded to the corresponding target recursive server according to the server information; if the session identifier in the handle identifier does not have associated server information, a corresponding target recursive server is selected and associated with the server information.
Preferably, the proxy forwarding server of the handle identifier provided in the technical solution of the present invention,
in step S4, a target recursive server is selected from the plurality of recursive servers based on a load balancing algorithm.
In step S1, if no, the following steps are executed:
step S5, based on the load balancing algorithm, forwards the handle identifier to a target recursive server selected from the plurality of recursive servers.
The proxy forwarding server of the handle identifier provided by the invention forwards the handle identifier without the session identifier based on a load balancing algorithm. Different forwarding strategies are adopted for the handle identifiers with or without the session identifiers, so that the resolution efficiency of the handle identifiers can be improved.
Preferably, the load balancing algorithm adopted by the proxy forwarding server of the handle identifier provided in the technical solution of the present invention is one of a polling method, a random method, a source address hashing method, a weighted polling method, a weighted random method, or a minimum connection number method.
In the technical solution of the present invention, a computer-readable storage medium is further provided, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the proxy forwarding method for handle identification can be implemented.
Drawings
FIG. 1 is a flow diagram of a proxy forwarding method for handle identification provided in one embodiment of the invention;
FIG. 2 is a flow diagram of a preferred proxy forwarding method for handle identification provided in the embodiment of FIG. 1;
fig. 3 is a schematic diagram of a proxy forwarding server for handle identification provided in the embodiment of fig. 1.
Reference numerals: 1-proxy forwarding server, 2-processor, 3-memory
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Session is a mechanism that can record the state of a user server, identifying the particular user server. The session identifier (session ID) and the session (session) are a (key, value) distributed data relationship, and the session identifier as a key value (key) can be mapped to a value (value), specific data in the session (session). There are many ways for a server to save a session (session), such as a memory, a database, a file, etc. Generally, in a large website, a special session server cluster is usually provided to store a user session, and session data is cached in a memory at this time.
An embodiment of the present invention provides a proxy forwarding method for handle identifiers, a flow of which is shown in fig. 1, and specifically includes:
step S1, searching whether the handle mark has a session identifier, if yes, executing step S2;
step S2, searching whether the session identifier has associated server information, if yes, executing step S3, and if no, executing step S4;
step S3, according to the server information, the handle mark is transmitted to the corresponding target recursion server;
step S4, the handle identifier is forwarded to a target recursive server selected from the plurality of recursive servers, and the server information of the selected target recursive server is stored in association with the session identifier.
Through the steps, the proxy forwarding of the handle identifier is divided into two cases. In the first case, when the handle id has a session id and the session id in the handle id has associated server information, the handle id can be forwarded to the corresponding target recursive server according to the server information. And the corresponding target recursive server is searched and selectively forwarded without the resolution modes such as IP address Hash query, so that the time delay of handle identifier resolution and cache query is greatly reduced, and the efficiency of handle identifier resolution is improved.
In the second case, when the handle identifier includes a session identifier and the session identifier does not have associated server information, through an analysis manner such as IP address hash query, it may be queried that one or more recursive servers may all be handle identifier forwarding servers, and it is necessary to select a more suitable target recursive server from the multiple recursive servers for the handle identifier, and the target recursive server information is associated with the session identifier in the handle identifier. Then, when the handle identifier is analyzed and queried, the handle can be directly forwarded to the target recursive server according to the target recursive server information associated with the session identifier in the handle identifier.
In the proxy forwarding method for handle identifiers according to this embodiment, in step S4, a target recursive server is selected from a plurality of recursive servers based on a load balancing algorithm.
The load balancing algorithm, as the name implies, means that requests or data are distributed to a plurality of operation units to be executed, and work tasks are completed together. The purpose of load balancing is to achieve the purposes of optimizing resource use, maximizing throughput rate, minimizing response time and avoiding the problem of single-point overload by scheduling clusters. In the present embodiment, the application of the load balancing algorithm is to select a preferred recursive server from a plurality of recursive servers as a target recursive server for handle identification. Depending on the preference, one or more factors such as the server's load capacity, current usage, geographic location, etc. may be considered.
Preferably, as shown in fig. 2, in this embodiment, the proxy forwarding method for handle identifier further includes, in step S1, if no, executing:
step S5, based on the load balancing algorithm, forwards the handle identifier to a target recursive server selected from the plurality of recursive servers.
Through the above steps, the proxy forwarding method for the handle identifier provided by the embodiment is divided into three cases for proxy forwarding of the handle identifier. The first case is that the handle identifier has a session identifier and the session identifier in the handle identifier has associated server information, and the second case is that the handle identifier has a session identifier and the session identifier does not have associated server information, and forwarding agent policies in the two cases are shown in fig. 1 and are not described herein again. In the third case, when the handle identifier does not have a session identifier, based on a load balancing algorithm, a more appropriate target recursive server can be efficiently selected and forwarded. Different forwarding strategies are adopted for the handle identifiers with or without the session identifiers, so that the resolution efficiency of the handle identifiers can be improved.
Preferably, in the embodiment of the present invention, the load balancing algorithm in the proxy forwarding method for handle identification is one of a round robin method, a random method, a source address hashing method, a weighted round robin method, a weighted random method, or a minimum connection number method.
The polling method is to distribute the requests to the back-end servers in turn in sequence, and treats each back-end server uniformly without concern for the actual number of connections of the servers and the current system load. The polling method can approximately equally forward the handle identification to each server, thereby realizing the even distribution and the load balance of the recursive server.
The random method randomly selects one of the servers to access according to the list size value of the back-end server through a random algorithm of the system. It can be known from the probability statistics theory that as the number of times that the client calls the server increases, the actual effect of the method is closer to the average allocation of the call amount to each server at the back end, that is, the polling result.
The source address hash rule is a numerical value obtained by obtaining the IP address of the client and calculating through a hash function, and the numerical value is used for carrying out modular operation on the size of the server list, so that the obtained result is the serial number of the server to be accessed by the client. And performing load balancing by adopting a source address hashing method, and mapping the client side with the same IP address to the same back-end server for access each time when the back-end server list is unchanged. The source address hashing method can realize that the recursive server to which the handle identification is forwarded is intelligently allocated according to the IP address of the client inquiring the handle identification.
And (3) a weighted polling method: different backend servers may not have the same configuration of machines and load on the current system, and therefore may not have the same pressure-resistant capabilities. Configuring a machine with high configuration and low load with higher weight to process more requests; while configuring low, high-load machines to assign them lower weights, reduce their system load, weighted polling handles this problem well and assigns requests to the back-end in order and by weight. The weighted round robin method may enable intelligent allocation of the recursive server to which the handle identity is forwarded based on the load capabilities of the recursive server itself.
The weighted random method is the same as the weighted polling method, and the weighted random method also distributes different weights according to the configuration of the back-end machine and the load of the system. Except that it is a random request to the back-end server by weight, not in order. The weighted polling method can intelligently allocate the recursive server to which the handle identifier is forwarded according to the weight of the recursive server, and the weight of the server can be defined by a user, so that the method has strong flexibility.
The algorithm of minimum number of connections is more flexible and intelligent, because the configuration of the back-end server is different, the processing of the request is slow or fast, it is according to the present connection situation of the back-end server, choose one server that the present backlog connection number is minimum among them to deal with the present request dynamically, raise the utilization efficiency of the back-end service as far as possible, will be responsible for and distribute to every server rationally.
The load balancing algorithm is based on different algorithms and has a performance emphasis, a user can select one or more algorithms according to the requirements of the user on the recursive server, the algorithms are only used for illustration, and the load balancing algorithm which can be adopted by the invention is not limited to the methods.
In the proxy forwarding method for handle identifiers provided in this embodiment, the server information is IP address information and port information of the selected target recursive server. The target recursive server can be accurately positioned according to the IP address and the port information, the IP address information and the port information are information with high use frequency in internet communication, and the IP address information such as 1.1.1.1 and the port information such as 80 have simpler information structures and are convenient to forward, cache and the like.
Referring to fig. 3, the present embodiment further provides a proxy forwarding server 1 for handle identification, including:
one or more processors 2; and
a memory 3, the memory 3 storing one or more programs configured for execution by the one or more processors 2, the one or more programs including instructions for:
step S1, searching whether the handle mark has a session identifier, if yes, executing step S2;
step S2, searching whether the session identifier has associated server information, if yes, executing step S3, and if no, executing step S4;
step S3, according to the server information, the handle mark is transmitted to the corresponding target recursion server;
step S4, the handle identifier is forwarded to a target recursive server selected from the plurality of recursive servers, and the server information of the selected target recursive server is stored in association with the session identifier.
Preferably, the proxy forwarding server 1 of the handle identification provided in this embodiment,
in step S4, a target recursive server is selected from the plurality of recursive servers based on a load balancing algorithm.
In step S1, if no, the following steps are executed:
step S5, based on the load balancing algorithm, forwards the handle identifier to a target recursive server selected from the plurality of recursive servers.
Preferably, the load balancing algorithm adopted by the proxy forwarding server 1 of the handle identifier provided in this embodiment is one of a polling method, a random method, a source address hashing method, a weighted polling method, a weighted random method, or a minimum connection number method.
The proxy forwarding server 1 of the handle identifier provided in the present embodiment has three cases for proxy forwarding of the handle identifier. In the first case, when the handle id has a session id and the session id in the handle id has associated server information, the handle id can be forwarded to the corresponding target recursive server according to the server information. And the corresponding target recursive server is searched and selectively forwarded without the resolution modes such as IP address Hash query, so that the time delay of handle identifier resolution and cache query is greatly reduced, and the efficiency of handle identifier resolution is improved. In the second case, when the handle identifier includes a session identifier and the session identifier does not have associated server information, through an analysis manner such as IP address hash query, it may be queried that one or more recursive servers may all serve as a handle identifier forwarding service, and it is necessary to select a more suitable target recursive server from the multiple recursive servers for the handle identifier, and the target recursive server information is associated with the session identifier in the handle identifier. After that, when the analysis query of the handle identifier is performed again, the handle can be directly forwarded to the target recursive server according to the target recursive server information associated with the session identifier in the handle identifier. In the third case, when the handle identifier does not have a session identifier, based on a load balancing algorithm, a more appropriate target recursive server can be efficiently selected and forwarded. The proxy forwarding server 1 of the handle identifier adopts different forwarding strategies for the presence or absence of the session identifier and the handle identifier of the server information related to the session identifier, so that the resolution efficiency of the handle identifier can be improved.
In an embodiment of the present invention, a computer-readable storage medium is further provided, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the proxy forwarding method for handle identification described above.
So far, the technical scheme of the invention has been described with reference to the attached drawings. However, it will be readily appreciated by those skilled in the art that the scope of the present invention is obviously not limited to the specific embodiments described above. Without departing from the principle of the invention, one skilled in the art can make equivalent changes or substitutions on the related technical features, and the technical solutions after the changes or substitutions will fall into the protection scope of the invention.

Claims (10)

1. A proxy forwarding method of handle identification is characterized by comprising the following steps:
step S1, searching whether the handle mark has a session identifier, if yes, executing step S2;
step S2, searching whether the session identifier has associated server information, if yes, executing step S3, and if no, executing step S4;
step S3, according to the server information, the handle mark is forwarded to the corresponding target recursive server;
step S4, forwarding the handle identifier to a target recursive server selected from a plurality of recursive servers, and storing the server information of the selected target recursive server in association with the session identifier.
2. The handle-identified proxy forwarding method of claim 1, wherein in step S4, a target recursive server is selected from a plurality of recursive servers based on a load balancing algorithm.
3. The handle-identified proxy forwarding method of claim 1 or 2, wherein in step S1, if no, then:
step S5, based on the load balancing algorithm, forwards the handle identifier to a target recursive server selected from the plurality of recursive servers.
4. The handle identified proxy forwarding method of claim 3, wherein the load balancing algorithm is one of round robin, random, source address hashing, weighted round robin, weighted random, or minimum connection number.
5. The handle-identified proxy forwarding method of claim 1, wherein the server information is IP address information and port information of the selected target recursive server.
6. A proxy forwarding server for handle identification, comprising:
one or more processors; and
memory storing one or more programs configured for execution by the one or more processors, the one or more programs including instructions for:
step S1, searching whether the handle mark has a session identifier, if yes, executing step S2;
step S2, searching whether the session identifier has associated server information, if yes, executing step S3, and if no, executing step S4;
step S3, according to the server information, the handle mark is forwarded to the corresponding target recursive server;
step S4, forwarding the handle identifier to a target recursive server selected from a plurality of recursive servers, and storing the server information of the selected target recursive server in association with the session identifier.
7. The handle-identified proxy forwarding server of claim 6 wherein in step S4, a target recursive server is selected from a plurality of recursive servers based on a load balancing algorithm.
8. The handle-identified proxy forwarding server of claim 6 or 7, wherein in the step S1, if no, then:
step S5, based on the load balancing algorithm, forwards the handle identifier to a target recursive server selected from the plurality of recursive servers.
9. The handle-identified proxy forwarding server of claim 8 wherein the load balancing algorithm is one of round-robin, random, source address hashing, weighted round-robin, weighted random, or minimum connection count.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the proxy forwarding method for handle identification according to any one of claims 1-5.
CN202110184488.8A 2021-02-10 2021-02-10 Proxy forwarding method of handle identifier, server and computer readable storage medium Pending CN113014629A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110184488.8A CN113014629A (en) 2021-02-10 2021-02-10 Proxy forwarding method of handle identifier, server and computer readable storage medium
CN202111491698.8A CN114051049A (en) 2021-02-10 2021-12-08 Proxy forwarding method of identifier, server and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110184488.8A CN113014629A (en) 2021-02-10 2021-02-10 Proxy forwarding method of handle identifier, server and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN113014629A true CN113014629A (en) 2021-06-22

Family

ID=76402302

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202110184488.8A Pending CN113014629A (en) 2021-02-10 2021-02-10 Proxy forwarding method of handle identifier, server and computer readable storage medium
CN202111491698.8A Pending CN114051049A (en) 2021-02-10 2021-12-08 Proxy forwarding method of identifier, server and computer readable storage medium

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN202111491698.8A Pending CN114051049A (en) 2021-02-10 2021-12-08 Proxy forwarding method of identifier, server and computer readable storage medium

Country Status (1)

Country Link
CN (2) CN113014629A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113452948A (en) * 2021-06-28 2021-09-28 苏州科达科技股份有限公司 Conference terminal control method, conference terminal control device, conference terminal equipment and storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115225733B (en) * 2022-02-22 2024-04-05 北京邮电大学 Identification analysis method and device based on direct routing and dynamic quantization analysis load
CN114979070B (en) * 2022-05-24 2023-04-28 珠海复旦创新研究院 Industrial Internet identification analysis caching system and method based on edge calculation

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003009157A1 (en) * 2001-07-16 2003-01-30 Bea Systems, Inc. Method and apparatus for session replication and failover
CN104811488B (en) * 2015-04-13 2018-09-25 深信服网络科技(深圳)有限公司 Session keeping method and system based on load-balancing device and load-balancing device
CN110933180B (en) * 2019-12-10 2023-05-12 深信服科技股份有限公司 Communication establishment method, device, load equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113452948A (en) * 2021-06-28 2021-09-28 苏州科达科技股份有限公司 Conference terminal control method, conference terminal control device, conference terminal equipment and storage medium
CN113452948B (en) * 2021-06-28 2022-07-26 苏州科达科技股份有限公司 Conference terminal control method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN114051049A (en) 2022-02-15

Similar Documents

Publication Publication Date Title
CN113014629A (en) Proxy forwarding method of handle identifier, server and computer readable storage medium
CN109660607B (en) Service request distribution method, service request receiving method, service request distribution device, service request receiving device and server cluster
US6327622B1 (en) Load balancing in a network environment
US6324580B1 (en) Load balancing for replicated services
EP1125416B1 (en) System for responding to a resource request
US7552235B2 (en) Autonomic selection of a request routing policy based upon cache effectiveness
US11803551B2 (en) Pruning index generation and enhancement
US10268726B1 (en) Partition key management for improved throughput
US11544269B2 (en) Index to support processing of pattern matching queries
US8924392B2 (en) Clustering-based resource aggregation within a data center
US8176037B2 (en) System and method for SQL query load balancing
US10979493B1 (en) System and method for forwarding service requests to an idle server from among a plurality of servers
CN110765138B (en) Data query method, device, server and storage medium
WO2022016170A1 (en) Pruning index for optimization of pattern matching queries
US11755576B1 (en) Data-driven task-execution scheduling using machine learning
US20050021511A1 (en) System and method for load balancing in database queries
EP3465966A1 (en) A node of a network and a method of operating the same for resource distribution
Bremler-Barr et al. Load balancing memcached traffic using software defined networking
CN107273413B (en) Intermediate table creating method, intermediate table inquiring method and related devices
Makris et al. Load balancing for minimizing the average response time of get operations in distributed key-value stores
JP2012238084A (en) Data load distribution arrangement system and data load distribution arrangement method
EP3685567B1 (en) Load shedding of traffic based on current load state of target capacity
CN104168299A (en) Resource processing system and resource processing method
CN109460293B (en) Computing resource selection method under distributed computing environment in wireless cloud computing system
Nguyen et al. A multi-resource selection scheme for Virtual Machine consolidation in Cloud data centers

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
CB02 Change of applicant information

Address after: 200233 Room 401, building 1, No. 180, Yizhou Road, Xuhui District, Shanghai

Applicant after: Yamu Technology Co.,Ltd.

Address before: Room 305, 1028 Panyu Road, Xuhui District, Shanghai 200030

Applicant before: SHANGHAI YAMU COMMUNICATION TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210622

WD01 Invention patent application deemed withdrawn after publication