WO2017156693A1 - Method and device for hot upgrading server program - Google Patents

Method and device for hot upgrading server program Download PDF

Info

Publication number
WO2017156693A1
WO2017156693A1 PCT/CN2016/076333 CN2016076333W WO2017156693A1 WO 2017156693 A1 WO2017156693 A1 WO 2017156693A1 CN 2016076333 W CN2016076333 W CN 2016076333W WO 2017156693 A1 WO2017156693 A1 WO 2017156693A1
Authority
WO
WIPO (PCT)
Prior art keywords
server program
processing instance
service request
server
processing
Prior art date
Application number
PCT/CN2016/076333
Other languages
French (fr)
Chinese (zh)
Inventor
徐则水
Original Assignee
深圳创维-Rgb电子有限公司
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 深圳创维-Rgb电子有限公司 filed Critical 深圳创维-Rgb电子有限公司
Priority to PCT/CN2016/076333 priority Critical patent/WO2017156693A1/en
Priority to AU2016277742A priority patent/AU2016277742A1/en
Priority to US15/412,276 priority patent/US10671376B2/en
Publication of WO2017156693A1 publication Critical patent/WO2017156693A1/en

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

Definitions

  • the receiving unit is configured to: when the server program is upgraded, the control daemon closes the receiving function of the currently running processing instance A, so that the processing instance A stops receiving the service request, and controls the processing instance A to continue processing Business request.
  • FIG. 4 is a schematic diagram of functional modules of a first embodiment of a device for hot upgrade of a server program according to the present invention
  • the main solution of the embodiment of the present invention is: when the server program is upgraded, the server controls the currently running processing instance A to stop receiving the service request, and continues to process the processed service request; the server creates a new one through the upgraded server program.
  • the processing instance B processes the service request received by the processing instance B. After the processing instance A processes the completed service request, the server controls the processing instance A to exit, and the server program hot upgrade is completed.
  • Step S210 the daemon of the server program creates a new processing instance B through the upgraded server program, and binds the processing instance B to the service request access port, and controls the processing instance B to receive the service request. deal with.
  • the same server is deployed with the separation of the access layer and the backend service
  • the access layer service request is allocated, so that when the server program is upgraded, the new service request is directed to the new processing instance, so that the switching between the processing instances is smoother. To ensure that the service processing is not interrupted when the server program is upgraded, and the data loss or error caused by the restart upgrade is avoided, and further, the link switching and the data service switching on one server are realized.

Abstract

The invention discloses a method for hot upgrading of a server program. The method for hot upgrading of a server program comprises: when a server program is being upgraded, a server controls a currently running processing instance A to stop receiving service requests while continuing to process service requests already being processed; the server creates, by means of an upgraded server program, a new processing instance B to process service requests received by the processing instance B; after the processing instance A completes processing service requests, the server controls the processing instance A to exit, and hot upgrade of the server program is completed. The invention further discloses a device for hot upgrading a server program. According to the invention, when a server program is upgraded, the server does not need to be restarted, while ensuring that service connections are uninterrupted, so that users are unaware of the server program upgrade. Further, because server restart is not required to complete the upgrade, data loss or data anomalies that may occur due to forced interruption of file or other operations during restarting can be avoided.

Description

