AU2016277742A1 - Server program hot upgrading method and device - Google Patents

Server program hot upgrading method and device Download PDF

Info

Publication number
AU2016277742A1
AU2016277742A1 AU2016277742A AU2016277742A AU2016277742A1 AU 2016277742 A1 AU2016277742 A1 AU 2016277742A1 AU 2016277742 A AU2016277742 A AU 2016277742A AU 2016277742 A AU2016277742 A AU 2016277742A AU 2016277742 A1 AU2016277742 A1 AU 2016277742A1
Authority
AU
Australia
Prior art keywords
processing
server program
processing instance
server
instance
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.)
Abandoned
Application number
AU2016277742A
Inventor
Zeshui XU
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Publication of AU2016277742A1 publication Critical patent/AU2016277742A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Abstract

The present disclosure provides a server program hot upgrading method comprising following steps: the server controlling a processing instance A which is currently running to stop receiving business requests and to continue 5 processing a current business request when the server program upgrades; the server creating a new processing instance B by the updated server program, to process the business requests received by the processing instance B; the server controlling the processing instance A to exit after the processing instance A has finished processing the business request, and the server 10 program finishing hot upgrading.

Description

SERVER PROGRAM HOT UPGRADING METHOD AND DEVICE
[1] TECHNICAL FIELD
[2] The subject matter relates to computer technology, and particularly, to a server program hot upgrading method and a server program hot 5 upgrading device.
[3] DESCRIPTION OF RELATED ART
[4] With a development of network technology, backend servers are playing a more and more important role in network environment. User requirements are also increased which causes an improved demand for 10 network backend servers. At the same time, the functions of the network backend server are constantly updated. Thus, the network backend server programs need to be constantly upgraded to meet the user requirements.
[5] Previously, the backend server disconnects the client each time the backend server upgrades and restarts, thereby causing an interruption of the 15 current service connection and affecting the client’s experience. At the moment the backend server restarts, all operations including file operation are forced to be interrupted, thereby causing a small amount of data to be loss. More seriously, if the interruption occurs when some key data is operated, the data cannot keep its integrity, thus causing the data to be lost and generate 20 errors.
[6] Take the client being connected to the backend server for registration for example. When a user uses the client to connect to the backend server for registration, if the backend server upgrades and restarts, the client will remind the user according to the connection state that the client is 25 disconnected with the backend server. The client cannot be connected to the backend server to continue the registration before the backend server restarts. After the background server updates and restarts, the user needs to perform 1 the registration again. Furthermore, since the registration is forced to be interrupted at the time the backend server updates and restarts, the user may not correctly continue the registration.
[7] In another case, when the user has been input key information 5 including username and the backend server updates and restarts, the key information is uploaded to the backend server and stored in the database. After the backend server updates and restarts, the user needs to perform the registration again and input the same username. Since the username has been existed in the backend server, the user may be reminded that the 10 username has been registered. However, the registration information corresponding to the username is incomplete, the user cannot use the username to log in the backend server, thus making the username to be ownerless and to occupy system resources, and also resulting that the user cannot use a satisfied username.
15 [8] BRIEF SUMMARY OF THE DISCLOSURE
[9] The main object of the present disclosure is to provide a server program hot upgrading method, to solve the problems that the data is lost and incomplete when the backend server updates and restarts.
[10] To achieve that purpose, the present disclosure provides a server 20 program hot upgrading method including following steps: [11] the server controls a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades; [12] the server creates a new processing instance B by the updated server 25 program, to process the business requests received by the processing instance B; [13] the server controls the processing instance A to exit after the 2 processing instance A has finished processing the business request, and the server program finishes hot upgrading.
[14] Preferably, the step of “the server controlling a processing instance A which is currently running to stop receiving business requests and to continue 5 processing a current business request when the server program upgrades” further comprises following step: [15] the server controls a daemon process to disable a receiving functionality of the processing instance A which is currently running to cause the processing instance A to stop receiving the business requests, and further 10 controls the processing instance A to continue processing the current business request, when the server program upgrades.
[16] Preferably, the step of “the server creating a new processing instance B by the updated server program, to process the business requests received by the processing instance B” further comprises following step: 15 [17] the daemon process of the server program creates the new processing instance B by the updated server program and binds the processing instance B to a business request access port, and further controls the processing instance B to receive and to process the business requests.
[18] Preferably, the step of “the server controlling a processing instance A 20 which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades” further comprises following step: [19] the server controls an access stratum to stop sending the business requests to the processing instance A which is currently running, and further 25 controls the processing instance A which is currently running to continue processing the current business request, when the server program upgrades.
[20] Preferably, the step of “the server creating a new processing instance 3 B by the updated server program, to process the business requests received by the processing instance B” further comprises following step.
[21] The server creates the new processing instance B by the updated server program, controls the access stratum to send the received business requests to the processing instance B, and controls the processing instance B to receive and to process the business requests.
[22] In addition, to achieve that purpose, the present disclosure further provides a server program hot upgrading device including: [23] a stop receiving module configured to control a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades; [24] a new instance creating module configured to create a new processing instance B by the updated server program, to process the business requests received by the processing instance B; [25] an exiting after finish module configured to control the processing instance A to exit after the processing instance A has finished processing the business request, and the server program finishes hot upgrading.
[26] Preferably, the stop receiving module further comprises: [27] a disable receiving unit configured to control a daemon process of the server program to disable a receiving functionality of the processing instance A which is currently running to cause the processing instance A to stop receiving the business requests, and further configured to control the processing instance A to continue processing the current business request, when the server program upgrades.
[28] Preferably, the new instance creating module further comprises: [29] a creating and binding unit configured to control the daemon process 4 of the server program to create the new processing instance B by the updated server program and bind the processing instance B to a business request access port, and further configured to control the processing instance B to receive and to process the business request.
[30] Preferably, the stop receiving module further comprises: [31] a stop sending business request unit configured to control an access stratum to stop sending the business requests to the processing instance A which is currently running, and further control the processing instance A which is currently running to continue processing the current business request, when the server program upgrades.
[32] Preferably, the new instance creating module further comprises: [33] a creating and sending unit configured to create the new processing instance B by the updated server program, control the access stratum to send the received business requests to the processing instance B, and control the processing instance B to receive and to process the business requests.
[34] The server program hot upgrading method and device provided by the present disclosure creates the new processing instance by the upgraded server program to process new business requests. The old processing instance continues processing the current business request and then exits. Thus, the present disclosure can prevent data from being losing when the server program upgrades, allow the server program to finish hot upgrading, and ensure that data is complete when the server program upgrades. The hot upgrade process of the server program is transparent to user, which may not affect user’s experience.
[35] BRIEF DESCRIPTION OF THE DRAWINGS
[36] Fig. 1 is a flowchart of a first embodiment of a server program hot upgrading method. 5 [37]FIG. 2 is a flowchart of a second embodiment of a server program hot upgrading method.
[3 8] FIG. 3 is a flowchart of a third embodiment of a server program hot upgrading method. 5 [3 9] FIG. 4 is block diagram of a first embodiment of a server program hot upgrading device.
[40] FIG. 5 is block diagram of a second embodiment of a server program hot upgrading device.
[41] FIG. 6 is block diagram of a third embodiment of a server program 10 hot upgrading device.
[42] The technical solution of the present invention is hereinafter described in detail with reference to the accompanying drawings.
[43] DETAILED DESCRIPTION
[44] It should be appreciate that the embodiments described herein are 15 only intended to illustrate, but not to limit the present disclosure.
[45] The technical solution of the present disclosure comprises: the server controls a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades; the server creates a new processing instance B 20 by the updated server program, to process the business request received by the processing instance B; the server controls the processing instance exit after the processing instance A has finished processing the business request, and the server program finishes hot upgrading.
[46] Previously, the server needs to restart when the server program 25 upgrades. The server may disconnect the client when the server upgrades and restarts, thereby causing an interruption of the current service connection and a small amount of data to be loss, thus, the data cannot keep its integrity. 6 [47] The present disclosure provides a technical solution that the server doesn’t need to restart when the server program upgrades. No interruption of the service connection occurs when the server program hot upgrades, thereby preventing the data from being lost which is caused by an 5 interruption of the operations including file operation when the interruption of the service connection happens, and allowing the data to keep its integrity.
[48] FIG. 1 illustrates a first embodiment of a server program hot upgrading method comprising following steps: [49] At step S100, the server controls a processing instance A which is 10 currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades; [50] The server keeps running the processing instance A which is currently running (that is, an old processing instance) and controls the processing instance A to continue processing the current business request 15 when the server program upgrades, thereby preventing the processing instance A to the process new business requests. Thus, the processing instance A stops receiving the new business requests.
[51] At step S200, the server creates a new processing instance B by the updated server program, to process the business requests received by the 20 processing instance B; [52] The server creates the new processing instance B by the updated server program. When the new processing instance B is created, the server controls the new processing instance B to process the new business requests, thereby preventing the service connection from being interrupted when the 25 server program upgrades. Thus, the user cannot sense that the server program upgrades.
[53] At step S300, the server controls the processing instance A to exit 7 after the processing instance A has finished processing the business request, and the server program finishes hot upgrading.
[54]The server controls the processing instance A to exit after the processing instance A has finished processing the business request, and the 5 server program finishes hot upgrading. The new business requests are processed by the processing instance B. That is, after the server program upgrades, there is only the processing instance B which processes the new business requests. It is foreseeable that the occupied resources are released when the processing instance A exits. 10 [55]In the embodiment, the new processing instance is created which processes the new business requests when the server program upgrades, at the same time, the old processing instance continues processing the current business request. Thereby, the server doesn’t need to restart when the server program upgrades, and no interruption of the service connection occurs. 15 Thus, the user cannot sense that the server program upgrades. Furthermore, since the server doesn’t need to restart, thus preventing the data from being lost which is caused by an interruption of operations including the file operation when the server restarts.
[5 6] FIG. 2 illustrates a second embodiment of a server program hot 20 upgrading method. Based on the above first embodiment, the step SI00 of “the server controlling a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades” further comprises: [57]step SI 10, the server controls a daemon process to disable a 25 receiving functionality of the processing instance A which is currently running to cause the processing instance A to stop receiving the business requests, and further controls the processing instance A to continue processing the current business request, when the server program upgrades; [58] To manage the processing instances more conveniently, when the server program upgrades, the server controls the daemon process to manage the receiving functionality of the processing instance, disable the receiving functionality of the processing instance A which is currently running to cause the processing instance A to stop receiving the business requests. However, the processing instance A continues processing the current business instance to keep the service connection, thus, the user cannot sense that the sever program upgrades.
[59] The step S200 of “the server creating a new processing instance B by the updated server program, to process the business requests received by the processing instance B” further comprises following step: [60] step S210, the daemon process of the server program creates the new processing instance B by the updated server program and binds the processing instance B to a business request access port, and further controls the processing instance B to receive and to process the business requests.
[61] To ensure that the server program continues providing services for processing business requests, the server controls the daemon process to create the new processing instance B by the updated server program, and binds the processing instance B to the business request access port. At the same time, the server controls the processing instance B to receive and to process the business requests.
[62] In operation, the steps of this embodiment comprises following steps: [63] 1. the daemon process detects signal; [64] 2. when the daemon process detects an upgrading signal, the daemon process initials a new process from a same business request access port, that 9 is, the daemon process creates the new processing instance and binds the new processing instance to the business request access port.
[65] 3. disable the receiving functionality of the current process, after the current process has finished processing the current business request, the 5 current process exits, that is, the server disconnects the old processing instance to cause the old processing instance to stop receiving the business requests, at the same time, the old processing instance continues processing the current business request and exits the current business request is finished.
[66] Based on the advantage of the above embodiment, the processing 10 instances of this embodiment are managed by the daemon process. Thus, when the server program upgrades, the unified management of the daemon process can allow the processing instances to be switched more smoothly, allow the server to continue providing services for processing business requests when the server program upgrades, and further prevent the data from 15 being lost or generating errors when the server restarts.
[67] Furthermore, FIG. 3 illustrates a third embodiment of a server program hot upgrading method. Based on the first embodiment of FIG. 1, the step SI00 of “the server controlling a processing instance A which is currently running to stop receiving business requests and to continue 20 processing a current business request when the server program upgrades” further comprises: [68] Step SI20, the server controls an access stratum to stop sending the business requests to the processing instance A which is currently running, and further controls the processing instance A which is currently running to 25 continue processing the current business request, when the server program upgrades.
[69] The server program is divided into the access stratum and a backend 10 service stratum. The access stratum is configured to communicate with the client, receive the business requests from the client, and sends the received business requests to the backend service stratum. The backend service stratum provides services for processing the business requests by the processing instances. When the service program upgrades, the server controls an access stratum to stop sending the business requests to the processing instance which is currently running, that is, and to stop sending the business requests to the processing instance A, and further controls the processing instance A which is currently running to continue processing the current business request to avoid an interruption of the services for processing the business requests.
[70] The step S200 of “the server creating a new processing instance B by the updated server program, to process the business requests received by the processing instance B” further comprises following step: [71] Step S220, the server creates the new processing instance B by the updated server program, controls the access stratum to send the received business requests to the processing instance B, and controls the processing instance B to receive and to process the business requests.
[72] The server creates the new processing instance, namely the processing instance B, and controls the access stratum to send the received business requests to the processing instance B. The processing instance B receives and processes the business requests, thereby allowing the new business requests to be successively received and processed when the server program upgrades.
[73] In operation, take a single server for example, the steps of this embodiments comprises: [74] 1. the server is deployed by separating the access stratum and the 11 backend service stratum [75] 2. when the server program upgrades, two backend processing instances are deployed, the request flows are leaded to the new backend processing instances by the access stratum, to cause the new backend processing instances to receive and to process the business requests; [76] 3. the old backend processing instance continues processing the current the business request and then exits after the business request is finished.
[77] Based on the advantage of the above embodiment, the access stratum of this embodiment allocates the business request, thereby allowing the new business requests to be leaded to the new processing instances when the server program upgrades, and allowing the processing instances to be switched more smoothly, thus avoiding an interruption of processing the business requests when the server program upgrades, further preventing the data from being lost or generating errors when the server program upgrades. Moreover, connection and data business can be switched on a single server.
[78] FIG. 4 illustrates a first embodiment of a server program hot upgrading device comprising: [79] a stop receiving module 100 configured to control a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades; [80] The server keeps running the processing instance A which is currently running (that is, an old processing instance) and controls the processing instance A to continue processing the current business request when the server program upgrades, thereby preventing the processing instance A to the process new business requests. Thus, the processing 12 instance A stops receiving the new business requests.
[81] a new instance creating module 200 configured to create a new processing instance B by the updated server program, to process the business requests received by the processing instance B; [82] The new instance creating module 200 creates the new processing instance B by the updated server program. When the new processing instance B is created, the server controls the new processing instance B to process the new business requests, thereby preventing the service connection from being interrupted when the server program upgrades. Thus, the user cannot sense that the server program upgrades.
[83] an exiting after finish module 300 configured to control the processing instance A to exit after the processing instance A has finished processing the business request, and the server program finishes hot upgrading.
[84] The server controls the processing instance A to exit after the processing instance A has finished processing the business request, and the server program finishes hot upgrading. The new business requests are processed by the processing instance B. That is, after the server program upgrades, there is only the processing instance B which processes the new business requests. It is foreseeable that the occupied resources are released when the processing instance A exits.
[85] In the embodiment, the new processing instance is created which processes the new business requests when the server program upgrades, at the same time, the old processing instance continues processing the current business request. Thereby, the server doesn’t need to restart when the server program upgrades, and no interruption of the service connection occurs. Thus, the user cannot sense that the server program upgrades. Furthermore, 13 since the server doesn’t need to restart, thus preventing the data from being lost which is caused by an interruption of operations including the file operation when the server restarts.
[86] FIG. 5 illustrates a second embodiment of a server program hot 5 upgrading device. Based on the above first embodiment of FIG. 4, the stop receiving module 100 further comprises: [87] a disable receiving unit 110 configured to control a daemon process of the server program to disable a receiving functionality of the processing instance A which is currently running to cause the processing instance A to 10 stop receiving the business requests, and further configured to control the processing instance A to continue processing the current business request, when the server program upgrades.
[88] To manage the processing instances more conveniently, when the server program upgrades, the server controls the daemon process to manage 15 the receiving functionality of the processing instance, disable the receiving functionality of the processing instance A which is currently running to cause the processing instance A to stop receiving the business requests. However, the processing instance A continues processing the current business instance to keep the service connection, thus, the user cannot sense that the sever 20 program upgrades.
[89] The new instance creating module 200 further comprises: [90] a creating and binding unit 210 configured to control the daemon process of the server program to create the new processing instance B by the updated server program and bind the processing instance B to a business 25 request access port, and further configured to control the processing instance B to receive and to process the business request.
[91] To ensure that the server program continues providing services for 14 processing business requests, the server controls the daemon process to create the new processing instance B by the updated server program, and binds the processing instance B to the business request access port. At the same time, the server controls the processing instance B to receive and to process the 5 business requests.
[92] In operation, the steps of this embodiment comprises following steps: [93] 1. the daemon process detects signal; [94] 2. when the daemon process detects an upgrading signal, the daemon 10 process initials a new process from a same business request access port, that is, the daemon process creates the new processing instance and binds the new processing instance to the business request access port.
[95] 3. disable the receiving functionality of the current process, after the current process has finished processing the current business request, the 15 current process exits, that is, the server disconnects the old processing instance to cause the old processing instance to stop receiving the business requests, at the same time, the old processing instance continues processing the current business request and exits the current business request is finished.
[96] Based on the advantage of the above embodiment, the processing 20 instances of this embodiment are managed by the daemon process. Thus, when the server program upgrades, the unified management of the daemon process can allow the processing instances to be switched more smoothly, allow the server to continue providing services for processing business requests when the server program upgrades, and further prevent the data from 25 being lost or generating errors when the server restarts.
[97] Furthermore, FIG. 6 illustrates a third embodiment of a server program hot upgrading device. Based on the first embodiment of FIG. 4, the 15 stop receiving module 100 further comprises: [98] a stop sending business request unit 120 configured to control an access stratum to stop sending the business requests to the processing instance A which is currently running, and further control the processing instance A which is currently running to continue processing the current business request, when the server program upgrades.
[99] The server program is divided into the access stratum and a backend service stratum. The access stratum is configured to communicate with the client, receive the business requests from the client, and sends the received business requests to the backend service stratum. The backend service stratum provides services for processing the business requests by the processing instances. When the service program upgrades, the server controls an access stratum to stop sending the business requests to the processing instance which is currently running, that is, and to stop sending the business requests to the processing instance A, and further controls the processing instance A which is currently running to continue processing the current business request to avoid an interruption of the services for processing the business requests.
[100] The new instance creating module 200 further comprises: [101] a creating and sending unit 220 configured to create the new processing instance B by the updated server program, control the access stratum to send the received business requests to the processing instance B, and control the processing instance B to receive and to process the business requests.
[102] The creating and sending unit 220 creates the new processing instance, namely the processing instance B, and controls the access stratum to send the received business requests to the processing instance B. The 16 processing instance B receives and processes the business requests, thereby allowing the new business requests to be successively received and processed when the server program upgrades.
[103] In operation, take a single server for example, the steps of this embodiments comprises: [104] 1. the server is deployed by separating the access stratum and the backend service stratum [105] 2. when the server program upgrades, two backend processing instances are deployed, the request flows are leaded to the new backend processing instances by the access stratum, to cause the new backend processing instances to receive and to process the business requests; [106] 3. the old backend processing instance continues processing the current the business request and then exits after the business request is finished.
[107] Based on the advantage of the above embodiment, the access stratum of this embodiment allocates the business request, thereby allowing the new business requests to be leaded to the new processing instances when the server program upgrades, and allowing the processing instances to be switched more smoothly, thus avoiding an interruption of processing the business requests when the server program upgrades, further preventing the data from being lost or generating errors when the server program upgrades. Moreover, connection and data business can be switched on a single server.
[108] What described above are only preferred embodiments of the present disclosure but are not intended to limit the scope of the present disclosure. Accordingly, any equivalent structural or process flow modifications that are made on basis of the specification and the attached drawings or any direct or indirect applications in other technical fields shall 17 also fall within the scope of the present disclosure. 18

