CN102104600B - Distributed pluggable game server platform and cooperative working method thereof - Google Patents

Distributed pluggable game server platform and cooperative working method thereof Download PDF

Info

Publication number
CN102104600B
CN102104600B CN201110004900.XA CN201110004900A CN102104600B CN 102104600 B CN102104600 B CN 102104600B CN 201110004900 A CN201110004900 A CN 201110004900A CN 102104600 B CN102104600 B CN 102104600B
Authority
CN
China
Prior art keywords
server
lobby
logical
game
logic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201110004900.XA
Other languages
Chinese (zh)
Other versions
CN102104600A (en
Inventor
刘捷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Field, river, Guangzhou three culture Science and Technology Co., Ltd.
Original Assignee
GUANGZHOU LANYOU NETWORK 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 GUANGZHOU LANYOU NETWORK TECHNOLOGY Co Ltd filed Critical GUANGZHOU LANYOU NETWORK TECHNOLOGY Co Ltd
Priority to CN201110004900.XA priority Critical patent/CN102104600B/en
Publication of CN102104600A publication Critical patent/CN102104600A/en
Application granted granted Critical
Publication of CN102104600B publication Critical patent/CN102104600B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a distributed pluggable game server platform and a cooperative working method thereof. The platform comprises a connection server cluster comprising at least one connection server, a login server, a central server cluster comprising at least one central server, a lobby server cluster comprising at least one lobby server, and a logic server cluster comprising at least one logic server, wherein the connection server realizes data interaction between a client and the distributed pluggable game server platform; the login server finishes the authentication, checking and login of a user; the central server realizes data routing between the connection server and each of the login server, the lobby server and the logic server; the lobby server performs logic processing on lobby rooms; and the logic server finishes logic game processing by adopting a plug-in technology. In the scheme, dynamic capacity expansion of bearing capacity of a game server can be realized without maintaining the server, and supported game contents can be extended and dynamically updated.

Description

Distribution plug-in type game services applicator platform and collaboration working method thereof
Technical field
The present invention relates to a kind of distribution plug-in type game services applicator platform and collaboration working method thereof.
Background technology
Implementation at existing game server, all to adopt traditional single process mode, by network, logic and database all integrate to realize in whole or in part, , access, log in, hall, the game process such as logic are all to have write in server by the mode of code server, during specific implementation, by after compiling, operating in single or a plurality of processes, during user's game process, which by the user, according to the game server list provided, selected to login into game server, after this game server of access, no longer changed, unless this user re-starts and is connected to other server after exiting and playing, thereby cause certain server extremely busy, and certain server is very idle.Because each game process is all to write in server by the mode of code server, so, if will be upgraded operational blocks which partition system, all need code server is revised, and re-start compiling, after compiling is passed through, stop after the work of game server restarting again server and just can come into force.In addition, according to the implementation of existing game server, game server is all to adopt static site, and, after game server starts, the service that this game server can move and bearing capacity are all fixing, can not Dynamic expansion with share resource.
Summary of the invention
For above-mentioned problems of the prior art, the object of the present invention is to provide a kind of distribution plug-in type game services applicator platform and collaboration working method thereof, it can carry out dynamic capacity-expanding to the bearing capacity of game server by the Maintenance free server, and supported game content is expanded and dynamically updates.
For achieving the above object, the present invention by the following technical solutions:
A kind of distribution plug-in type game services applicator platform comprises: connection server cluster, the game server that comprises at least one connection server, the central server cluster that comprises at least one central server, the lobby server cluster that comprises at least one lobby server, the logical server cluster that comprises at least one logical server; Described connection server is realized the data interaction of client and this distribution plug-in type game services applicator platform; Described game server completes user's authentication check and logs in; Described central server is realized the data route between connection server and logon server, lobby server and logical server; Described lobby server is carried out room, hall logical process, and room, described hall logical process comprises establishment, deletes, enters processing; Described logical server adopts plug-in part technology to complete game logic and processes.
A kind of collaboration working method of the plug-in type game services applicator platform that distributes comprises step:
Selected connection server in the connection server cluster receives user's connection request that client sends, and this user's connection request is routed to game server by the selected center's server in the central server cluster;
Described game server receives described user data, completes authentication check and landfall process to the user, and, after authentication check is passed through, to described selected center server, sends the route transfer request;
Described selected center server receives this route transfer request, select a lobby server in the lobby server cluster, and set up this selected connection server, this selected center's server and should select the route between lobby server according to this route transfer request;
Described selected connection server receives room, the hall logic request that client sends, and this room, hall logic request is routed to described lobby server by described selected center server, described lobby server is carried out room, hall logical process according to this room, hall logic request;
Described selected connection server receives the game logic request that client sends, and this game logic request is routed to described selected lobby server by described selected center server, described selected lobby server is selected a selected logical server from described logical server cluster, and described selected logical server adopts plug-in part technology to complete game logic according to this game logic request and processes.
According to the solution of the present invention, it is to adopt distributed game server structure, carry out respectively different functions by dissimilar server respectively, and be all types of clusters of Servers installed, connection server cluster for example, the logical server cluster, lobby server cluster etc., thereby make each server in cluster can realize sharing task, each connection server in the connection server cluster is realized the data interaction of client and this game services applicator platform, in addition, because logical server is all to adopt plug-in unit to realize, thereby can be by disposing different game services plug-in units, the Maintenance free server can be realized the bearing capacity of game server is carried out to dynamic capacity-expanding, and supported game content is expanded and dynamically updated.
The accompanying drawing explanation
Fig. 1 is the structural representation of distribution plug-in type game services applicator platform embodiment of the present invention;
Fig. 2 logins and enters the schematic flow sheet in hall according to distribution plug-in type game server platform user of the present invention;
Fig. 3 is the schematic flow sheet while starting to play according to distribution plug-in type game services applicator platform of the present invention;
Fig. 4 is the schematic flow sheet according to collaborative work between distribution plug-in type game services applicator platform logical server of the present invention and data server;
Fig. 5 is the schematic flow sheet of the collaboration working method embodiment of distribution plug-in type game services applicator platform of the present invention.
Embodiment
Below in the mode of a specific embodiment, the present invention program is elaborated.
Shown in Figure 1, be the structural representation of distribution plug-in type game services applicator platform embodiment of the present invention.
As shown in Figure 1, in this example, distribution plug-in type game services applicator platform of the present invention includes: connection server cluster, logon server, central server cluster, lobby server cluster, logical server cluster, wherein, this connection server cluster includes at least one connection server, the central server cluster includes at least one central server, the lobby server cluster includes at least one lobby server, and the logical server cluster includes at least one logical server.It should be noted that, for illustrating easy purpose, be to describe with a central server in diagram, and this diagram can only not have a central server in order to the distribution plug-in type game services applicator platform that the present invention program is described.
Wherein, each connection server in above-mentioned connection server cluster, for realizing the data interaction of client and this distribution plug-in type game services applicator platform, be embodied in the user data that receives the encapsulation that client sends over, and send to certain central server to be routed to corresponding logon server, lobby server or logical server this user data, and the data that central server is sended over send to corresponding client, the transmission of realization to user's data;
Above-mentioned game server, for completing user's authentication check and logging in, and, after verification is passed through, send route instruction to central server;
Central server in above-mentioned central server cluster, for realizing the data route between connection server and logon server, lobby server and logical server;
Lobby server in above-mentioned lobby server cluster, for carrying out room, hall logical process, room, the hall logical process here can comprise that establishment hall, deletion hall, user enter the processing such as hall;
Logical server in above-mentioned logical server cluster, being used for game logic processes, the game logic is here processed the logic function in the game process such as comprise chat, video, family, form a team, and adopts plug-in part technology to realize these logic functions during this logical server.
Game services applicator platform of the present invention, to adopt distributed game server structure, carry out respectively different functions by dissimilar server respectively, each connection server in the connection server cluster is realized the data interaction of client and this game services applicator platform, realize the authentication check to user's access by game server, central server is realized the data route, carry out room, hall logical process by lobby server, complete the logical process in game process by logical server, and be all types of Servers installed clusters, connection server cluster for example, the logical server cluster, lobby server cluster etc., thereby make each server in cluster can realize sharing task, in addition, because logical server is all to adopt plug-in unit to realize, thereby can be by disposing different game services plug-in units, the Maintenance free server can be realized the bearing capacity of game server is carried out to dynamic capacity-expanding, and supported game content is expanded and dynamically updated.
As shown in Figure 1, the present invention program's distribution plug-in type game services applicator platform, also include the data server cluster, this data server cluster includes at least one data server, for game data is carried out to the persistence processing, game data after above-mentioned logical server game logic is processed, be kept in data server.
In addition, as shown in Figure 1, according to actual needs, distribution plug-in type game services applicator platform of the present invention, can also include the server of the other types such as log server, accounting server, to expand the application of game content.Picture servers shown in Fig. 1, Resource Server, web server etc. are servers general in prior art, not within the scope of distribution plug-in type game services applicator platform of the present invention.
Consider that general needs a game server just can meet the concurrent demand logged in of the thousands of people of support, so the invention described above is to only have a game server to describe.As required, if need to support the concurrent demand logged in of more people simultaneously, also can be provided with a plurality of game servers, not repeat them here.
According to the distribution plug-in type game services applicator platform in Fig. 1, below just to being elaborated according to one of this game services applicator platform concrete course of work.
As shown in Figure 2, be according to the user of distribution plug-in type game services applicator platform of the present invention login and the schematic flow sheet while entering hall.
When the user need to be played, the user uses client to send connection request by gateway to the connection server in the connection server cluster, is connected to this connection server (be the purpose of follow-up illustrative ease, be referred to as selected connection server).Should selected connection server be the connection server of load pressure minimum in current connection server cluster, specifically can be selected at gateway.Definite mode of the load pressure of each connection server can be determined that in conjunction with information such as cpu load, the user's that connects number, thread state, internal memory service conditions concrete definite mode does not repeat them here.
Should select subsequently a central server (being referred to as selected center's server) by selected connection server, this selected center can be an optional central server, under preferable case, this selected center's server is the central server of a present load pressure minimum selecting according to the load pressure situation of each central server in current central server cluster, and selected connection server is routed to logon server by user's user data by this selected center's server.
Logon server receives the user data of being come by the central server route, this user data is carried out to authentication check, if authentication check is passed through, to this selected center's server, send the route transfer instruction, simultaneously, can also pass through to this selected center's server return authentication verification, allow the message of login;
After selected center's server receives the route transfer instruction, load pressure situation according to current each lobby server in the lobby server cluster, select the lobby server (being referred to as selected lobby server) of a present load pressure minimum, and set up and should select connection server, route between this selected center's server and this selected lobby server, be equivalent to set up this user and should select the mapping route between lobby server, subsequently, all carrying out at lobby server alternately between mutual and user and the user in user and hall, mutual data were by selecting connection server, selected center's server forwards.
As shown in Figure 2, after client obtains the result, be after the user of client logins successfully, client sends relevant game request to selected connection server, request of for example forming a team etc., after selected connection server receives, this game request is routed to selected lobby server by selected center's server.Selected lobby server needs to send to the information of client after processing, be also to be transferred to client via this selected center's server, selected connection server.
Each lobby server in the lobby server cluster, can regularly upgrade the state information of oneself to each central server, the state information here can comprise the information such as cpu load information, memory usage information, thread state information.Each central server can be observed with observer's state the loading condition of each lobby server, central server, when receiving the route transfer instruction and carry out route migration work, selects the lobby server of a present load pressure minimum to carry out the route transfer according to the state information of each lobby server.Wherein, determining of the load pressure size of each lobby server, can determine according to the state information of lobby server.Wherein a kind of concrete definite mode can be, by setting the computing formula of corresponding load pressure size, give corresponding weighted value on the impact of load pressure for each information in conjunction with each information in formula, according to actual conditions, can give different weighted values for dissimilar information, the setting means of concrete computing formula,, definite mode and the account form of weighted value do not repeat them here.
The user successfully accesses selected lobby server, can realize room, hall logical process by selected lobby server, and room, the hall logical process here can comprise that establishment hall, deletion hall, user enter the processing such as hall.In game process after starting to enter game, can complete relevant game logic, integration statistics and other game logics relevant to game by specific logical server and process.
As shown in Figure 3, be according to distribution plug-in type game services applicator platform of the present invention schematic flow sheet while starting to play.In initial game logic, the game request msg that client sends routes to selected lobby server by selected connection server, selected center's server, should select the logical type of lobby server according to this game request msg, select the logical server (being referred to as selected logical server) of a present load minimum from each logical server that the type logical services is provided, and by this selected lobby server, this game request msg is routed to this selected logical server.The transfer of data of the follow-up game operation for this same type is directly carried out between client, selected connection server, selected center's server, selected logical server, no longer via selected lobby server, forwards.
As mentioned above, when selecting selected logical server, each logical server from the type logical services is provided, selected, this be because, can on each logical server, realize various logic function, effectively to share the load pressure of each logical server.In acceptable situation, it can be the game logic operation that only is provided with respectively a type on a logical server.Due to the diversity of game logic action type, this setting means will certainly cause rolling up of logical server number, therefore, can be to give a plurality of dissimilar game logic operations on same logical server.Certainly, according to actual needs, can be also that various types of game logic operations are given to each logical server in the logical server cluster, concrete implementation does not repeat them here.
In the processing procedure of logical server, relevant game data can be stored in data server.As shown in Figure 4, it is the schematic flow sheet according to collaborative work between distribution plug-in type game services applicator platform logical server of the present invention and data server, in this schematic diagram, omitted the communication process between client, connection server, central server and logical server.
As shown in Figure 4, the request that obtains player's data of take is example, after logical server receives the request that obtains player's data, send a data service request that obtains player's data to data server, after sending this data service request, logical server is without the result of waiting for this request, can be directly to the next one request processed.Thereby by the asynchronous operation mode, make data flow and computing move fully independently, utilize the most efficiently CPU and bandwidth, strengthen disposal ability.
After data server receives this data service request, check in the data buffer zone of inquiring about oneself whether these data have been arranged, the process of this inspection inquiry can adopt the memcache technology to realize.If had these data in data buffer zone, direct these data in the calling logic server, and these data are returned to logical server, to complete follow-up logical process.If there are not these data in data buffer zone, data server is inquired about these data from database, after inquiry obtains, these data is inserted into to the buffering area of data server, and calls this data, returns to logical server, to complete follow-up logical process.
Wherein, the data service request that data server mainly adopts the mode of Data Connection Pool to come the processing logic server to send over, thus a plurality of threading operations can be provided, realize the concurrent processing to each data service request.Simultaneously, data server can also adopt the mode of asynchronous call, when the IO operation of carrying out from the data base querying data, can also continue to process other data service request simultaneously.In addition, in the situation capacious of data server, for example 1,000,000 grades, can also carry out segment processing to these data.
In addition, the lobby server cluster of the invention described above and logical server cluster, can dynamically increase or reduce lobby server or logical server according to the actual loading situation, to carry out dynamic capacity-expanding.
When needs add a lobby server, each central server can be monitored the process of each new lobby server at any time.When new lobby server need to add, central server listens to the information that this new lobby server need to add, for this new lobby server distributes a hall ID who not yet is used, subsequently, this new lobby server starts with this hall ID, the information such as game services that be accompanied with serve port, service IP during startup, provide.After this new lobby server starts, to each central server in the central server cluster, each logical server in the logical server cluster, send process log-on message (being referred to as the first process log-on message).After each central server receives this first process log-on message, judge the legitimacy of this new lobby server, if legal, using this new lobby server process as available lobby server process, use to provide in the subsequent game process.
When needs increase a new logic server, start the process of this new logic server, during this new logic startup of server, can be accompanied with simultaneously the logical services that this new logic server provides protocol number, serve port, service IP, whether need the information such as Data Migration.After this new logic startup of server, each lobby server in the lobby server cluster sends process log-on message (being referred to as the second process log-on message).After each lobby server in the lobby server cluster receives this second process log-on message, judge the legitimacy of this new logic server, if legal, the available logical protocol of new logic server is associated with this logical server.
Wherein, when starting this new logic server, incidental information can also comprise the information that whether needs Data Migration.If need Data Migration, judging this new logic server legitimacy, by the available logical protocol of this new logic server with after this logical server is associated, if receive user's request, by this user's migration of subscriber data portion in this new logic server.
Correspondingly, according to actual needs, also can be deleted lobby server, logical server.
When needs are deleted a lobby server, this lobby server that will delete sends regularly closing information to each central server.After each central server receives this timing closing information, this lobby server is designated to regularly closed condition, no longer for this lobby server, accepts logining of new user.Subsequently, this lobby server sends the Data Migration announcement information to central server, central server completes the migration work of the data with existing of this lobby server according to this Data Migration announcement information, the user data of this lobby server is transferred to other available lobby servers and is taken over.When being transferred to available lobby server and being taken over, load pressure that can be current according to other each lobby server, the lobby server that is transferred to present load pressure minimum is taken over, or share to front several lobby servers of present load pressure minimum and taken over, concrete implementation does not repeat them here.
When needs are deleted a logical server, this logical server that will delete sends regularly closing information to each lobby server in the lobby server cluster, after each lobby server receives this timing closing information, this logical server is designated to regularly closed condition, and the data that no longer user sent send to this logical server to process.
Wherein, each lobby server in the invention described above scheme, the logic function of each logical server, for example chat, video, family, the logic function such as form a team, all adopt plug-in part technology to realize, support dynamically plug, thereby without server is recompilated, close and restart, just can dynamically update, increase and close relevant logic function module, the function renewal of chat module for example, close the function of forming a team, increase safe handling module etc., neither needs redeploy and restart server, can realize the dynamic capacity-expanding of server bearing capacity and the startup of server of plug-in type.
In addition, each server in the present invention program, when realizing, some basic modules of its bottom, for example some communication interfaces of bottom etc., can adopt program language to realize, some logic functions on upper strata, communication process etc., with script, realize, process with script, thereby the logic of processing by script and communication process drive/transfer the work of underlying basis module.Because logic and communication process are to realize with script, and script is normally explained operation and decomplier, script is all used simple, easy to learn, easy-to-use characteristics usually, thereby logical gate that can the real time modifying server, and can be so that the distribute exploitation of plug-in type game services applicator platform of the present invention be realized and safeguards.
Because game services applicator platform of the present invention is to adopt distributed structure/architecture, the mode that above-mentioned employing script is realized to logic function, communication process etc. combines with each logic function module that adopts plug-in unit to realize, not only realized the Dynamic expansion of server scale, also realized the expansion to available logic function, can dynamically increase, delete and manage server in real time.
Distribution plug-in type game services applicator platform according to the invention described above, the present invention also provides a kind of collaboration working method of the plug-in type game services applicator platform that distributes, as shown in Figure 5, be the schematic flow sheet of the collaboration working method embodiment of distribution plug-in type game services applicator platform of the present invention, it comprises step:
Step S101: the selected connection server in the connection server cluster receives user's connection request that client sends, and this user's connection request is routed to game server by the selected center's server in the central server cluster, enters step S102;
Step S102: described game server receives described user data, completes authentication check and landfall process to the user, and, after authentication check is passed through, to described selected center server, sends the route transfer request, enters step S103;
Step S103: described selected center server receives this route transfer request, select a lobby server in the lobby server cluster, and set up this selected connection server, this selected center's server and should select the route between lobby server according to this route transfer request, enter step S104;
Step S104: described selected connection server receives room, the hall logic request that client sends, and this room, hall logic request is routed to described lobby server by described selected center server, described lobby server is carried out room, hall logical process according to this room, hall logic request, enters step S105;
Step S105: described selected connection server receives the game logic request that client sends, and this game logic request is routed to described selected lobby server by described selected center server, described selected lobby server is selected a selected logical server from described logical server cluster, and described selected logical server adopts plug-in part technology to complete game logic according to this game logic request and processes.
The specific implementation of other of the collaboration working method of distribution plug-in type game services applicator platform of the present invention is identical with the course of work of above-mentioned distribution plug-in type game services applicator platform, does not repeat them here.
Above-described embodiment of the present invention, do not form limiting the scope of the present invention.Any modification of doing within the spirit and principles in the present invention, be equal to and replace and improvement etc., within all should being included in claim protection range of the present invention.

Claims (10)

1. a distribution plug-in type game services applicator platform, it is characterized in that, comprising: connection server cluster, the game server that comprises at least one connection server, the central server cluster that comprises at least one central server, the lobby server cluster that comprises at least one lobby server, the logical server cluster that comprises at least one logical server; Described connection server is realized the data interaction of client and this distribution plug-in type game services applicator platform; Described game server completes user's authentication check and logs in; Described central server is realized the data route between connection server and logon server, lobby server and logical server; Described lobby server is carried out room, hall logical process, and room, described hall logical process comprises establishment, deletes, enters processing; Described logical server adopts plug-in part technology to complete game logic and processes;
Selected connection server in the connection server cluster receives user's connection request that client sends, and this user's connection request is routed to game server by the selected center's server in the central server cluster;
Described game server receives described user data, completes authentication check and landfall process to the user, and, after authentication check is passed through, to described selected center server, sends the route transfer request;
Described selected center server receives this route transfer request, select a lobby server in the lobby server cluster, and set up this selected connection server, this selected center's server and should select the route between lobby server according to this route transfer request;
Described selected connection server receives room, the hall logic request that client sends, and this room, hall logic request is routed to described lobby server by described selected center server, described lobby server is carried out room, hall logical process according to this room, hall logic request;
Described selected connection server receives the game logic request that client sends, and this game logic request is routed to described selected lobby server by described selected center server, described selected lobby server is selected a selected logical server from described logical server cluster, and described selected logical server adopts plug-in part technology to complete game logic according to this game logic request and processes.
2. distribution plug-in type game services applicator platform according to claim 1, is characterized in that,
Each described lobby server, also, for regularly to each described central server, sending state updating information, described state updating information comprises cpu load information, memory usage information, thread state information;
Each described central server, also for after passing through in described game server authentication check, the selected lobby server of selecting client to be transferred to according to the state updating information of each lobby server.
3. distribution plug-in type game services applicator platform according to claim 2, is characterized in that,
Described selected lobby server is the lobby server of current pressure least-loaded in described lobby server cluster.
4. according to claim 1 or 2 or 3 described distribution plug-in type game services applicator platforms, it is characterized in that:
Described game server also sends to described client by connection server for the result by the verification authentication;
And/or
Also comprise the data server cluster that comprises at least one data server, game data after described logical server game logic is processed is kept at data server, and logical server and data server adopt the mode of Data Connection Pool and asynchronous call to carry out alternately.
5. the collaboration working method of plug-in type game services applicator platform that distributes, is characterized in that, comprises step:
Selected connection server in the connection server cluster receives user's connection request that client sends, and this user's connection request is routed to game server by the selected center's server in the central server cluster;
Described game server receives described user data, completes authentication check and landfall process to the user, and, after authentication check is passed through, to described selected center server, sends the route transfer request;
Described selected center server receives this route transfer request, select a lobby server in the lobby server cluster, and set up this selected connection server, this selected center's server and should select the route between lobby server according to this route transfer request;
Described selected connection server receives room, the hall logic request that client sends, and this room, hall logic request is routed to described lobby server by described selected center server, described lobby server is carried out room, hall logical process according to this room, hall logic request;
Described selected connection server receives the game logic request that client sends, and this game logic request is routed to described selected lobby server by described selected center server, described selected lobby server is selected a selected logical server from the logical server cluster, and described selected logical server adopts plug-in part technology to complete game logic according to this game logic request and processes.
6. the collaboration working method of distribution plug-in type game services applicator platform according to claim 5, is characterized in that, described selected lobby server is the lobby server of current pressure least-loaded in described lobby server cluster.
7. the collaboration working method of distribution plug-in type game services applicator platform according to claim 6, it is characterized in that, also comprise step: each lobby server in the lobby server cluster regularly sends state updating information to each central server, described state updating information comprises cpu load information, memory usage information, thread state information, and central server is determined respectively the pressure load of each lobby server according to the state updating information of each lobby server.
8. according to the collaboration working method of claim 5 or 6 or 7 described distribution plug-in type game services applicator platforms, it is characterized in that, also comprise step:
Start new lobby server, this new lobby server sends the first process log-on message to each central server in the central server cluster, each logical server in the logical server cluster after startup;
Each central server receives the process log-on message of this new lobby server, judges the legitimacy of this new lobby server, if legal, using this new lobby server process as available lobby server process;
And/or
Lobby server sends regularly closing information to each central server;
Central server receives this timing closing information, and this lobby server is designated to regularly closed condition, no longer for this lobby server, accepts logining of new user;
Lobby server sends the Data Migration announcement information to central server, central server completes the migration work of the data with existing of this lobby server according to this Data Migration announcement information, the user data of this lobby server is transferred to other available lobby servers.
9. according to the collaboration working method of claim 5 or 6 or 7 described distribution plug-in type game services applicator platforms, it is characterized in that, also comprise step:
Start the new logic server, this new logic server sends the second process log-on message after startup in each lobby server in the lobby server cluster;
Each lobby server in the lobby server cluster receives this second process log-on message, judges the legitimacy of this new logic server, if legal, the available logical protocol of new logic server is associated with this logical server;
And/or
Logical server sends regularly closing information to each lobby server in the lobby server cluster;
Each lobby server receives this timing closing information, and this logical server is designated to regularly closed condition, and the agreement no longer user sent sends to this logical server to process.
10. the collaboration working method of distribution plug-in type game services applicator platform according to claim 9, it is characterized in that, after judging the new logic server legitimacy, also comprise step: if need Data Migration, after the request that receives the user, by this user's migration of subscriber data portion in this new logic server.
CN201110004900.XA 2011-01-11 2011-01-11 Distributed pluggable game server platform and cooperative working method thereof Active CN102104600B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110004900.XA CN102104600B (en) 2011-01-11 2011-01-11 Distributed pluggable game server platform and cooperative working method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110004900.XA CN102104600B (en) 2011-01-11 2011-01-11 Distributed pluggable game server platform and cooperative working method thereof

Publications (2)

Publication Number Publication Date
CN102104600A CN102104600A (en) 2011-06-22
CN102104600B true CN102104600B (en) 2014-01-08

Family

ID=44157126

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110004900.XA Active CN102104600B (en) 2011-01-11 2011-01-11 Distributed pluggable game server platform and cooperative working method thereof

Country Status (1)

Country Link
CN (1) CN102104600B (en)

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102497330A (en) * 2011-12-12 2012-06-13 北京像素软件科技股份有限公司 Cross-server grouping method in massively multiplayer online role-playing game (MMORPG)
CN103731306A (en) * 2013-12-25 2014-04-16 浪潮电子信息产业股份有限公司 Method for building non-core network service modularization frame
CN103944993A (en) * 2014-04-25 2014-07-23 北京乐动卓越信息技术有限公司 Million-level user simultaneous online mobile platform server architecture
CN105472003A (en) * 2015-12-11 2016-04-06 珠海金山网络游戏科技有限公司 Large-scale distributed game server system and implementation method thereof
CN105553707A (en) * 2015-12-14 2016-05-04 江苏名通信息科技有限公司 MMORPG game server end
CN107038175B (en) * 2016-02-04 2018-07-20 腾讯科技(深圳)有限公司 virtual resource object sending method and device
CN105704152B (en) * 2016-03-30 2018-10-23 网易(杭州)网络有限公司 The login method and device of game server
CN106170010A (en) * 2016-05-23 2016-11-30 北京畅游天下网络技术有限公司 The data processing method of a kind of cross-server cluster and device
CN106897076B (en) * 2017-03-24 2021-03-02 长沙趣动文化科技有限公司 Game service providing and running method and device
CN108404415B (en) * 2018-03-22 2021-07-23 网易(杭州)网络有限公司 Data processing method and device
CN108983969B (en) * 2018-06-26 2021-08-06 魔力小鸟(北京)信息技术有限公司 Interactive control and visual management system for virtual image
CN108939550A (en) * 2018-06-26 2018-12-07 魔力小鸟(北京)信息技术有限公司 The system of simulated environment and virtual role Interactive control and visualized management
CN109011576A (en) * 2018-06-26 2018-12-18 魔力小鸟(北京)信息技术有限公司 The system of virtual scene control based on network and visualized management
CN109173245A (en) * 2018-08-24 2019-01-11 苏州玩友时代科技股份有限公司 A kind of load-balancing method of game room clothes
CN109621430A (en) * 2018-12-12 2019-04-16 网易(杭州)网络有限公司 Game services end system, game control method, device, medium and electronic equipment
CN109714328B (en) * 2018-12-24 2021-08-10 网易(杭州)网络有限公司 Capacity adjustment method and device for game cluster
CN110347502A (en) * 2019-06-21 2019-10-18 无锡华云数据技术服务有限公司 Load equilibration scheduling method, device and the electronic equipment of cloud host server
CN110784515B (en) * 2019-09-19 2022-11-22 平安科技(深圳)有限公司 Data storage method based on distributed cluster and related equipment thereof
CN110855708B (en) 2019-11-26 2021-06-11 上海莉莉丝科技股份有限公司 Game server architecture
CN111330265B (en) * 2020-02-10 2021-06-25 腾讯科技(深圳)有限公司 Computer system, login method, device, equipment and medium of virtual area
CN111262781A (en) * 2020-03-19 2020-06-09 黄诗嵘 Intelligent accelerated routing method
CN114138740A (en) * 2020-12-18 2022-03-04 完美世界(重庆)互动科技有限公司 Game data migration method and device, storage medium and computer equipment
CN112398957B (en) * 2021-01-21 2021-05-11 腾讯科技(深圳)有限公司 Server scheduling method and device, storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101039307A (en) * 2006-03-17 2007-09-19 深圳市朗科科技有限公司 Wireless network system and operation method thereof
CN101286906A (en) * 2007-04-13 2008-10-15 深圳市同洲电子股份有限公司 Network game system and method
CN101674289A (en) * 2008-09-12 2010-03-17 深圳市长方网络技术有限公司 Game platform system crossing internet and mobile communication network and online game method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010057361A1 (en) * 2008-11-20 2010-05-27 Zhu Manping Table companion and information system thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101039307A (en) * 2006-03-17 2007-09-19 深圳市朗科科技有限公司 Wireless network system and operation method thereof
CN101286906A (en) * 2007-04-13 2008-10-15 深圳市同洲电子股份有限公司 Network game system and method
CN101674289A (en) * 2008-09-12 2010-03-17 深圳市长方网络技术有限公司 Game platform system crossing internet and mobile communication network and online game method

Also Published As

Publication number Publication date
CN102104600A (en) 2011-06-22

Similar Documents

Publication Publication Date Title
CN102104600B (en) Distributed pluggable game server platform and cooperative working method thereof
CN101068180B (en) Network game main controlling system, management system and managing method
AU2004288532B2 (en) Method and system for accessing and managing virtual machines
CN102202289B (en) Method and system for remote calling software and hardware resources through mobile terminal
CN1643879B (en) Method for updating information in AAA server
CN102937911B (en) The management method and system of resources of virtual machine
CN103164244A (en) Firmware system long-distance updating methods based on unified extensible firmware interface
CN103188245A (en) Fight game server system
CN101378329B (en) Distributed business operation support system and method for implementing distributed business
CN105119787A (en) Public Internet access system and public Internet access method based on software definition
CN103036917B (en) The implementation method of client platform and client platform
CN104363306A (en) Private cloud management control method for enterprise
CN103179080A (en) Cloud computer system for internet users and cloud computer connection method
CN106648597A (en) Multi-user concurrent remote compiling engine architecture
CN109857439B (en) Game version updating method and device
CN103209255A (en) Mobile terminal online game system
CN106302626A (en) A kind of elastic expansion method, Apparatus and system
CN114900526A (en) Load balancing method and system, computer storage medium and electronic device
CN111436028B (en) Service access method, system and communication open platform
KR101385336B1 (en) Method for Using On Line Game Service without Log-In Process
KR101874590B1 (en) Method for providing communication middleware service using universal game network library
KR100734628B1 (en) Distributed Software Streaming Service Method and System
US11465045B1 (en) Maintaining session state using redundant servers
US11167212B1 (en) Maintaining session state using redundant servers
CN113173468B (en) Elevator calling method and device and elevator control system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: GUANGZHOU THREE RIVER FIELD CULTURE TECHNOLOGY CO.

Free format text: FORMER OWNER: GUANGZHOU LANYOU NETWORK TECHNOLOGY CO., LTD.

Effective date: 20150410

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 510613 GUANGZHOU, GUANGDONG PROVINCE TO: 510000 GUANGZHOU, GUANGDONG PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20150410

Address after: 510000 Guangdong city of Guangzhou province Luogang District Science City Kehui Street No. 5, No. four 301-B

Patentee after: Field, river, Guangzhou three culture Science and Technology Co., Ltd.

Address before: 510613 Guangdong city of Guangzhou province Tianhe District Tianhe North Road, No. 233 Citic Tower 22 floor No. 17

Patentee before: Guangzhou Lanyou Network Technology Co., Ltd.