CN108696557B - Information processing system, method and device - Google Patents
Information processing system, method and device Download PDFInfo
- Publication number
- CN108696557B CN108696557B CN201710232666.3A CN201710232666A CN108696557B CN 108696557 B CN108696557 B CN 108696557B CN 201710232666 A CN201710232666 A CN 201710232666A CN 108696557 B CN108696557 B CN 108696557B
- Authority
- CN
- China
- Prior art keywords
- information processing
- processing server
- server
- segment
- identifier
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1001—Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
- H04L67/1004—Server selection for load balancing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/60—Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer And Data Communications (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The application discloses an information processing system, method and device. One specific implementation mode of the system comprises an identification distribution server, a load balancing server and an information processing server cluster; the identification distribution server is used for distributing at least one segment identification for each information processing server in the information processing server cluster, sending the segment identification to each information processing server, generating a relation list based on the corresponding relation between the information processing server and the segment identification, and sending the relation list to the load balancing server; the load balancing server is used for receiving request information sent by the client, determining whether the request information has a segment identifier, if not, selecting the information processing server as a target information processing server, and sending the request information to the target information processing server; and the target information processing server is used for processing the request information, generating response information containing the segment identifier and returning the response information to the client. This embodiment improves information processing efficiency.
Description
Technical Field
The present application relates to the field of computer technologies, and in particular, to the field of internet technologies, and in particular, to an information processing system, method, and apparatus.
Background
In existing mechanisms that implement session maintenance based on a load balancer (i.e., ensure that multiple associated requests will be handled by the same server), when a client initial request reaches the load balancer, the load balancer typically selects an appropriate server and forwards the request based on the capabilities and load of the servers in the cluster. The server can process the request message and return a response message to the client, and usually takes the identifier of the server as a Session identifier (Session ID), writes the response message and returns the response message to the client; when the client sends the request message again, the client carries the session identifier, and the load balancer sends the application request to the server which is distributed previously through inquiring the mapping relation, so that session maintenance is realized.
Because the identifier of the server is used as the session identifier, when load (i.e., session state and context content) needs to be migrated, load migration often needs to be performed in units of servers, and flexible load migration cannot be achieved to achieve load balancing, thereby affecting information processing efficiency.
Disclosure of Invention
It is an object of the present application to provide an improved information processing system, method and apparatus to solve the technical problems mentioned in the background section above.
In a first aspect, an embodiment of the present application provides an information processing system, where the system includes: identifying a distribution server, a load balancing server and an information processing server cluster; the identification distribution server is used for distributing at least one segment identification for each information processing server in the information processing server cluster, sending the distributed at least one segment identification to the information processing server, generating a relationship list based on the corresponding relationship between each information processing server in the information processing server cluster and the segment identification of each information processing server, and sending the relationship list to the load balancing server; the load balancing server is used for receiving request information sent by the client, determining whether the request information has a segment identifier, if the request information does not have the segment identifier, selecting an information processing server from the information processing server cluster as a target information processing server, and sending the request information to the target information processing server; and the target information processing server is used for processing the request information, generating response information containing the segment identification of the target information processing server, and returning the response information to the client so that the client sends the request information containing the server segment identification of the target information processing server.
In some embodiments, the identity distribution server is further configured to: detecting an instruction for indicating allocation of segment identifiers, allocating at least one segment identifier for a newly added information processing server indicated by the instruction, and sending the allocated at least one segment identifier to the newly added information processing server, wherein the instruction comprises the identifier of the newly added information processing server in an information processing server cluster; and sending the corresponding relation between the newly added information processing server and the segment identifier of the newly added information processing server to the load balancing server so that the load balancing server updates the relation list.
In some embodiments, the identity distribution server is further configured to: detecting an instruction for indicating deletion of the segment identifiers, determining whether the request information to be processed exists in the information processing server to be deleted indicated by the instruction, and if the request information does not exist, taking the segment identifiers of the information processing server to be deleted as the segment identifiers to be distributed, wherein the instruction comprises the identifiers of the information processing servers to be deleted in the information processing server cluster; and sending deletion information to the load balancing server so that the load balancing server deletes the corresponding relation between the information processing server to be deleted and the segment identifier to be distributed in the relation list.
In some embodiments, the identity distribution server is further configured to: detecting an instruction for indicating a migration segmentation identifier, selecting at least one identifier from identifiers of information processing servers except an information processing server to be migrated in an information processing server cluster, taking the information processing server indicated by the selected at least one identifier as the information processing server to be migrated, and sending the segmentation identifier to be migrated in the instruction to the information processing server to be migrated, wherein the instruction comprises the segmentation identifier to be migrated, and the information processing server to be migrated is the corresponding information processing server before the migration of the segmentation identifier to be migrated; and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server so that the load balancing server updates the relation list.
In some embodiments, before sending the correspondence between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server, the method further includes: and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the information processing server to be migrated so that the information processing server to be migrated sends the session identifier list corresponding to the segment identifier to be migrated to the information processing server to be migrated.
In some embodiments, the load balancing server is further configured to: and if the segment identification exists, selecting the segment identification matched with the segment identification in the request information from the relation list, taking the information processing server corresponding to the selected segment identification as a target information processing server, and sending the request information to the target information processing server.
In some embodiments, the request information includes a session identification; and processing the request information to generate response information containing the segment identifier of the target information processing server, including: determining whether a session identifier in the request information exists in the target information processing server, responding to the session identifier in the absence of the request information, allocating a session identifier corresponding to the segment identifier in the request information, processing the request information, and generating response information containing the segment identifier in the request information and the session identifier corresponding to the segment identifier; and responding to the session identification in the request information, processing the request information based on the session identification, and generating response information which is related to the request information and contains the segment identification and the session identification in the request information.
In a second aspect, an embodiment of the present application provides an information processing method, including: for each information processing server in the information processing server cluster, allocating at least one segment identifier for the information processing server, and sending the allocated at least one segment identifier to the information processing server; generating a relation list based on the corresponding relation between each information processing server in the information processing server cluster and the segment identification of each information processing server; and sending the relation list to a load balancing server so that the load balancing server determines whether segment identification exists in the request information after receiving the request information sent by the client, if the segment identification does not exist, selecting an information processing server from the information processing server cluster as a target information processing server, sending the request information to the target information processing server, processing the request information by the target information processing server, generating response information containing the segment identification of the target information processing server, and returning the response information to the client.
In some embodiments, the above method further comprises: detecting an instruction for indicating allocation of segment identifiers, allocating at least one segment identifier for a newly added information processing server indicated by the instruction, and sending the allocated at least one segment identifier to the newly added information processing server, wherein the instruction comprises the identifier of the newly added information processing server in an information processing server cluster; and sending the corresponding relation between the newly added information processing server and the segment identifier of the newly added information processing server to the load balancing server so that the load balancing server updates the relation list.
In some embodiments, the above method further comprises: detecting an instruction for indicating deletion of the segment identifiers, determining whether the request information to be processed exists in the information processing server to be deleted indicated by the instruction, and if the request information does not exist, taking the segment identifiers of the information processing server to be deleted as the segment identifiers to be distributed, wherein the instruction comprises the identifiers of the information processing servers to be deleted in the information processing server cluster; and sending deletion information to the load balancing server so that the load balancing server deletes the corresponding relation between the information processing server to be deleted and the segment identifier to be distributed in the relation list.
In some embodiments, the above method further comprises: detecting an instruction for indicating a migration segmentation identifier, selecting at least one identifier from identifiers of information processing servers except an information processing server to be migrated in an information processing server cluster, taking the information processing server indicated by the selected at least one identifier as the information processing server to be migrated, and sending the segmentation identifier to be migrated in the instruction to the information processing server to be migrated, wherein the instruction comprises the segmentation identifier to be migrated, and the information processing server to be migrated is the corresponding information processing server before the migration of the segmentation identifier to be migrated; and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server so that the load balancing server updates the relation list.
In some embodiments, before sending the correspondence between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server, the method further includes: and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the information processing server to be migrated so that the information processing server to be migrated sends the session identifier list corresponding to the segment identifier to be migrated to the information processing server to be migrated.
In a third aspect, an embodiment of the present application provides an information processing apparatus, including: the distribution unit is configured to distribute at least one segment identifier for each information processing server in the information processing server cluster, and send the distributed at least one segment identifier to the information processing server; the generating unit is configured to generate a relation list based on the corresponding relation between each information processing server in the information processing server cluster and the segment identifier of each information processing server; and the sending unit is configured to send the relationship list to the load balancing server, so that the load balancing server determines whether the request information has a segment identifier after receiving the request information sent by the client, selects an information processing server from the information processing server cluster as a target information processing server if the segment identifier does not exist, sends the request information to the target information processing server, and the target information processing server processes the request information, generates response information containing the segment identifier of the target information processing server, and returns the response information to the client.
In a fourth aspect, an embodiment of the present application provides a server, where the server includes: one or more processors; storage means for storing one or more programs; when the one or more programs are executed by the one or more processors, the one or more processors implement the information processing method as described in the second aspect.
In a fifth aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the information processing method described in the second aspect.
In the information processing system, the method, and the device provided in the embodiment of the present application, at least one segment identifier is first allocated to an information processing server in an information processing server cluster by an identifier allocation server, and a relationship list generated based on a correspondence between each information processing server and the segment identifier is sent to a load balancing server. And then after receiving the request information sent by the client, the load balancing server determines a target information processing server by determining whether the request information has the segment identifier, and sends the request information to the target information processing server. Finally, the target information processing server processes the request information and generates response information containing the segment identifier of the target information processing server. Since one information processing server can correspond to a plurality of segment identifiers, the load balancing server can perform load balancing management on each information processing server based on the segment identifiers. The identifier distribution server may also manage the correspondence between each information processing server and the segment identifier based on the server segment identifier. This facilitates flexible management of each information processing server, thereby improving information processing efficiency.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is an exemplary system architecture diagram in which the present application may be applied;
FIG. 2 is a timing diagram of one embodiment of an information handling system according to the present application;
FIG. 3 is a timing diagram of another embodiment of an information handling system according to the present application;
FIG. 4 is a timing diagram of yet another embodiment of an information handling system according to the present application;
FIG. 5 is a timing diagram of yet another embodiment of an information handling system according to the present application;
FIG. 6 is a flow diagram of one embodiment of an information processing method according to the present application;
FIG. 7 is a schematic block diagram of one embodiment of an information processing apparatus according to the present application;
FIG. 8 is a schematic block diagram of a computer system suitable for use in implementing a server according to embodiments of the present application.
Detailed Description
The present application will be described in further detail with reference to the following drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant invention and not restrictive of the invention. It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
FIG. 1 illustrates an exemplary system architecture 100 to which embodiments of the information handling system, method or apparatus of the present application may be applied.
As shown in fig. 1, the system architecture 100 may include user terminals 101, 102, networks 103, 105, a load balancing server 104, an identity distribution server 106, and information processing servers 107, 108. The network 103 serves as a medium for providing communication links between the user terminals 101, 102 and the load balancing server 104 and the information processing servers 107, 108. The network 105 is used to provide a medium for communication links between the load balancing server 104, the information processing servers 107, 108, and the identity distribution server 106. The networks 103, 105 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The user can use the user terminals 101, 102 to interact with the load balancing server 104 and the information processing servers 107, 108 through the network 103 to send or receive messages and the like. The user terminals 101, 102 may have various client applications installed thereon, such as a web browser application, a shopping-type application, a video playing-type application, an instant messaging tool, and the like.
The user terminals 101 and 102 may be various electronic devices capable of presenting response information returned by the information processing servers 107 and 108, including but not limited to smart phones, tablet computers, e-book readers, laptop portable computers, desktop computers, and the like.
The load balancing server 104 may be a server that provides various services, for example, a background management server that performs load balancing distribution processing on request information transmitted by the user terminals 101 and 102. The backend management server can transmit the request information to the information processing servers 107, 108 based on the received request information and data such as a relationship list stored in advance.
The information processing servers 107, 108 may also be servers that provide various services, such as background application servers that provide support for various applications on the user terminals 101, 102. The background application server may analyze and process data such as request information sent by the user terminals 101 and 102, and return a processing result (e.g., response information including the segment identifier) to the user terminals 101 and 102.
The identity assignment server 106 may be a background assignment server that assigns segment identities to the information processing servers 107, 108. The background distribution server may send the distributed segment identifications to the information processing servers 107, 108. And simultaneously transmits a relationship list generated based on the correspondence of the information processing servers 107, 108 and the segment identifications to the load balancing server 104.
It should be noted that the information processing method provided in the embodiment of the present application is generally executed by the identifier assigning server 106, and accordingly, the information processing apparatus is generally disposed in the identifier assigning server 106.
It should be understood that the number of user terminals, networks, load balancing servers, identity distribution servers, and information processing servers in fig. 1 are merely illustrative. There may be any number of user terminals, networks, load balancing servers, identity distribution servers, and information processing servers, as desired for implementation. It should be noted that the load balancing server 104, the identifier distribution server 106, and the information processing servers 107 and 108 may be located on the same server.
With continued reference to FIG. 2, a timing diagram for one embodiment of an information handling system according to the present application is shown.
The information processing system in the embodiment may include an identifier distribution server, a load balancing server, and an information processing server cluster; the identification distribution server is used for distributing at least one segment identification for each information processing server in the information processing server cluster, sending the distributed at least one segment identification to the information processing server, generating a relationship list based on the corresponding relationship between each information processing server in the information processing server cluster and the segment identification of each information processing server, and sending the relationship list to the load balancing server; the load balancing server is used for receiving request information sent by the client, determining whether the request information has a segment identifier, if the request information does not have the segment identifier, selecting an information processing server from the information processing server cluster as a target information processing server, and sending the request information to the target information processing server; and the target information processing server is used for processing the request information, generating response information containing the segment identifier of the target information processing server, and returning the response information to the client so that the client sends the request information containing the segment identifier of the target information processing server.
As shown in fig. 2, in step 201, the identifier assigning server is configured to assign, to each information processing server in the information processing server cluster, at least one segment identifier to the information processing server, and send the assigned at least one segment identifier to the information processing server.
In the present embodiment, an identifier assignment server (e.g., identifier assignment server 106 shown in fig. 1) may assign at least one segment identifier to each information processing server (e.g., information processing servers 107, 108 shown in fig. 1) in the information processing server cluster to which it is communicatively connected by various methods. Such as random assignment or segment identification assignment based on configuration information of the information handling server. As an example, the larger the memory space of the information processing server or the higher the main frequency value of the processor, the more segment identifiers are allocated. And transmitting the assigned at least one segment identifier to a corresponding information processing server through a wired connection or a wireless connection. The segment identifier may be used to indicate an information processing server in the information processing server cluster that processes the request information sent by the client (e.g., the user terminal 101, 102 shown in fig. 1). The segment identifier may be one of a number, a letter, a word, a symbol, or a combination of at least two of them.
In step 202, the identifier assigning server generates a relationship list based on the correspondence between each information processing server in the information processing server cluster and the segment identifier of each information processing server, and sends the relationship list to the load balancing server.
In the present embodiment, the identification assignment server may generate the relationship list based on the correspondence relationship of each information processing server and the segment identification assigned to each information processing server in step 201. And send the relationship list to a load balancing server (e.g., load balancing server 104 shown in fig. 1) communicatively coupled thereto via a wired connection or a wireless connection. The method for generating the relationship list is not limited in the present application, and for example, the relationship list is generated by storing an identifier of the information processing server (such as a name of the information processing server, an IP (Internet Protocol Address), and the like) and a corresponding segment identifier into a list.
In some optional implementation manners of this embodiment, the identifier allocation server may further be configured to modify and manage a corresponding relationship between each information processing server in the existing relationship list and the segment identifier, which may specifically refer to the embodiments shown in fig. 3, fig. 4, and fig. 5.
In step 203, the load balancing server is configured to receive request information sent by the client.
In this embodiment, the load balancing server may receive request information sent by the user using the client through a wired connection or a wireless connection. The request information may be information related to a service provided by the information processing server, for example, request information for accessing a certain website.
In step 204, the load balancing server determines whether the request message contains a segment identifier, and selects an information processing server from the information processing server cluster as a target information processing server if the segment identifier does not exist.
In this embodiment, the load balancing server may first look at the content of the request information to determine if there is a segment identification therein. Wherein the segment identifier may be used to indicate an information processing server in the information processing server cluster that processes the request information. If the segment identifier does not exist, it can be said that the request information is the initial request information, that is, the information processing server has not processed the request information yet. The load balancing server may select an information processing server from the information processing server cluster as a target information processing server by various methods. For example, the load of each information processing server can be distributed evenly, so that the processing efficiency of the request information is improved.
In some optional implementation manners of this embodiment, if a segment identifier exists in the request information, the load balancing server may first select a segment identifier matching the segment identifier in the request information from the relationship list; then, taking the information processing server corresponding to the selected segment identifier as a target information processing server; and finally, sending the request information to a target information processing server.
In step 205, the load balancing server sends the request information to the target information processing server.
In this embodiment, based on the target information processing server determined in step 204, the load balancing server may forward the request information received in step 203 to the target information processing server in communication connection therewith, so that the target information processing server processes the request information.
In step 206, the target information processing server is configured to process the request information and generate response information including the segment identifier of the target information processing server.
In this embodiment, after receiving at least one segment identifier allocated to the target information processing server sent by the identifier allocation server, the target information processing server may allocate, to each segment identifier, a session identifier list containing at least one session identifier corresponding to the segment identifier. The session identifier may be a session identifier commonly used in the prior art, and is mainly used for associating the browser on the client with the related session data and information on the target information processing server. The number of session identifiers corresponding to each segment identifier may be the same or different.
In this embodiment, after receiving the request information from the client forwarded by the load balancing server, the target information processing server may allocate an unoccupied session identifier to the request information according to a current internal load condition, that is, an occupation condition of the session identifier. The request information is then processed and response information is generated that contains at least a segment identification corresponding to the session identification assigned to the request information. It is to be understood that, since the request information is the initial request information, the generated response information may be information containing only the segment identification of the target information processing server, or information further containing the session identification corresponding to the segment identification. As an example, the response information may include not only the segment identifier and the session identifier, but also information related to the request information.
In some optional implementations of this embodiment, if the segment identifier exists in the request information, it may be stated that the request information is not the initial request information. At this time, if the request information further includes a session identifier, the target information processing server may determine whether the session identifier in the request information exists locally (i.e., whether the session identifier identical to the session identifier in the request information exists in the session identifier list corresponding to the segment identifier in the request information in the target information processing server). In response to the absence of the session identifier in the request information, it can be said that the previous request information is likely to be processed by another information processing server, and then the segment identifier therein (the segment identifier in the request information) is migrated to the target information processing server. At this time, the target information processing server may select one session identifier from the session identifier list corresponding to the segment identifier in the request information, process the request information, and generate response information including the segment identifier in the request information and the session identifier corresponding to the segment identifier. In response to the session identification existing in the request information, it can be said that the previous request information was processed by the target information processing server. At this time, the target information processing server may process the request information based on the session identifier, and generate response information including the segment identifier and the session identifier in the request information, in association with the request information.
In step 207, the target information processing server returns response information to the client.
In this embodiment, the target information processing server may return the response information generated in step 206 to the client that sent the request information, so that the client subsequently sends the request information containing at least the segment identifier of the target information processing server. It is to be understood that, when the segment identifier and the session identifier corresponding to the segment identifier are included in the response information, the segment identifier and the session identifier in the response information may be included in the request information.
In the information processing system provided by the embodiment of the application, at least one segment identifier is allocated to an information processing server in an information processing server cluster through an identifier allocation server, and a relationship list generated based on the corresponding relationship between each information processing server and the segment identifier is sent to a load balancing server. And then after receiving the request information sent by the client, the load balancing server determines a target information processing server by determining whether the request information has the segment identifier, and sends the request information to the target information processing server. Finally, the target information processing server processes the request information and generates response information containing the segment identifier of the target information processing server. Since one information processing server can correspond to a plurality of segment identifiers, the load balancing server can perform load balancing distribution management on each information processing server based on the segment identifiers. The identifier distribution server may manage the correspondence between each information processing server and the segment identifier based on the segment identifier. This facilitates flexible management of each information processing server, thereby improving information processing efficiency.
With further reference to FIG. 3, a timing diagram of another embodiment of an information handling system provided herein is shown.
In step 301, the identifier assigning server detects an instruction for instructing assignment of segment identifiers, and assigns at least one segment identifier to the newly added information processing server indicated by the instruction.
In this embodiment, the instruction for instructing to allocate the segment identifier may be triggered by the newly added information processing server actively sending information to the identifier allocation server after joining the information processing server cluster. Or may be triggered by the identification of the allocation server upon detection of a new information processing server in the information processing server cluster. The instruction may include an identifier of an information processing server newly added to the information processing server cluster. The identifier assignment server may assign at least one segment identifier to the newly added information processing server indicated by the identifier in the instruction after detecting the instruction. The allocation method can refer to the related description in the embodiment of fig. 2, and is not described herein again. It should be noted that the segment identifier allocated to the newly added information processing server may be a segment identifier to be allocated stored in the identifier allocation server, or may be transferred from the segment identifiers of other information processing servers in the information processing server cluster (see the relevant description in fig. 5 for a specific process).
In step 302, the identifier assignment server sends the assigned at least one segment identifier to the newly added information processing server.
In this embodiment, the identification assignment server may transmit the segment identification assigned to the newly added information processing server communicatively connected thereto. When processing the request information, the newly added information processing server can generate response information containing the segment identifier or containing the segment identifier and the session identifier corresponding to the segment identifier.
In step 303, the identifier assignment server sends the correspondence between the newly added information processing server and the segment identifier of the newly added information processing server to the load balancing server.
In this embodiment, the identifier assignment server may send the correspondence between the newly added information processing server and the segment identifier of the newly added information processing server to the load balancing server, so that the load balancing server updates the relationship list.
The information processing system provided in this embodiment may allocate segment identifiers to newly added information processing servers in the information processing server cluster. Therefore, when the load balancing server receives the initial request information sent by the client, the newly added information processing server can be used as a new resource, and the balanced distribution of the load is realized. Meanwhile, when the load balancing server receives the request information containing the segment identifier of the newly added information processing server, the request information can be forwarded to the newly added information processing server.
With continued reference to FIG. 4, a timing diagram of yet another embodiment of an information handling system provided herein is shown.
In step 401, the identifier assigning server detects an instruction for instructing deletion of the segment identifier, determines whether the information processing server to be deleted indicated by the instruction currently has the request information to be processed, and if not, takes the segment identifier of the information processing server to be deleted as the segment identifier to be assigned.
In this embodiment, the instruction for instructing to delete the segment identifier may also be triggered by the information processing server to be deleted in the information processing server cluster actively sending information to the identifier assigning server. Or may be manually triggered. The instruction may include an identifier of an information processing server to be deleted in the information processing server cluster. After detecting the instruction, the identifier allocation server may obtain the operating state of the information processing server to be deleted, which is indicated by the identifier in the instruction, so as to determine whether there is currently pending or pending request information therein. For example, each session identifier list in the information processing server to be deleted has no session identifier in an occupied state, which indicates that no request information processing is currently performed.
In this embodiment, if there is no request information to be processed or being processed in the information processing server to be deleted, the identification assignment server may assign the segment identification of the information processing server to be deleted to another information processing server as the segment identification to be assigned.
Alternatively, if there is request information to be processed or being processed in the information processing server to be deleted, information related to the request information (segment identifier, session identifier, context content, and the like) needs to be migrated at this time (for a specific process, see the related description in the embodiment of fig. 5).
In step 402, the identity assignment server sends feedback information to the information processing server to be deleted.
In this embodiment, the identifier allocation server may further send feedback information to the information processing server or the client to be deleted, which triggers the instruction, so that it is determined that the deletion task of the information processing server to be deleted can be performed. The feedback information may include, but is not limited to, "the segment identification of the information processing server has been deleted".
In step 403, the identity distribution server sends deletion information to the load balancing server.
In this embodiment, the identifier allocating server may send deletion information to the load balancing server, so that the load balancing server deletes the correspondence between the information processing server to be deleted and the segment identifier to be allocated in the relationship list. The deletion information may include (but is not limited to) an identification of the information processing server to be deleted or an identification of the segment to be assigned.
The information processing system provided in this embodiment may redistribute the segment identifier of the information processing server to be deleted in the information processing server cluster. In this way, when the load balancing server receives the initial request information sent by the client, the information processing server to be deleted can be removed from the available resources.
With continued reference to FIG. 5, a timing diagram of yet another embodiment of an information handling system provided herein is shown.
In step 501, the identifier allocating server detects an instruction for indicating a migration segment identifier, selects at least one identifier from identifiers indicating information processing servers in the information processing server cluster except for the information processing server to be migrated, and uses the information processing server indicated by the selected at least one identifier as the information processing server to be migrated.
In this embodiment, the trigger condition of the instruction for indicating the migration segment identifier may include: the load of each information processing server is seriously unbalanced, there is an information processing server newly added or withdrawn or a failure occurs, and the like. The instruction may include a segment identifier to be migrated.
In this embodiment, after detecting the instruction, the identifier allocating server may select at least one identifier from identifiers indicating information processing servers in the information processing server cluster, except for the information processing server to be migrated, and use the information processing server indicated by the selected at least one identifier as the information processing server to be migrated. As an example, the identifier allocation server may be selected randomly, or may be selected according to the load condition of each current information processing server. The information processing server to be migrated identifies the corresponding information processing server before migration for the segment to be migrated. It can be understood that, when there are multiple segment identifiers to be migrated, the identifier allocation server may select multiple information processing servers to be migrated, and allocate the segment identifiers to be migrated to the information processing servers to be migrated uniformly or according to the load condition.
In step 502, the identifier assignment server sends the segment identifier to be migrated in the instruction to the information processing server to be migrated.
In this embodiment, the identifier allocation server may send the segment identifiers to be migrated in the instruction allocated to each information processing server to be migrated to the corresponding information processing servers to be migrated.
In step 503, the identifier allocating server sends the correspondence between the information processing server to be migrated and the segment identifier to be migrated to the information processing server to be migrated.
In this embodiment, the identifier allocation server may further send the correspondence between the information processing server to be migrated and the segment identifier to be migrated to the information processing server to be migrated, so that the information processing server to be migrated sends the session identifier list corresponding to the segment identifier to be migrated to the information processing server to be migrated. It should be noted that, in the case that the information processing server to be migrated stores the context content of the session alone, the information processing server to be migrated needs to send the context content related to each session identifier in the session identifier list to be migrated to the information processing server to be migrated. Therefore, when the information processing server to be migrated receives the request information containing the segment identifier to be migrated and the session identifier corresponding to the segment identifier, the request information is conveniently processed.
It is understood that load migration cannot be performed when the information processing server to be migrated fails, so the identification allocation server may not perform step 503. At this time, when receiving the request information, the information processing server to be migrated may re-allocate the session identifier corresponding to the segment identifier to be migrated to the information processing server to be migrated.
In step 504, the identifier distribution server sends the correspondence between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server.
In this embodiment, the identifier allocating server may send the correspondence between each information processing server to be migrated and the segment identifier to be migrated allocated to each information processing server to be migrated to the load balancing server, so that the load balancing server updates the relationship list.
The information processing system provided by the embodiment can migrate the segment identifier. And when load migration is carried out, the segment identification can be used as a unit, so that the flexibility of load migration is improved. This is favorable to the balanced distribution of the load, thus has raised the information processing efficiency.
With continued reference to FIG. 6, a flow 600 of one embodiment of an information processing method provided herein is shown. The flow 600 of the information processing method includes the following steps:
In this embodiment, the electronic device (for example, the identifier assignment server 106 shown in fig. 1) on which the information processing method operates may assign at least one segment identifier to each information processing server in the information processing server cluster, and send the assigned at least one segment identifier to the corresponding information processing server. For a specific process, reference may be made to the related description in step 201 shown in fig. 2, and details are not described here.
In this embodiment, the electronic device may generate the relationship list based on a correspondence relationship between each information processing server and the segment identifier of each information processing server. For a specific process, reference may be made to the related description in step 202 shown in fig. 2, and details are not described here.
In this embodiment, the electronic device may send the relationship list generated in step 602 to the load balancing server, so that the load balancing server determines whether a segment identifier exists in the request information after receiving the request information sent by the client, and if the segment identifier does not exist, selects an information processing server from the information processing server cluster as a target information processing server, sends the request information to the target information processing server, and the target information processing server processes the request information, generates response information including the segment identifier of the target information processing server, and returns the response information to the client.
In some optional implementation manners of this embodiment, the method may further include: detecting an instruction for indicating allocation of segment identifiers, allocating at least one segment identifier for a newly added information processing server indicated by the instruction, and sending the allocated at least one segment identifier to the newly added information processing server, wherein the instruction comprises the identifier of the newly added information processing server in an information processing server cluster; and sending the corresponding relation between the newly added information processing server and the segment identifier of the newly added information processing server to the load balancing server so that the load balancing server updates the relation list.
Optionally, the method may further include: detecting an instruction for indicating deletion of the segment identifiers, determining whether the request information to be processed exists in the information processing server to be deleted indicated by the instruction, and if the request information does not exist, taking the segment identifiers of the information processing server to be deleted as the segment identifiers to be distributed, wherein the instruction comprises the identifiers of the information processing servers to be deleted in the information processing server cluster; and sending deletion information to the load balancing server so that the load balancing server deletes the corresponding relation between the information processing server to be deleted and the segment identifier to be distributed in the relation list.
As an example, the method may further include: detecting an instruction for indicating a migration segmentation identifier, selecting at least one identifier from identifiers of information processing servers except an information processing server to be migrated in an information processing server cluster, taking the information processing server indicated by the selected at least one identifier as the information processing server to be migrated, and sending the segmentation identifier to be migrated in the instruction to the information processing server to be migrated, wherein the instruction comprises the segmentation identifier to be migrated, and the information processing server to be migrated is the corresponding information processing server before the migration of the segmentation identifier to be migrated; and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server so that the load balancing server updates the relation list.
Optionally, before sending the correspondence between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server, the method may further include: and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the information processing server to be migrated so that the information processing server to be migrated sends the session identifier list corresponding to the segment identifier to be migrated to the information processing server to be migrated.
In the information processing method provided by the embodiment of the application, at least one segment identifier is allocated to each information processing server in the information processing server cluster, so that load migration can be performed by taking the segment identifier as a unit. And the load balancing server can carry out load balancing management on the information processing server according to the segment identification. Therefore, the flexibility of load migration is improved, the load is balanced and distributed, and the information processing efficiency is improved.
With further reference to fig. 7, the present application provides one embodiment of an information processing apparatus as an implementation of the methods illustrated in the above figures. The embodiment of the device corresponds to the embodiment of the method shown in fig. 6, and the device can be applied to various electronic devices.
As shown in fig. 7, the information processing apparatus 700 of the present embodiment may include: allocation section 701, generation section 702, and transmission section 703. The allocating unit 701 is configured to allocate, for each information processing server in the information processing server cluster, at least one segment identifier to the information processing server, and send the allocated at least one segment identifier to the information processing server; a generating unit 702 configured to generate a relationship list based on correspondence between each information processing server in the information processing server cluster and the segment identifier of each information processing server; the sending unit 703 is configured to send the relationship list to the load balancing server, so that the load balancing server determines whether a segment identifier exists in the request information after receiving the request information sent by the client, and if the segment identifier does not exist, selects an information processing server from the information processing server cluster as a target information processing server, sends the request information to the target information processing server, and the target information processing server processes the request information, generates response information including the segment identifier of the target information processing server, and returns the response information to the client.
In this embodiment, specific implementation manners and advantageous effects of the allocating unit 701, the generating unit 702 and the sending unit 703 may refer to the relevant descriptions of step 601, step 602 and step 603 in the embodiment of fig. 6, which is not described herein again.
In some optional implementations of this embodiment, the apparatus 700 may further be configured to: detecting an instruction for indicating allocation of segment identifiers, allocating at least one segment identifier for a newly added information processing server indicated by the instruction, and sending the allocated at least one segment identifier to the newly added information processing server, wherein the instruction comprises the identifier of the newly added information processing server in an information processing server cluster; and sending the corresponding relation between the newly added information processing server and the segment identifier of the newly added information processing server to the load balancing server so that the load balancing server updates the relation list.
In some optional implementations of this embodiment, the apparatus 700 described above may be further configured to: detecting an instruction for indicating deletion of the segment identifiers, determining whether the request information to be processed exists in the information processing server to be deleted indicated by the instruction, and if the request information does not exist, taking the segment identifiers of the information processing server to be deleted as the segment identifiers to be distributed, wherein the instruction comprises the identifiers of the information processing servers to be deleted in the information processing server cluster; and sending deletion information to the load balancing server so that the load balancing server deletes the corresponding relation between the information processing server to be deleted and the segment identifier to be distributed in the relation list.
In some optional implementations of this embodiment, the apparatus 700 described above may be further configured to: detecting an instruction for indicating a migration segmentation identifier, selecting at least one identifier from identifiers of information processing servers except an information processing server to be migrated in an information processing server cluster, taking the information processing server indicated by the selected at least one identifier as the information processing server to be migrated, and sending the segmentation identifier to be migrated in the instruction to the information processing server to be migrated, wherein the instruction comprises the segmentation identifier to be migrated, and the information processing server to be migrated is the corresponding information processing server before the migration of the segmentation identifier to be migrated; and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server so that the load balancing server updates the relation list.
In some optional implementations of this embodiment, the apparatus 700 described above may be further configured to: and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the information processing server to be migrated so that the information processing server to be migrated sends the session identifier list corresponding to the segment identifier to be migrated to the information processing server to be migrated.
Referring now to FIG. 8, shown is a block diagram of a computer system 800 suitable for use in implementing a server according to embodiments of the present application. The server shown in fig. 8 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 8, the computer system 800 includes a Central Processing Unit (CPU)801 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)802 or a program loaded from a storage section 808 into a Random Access Memory (RAM) 803. In the RAM803, various programs and data necessary for the operation of the system 800 are also stored. The CPU801, ROM802, and RAM803 are connected to each other via a bus 804. An input/output (I/O) interface 805 is also connected to bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, a mouse, and the like; an output section 807 including a signal such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 808 including a hard disk and the like; and a communication section 809 including a network interface card such as a LAN card, a modem, or the like. The communication section 809 performs communication processing via a network such as the internet. A drive 810 is also connected to the I/O interface 805 as necessary. A removable medium 811 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 810 as necessary, so that a computer program read out therefrom is mounted on the storage section 808 as necessary.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program can be downloaded and installed from a network through the communication section 809 and/or installed from the removable medium 811. The computer program performs the above-described functions defined in the method of the present application when executed by the Central Processing Unit (CPU) 801. It should be noted that the computer readable medium mentioned above in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software or hardware. The described units may also be provided in a processor, and may be described as: a processor includes an allocation unit, a generation unit, and a transmission unit. Where the names of the units do not in some cases constitute a limitation of the units themselves, for example, the sending unit may also be described as a "unit sending a relationship list to the load balancing server".
As another aspect, the present application also provides a computer-readable medium, which may be contained in the server described in the above embodiments; or may exist separately and not be assembled into the server. The computer readable medium carries one or more programs which, when executed by the server, cause the server to: for each information processing server in the information processing server cluster, allocating at least one segment identifier for the information processing server, and sending the allocated at least one segment identifier to the information processing server; generating a relation list based on the corresponding relation between each information processing server in the information processing server cluster and the segment identification of each information processing server; and sending the relation list to a load balancing server so that the load balancing server determines whether segment identification exists in the request information after receiving the request information sent by the client, if the segment identification does not exist, selecting an information processing server from the information processing server cluster as a target information processing server, sending the request information to the target information processing server, processing the request information by the target information processing server, generating response information containing the segment identification of the target information processing server, and returning the response information to the client.
The above description is only a preferred embodiment of the application and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention herein disclosed is not limited to the particular combination of features described above, but also encompasses other arrangements formed by any combination of the above features or their equivalents without departing from the spirit of the invention. For example, the above features may be replaced with (but not limited to) features having similar functions disclosed in the present application.
Claims (11)
1. An information processing system, the system comprising: identifying a distribution server, a load balancing server and an information processing server cluster;
the identifier distribution server is used for distributing at least two segment identifiers for each information processing server in the information processing server cluster, sending the distributed at least two segment identifiers to the information processing server, generating a relationship list based on the corresponding relationship between each information processing server in the information processing server cluster and the segment identifiers of each information processing server, and sending the relationship list to the load balancing server;
the load balancing server is used for receiving request information sent by a client, determining whether segment identification exists in the request information, if the segment identification does not exist, selecting an information processing server from the information processing server cluster as a target information processing server, and sending the request information to the target information processing server;
the target information processing server is configured to process the request information, generate response information including the segment identifier of the target information processing server, and return the response information to the client, so that the client sends the request information including the segment identifier of the target information processing server.
2. The system of claim 1, wherein the identity distribution server is further configured to:
detecting an instruction for indicating allocation of segment identifiers, allocating at least one segment identifier for a newly added information processing server indicated by the instruction, and sending the allocated at least one segment identifier to the newly added information processing server, wherein the instruction comprises an identifier of the newly added information processing server in the information processing server cluster;
and sending the corresponding relation between the newly added information processing server and the segment identification of the newly added information processing server to the load balancing server so that the load balancing server updates the relation list.
3. The system of claim 1, wherein the identity distribution server is further configured to:
detecting an instruction for indicating deletion of segment identifiers, determining whether request information to be processed exists in an information processing server to be deleted indicated by the instruction currently, and if the request information does not exist, taking the segment identifiers of the information processing server to be deleted as segment identifiers to be allocated, wherein the instruction comprises the identifiers of the information processing servers to be deleted in the information processing server cluster;
and sending deletion information to the load balancing server so that the load balancing server deletes the corresponding relation between the information processing server to be deleted and the segment identifier to be distributed in the relation list.
4. The system of claim 1, wherein the identity distribution server is further configured to:
detecting an instruction for indicating a migration segment identifier, selecting at least one identifier from identifiers indicating information processing servers in the information processing server cluster except for an information processing server to be migrated, taking the information processing server indicated by the selected at least one identifier as the information processing server to be migrated, and sending the segment identifier to be migrated in the instruction to the information processing server to be migrated, wherein the instruction comprises the segment identifier to be migrated, and the information processing server to be migrated is the corresponding information processing server before the segment identifier to be migrated is migrated;
and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server so that the load balancing server updates the relation list.
5. The system according to claim 4, wherein before sending the correspondence between the information processing server to be migrated and the segment identifier to be migrated to the load balancing server, the method further comprises:
and sending the corresponding relation between the information processing server to be migrated and the segment identifier to be migrated to the information processing server to be migrated, so that the information processing server to be migrated sends the session identifier list corresponding to the segment identifier to be migrated to the information processing server to be migrated.
6. The system of any of claims 1-5, wherein the load balancing server is further configured to:
and if the segment identification exists, selecting the segment identification matched with the segment identification in the request information from the relation list, taking the information processing server corresponding to the selected segment identification as a target information processing server, and sending the request information to the target information processing server.
7. The system according to claim 6, wherein the request information includes a session identifier; and
the processing the request information and generating response information containing the segment identifier of the target information processing server includes:
determining whether a session identifier in the request information exists in the target information processing server, responding to the absence of the session identifier in the request information, allocating a session identifier corresponding to a segment identifier in the request information, processing the request information, and generating response information containing the segment identifier in the request information and the session identifier corresponding to the segment identifier;
and responding to the session identification in the request information, processing the request information based on the session identification, and generating response information which is related to the request information and contains the segment identification and the session identification in the request information.
8. An information processing method, characterized in that the method comprises:
for each information processing server in the information processing server cluster, allocating at least two segment identifications for the information processing server, and sending the allocated at least two segment identifications to the information processing server;
generating a relation list based on the corresponding relation between each information processing server in the information processing server cluster and the segment identification of each information processing server;
and sending the relation list to a load balancing server so that the load balancing server determines whether a segment identifier exists in the request information after receiving the request information sent by a client, if the segment identifier does not exist, selecting an information processing server from the information processing server cluster as a target information processing server, sending the request information to the target information processing server, processing the request information by the target information processing server, generating response information containing the segment identifier of the target information processing server, and returning the response information to the client.
9. An information processing apparatus characterized in that the apparatus comprises:
the distribution unit is configured to distribute at least two segment identifications to each information processing server in the information processing server cluster and send the distributed at least two segment identifications to the information processing server;
the generating unit is configured to generate a relation list based on the corresponding relation between each information processing server in the information processing server cluster and the segment identifier of each information processing server;
and the sending unit is configured to send the relationship list to a load balancing server, so that the load balancing server determines whether segment identification exists in the request information after receiving the request information sent by a client, if the segment identification does not exist, an information processing server is selected from the information processing server cluster as a target information processing server, the request information is sent to the target information processing server, and the target information processing server processes the request information, generates response information containing the segment identification of the target information processing server, and returns the response information to the client.
10. A server, comprising:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the method of claim 8.
11. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of claim 8.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710232666.3A CN108696557B (en) | 2017-04-11 | 2017-04-11 | Information processing system, method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710232666.3A CN108696557B (en) | 2017-04-11 | 2017-04-11 | Information processing system, method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108696557A CN108696557A (en) | 2018-10-23 |
CN108696557B true CN108696557B (en) | 2021-08-10 |
Family
ID=63843519
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710232666.3A Active CN108696557B (en) | 2017-04-11 | 2017-04-11 | Information processing system, method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108696557B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110460641A (en) * | 2019-07-16 | 2019-11-15 | 华为技术有限公司 | Data transmission method, apparatus and system |
CN111327719B (en) * | 2020-02-11 | 2021-03-26 | 腾讯科技(深圳)有限公司 | Service processing method, device, service server and medium |
Citations (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101207561A (en) * | 2006-12-22 | 2008-06-25 | 华为技术有限公司 | Cluster manager, cluster system as well as cluster managing method |
CN101364930A (en) * | 2008-09-24 | 2009-02-11 | 深圳市金蝶中间件有限公司 | Session control method, apparatus and system |
CN101500271A (en) * | 2008-02-01 | 2009-08-05 | 华为技术有限公司 | Method and equipment for implementing core network equipment load balance |
CN101783771A (en) * | 2010-03-24 | 2010-07-21 | 杭州华三通信技术有限公司 | Method and equipment for realizing load balance continuity |
CN102075409A (en) * | 2009-11-24 | 2011-05-25 | 华为技术有限公司 | Method and system for processing request message as well as load balancer equipment |
CN103379138A (en) * | 2012-04-17 | 2013-10-30 | 深圳市腾讯计算机系统有限公司 | Method and system for realizing load balance, and method and apparatus for gray scale publication |
CN103457869A (en) * | 2013-08-28 | 2013-12-18 | 北京星网锐捷网络技术有限公司 | Conversation maintaining method and device |
CN103607356A (en) * | 2013-11-14 | 2014-02-26 | 北京奇虎科技有限公司 | Load balancing method, load balancer and system thereof |
CN103916437A (en) * | 2013-01-05 | 2014-07-09 | 中国移动通信集团公司 | File release system, device and method |
CN103997526A (en) * | 2014-05-21 | 2014-08-20 | 中国科学院计算技术研究所 | Extensible load balancing system and method |
CN104079630A (en) * | 2014-06-09 | 2014-10-01 | 中国建设银行股份有限公司 | Business server side load balancing method, client side, server side and system |
CN104734983A (en) * | 2013-12-24 | 2015-06-24 | 中国移动通信集团公司 | Scheduling system, method and device for service data request |
CN104780184A (en) * | 2014-01-09 | 2015-07-15 | 华耀(中国)科技有限公司 | Method of using geographical location information for load balancing |
CN105610971A (en) * | 2016-01-29 | 2016-05-25 | 北京京东尚科信息技术有限公司 | Load balancing method and apparatus |
CN105939240A (en) * | 2015-11-25 | 2016-09-14 | 杭州迪普科技有限公司 | Load balancing method and device |
WO2017000142A1 (en) * | 2015-06-29 | 2017-01-05 | 华为技术有限公司 | P-cscf load management method and pgw |
CN106357726A (en) * | 2016-08-24 | 2017-01-25 | 东软集团股份有限公司 | Load balancing method and device |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8166100B2 (en) * | 2008-08-28 | 2012-04-24 | Avg Technologies Cz, S.R.O. | Cross site, cross domain session sharing without database replication |
US9009329B2 (en) * | 2008-11-25 | 2015-04-14 | Microsoft Technology Licensing, Llc | Platform for enabling terminal services virtualization |
-
2017
- 2017-04-11 CN CN201710232666.3A patent/CN108696557B/en active Active
Patent Citations (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101207561A (en) * | 2006-12-22 | 2008-06-25 | 华为技术有限公司 | Cluster manager, cluster system as well as cluster managing method |
CN101500271A (en) * | 2008-02-01 | 2009-08-05 | 华为技术有限公司 | Method and equipment for implementing core network equipment load balance |
CN101364930A (en) * | 2008-09-24 | 2009-02-11 | 深圳市金蝶中间件有限公司 | Session control method, apparatus and system |
CN102075409A (en) * | 2009-11-24 | 2011-05-25 | 华为技术有限公司 | Method and system for processing request message as well as load balancer equipment |
CN101783771A (en) * | 2010-03-24 | 2010-07-21 | 杭州华三通信技术有限公司 | Method and equipment for realizing load balance continuity |
CN103379138A (en) * | 2012-04-17 | 2013-10-30 | 深圳市腾讯计算机系统有限公司 | Method and system for realizing load balance, and method and apparatus for gray scale publication |
CN103916437A (en) * | 2013-01-05 | 2014-07-09 | 中国移动通信集团公司 | File release system, device and method |
CN103457869A (en) * | 2013-08-28 | 2013-12-18 | 北京星网锐捷网络技术有限公司 | Conversation maintaining method and device |
CN103607356A (en) * | 2013-11-14 | 2014-02-26 | 北京奇虎科技有限公司 | Load balancing method, load balancer and system thereof |
CN104734983A (en) * | 2013-12-24 | 2015-06-24 | 中国移动通信集团公司 | Scheduling system, method and device for service data request |
CN104780184A (en) * | 2014-01-09 | 2015-07-15 | 华耀(中国)科技有限公司 | Method of using geographical location information for load balancing |
CN103997526A (en) * | 2014-05-21 | 2014-08-20 | 中国科学院计算技术研究所 | Extensible load balancing system and method |
CN104079630A (en) * | 2014-06-09 | 2014-10-01 | 中国建设银行股份有限公司 | Business server side load balancing method, client side, server side and system |
WO2017000142A1 (en) * | 2015-06-29 | 2017-01-05 | 华为技术有限公司 | P-cscf load management method and pgw |
CN105939240A (en) * | 2015-11-25 | 2016-09-14 | 杭州迪普科技有限公司 | Load balancing method and device |
CN105610971A (en) * | 2016-01-29 | 2016-05-25 | 北京京东尚科信息技术有限公司 | Load balancing method and apparatus |
CN106357726A (en) * | 2016-08-24 | 2017-01-25 | 东软集团股份有限公司 | Load balancing method and device |
Also Published As
Publication number | Publication date |
---|---|
CN108696557A (en) | 2018-10-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107666525B (en) | Method and device for IP allocation of cluster container | |
CN109889586B (en) | Communication processing method and device, computer readable medium and electronic equipment | |
CN110311983B (en) | Service request processing method, device and system, electronic equipment and storage medium | |
CN109995877B (en) | Information pushing method and device | |
CN107920138B (en) | User unified identification generation method, device and system | |
CN109150745B (en) | Message processing method and device | |
CN111478781B (en) | Message broadcasting method and device | |
CN109150927B (en) | File issuing method and device for file storage system | |
CN108696557B (en) | Information processing system, method and device | |
CN110290228B (en) | Internet protocol IP address allocation method and device | |
CN108958933B (en) | Configuration parameter updating method, device and equipment of task executor | |
CN109471713B (en) | Method and device for inquiring information | |
CN107222365B (en) | Data processing method and device and server | |
CN113127561B (en) | Method and device for generating service single number, electronic equipment and storage medium | |
CN107342929B (en) | Method, device and system for sending new message notification | |
CN107045452B (en) | Virtual machine scheduling method and device | |
CN110798358A (en) | Distributed service identification method and device, computer readable medium and electronic equipment | |
CN108696549B (en) | Load balancing method, device and system | |
US10482397B2 (en) | Managing identifiers | |
CN113904871B (en) | Access method of network slice, PCF entity, terminal and communication system | |
CN111294220A (en) | Network isolation configuration method and device based on nginx | |
CN112559001B (en) | Method and device for updating application | |
CN115914389A (en) | Cloud service control system, method and device, electronic equipment and storage medium | |
CN108696472B (en) | Request processing method and device | |
CN111782268B (en) | Method, apparatus, device and computer readable medium for allocating hardware resources |
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 |