Claims (10)

  1. What is claimed is:
    1. A server program hot upgrading method comprising following steps: the server controlling a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades; the server creating a new processing instance B by the updated server program, to process the business requests received by the processing instance B; the server controlling the processing instance A to exit after the processing instance A has finished processing the business request, and the server program finishing hot upgrading.
  2. 2. The server program hot upgrading method of claim 1, wherein the step of “the server controlling a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades” further comprises following step: the server controlling a daemon process to disable a receiving functionality of the processing instance A which is currently running to cause the processing instance A to stop receiving the business requests, and further controlling the processing instance A to continue processing the current business request, when the server program upgrades.
  3. 3. The server program hot upgrading method of claim 2, wherein the step of “the server creating a new processing instance B by the updated server program, to process the business requests received by the processing instance B” further comprises following step: the daemon process of the server program creating the new processing instance B by the updated server program and binding the processing instance B to a business request access port, and further controlling the processing instance B to receive and to process the business requests.
  4. 4. The server program hot upgrading method of claim 1, wherein the step of “the server controlling a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades” further comprises following step: the server controlling an access stratum to stop sending the business requests to the processing instance A which is currently running, and further controlling the processing instance A which is currently running to continue processing the current business request, when the server program upgrades.
  5. 5. The server program hot upgrading method of claim 4, wherein the step of “the server creating a new processing instance B by the updated server program, to process the business requests received by the processing instance B” further comprises following step. the server creating the new processing instance B by the updated server program, controlling the access stratum to send the received business requests to the processing instance B, and controlling the processing instance B to receive and to process the business requests.
  6. 6. A server program hot upgrading device comprising: a stop receiving module configured to control a processing instance A which is currently running to stop receiving business requests and to continue processing a current business request when the server program upgrades; a new instance creating module configured to create a new processing instance B by the updated server program, to process the business requests received by the processing instance B; an exiting after finish module configured to control the processing instance A to exit after the processing instance A has finished processing the business request, and the server program finishes hot upgrading.
  7. 7. The server program hot upgrading device of claim 6, wherein the stop receiving module further comprises: a disable receiving unit configured to control a daemon process of the server program to disable a receiving functionality of the processing instance A which is currently running to cause the processing instance A to stop receiving the business requests, and further configured to control the processing instance A to continue processing the current business request, when the server program upgrades.
  8. 8. The server program hot upgrading device of claim 7, wherein the new instance creating module further comprises: a creating and binding unit configured to control the daemon process of the server program to create the new processing instance B by the updated server program and bind the processing instance B to a business request access port, and further configured to control the processing instance B to receive and to process the business request.
  9. 9. The server program hot upgrading device of claim 6, wherein the stop receiving module further comprises: a stop sending business request unit configured to control an access stratum to stop sending the business requests to the processing instance A which is currently running, and further control the processing instance A which is currently running to continue processing the current business request, when the server program upgrades.
  10. 10. The server program hot upgrading device of claim 9, wherein the new instance creating module further comprises: a creating and sending unit configured to create the new processing instance B by the updated server program, control the access stratum to send the received business requests to the processing instance B, and control the processing instance B to receive and to process the business requests.