服务器程序热升级的方法及装置  Method and device for server program hot upgrade
技术领域Technical field
本发明涉及计算机技术领域,尤其涉及服务器程序热升级的方法及装置。The present invention relates to the field of computer technologies, and in particular, to a method and apparatus for server program hot upgrade.
背景技术Background technique
随着网络技术的发展,后台服务器在整个网络环境中的作用越来越大,但同时随着网络技术的发展,用户需求也在不断的发展,随着用户需求的不断变化及发展,对于网络后台服务器的要求也越来越高,同时网络后台服务器所具有的功能也在不断更新,这使得网络后台服务器程序需要不断的进行升级以满足客户的需求。With the development of network technology, the background server plays an increasingly important role in the entire network environment. However, with the development of network technology, user requirements are also constantly developing. As the user needs change and develop, the network The requirements of the back-end server are also getting higher and higher, and the functions of the network back-end server are constantly updated, which makes the network back-end server program need to be continuously upgraded to meet the needs of customers.
现有技术中,后台服务器程序每次升级重启的时候,会瞬时断开连接,造成正在服务的连接中断,影响客户端的体验,同时重启的瞬间文件操作等都被强制中断,会造成数据少量丢失,严重的时候对于关键数据操作一半中断,直接造成数据的完整性得不到保障,造成数据丢失或者数据异常等情况。In the prior art, each time the background server program is upgraded and restarted, the connection is instantaneously disconnected, causing the connection of the service to be interrupted, affecting the experience of the client, and the file operation of the restarting moment is forcibly interrupted, which may cause a small loss of data. In severe cases, half of the critical data operations are interrupted, which directly results in the incompleteness of data, resulting in data loss or data anomalies.
以客户端正在连接后台服务器进行用户注册操作为例,当用户通过客户端连接后台服务器进行用户注册操作时,若刚好遇到后台服务器重启升级,则客户端将根据连接状态提示用户与后台服务器连接已断开,并且在后台服务器重启之前,用户都将无法再连接后台服务器进行后续操作,在后台服务器升级重启后,由于后台服务器已经重新升级,因此,用户需要重新进行已经进行过的用户注册流程,且由于服务器重启升级的瞬间,文件操作等都被强制中断,因此,用户可能注册流程可能无法正确进行下去。For example, when the client is connecting to the background server for user registration, when the user connects to the background server through the client to perform the user registration operation, if the background server restarts and upgrades, the client will prompt the user to connect with the background server according to the connection status. It has been disconnected, and before the background server is restarted, the user will no longer be able to connect to the background server for subsequent operations. After the background server is upgraded and restarted, since the background server has been re-upgraded, the user needs to re-do the user registration process that has already been performed. However, due to the moment when the server is restarted and upgraded, file operations and the like are forcibly interrupted. Therefore, the user may not be able to proceed with the registration process correctly.
另一种情况下当用户进行注册流程时已填写用户名等关键信息后,后台服务器重启升级,由于用户填写用户名等关键信息后已上传后台服务器并且写入数据库,因此,后台服务器重启升级后,用户重新进行用户注册流程,当用户使用相同的用户名注册时,因为后台服务器已存在该用户名记录,因此用户将得到该用户名已被注册的提示,但后台服务器中该用户名的相关信息是不完整的,即用户无法正常使用该用户名进行登录,使得该用户名成为无主用户名,占用系统资源,同时也使得用户不能使用自己满意的用户名。In another case, when the user fills in the key information such as the user name in the registration process, the background server restarts the upgrade. After the user fills in the key information such as the user name and uploads the background server and writes to the database, the background server is restarted after the upgrade. The user re-executes the user registration process. When the user registers with the same user name, because the user name record already exists in the background server, the user will get a prompt that the user name has been registered, but the user name in the background server is related. The information is incomplete, that is, the user cannot log in normally using the username, so that the username becomes an unowned user name, occupies system resources, and the user cannot use the user name that is satisfactory.
发明内容Summary of the invention
本发明的主要目的在于提供一种服务器程序热升级的方法,旨在解决服务器程序升级重启时,数据丢失造成数据不完整的技术问题。The main purpose of the present invention is to provide a method for server program hot upgrade, which aims to solve the technical problem that data loss is caused by data loss when the server program is upgraded and restarted.
为实现上述目的,本发明提供一种服务器程序热升级的方法,所述服务器程序热升级的方法包括以下步骤:To achieve the above object, the present invention provides a method for hot upgrade of a server program, and the method for hot upgrade of the server program includes the following steps:
当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求;When the server program is upgraded, the server controls the currently running processing instance A to stop receiving service requests and continue processing the business requests being processed;
服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求;The server creates a new processing instance B through the upgraded server program to process the service request received by the processing instance B;
当所述处理实例A处理完成业务请求后,服务器控制所述处理实例A退出,服务器程序热升级完成。After the processing instance A processes the completion of the service request, the server controls the processing instance A to exit, and the server program hot upgrade is completed.
优选地,所述当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求的步骤包括:Preferably, when the server program is upgraded, the server controls that the currently running processing instance A stops receiving the service request, and continues to process the service request being processed, including:
当服务器程序进行升级时,所述服务器程序的守护进程关闭当前正在运行的处理实例A的接收功能,使所述处理实例A停止接收业务请求,同时控制所述处理实例A继续处理正在处理的业务请求。When the server program is upgraded, the daemon of the server program closes the receiving function of the currently running processing instance A, causing the processing instance A to stop receiving the service request, and controlling the processing instance A to continue processing the service being processed. request.
优选地,所述服务器通过升级后的服务器程序创建新的处理实例B处理后续接收到的业务请求的步骤包括:Preferably, the step of the server creating a new processing instance B to process a subsequently received service request by using the upgraded server program comprises:
所述服务器程序的守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制所述处理实例B接收业务请求并处理。The daemon of the server program creates a new processing instance B through the upgraded server program, and binds the processing instance B to the service request access port, and controls the processing instance B to receive the service request and process.
优选地,所述当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求的步骤还包括:Preferably, when the server program is upgraded, the step of the server controlling the currently running processing instance A to stop receiving the service request and continuing to process the service request being processed further includes:
当服务器程序进行升级时,服务器控制接入层不再向当前正在运行的处理实例A发送业务请求,同时控制当前正在运行的处理实例A继续处理正在处理的业务请求。When the server program is upgraded, the server control access layer no longer sends a service request to the currently running processing instance A, and controls the currently running processing instance A to continue processing the business request being processed.
优选地,所述服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求的步骤还包括:Preferably, the step of the server creating a new processing instance B by using the upgraded server program to process the service request received by the processing instance B further includes:
服务器通过升级后的服务器程序创建新的处理实例B,控制接入层将接收到的业务请求发送给所述处理实例B,同时控制所述处理实例B接收业务请求并处理。The server creates a new processing instance B through the upgraded server program, and the control access layer sends the received service request to the processing instance B, and controls the processing instance B to receive the service request and process.
此外,为实现上述目的,本发明还提供一种服务器程序热升级的装置,所述服务器程序热升级的装置包括:In addition, in order to achieve the above object, the present invention further provides an apparatus for hot-upgrading a server program, where the apparatus for hot-upgrading the server program includes:
停止接收模块,用于当服务器程序进行升级时,控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求;Stop receiving module, when the server program is upgraded, control the currently running processing instance A to stop receiving the service request, and continue to process the business request being processed;
新实例创建模块,用于通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求;a new instance creation module, configured to create a new processing instance B by using the upgraded server program to process the service request received by the processing instance B;
完成退出模块,用于当所述处理实例A处理完成业务请求后,控制所述处理实例A退出,服务器程序热升级完成。The exiting module is configured to control the processing instance A to exit after the processing instance A processes the completed service request, and the server program hot upgrade is completed.
优选地,所述停止接收模块包括:Preferably, the stopping the receiving module comprises:
关闭接收单元,用于当服务器程序进行升级时,控制守护进程关闭当前正在运行的处理实例A的接收功能,使所述处理实例A停止接收业务请求,同时控制所述处理实例A继续处理正在处理的业务请求。The receiving unit is configured to: when the server program is upgraded, the control daemon closes the receiving function of the currently running processing instance A, so that the processing instance A stops receiving the service request, and controls the processing instance A to continue processing Business request.
优选地,所述新实例创建模块包括:Preferably, the new instance creation module includes:
创建绑定单元,用于控制守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制所述处理实例B接收业务请求并处理。Creating a binding unit, configured to control the daemon to create a new processing instance B through the upgraded server program, and bind the processing instance B to the service request access port, and control the processing instance B to receive the service request and deal with.
优选地,所述停止接收模块还包括:Preferably, the stopping the receiving module further includes:
停止业务请求发送单元,用于当服务器程序进行升级时,控制接入层不再向当前正在运行的处理实例A发送业务请求,同时控制当前正在运行的处理实例A继续处理正在处理的业务请求。The service request sending unit is configured to stop the service layer from sending a service request to the currently running processing instance A when the server program is upgraded, and control the currently running processing instance A to continue processing the service request being processed.
优选地,所述新实施例创建模块还包括:Preferably, the new embodiment creation module further includes:
创建转发单元,用于通过升级后的服务器程序创建新的处理实例B,控制接入层将接收到的业务请求发送给所述处理实例B,同时控制所述处理实例B接收业务请求并处理。The forwarding unit is configured to create a new processing instance B by using the upgraded server program, and the control access layer sends the received service request to the processing instance B, and controls the processing instance B to receive the service request and process.
本发明实施例提出的一种服务器程序热升级的方法及装置,通过使用升级后服务器程序创建新的处理实例处理后续业务请求,同时旧处理实例处理完当前正在处理的业务请求后退出,保证服务器程序升级时数据不丢失,实现了服务器程序热升级,同时保证了服务器程序升级时数据的完整性,并且由于热升级对用户来说时透明的,不会给用户带来使用体验上的影响。A method and device for hot-upgrading a server program according to an embodiment of the present invention, a new processing instance is created by using an upgraded server program to process a subsequent service request, and the old processing instance exits after processing the currently processed service request, and the server is guaranteed. When the program is upgraded, the data is not lost, and the server program is upgraded hot. At the same time, the integrity of the data when the server program is upgraded is ensured, and since the hot upgrade is transparent to the user, the user experience is not affected.
附图说明DRAWINGS
图1为本发明服务器程序热升级的方法的第一实施例的流程示意图;1 is a schematic flow chart of a first embodiment of a method for hot upgrade of a server program according to the present invention;
图2为本发明服务器程序热升级的方法的第二实施例的流程示意图;2 is a schematic flow chart of a second embodiment of a method for hot upgrade of a server program according to the present invention;
图3为本发明服务器程序热升级的方法的第三实施例的流程示意图;3 is a schematic flowchart diagram of a third embodiment of a method for hot upgrade of a server program according to the present invention;
图4为本发明服务器程序热升级的装置的第一实施例的功能模块示意图;4 is a schematic diagram of functional modules of a first embodiment of a device for hot upgrade of a server program according to the present invention;
图5为本发明服务器程序热升级的装置的第二实施例的功能模块示意图;5 is a schematic diagram of functional modules of a second embodiment of an apparatus for hot-upgrading a server program according to the present invention;
图6为本发明服务器程序热升级的装置的第三实施例的功能模块示意图;6 is a schematic diagram of functional modules of a third embodiment of an apparatus for hot upgrade of a server program according to the present invention;
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional features, and advantages of the present invention will be further described in conjunction with the embodiments.
具体实施方式detailed description
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
本发明实施例的主要解决方案是:当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求;服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求;当所述处理实例A处理完成业务请求后,服务器控制所述处理实例A退出,服务器程序热升级完成。The main solution of the embodiment of the present invention is: when the server program is upgraded, the server controls the currently running processing instance A to stop receiving the service request, and continues to process the processed service request; the server creates a new one through the upgraded server program. The processing instance B processes the service request received by the processing instance B. After the processing instance A processes the completed service request, the server controls the processing instance A to exit, and the server program hot upgrade is completed.
由于现有技术服务器程序升级时需要通过重启进行,当在服务器程序重启升级时会断开连接,造成正在服务的连接中断,且造成数据丢失,使数据完整性得不到保证。Because the prior art server program needs to be restarted when it is upgraded, when the server program restarts and upgrades, the connection will be disconnected, causing the connection of the service to be interrupted, and the data is lost, so that the data integrity is not guaranteed.
本发明提供一种解决方案,使服务器程序升级时不再需要重启,而进行热升级,保证服务器程序升级时服务不中断,从而避免了由于服务中断瞬间文件操作等被强制中断而造成的数据丢失,进一步保证了数据的完整性。The invention provides a solution for the server program to be upgraded without restarting, and the hot upgrade is performed to ensure that the service is not interrupted when the server program is upgraded, thereby avoiding data loss caused by forced interruption of file interruption and other file operations. Further guarantees the integrity of the data.
参照图1,本发明服务器程序热升级的方法的第一实施例,所述服务器程序热升级的方法包括: Referring to FIG. 1 , a first embodiment of a method for hot upgrade of a server program according to the present invention includes:
步骤S100,当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接受业务请求,并继续处理正在处理的业务请求。In step S100, when the server program performs the upgrade, the server controls the currently running processing instance A to stop accepting the service request, and continues to process the service request being processed.
当服务器程序进行升级时,服务器不中断当前正在运行的处理实例A即旧处理实例的运行,控制所述处理实例A继续对正在处理的业务请求进行处理,为避免新业务请求有所述处理实例A处理,因此所述处理实例A不再接收新的业务请求。When the server program is upgraded, the server does not interrupt the running of the currently processing processing instance A, that is, the old processing instance, and controls the processing instance A to continue processing the processing service request, in order to avoid the new service request, the processing instance is A processing, so the processing instance A no longer receives new service requests.
步骤S200,通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求。In step S200, a new processing instance B is created by the upgraded server program to process the service request received by the processing instance B.
服务器创建新的处理实例B,所述处理实例B根据升级后的服务器程序进行创建,创建所述处理实例B后,控制所述处理实例B处理后续接收到的业务处理,保证服务器程序升级时,不中断服务,使客户无感知。The server creates a new processing instance B, and the processing instance B is created according to the upgraded server program. After the processing instance B is created, the processing instance B is controlled to process the subsequently received service processing to ensure that the server program is upgraded. The service is not interrupted, so that the customer is not aware.
步骤S300,当所述处理实例A处理完成业务请求后,服务器控制所述处理实例A退出,服务器程序热升级完成。Step S300, after the processing instance A processes the completion of the service request, the server controls the processing instance A to exit, and the server program hot upgrade is completed.
当所述处理实例A完成业务请求处理后,服务器控制所述处理实例A退出,服务器程序完成热升级,后续接收到的业务处理由所述处理实例B处理,即升级完成后,仅存在所述处理实例B对业务请求进行处理。可以预见的,所述处理实例A退出后,释放所占用的资源。After the processing instance A completes the service request processing, the server controls the processing instance A to exit, the server program completes the hot upgrade, and the subsequently received service processing is processed by the processing instance B, that is, after the upgrade is completed, only the Processing instance B processes the business request. It can be foreseen that after the processing instance A exits, the occupied resources are released.
在本实施例中,在服务器程序升级时通过建立新业务请求处理实例接收后续业务请求,同时旧的业务请求处理实例继续处理正在处理的业务请求,使得服务器程序升级时,不需要重启,同时保证了业务连接不中断,使用户对服务器程序升级无感知,进一步的,由于不需要重启进行升级,因此不会出现重启时文件等操作被强制中断而造成数据丢失的情况。In this embodiment, when the server program is upgraded, the subsequent service request is received by establishing a new service request processing instance, and the old service request processing instance continues to process the service request being processed, so that the server program is upgraded without restarting, and at the same time ensuring The service connection is not interrupted, so that the user does not have any awareness of the server program upgrade. Further, since the upgrade is not required, the file is not interrupted and the data is lost due to forced interruption.
进一步的,参照图2,本发明服务器程序热升级的方法的第二实施例,基于上述图1所示的实施例,所述步骤S100,当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求:Further, referring to FIG. 2, a second embodiment of the method for hot upgrade of the server program of the present invention, based on the embodiment shown in FIG. 1 above, the step S100, when the server program is upgraded, the server controls the currently running processing. Instance A stops receiving business requests and continues to process the business request being processed:
步骤S110,当服务器程序进行升级时,服务器控制守护进程关闭当前正在运行的处理实例A的接收功能,使所述处理实例A停止接收业务请求,同时控制所述处理实例A继续处理正在处理的业务请求。Step S110, when the server program is upgraded, the server control daemon closes the receiving function of the currently running processing instance A, so that the processing instance A stops receiving the service request, and controls the processing instance A to continue processing the processed service. request.
为方便处理实例管理,当服务器程序进行升级时,服务器控制守护进程对处理实例业务请求接收功能进行管理,关闭当前正在运行的处理实例A的接收功能,使得所述处理实例A不再接收后续业务请求,但所述处理实例A将会继续处理正在处理的业务请求,保证用户的业务连接不中断,从而使得用户对服务器程序升级无感知。To facilitate the processing of the instance management, when the server program is upgraded, the server control daemon manages the processing instance service request receiving function, and closes the receiving function of the currently running processing instance A, so that the processing instance A no longer receives the subsequent service. The request, but the processing instance A will continue to process the business request being processed, ensuring that the user's business connection is not interrupted, thereby making the user unperceived to the server program upgrade.
所述步骤S200,服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求包括:In the step S200, the server creates a new processing instance B by using the upgraded server program to process the service request received by the processing instance B, including:
步骤S210,所述服务器程序的守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制所述处理实例B接收业务请求并处理。Step S210, the daemon of the server program creates a new processing instance B through the upgraded server program, and binds the processing instance B to the service request access port, and controls the processing instance B to receive the service request. deal with.
为保证服务器程序继续提供后续业务请求处理服务,因此服务器控制守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制处理实例B接收业务请求,并对业务请求进行处理。To ensure that the server program continues to provide subsequent service request processing services, the server control daemon creates a new processing instance B through the upgraded server program, and binds the processing instance B to the service request access port, and controls the processing instance. B receives the service request and processes the service request.
具体实施时,本实施例的具体实施步骤包括:During specific implementation, the specific implementation steps of this embodiment include:
1、守护进程监听信号;1, the daemon process monitor signal;
2、当所述守护进程监听到升级信号时,在相同业务请求端口启动新的进行来处理新的业务请求,即创建新的处理实例,并绑定在业务请求端口上;2. When the daemon monitors the upgrade signal, initiates a new process on the same service request port to process a new service request, that is, creates a new processing instance and binds it to the service request port;
3、关闭当前进程连接接收,当当前进程完成正在处理的请求后退出,即断开旧处理实例连接,使旧处理实例不再接收业务处理请求,同时旧处理实例继续处理正在处理的业务请求,处理完成后退出。3. The current process connection is closed. When the current process completes the request being processed and exits, the old processing instance is disconnected, so that the old processing instance no longer receives the service processing request, and the old processing instance continues to process the processed service request. Exit after processing is complete.
在本实施例中,基于上一实施例所述的优点,通过守护进程对处理实例进行管理,使得服务器程序升级时,由守护进程统一管理,进一步使得处理实例间的切换更为平滑,保证服务器程序升级时业务处理不中断,同时避免重启升级而带来的数据丢失或出错的问题。In this embodiment, based on the advantages described in the previous embodiment, the processing instance is managed by the daemon process, so that when the server program is upgraded, the daemon process is uniformly managed, thereby further making the switching between the processing instances smoother and ensuring the server. Service processing is not interrupted when the program is upgraded, and data loss or error caused by restarting the upgrade is avoided.
进一步的,参照图3,本发明服务器程序热升级的方法的第三实施例,基于上述图1所示的实施例,所述步骤S100,当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求:Further, referring to FIG. 3, a third embodiment of the method for hot-upgrading the server program of the present invention, based on the embodiment shown in FIG. 1, the step S100, when the server program is upgraded, the server controls the currently running processing. Instance A stops receiving business requests and continues to process the business request being processed:
步骤S120,当服务器程序进行升级时,服务器控制接入层不再向当前正在运行的处理实例A发送业务请求,同时控制当前正在运行的处理实例A继续处理正在处理的业务请求。Step S120: When the server program performs the upgrade, the server control access layer no longer sends a service request to the currently running processing instance A, and controls the currently running processing instance A to continue processing the processed service request.
将服务器程序分层为接入层和后端服务层,其中,接入层用于与客户端通信,接收客户端发送的业务请求并将所述业务请求发送给后端服务层,后端服务层采用处理实例的方式提供业务处理支持,当服务器程序进行升级时,服务器控制接入层停止向正在运行的处理实例发送业务请求,及停止向处理实例A发送业务请求,同时为保证业务处理不中断,同时控制处理实例A继续处理正在处理的业务请求。The server program is layered into an access layer and a backend service layer, wherein the access layer is configured to communicate with the client, receive a service request sent by the client, and send the service request to the backend service layer, and the backend service The layer provides service processing support by means of processing instances. When the server program is upgraded, the server control access layer stops sending service requests to the running processing instance, and stops sending service requests to the processing instance A, and at the same time, guarantees service processing. Interrupt, while controlling processing instance A continues to process the business request being processed.
所述步骤S200,服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求包括:In the step S200, the server creates a new processing instance B by using the upgraded server program to process the service request received by the processing instance B, including:
步骤S220,服务器通过升级后的服务器程序创建新的处理实例B,控制接入层将接收到的业务请求发送给所述处理实例B,同时控制由所述处理实例B接收业务请求并处理。Step S220: The server creates a new processing instance B through the upgraded server program, and the control access layer sends the received service request to the processing instance B, and controls the processing instance B to receive the service request and process.
服务器通过升级后的服务器程序创建新的业务处理实例,即处理实例B,控制接入层将接收到的业务请求发送给所述处理实例B,所述处理实例B接收业务请求,并对所述业务请求进行处理,使服务器程序升级的过程中新的业务请求能够成功被接收并处理。The server creates a new service processing instance by using the upgraded server program, that is, processing instance B, and the control access layer sends the received service request to the processing instance B, and the processing instance B receives the service request, and receives the service request. The business request is processed so that new service requests can be successfully received and processed during the server program upgrade process.
具体实施时,以同一台服务器为例,本实施例具体实施步骤包括:For the specific implementation, the specific implementation steps of the embodiment include:
1、对同一台服务器采用接入层和后端服务分离的方案部署;1. The same server is deployed with the separation of the access layer and the backend service;
2、当服务器程序升级时,部署两个处理后端实例,由接入层控制将请求流量导到新的处理后端实例上,新的处理后端实例接收业务请求并对所述业务请求进行处理;2. When the server program is upgraded, two processing back-end instances are deployed, and the access layer controls the request traffic to the new processing back-end instance, and the new processing back-end instance receives the service request and performs the service request. deal with;
3、旧处理后端实例继续处理正在处理的业务请求,当处理完当前进程的数据后退出。3. The old processing backend instance continues to process the business request being processed, and exits when the data of the current process is processed.
本实施例中,基于上一实施例所述的优点,通过接入层业务请求进行分配,使得服务器程序升级时,将新的业务请求导向新的处理实例,使得处理实例间的切换更为平滑,保证服务器程序升级时业务处理不中断,同时避免重启升级而带来的数据丢失或出错的问题,进一步的,实现了在一台服务器上的链接切换和数据业务的切换。In this embodiment, based on the advantages described in the previous embodiment, the access layer service request is allocated, so that when the server program is upgraded, the new service request is directed to the new processing instance, so that the switching between the processing instances is smoother. To ensure that the service processing is not interrupted when the server program is upgraded, and the data loss or error caused by the restart upgrade is avoided, and further, the link switching and the data service switching on one server are realized.
参照图4,本发明服务器程序热升级的装置的第一实施例,所述服务器程序热升级的装置包括: Referring to FIG. 4, in a first embodiment of the apparatus for hot-upgrading a server program of the present invention, the apparatus for hot-upgrading the server program includes:
停止接收模块100,用于当服务器程序进行升级时,控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求。The receiving module 100 is configured to control the currently running processing instance A to stop receiving the service request when the server program is upgraded, and continue to process the service request being processed.
当服务器程序进行升级时,停止接收模块100不中断当前正在运行的处理实例A即旧处理实例的运行,控制所述处理实例A继续对正在处理的业务请求进行处理,为避免新业务请求有所述处理实例A处理,因此所述处理实例A不再接收新的业务请求。When the server program is upgraded, the receiving module 100 stops the operation of the currently running processing instance A, that is, the old processing instance, and controls the processing instance A to continue processing the processing service request, in order to avoid new service requests. Process instance A processing, so the process instance A no longer receives new service requests.
新实例创建模块200,用于通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求。The new instance creation module 200 is configured to create a new processing instance B by using the upgraded server program to process the service request received by the processing instance B.
新实例创建模块200创建新的处理实例B,所述处理实例B根据升级后的服务器程序进行创建,创建所述处理实例B后,控制所述处理实例B处理后续接收到的业务处理,保证服务器程序升级时,不中断服务,使客户无感知。The new instance creation module 200 creates a new processing instance B. The processing instance B is created according to the upgraded server program. After the processing instance B is created, the processing instance B is controlled to process the subsequently received service processing to ensure the server. When the program is upgraded, the service is not interrupted, so that the customer is not aware.
完成退出模块300,用于当所述处理实例A处理完成业务请求后,控制所述处理实例A退出,服务器程序热升级完成。The exiting module 300 is configured to control the processing instance A to exit after the processing instance A processes the completed service request, and the server program hot upgrade is completed.
当所述处理实例A完成业务请求处理后,完成退出模块300控制处理实例A退出,服务器程序完成热升级,后续接收到的业务处理由所述处理实例B处理,即升级完成后,仅存在所述处理实例B对业务请求进行处理。可以预见的,所述处理实例A退出后,释放所占用的资源。After the processing instance A completes the service request processing, the completion exit module 300 controls the processing instance A to exit, and the server program completes the hot upgrade, and the subsequently received service processing is processed by the processing instance B, that is, after the upgrade is completed, only the existing Process instance B processes the service request. It can be foreseen that after the processing instance A exits, the occupied resources are released.
在本实施例中,在服务器程序升级时通过建立新业务请求处理实例接收后续业务请求,同时旧的业务请求处理实例继续处理正在处理的业务请求,使得服务器程序升级时,不需要重启,同时保证了业务连接不中断,使用户对服务器程序升级无感知,进一步的,由于不需要重启进行升级,因此不会出现重启时文件等操作被强制中断而造成数据丢失的情况。In this embodiment, when the server program is upgraded, the subsequent service request is received by establishing a new service request processing instance, and the old service request processing instance continues to process the service request being processed, so that the server program is upgraded without restarting, and at the same time ensuring The service connection is not interrupted, so that the user does not have any awareness of the server program upgrade. Further, since the upgrade is not required, the file is not interrupted and the data is lost due to forced interruption.
进一步的,参照图5,本发明服务器程序热升级的装置的第二实施例,基于上述图4所示的实施例,所述停止接收模块100包括:Further, referring to FIG. 5, a second embodiment of the apparatus for hot-upgrading the server program of the present invention, based on the embodiment shown in FIG. 4, the stop-receiving module 100 includes:
关闭接收单元110,用于当服务器程序进行升级时,控制守护进程关闭当前正在运行的处理实例A的接收功能,使所述处理实例A停止接收业务请求,同时控制所述处理实例A继续处理正在处理的业务请求。The receiving unit 110 is configured to: when the server program performs the upgrade, the control daemon closes the receiving function of the currently running processing instance A, so that the processing instance A stops receiving the service request, and controls the processing instance A to continue processing Processed business request.
为方便处理实例管理,当服务器程序进行升级时,由所述服务器程序的守护进程对处理实例业务请求接收功能进行管理,关闭当前正在运行的处理实例A的接收功能,使得所述处理实例A不再接收后续业务请求,但所述处理实例A将会继续处理正在处理的业务请求,保证用户的业务连接不中断,从而使得用户对服务器程序升级无感知。In order to facilitate the processing of the instance management, when the server program is upgraded, the processing function receiving function of the processing instance is managed by the daemon of the server program, and the receiving function of the currently processing processing instance A is closed, so that the processing instance A does not The subsequent service request is received, but the processing instance A will continue to process the service request being processed, ensuring that the user's service connection is not interrupted, so that the user does not perceive the server program upgrade.
所述新实例创建模块200包括:The new instance creation module 200 includes:
创建绑定单元210,用于控制守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制所述处理实例B接收业务请求并处理。The binding unit 210 is configured to control the daemon to create a new processing instance B through the upgraded server program, and bind the processing instance B to the service request access port, and control the processing instance B to receive the service request. And deal with it.
为保证服务器程序继续提供后续业务请求处理服务,因此所述创建绑定单元210控制守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制处理实例B接收业务请求,并对业务请求进行处理。To ensure that the server program continues to provide the subsequent service request processing service, the creation binding unit 210 controls the daemon to create a new processing instance B through the upgraded server program, and binds the processing instance B to the service request access port. At the same time, the control processing instance B receives the service request and processes the service request.
具体实施时,本实施例的具体实施步骤包括:During specific implementation, the specific implementation steps of this embodiment include:
1、守护进程监听信号;1, the daemon process monitor signal;
2、当所述守护进程监听到升级信号时,在相同业务请求端口启动新的进行来处理新的业务请求,即创建新的处理实例,并绑定在业务请求端口上;2. When the daemon monitors the upgrade signal, initiates a new process on the same service request port to process a new service request, that is, creates a new processing instance and binds it to the service request port;
3、关闭当前进程连接接收,当当前进程完成正在处理的请求后退出,即断开旧处理实例连接,使旧处理实例不再接收业务处理请求,同时旧处理实例继续处理正在处理的业务请求,处理完成后退出。3. The current process connection is closed. When the current process completes the request being processed and exits, the old processing instance is disconnected, so that the old processing instance no longer receives the service processing request, and the old processing instance continues to process the processed service request. Exit after processing is complete.
在本实施例中,基于上一实施例所述的优点,通过守护进程对处理实例进行管理,使得服务器程序升级时,由守护进程统一管理,进一步使得处理实例间的切换更为平滑,保证服务器程序升级时业务处理不中断,同时避免重启升级而带来的数据丢失或出错的问题。In this embodiment, based on the advantages described in the previous embodiment, the processing instance is managed by the daemon process, so that when the server program is upgraded, the daemon process is uniformly managed, thereby further making the switching between the processing instances smoother and ensuring the server. Service processing is not interrupted when the program is upgraded, and data loss or error caused by restarting the upgrade is avoided.
进一步的,参照图6,本发明服务器程序热升级的装置的第三实施例,基于上述图4所示的实施例,所述停止接收模块100包括:Further, referring to FIG. 6, a third embodiment of the apparatus for hot-upgrading the server program of the present invention, based on the embodiment shown in FIG. 4, the stop-receiving module 100 includes:
停止业务请求发送单元120,用于当服务器程序进行升级时,控制接入层不再向当前正在运行的处理实例A发送业务请求,同时控制当前正在运行的处理实例A继续处理正在处理的业务请求。The service request sending unit 120 is configured to: when the server program performs the upgrade, the control access layer stops sending the service request to the currently running processing instance A, and controls the currently running processing instance A to continue processing the processed service request. .
将服务器程序分层为接入层和后端服务层,其中,接入层用于与客户端通信,接收客户端发送的业务请求并将所述业务请求发送给后端服务层,后端服务层采用处理实例的方式提供业务处理支持,当服务器程序进行升级时,停止业务请求发送单元120控制接入层停止向正在运行的处理实例发送业务请求,及停止向处理实例A发送业务请求,同时为保证业务处理不中断,同时控制处理实例A继续处理正在处理的业务请求。The server program is layered into an access layer and a backend service layer, wherein the access layer is configured to communicate with the client, receive a service request sent by the client, and send the service request to the backend service layer, and the backend service The layer provides service processing support in a manner of processing the instance. When the server program is upgraded, the stop service request sending unit 120 controls the access layer to stop sending a service request to the running processing instance, and stops sending the service request to the processing instance A. In order to ensure that the business processing is not interrupted, the control processing instance A continues to process the business request being processed.
所述新实例创建模块200包括:The new instance creation module 200 includes:
创建转发单元220,用于通过升级后的服务器程序创建新的处理实例B,控制接入层将接收到的业务请求发送给所述处理实例B,同时控制所述处理实例B接收业务请求并处理。The forwarding unit 220 is configured to create a new processing instance B by using the upgraded server program, and the control access layer sends the received service request to the processing instance B, and controls the processing instance B to receive the service request and process .
创建转发单元220通过升级后的服务器程序创建新的业务处理实例,即处理实例B,控制所述接入层将接收到的业务请求发送给所述处理实例B,所述处理实例B接收业务请求,并对所述业务请求进行处理,使服务器程序升级的过程中新的业务请求能够成功被接收并处理。The creation and forwarding unit 220 creates a new service processing instance by using the upgraded server program, that is, processing the instance B, and controls the access layer to send the received service request to the processing instance B, and the processing instance B receives the service request. And processing the service request, so that a new service request can be successfully received and processed during the process of upgrading the server program.
具体实施时,以同一台服务器为例,本实施例具体实施步骤包括:For the specific implementation, the specific implementation steps of the embodiment include:
1、对同一台服务器采用接入层和后端服务分离的方案部署;1. The same server is deployed with the separation of the access layer and the backend service;
2、当服务器程序升级时,部署两个处理后端实例,由接入层控制将请求流量导到新的处理后端实例上,新的处理后端实例接收业务请求并对所述业务请求进行处理;2. When the server program is upgraded, two processing back-end instances are deployed, and the access layer controls the request traffic to the new processing back-end instance, and the new processing back-end instance receives the service request and performs the service request. deal with;
3、旧处理后端实例继续处理正在处理的业务请求,当处理完当前进程的数据后退出。3. The old processing backend instance continues to process the business request being processed, and exits when the data of the current process is processed.
本实施例中,基于上一实施例所述的优点,通过接入层业务请求进行分配,使得服务器程序升级时,将新的业务请求导向新的处理实例,使得处理实例间的切换更为平滑,保证服务器程序升级时业务处理不中断,同时避免重启升级而带来的数据丢失或出错的问题,进一步的,实现了在一台服务器上的链接切换和数据业务的切换。In this embodiment, based on the advantages described in the previous embodiment, the access layer service request is allocated, so that when the server program is upgraded, the new service request is directed to the new processing instance, so that the switching between the processing instances is smoother. To ensure that the service processing is not interrupted when the server program is upgraded, and the data loss or error caused by the restart upgrade is avoided, and further, the link switching and the data service switching on one server are realized.
以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above are only the preferred embodiments of the present invention, and are not intended to limit the scope of the invention, and the equivalent structure or equivalent process transformations made by the description of the present invention and the drawings are directly or indirectly applied to other related technical fields. The same is included in the scope of patent protection of the present invention.