AU2016277742A 2016-03-15 2016-03-15 Server program hot upgrading method and device Abandoned AU2016277742A1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/076333 WO2017156693A1 (en) 2016-03-15 2016-03-15 Method and device for hot upgrading server program

Publications (1)

Publication Number Publication Date
AU2016277742A1 true AU2016277742A1 (en) 2017-10-05

Family

ID=59851740

Family Applications (1)

Application Number Title Priority Date Filing Date
AU2016277742A Abandoned AU2016277742A1 (en) 2016-03-15 2016-03-15 Server program hot upgrading method and device

Country Status (2)

Country Link
AU (1) AU2016277742A1 (en)
WO (1) WO2017156693A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114629971A (en) * 2022-02-25 2022-06-14 浙江爱充网络科技有限公司 Pile service program thermal upgrading system and method for electric vehicle charging service platform

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104102502B (en) * 2013-04-09 2018-09-04 腾讯科技(深圳)有限公司 A kind of processing method that realizing heat deployment, device and server
CN103677927B (en) * 2013-12-16 2017-02-22 华为技术有限公司 Software upgrading method and device
CN105100232B (en) * 2015-07-14 2016-08-17 焦点教育科技有限公司 A kind of method of the serve end program smooth upgrade of continual service

Also Published As

Publication number Publication date
WO2017156693A1 (en) 2017-09-21