Claims (10)

  1. 一种服务器程序热升级的方法,其特征在于,所述服务器程序热升级的方法包括以下步骤:A method for hot upgrade of a server program, characterized in that the method for hot upgrade of the server program comprises the following steps:
    当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求;When the server program is upgraded, the server controls the currently running processing instance A to stop receiving service requests and continue processing the business requests being processed;
    服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求;The server creates a new processing instance B through the upgraded server program to process the service request received by the processing instance B;
    当所述处理实例A处理完成业务请求后,服务器控制所述处理实例A退出,服务器程序热升级完成。After the processing instance A processes the completion of the service request, the server controls the processing instance A to exit, and the server program hot upgrade is completed.
  2. 如权利要求1所述的服务器程序热升级的方法,其特征在于,所述当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求的步骤包括:The method for hot-upgrading a server program according to claim 1, wherein when the server program is upgraded, the server controls the currently running processing instance A to stop receiving the service request, and continues to process the service request being processed. The steps include:
    当服务器程序进行升级时,服务器控制守护进程关闭当前正在运行的处理实例A的接收功能,使所述处理实例A停止接收业务请求,同时控制所述处理实例A继续处理正在处理的业务请求。When the server program is upgraded, the server control daemon closes the receiving function of the currently running processing instance A, causing the processing instance A to stop receiving the service request, while controlling the processing instance A to continue processing the service request being processed.
  3. 如权利要求2所述的服务器程序热升级的方法,其特征在于,所述服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求的步骤包括:The method of the server program hot upgrade according to claim 2, wherein the step of the server to create a new processing instance B to process the service request received by the processing instance B by using the upgraded server program comprises:
    所述服务器控制守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制所述处理实例B接收业务请求并处理。The server control daemon creates a new processing instance B through the upgraded server program, and binds the processing instance B to the service request access port, and controls the processing instance B to receive the service request and process.
  4. 如权利要求1所述的服务器程序热升级的方法,其特征在于,所述当服务器程序进行升级时,服务器控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求的步骤还包括:The method for hot-upgrading a server program according to claim 1, wherein when the server program is upgraded, the server controls the currently running processing instance A to stop receiving the service request, and continues to process the service request being processed. The steps also include:
    当服务器程序进行升级时,服务器控制接入层不再向当前正在运行的处理实例A发送业务请求,同时控制当前正在运行的处理实例A继续处理正在处理的业务请求。When the server program is upgraded, the server control access layer no longer sends a service request to the currently running processing instance A, and controls the currently running processing instance A to continue processing the business request being processed.
  5. 如权利要求4所述的服务器程序热升级的方法,其特征在于,所述服务器通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求的步骤还包括:The method of the server program hot upgrade according to claim 4, wherein the step of the server to create a new processing instance B to process the service request received by the processing instance B by using the upgraded server program further comprises:
    服务器通过升级后的服务器程序创建新的处理实例B,控制接入层将接收到的业务请求发送给所述处理实例B,同时控制所述处理实例B接收业务请求并处理。The server creates a new processing instance B through the upgraded server program, and the control access layer sends the received service request to the processing instance B, and controls the processing instance B to receive the service request and process.
  6. 一种服务器程序热升级的装置,其特征在于,所述服务器程序热升级的装置包括:A device for hot-upgrading a server program, characterized in that: the device for hot-upgrading the server program comprises:
    停止接收模块,用于当服务器程序进行升级时,控制当前正在运行的处理实例A停止接收业务请求,并继续处理正在处理的业务请求;Stop receiving module, when the server program is upgraded, control the currently running processing instance A to stop receiving the service request, and continue to process the business request being processed;
    新实例创建模块,用于通过升级后的服务器程序创建新的处理实例B处理所述处理实例B接收到的业务请求;a new instance creation module, configured to create a new processing instance B by using the upgraded server program to process the service request received by the processing instance B;
    完成退出模块,用于当所述处理实例A处理完成业务请求后,控制所述处理实例A退出,服务器程序热升级完成。The exiting module is configured to control the processing instance A to exit after the processing instance A processes the completed service request, and the server program hot upgrade is completed.
  7. 如权利要求6所述的服务器程序热升级的装置,其特征在于,所述停止接收模块包括:The apparatus for hot-upgrading a server program according to claim 6, wherein the stopping the receiving module comprises:
    关闭接收单元,用于当服务器程序进行升级时,控制守护进程关闭当前正在运行的处理实例A的接收功能,使所述处理实例A停止接收业务请求,同时控制所述处理实例A继续处理正在处理的业务请求。The receiving unit is configured to: when the server program is upgraded, the control daemon closes the receiving function of the currently running processing instance A, so that the processing instance A stops receiving the service request, and controls the processing instance A to continue processing Business request.
  8. 如权利要求7所述的服务器程序热升级的装置,其特征在于,所述新实例创建模块包括:The apparatus for hot-upgrading a server program according to claim 7, wherein the new instance creation module comprises:
    创建绑定单元,用于控制守护进程通过升级后的服务器程序创建新的处理实例B,并将所述处理实例B绑定在业务请求访问端口上,同时控制所述处理实例B接收业务请求并处理。Creating a binding unit, configured to control the daemon to create a new processing instance B through the upgraded server program, and bind the processing instance B to the service request access port, and control the processing instance B to receive the service request and deal with.
  9. 如权利要求6所述的服务器程序热升级的装置,其特征在于,所述停止接收模块还包括:The apparatus for hot-upgrading a server program according to claim 6, wherein the stopping the receiving module further comprises:
    停止业务请求发送单元,用于当服务器程序进行升级时,控制接入层不再向当前正在运行的处理实例A发送业务请求,同时控制当前正在运行的处理实例A继续处理正在处理的业务请求。The service request sending unit is configured to stop the service layer from sending a service request to the currently running processing instance A when the server program is upgraded, and control the currently running processing instance A to continue processing the service request being processed.
  10. 如权利要求9所述的服务器程序热升级的方法,其特征在于,所述新实施例创建模块还包括:The method of the server program hot upgrade according to claim 9, wherein the new embodiment creation module further comprises:
    创建转发单元,用于通过升级后的服务器程序创建新的处理实例B,控制接入层将接收到的业务请求发送给所述处理实例B,同时控制所述处理实例B接收业务请求并处理。The forwarding unit is configured to create a new processing instance B by using the upgraded server program, and the control access layer sends the received service request to the processing instance B, and controls the processing instance B to receive the service request and process.
PCT/CN2016/076333 2016-03-15 2016-03-15 Method and device for hot upgrading server program WO2017156693A1 (en)

Priority Applications (3)

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
AU2016277742A AU2016277742A1 (en) 2016-03-15 2016-03-15 Server program hot upgrading method and device
US15/412,276 US10671376B2 (en) 2016-03-15 2017-01-23 Server program hot upgrading method and device

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

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/412,276 Continuation US10671376B2 (en) 2016-03-15 2017-01-23 Server program hot upgrading method and device

Publications (1)

Publication Number Publication Date
WO2017156693A1 true WO2017156693A1 (en) 2017-09-21

Family

ID=59851740

Family Applications (1)

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

Country Status (2)

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

Cited By (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

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103677927A (en) * 2013-12-16 2014-03-26 华为技术有限公司 Software upgrading method and device
CN104102502A (en) * 2013-04-09 2014-10-15 腾讯科技(深圳)有限公司 Processing method and device for realizing hot deployment and server
CN105100232A (en) * 2015-07-14 2015-11-25 焦点科技股份有限公司 Smooth upgrade method for server end program without interrupting service

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104102502A (en) * 2013-04-09 2014-10-15 腾讯科技(深圳)有限公司 Processing method and device for realizing hot deployment and server
CN103677927A (en) * 2013-12-16 2014-03-26 华为技术有限公司 Software upgrading method and device
CN105100232A (en) * 2015-07-14 2015-11-25 焦点科技股份有限公司 Smooth upgrade method for server end program without interrupting service

Cited By (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

Also Published As

Publication number Publication date
AU2016277742A1 (en) 2017-10-05

Similar Documents

Publication Publication Date Title
WO2017088664A1 (en) Data processing method and apparatus for cluster file system
WO2017190450A1 (en) Process closing method and apparatus
WO2017201913A1 (en) Precise voice control method and device
WO2019037396A1 (en) Account clearing method, device and equipment and storage medium
WO2018006489A1 (en) Terminal voice interaction method and device
WO2018233370A1 (en) Method, system, device, and computer readable storage medium for synchronizing image
WO2019051902A1 (en) Terminal control method, air conditioner and computer-readable storage medium
WO2022050652A1 (en) Method, apparatus, and computer readable storage medium for controlling account
WO2017000729A1 (en) Audio/video playing control method and device
WO2017206601A1 (en) Client data processing method and apparatus
WO2018068411A1 (en) Remote debugging method for smart television and remote debugging system for smart television
WO2018028121A1 (en) Method and device for managing storage space of data partition
WO2016058258A1 (en) Terminal remote control method and system
WO2019024219A1 (en) Automatic document generation method and apparatus, automatic document generator and medium
WO2016173192A1 (en) Television stability test method and device
WO2019205272A1 (en) Virtual machine service providing method, device and equipment and computer readable storage medium
WO2018053963A1 (en) Method and apparatus for upgrading system of smart television
WO2017219485A1 (en) Smart television and control method therefor
WO2018098880A1 (en) Method and device for downloading website information
WO2018126888A1 (en) Method and apparatus for configuring a shortcut for a television function
WO2017215233A1 (en) Terminal power button control method and system
WO2017063366A1 (en) Method and system for starting application
WO2019140802A1 (en) Authorization method and system for service handling on self-service banking terminal, and readable storage medium
WO2018153120A1 (en) Detection method and detection apparatus for display panel
WO2019080401A1 (en) Method and apparatus for converting script statement, and computer-readable storage medium

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2016277742

Country of ref document: AU

Date of ref document: 20160315

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16893858

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 16893858

Country of ref document: EP

Kind code of ref document: A1