Similar Documents

Publication Publication Date Title
US10671376B2 (en) Server program hot upgrading method and device
US9485134B2 (en) Managing configurations of system management agents in a distributed environment
EP3170071B1 (en) Self-extending cloud
US10268472B2 (en) Upgrading systems with replicated data
US10977226B2 (en) Self-service configuration for data environment
US10282187B2 (en) Efficient application patching in heterogeneous computing environments
US8954611B2 (en) Mechanism for sharing states of applications and devices across different user profiles
US11663175B2 (en) Deployment of applications conforming to application data sharing and decision service platform schema
US8762983B2 (en) Hot deployment of software
TW201229795A (en) Web service patterns for globally distributed service fabric
US10209976B2 (en) Automated application installation
EP3516850B1 (en) Systems and methods for sharing application data between isolated applications executing on one or more application platforms
EP2955627B1 (en) Managing versions of components of a software suite
US20130067451A1 (en) Application deployment and registration in a multi-user system
US20150039946A1 (en) Method and system for a high availability framework
CN105528205A (en) Update control method and update control system
EP4050850A1 (en) Service upgrading method, device and system
US11018860B2 (en) Highly available and reliable secret distribution infrastructure
AU2016277742A1 (en) Server program hot upgrading method and device
KR101638689B1 (en) System and method for providing client terminal to user customized synchronization service
US10776134B2 (en) Management of application properties
CN113422791B (en) Cloud service configuration method and device, electronic equipment and computer readable storage medium
JP2015125512A (en) Management system, management method by management system, management device, control method for management device, and program
CN112579247A (en) Method and device for determining task state
TW201816605A (en) Application upgrading method and device

Legal Events

Date Code Title Description
MK4 Application lapsed section 142(2)(d) - no continuation fee paid for the application