CN102207879A - Hot-updating method and hot-updating system of Lua script - Google Patents

Hot-updating method and hot-updating system of Lua script Download PDF

Info

Publication number
CN102207879A
CN102207879A CN2011101587349A CN201110158734A CN102207879A CN 102207879 A CN102207879 A CN 102207879A CN 2011101587349 A CN2011101587349 A CN 2011101587349A CN 201110158734 A CN201110158734 A CN 201110158734A CN 102207879 A CN102207879 A CN 102207879A
Authority
CN
China
Prior art keywords
lua script
lua
script
manager
module name
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.)
Granted
Application number
CN2011101587349A
Other languages
Chinese (zh)
Other versions
CN102207879B (en
Inventor
王伟
黄国宏
潘年华
李晓鹏
周平
王海
晏利平
胡海
李锐
曾精石
杨晓东
向万里
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guiyang Longmaster Information and Technology Co ltd
Original Assignee
Guiyang Longmaster Information and Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guiyang Longmaster Information and Technology Co ltd filed Critical Guiyang Longmaster Information and Technology Co ltd
Priority to CN 201110158734 priority Critical patent/CN102207879B/en
Publication of CN102207879A publication Critical patent/CN102207879A/en
Application granted granted Critical
Publication of CN102207879B publication Critical patent/CN102207879B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a hot-updating method and a hot-updating system of a Lua script so as to improve the operating stability of the system. The method comprises the following steps that: a Lua script manager loads the Lua script, interlinks and explains the Lua script by a Lua virtual machine, initializes a required data structure when loading the Lua script, saves initial data in a global data manager and names a first module name of the Lua script in the Lua virtual machine; when the Lua script has a fault, the Lua script manager sets the corresponding first module name of a fault Lua script as null and unloads the fault Lua script; and after the service logic of the fault Lua script is repaired, the Lua script manager re-loads the Lua script and re-writes a module name of the Lua script in the first module name which is set as null in the Lua virtual machine. The method and the system can be widely applied in various large-scale entertainment communities of telephone voice.

Description

Hot update method of Lua script and system
Technical field
The present invention relates to field of computer technology, relate in particular to hot method for updating of a kind of Lua script and system.
Background technology
In order to make large-scale call voice amusement community, high quality services is provided, what we needed is the system of a non-stop run in 7*24 hour.But must recompilate whole procedure in the former practical application after the mistake of operation flow occurring changes, such as certain menu by No. 1 key and the corresponding plate mistake that enters by No. 2 keys, the programmer needs to revise earlier by the C++ written program so, then through testing after the compiling for a long time, test errorless the issue more later, need interrupt service routine to cause that the user stops using, being forced to roll off the production line finishes until program start in the process of issue replacing program, make user's experience have a greatly reduced quality, the handling problem real-time descends.
On the other hand, call voice amusement community is the changeable amusement platform of demand, and when user and designer constantly proposed new demand, how update system on uninterruptedly to the basis of user's service also was a urgent problem.
Summary of the invention
Fundamental purpose of the present invention is to disclose hot update method of a kind of Lua script and system, and to improve the operation stability of various large-scale amusement community systems such as call voice, making becomes high-quality amusement community platform.
For reaching above-mentioned purpose, the present invention discloses the hot update method of a kind of Lua script, may further comprise the steps:
Start master routine, embedding in the described master routine has Lua script manager and Lua virtual machine, and sets up a global data manager in described Lua virtual machine;
Described Lua script manager loads the Lua script, and by the link of described Lua virtual machine and explain described Lua script, when loading the Lua script, be kept in the described global data manager with the data structure initialization of needs and with primary data, and first module name of in described lua virtual machine, naming described Lua script;
In service, the data structure that each lua script is directly quoted in the described global data manager is deposited service data;
When the Lua script broke down, described Lua script manager was changed to sky with corresponding first module name of this fault Lua script, and unloaded this fault Lua script;
After the service logic of this fault Lua script was repaired, the described Lua script of order manager reloaded described Lua script, and described Lua script manager writes the module name of this Lua script again in first module name of the preposition sky of described lua virtual machine elder generation;
Lua script after the service logic fault restoration is cited as local variable with related data and recovers to use from described global data manager.
For reaching above-mentioned purpose, the present invention also discloses the hot update system of a kind of Lua script, comprising:
Starter is used to start master routine, and embedding in the described master routine has Lua script manager and Lua virtual machine, and sets up a global data manager in described Lua virtual machine;
Described Lua virtual machine is used for link and explains described Lua script;
Described Lua script manager is used to load the Lua script, and is kept in the described global data manager with the data structure initialization of these Lua script needs and with primary data, and first module name of naming described Lua script in described lua virtual machine; When the Lua script breaks down, corresponding first module name of this fault Lua script is changed to sky, and unloads this fault Lua script; After the service logic of this fault Lua script is repaired, reload this Lua script, and in first module name of the preposition sky of described lua virtual machine elder generation, write the module name of this Lua script again;
Wherein, in service, the data structure that each lua script is directly quoted in the described global data manager is deposited service data, and the Lua script after the service logic fault restoration is cited as related data local variable and recovers to use from described global data manager.
The hot update method and the system of Lua script disclosed by the invention have the following advantages at least:
1, a Lua script file has encapsulated a corresponding service flow process, when the service logic in this Lua script breaks down when maybe needing to upgrade, the maintainer only need revise the Lua script, handing over Lua script manager to reload gets final product, this operation required time is extremely short, the Lua script realizes need not compiling promptly can load operating, greatly improved the speed of upgrading, and this process can be carried out under the situation of interrupt system not, service data in online user's use can not lost, and the influence that causes can be ignored.Improved the stability of this system's operation, the dirigibility and the extensibility of fault handling, realized running without interruption in 7*24 truly hour.
2, the data used of Lua script will be cited as local variable and use from the global data manager, exceed several times than the efficient of direct use global variable, greatly improve the efficient of Lua script operation.
3, when the global data manager records second module name of each Lua script, when Lua script manager is named first module name of Lua script first in the lua virtual machine, also in the global data manager, name second module name of this Lua script synchronously; And follow-up Lua script manager continues to keep second module name of this Lua script correspondence in upgrading or during this Lua script of Breakdown Maintenance, can be with this second module name as the Lua script reference related data of index after for the service logic fault restoration thereby make.The accuracy and the convenience of reference data have been improved.
4, when above-mentioned Lua script from the global data manager be also to comprise before local variable recovers to use with data referencing: check in the global data manager validity to data that should the Lua script, if lost efficacy, then again the data of this Lua script correspondence are carried out initialization and leave in the global data manager.Otherwise, if do not lose efficacy, from the global data manager, be that local variable recovers to use directly then, thereby effectively avoided data are reset in the global data manager data referencing, further improved the speed that this Lua script upgrades.
Description of drawings
Fig. 1 is the hot method for updating schematic flow sheet of Lua script that the embodiment of the invention provides.
Embodiment
Below in conjunction with Figure of description the specific embodiment of the present invention is elaborated.
Embodiment one
Present embodiment discloses a kind of hot update method of Lua script, is that example describes with Lua script A, as shown in Figure 1, may further comprise the steps:
Step S1, startup master routine, embedding in this master routine has Lua script manager and Lua virtual machine, and sets up a global data manager in described Lua virtual machine.Wherein, Lua script manager is used to carry out the bookkeeping such as loading, unloading, upgrading of Lua script; The Lua virtual machine then is used for link and explains the Lua script; The global data manager then is used for the operating data of system are unified to deposit and manage.
In the present embodiment, master routine, claim main frame again, be meant the program that various large-scale amusement community systems such as call voice are independently provided out, it can call subroutine, and do not called by any subroutine, simultaneously also be the core of various large-scale amusement community system service routines such as call voice.Among the present invention, comprise Lua script manager and Lua virtual machine in this master routine, dynamic load Lua script is to realize the pairing specific operation flow of this Lua script flexibly.
Preferably, the described master routine of present embodiment is write by code efficiency and high C and the C Plus Plus of degree of ripeness, thinks that the stable operation of system provides safeguard.
Step S2, Lua script manager load Lua script A, and by link of Lua virtual machine and explanation Lua script A, and when loading Lua script A, being kept in the global data manager, and first module name of in the lua virtual machine, naming Lua script A with the data structure initialization of needs and with primary data.
In the present embodiment, adopt the Lua script to write the changeable pairing specific service logic flow processs of entertainment systems of demand such as call voice amusement community.Because the Lua script has that volume is little, toggle speed is fast, be fit to be embedded in other program, be easy to by the C/C++ code call and understand easily and characteristics such as maintenance, thereby provide greatly convenient for expansion, renewal and the maintenance and management of this system.
Step S3, in service, the data structure that lua script A directly quotes in the global data manager is deposited service data; When breaking down among the Lua script A (being the service logic fault mostly), by Lua script manager first module name of corresponding Lua script A in the lua virtual machine being changed to sky, and unloading this Lua script A.Service data among the Lua script A of unloading can be kept in the global data manager, has guaranteed the integrality of data.And the normal as usual operation of other normal Lua script in this system (for example: Lua script B, Lua script C or the like).
In this step, because when update system, the Lua virtual machine can stop you to reload identical module (being the Lua script), so before being written into again, need first corresponding in the loaded module list module name is changed to sky, indicate the Lua virtual machine with this, this Lua script is invalid at present, and the Lua virtual machine just can link again and explain amended script like this.
Step S4, after the traffic failure logic of Lua script A is repaired, Lua script manager reloads Lua script A, and has before put first module name that writes Lua script A in the first empty module name again at the lua virtual machine.Wherein the Lua virtual machine judges that according to first module name of the Lua script A that writes again this Lua script A has loaded success, is in an effective state that can link and explain.
Lua script A after step S5, the service logic fault restoration is cited as local variable with related data and recovers to use from the global data manager.
Because in operational process, the renewal of local variable can be updated in the global variable of global data manager synchronously.This step has guaranteed that data can be kept at that the global data manager is not lost and directly use global variable that higher efficient is arranged than the Lua script, have greatly improved the operational efficiency of Lua script.
Preferably, before this step, for preventing that data from being reinitialized, when loading Lua script A, can judge whether the data that need are present in the global data manager and judge whether it is effective that if existence and effective, then this Lua script A can directly quote effective related data in this global data manager by the O﹠M personnel, like this then effectively prevented reinitializing of valid data in the global data manager, further improved the speed that this Lua script upgrades.Then can carry out mandatory modification or re-execute initialization operation it by the policer operation platform for the related data that lost efficacy by the O﹠M personnel.
Preferably, quote related data exactly for making the Lua script from global data base, go back the information that piecemeal records each Lua script module name and pairing data thereof in this global data manager, this module name is designated as second module name.What deserves to be explained is that the flesh and blood of first module name and second module name is identical, is that residing position is different with role.Wherein, when the Lua script manager among the above-mentioned steps S2 is named first module name of Lua script A first in the lua virtual machine, also in the global data manager, name second module name of this Lua script A synchronously; And follow-up Lua script manager is when upgrading or this Lua script of Breakdown Maintenance A, continue to keep second module name of this Lua script A correspondence, thereby make when carrying out above-mentioned steps S5, by searching second module name of the same name, can find the related data that to quote apace with this first module name; In other words, promptly can be with this second module name as index for the Lua script reference related data after the service logic fault restoration, improved the accuracy and the convenience of reference data with this.
To sum up, the hot update method of the disclosed Lua script of present embodiment, a Lua script file has encapsulated a corresponding service flow process, when the service logic in this Lua script breaks down when maybe needing to upgrade, the maintainer only need revise the Lua script, handing over Lua script manager to reload gets final product, this operation required time is extremely short, the Lua script realizes need not compiling promptly can load operating, greatly improved the speed of upgrading, and this process can carry out under the situation of interrupt system not, and the service data in online user's use can not lost, and the influence that causes can be ignored.Improved the stability of this system's operation, the dirigibility and the extensibility of fault handling, realized running without interruption in 7*24 truly hour.
Embodiment two
Corresponding with the foregoing description one, present embodiment discloses the system that a kind of Lua script heat is upgraded, and this system comprises:
Starter is used to start master routine, and embedding in the master routine has Lua script manager and Lua virtual machine, and sets up a global data manager in the Lua virtual machine;
The Lua virtual machine is used for link and explains the Lua script;
Lua script manager is used to load the Lua script, and is kept in the global data manager with the data structure initialization of these Lua script needs and with primary data, and first module name of naming the Lua script in the lua virtual machine; When the Lua script breaks down, corresponding first module name of this fault Lua script is changed to sky, and unloads this fault Lua script; After the service logic of this fault Lua script is repaired, reload this Lua script, and in first module name of the preposition sky of lua virtual machine elder generation, write the module name of this Lua script again;
Wherein, in service, the data structure that each lua script is directly quoted in the global data manager is deposited service data, and the Lua script after the service logic fault restoration is cited as related data local variable and recovers to use from the global data manager.
Preferably, above-mentioned global data manager records second module name of each Lua script, with as index for the Lua script reference related data after the service logic fault restoration, to improve the accuracy and the convenience of reference data.For this reason, when Lua script manager is named first module name of Lua script first in the lua virtual machine, also in the global data manager, name second module name of this Lua script synchronously; And follow-up Lua script manager continues to keep second module name of this Lua script correspondence when upgrading or this Lua script of Breakdown Maintenance.
Preferably, the hot update system of Lua script disclosed by the invention also is provided with the policer operation platform, be used for reloading the Lua script for O﹠M personnel order Lua script manager, and the Lua script after the service logic fault restoration is cited as related data before the local variable recovery use from the global data manager, check in the global data manager validity to data that should the Lua script, if lost efficacy, then again the data of this Lua script failures are carried out initialization and leave in the global data manager.
The hot update system of the disclosed Lua script of present embodiment also has the following advantages:
1, a Lua script file has encapsulated a corresponding service flow process, when the service logic in this Lua script breaks down when maybe needing to upgrade, the maintainer only need revise the Lua script, handing over Lua script manager to reload gets final product, this operation required time is extremely short, the Lua script realizes need not compiling promptly can load operating, greatly improved the speed of upgrading, and this process can be carried out under the situation of interrupt system not, service data in online user's use can not lost, and the influence that causes can be ignored.The stability of this system's operation, the dirigibility and the extensibility of fault handling have been improved.Realized running without interruption in 7*24 truly hour.
2, the data used of Lua script will be cited as local variable and use from the global data manager, exceed several times than the efficient of direct use global variable, greatly improve the efficient of Lua script operation.
More than disclosed only be several specific embodiment of the present invention, still, the present invention is not limited thereto, any those skilled in the art can think variation all should fall into protection scope of the present invention.

Claims (6)

1. the hot update method of Lua script is characterized in that, may further comprise the steps:
Start master routine, embedding in the described master routine has Lua script manager and Lua virtual machine, and sets up a global data manager in described Lua virtual machine;
Described Lua script manager loads the Lua script, and by the link of described Lua virtual machine and explain described Lua script, when loading the Lua script, be kept in the described global data manager with the data structure initialization of needs and with primary data, and first module name of in described lua virtual machine, naming described Lua script;
In service, the data structure that each lua script is directly quoted in the described global data manager is deposited service data;
When the Lua script broke down, described Lua script manager was changed to sky with corresponding first module name of this fault Lua script, and unloaded this fault Lua script;
After the service logic of this fault Lua script was repaired, the described Lua script of order manager reloaded described Lua script, and described Lua script manager writes the module name of this Lua script again in first module name of the preposition sky of described lua virtual machine elder generation;
Lua script after the service logic fault restoration is cited as local variable with related data and recovers to use from described global data manager.
2. the hot update method of Lua script according to claim 1 is characterized in that described global data manager records second module name of each Lua script, with as index for the Lua script reference related data after the service logic fault restoration;
Wherein, when described Lua script manager is named first module name of described Lua script first in described lua virtual machine, also in described global data manager, name second module name of this Lua script synchronously; And follow-up described Lua script manager continues to keep second module name of this Lua script correspondence when upgrading or this Lua script of Breakdown Maintenance.
3. the hot update method of Lua script according to claim 1 and 2 is characterized in that, the Lua script after the service logic fault restoration is cited as local variable with related data and recovers also to comprise before the use from described global data manager:
To the validity of data that should the Lua script,, then again the data of this Lua script failures are carried out initialization and leave in the global data manager in the described global data manager of O﹠M personnel inspection if lost efficacy.
4. the hot update system of Lua script is characterized in that, comprising:
Starter is used to start master routine, and embedding in the described master routine has Lua script manager and Lua virtual machine, and sets up a global data manager in described Lua virtual machine;
Described Lua virtual machine is used for link and explains described Lua script;
Described Lua script manager is used to load the Lua script, and is kept in the described global data manager with the data structure initialization of these Lua script needs and with primary data, and first module name of naming described Lua script in described lua virtual machine; When the Lua script breaks down, corresponding first module name of this fault Lua script is changed to sky, and unloads this fault Lua script; After the service logic of this fault Lua script is repaired, reload this Lua script, and in first module name of the preposition sky of described lua virtual machine elder generation, write the module name of this Lua script again;
Wherein, in service, the data structure that each lua script is directly quoted in the described global data manager is deposited service data, and the Lua script after the service logic fault restoration is cited as related data local variable and recovers to use from described global data manager.
5. the hot update system of Lua script according to claim 4 is characterized in that described global data manager records second module name of each Lua script, with as index for the Lua script reference related data after the service logic fault restoration;
Wherein, when described Lua script manager is named first module name of described Lua script first in described lua virtual machine, also in described global data manager, name second module name of this Lua script synchronously; And follow-up described Lua script manager continues to keep second module name of this Lua script correspondence when upgrading or this Lua script of Breakdown Maintenance.
6. according to claim 4 or the hot update system of 5 described Lua scripts, it is characterized in that, also be provided with the policer operation platform, be used for reloading described Lua script for the described Lua script of O﹠M personnel's order manager, and the Lua script after the service logic fault restoration is cited as related data before the local variable recovery use from described global data manager, check in the described global data manager validity to data that should the Lua script, if lost efficacy, then again the data of this Lua script failures are carried out initialization and leave in the global data manager.
CN 201110158734 2011-06-14 2011-06-14 Hot-updating method and hot-updating system of Lua script Active CN102207879B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201110158734 CN102207879B (en) 2011-06-14 2011-06-14 Hot-updating method and hot-updating system of Lua script

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201110158734 CN102207879B (en) 2011-06-14 2011-06-14 Hot-updating method and hot-updating system of Lua script

Publications (2)

Publication Number Publication Date
CN102207879A true CN102207879A (en) 2011-10-05
CN102207879B CN102207879B (en) 2013-05-01

Family

ID=44696727

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201110158734 Active CN102207879B (en) 2011-06-14 2011-06-14 Hot-updating method and hot-updating system of Lua script

Country Status (1)

Country Link
CN (1) CN102207879B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103353845A (en) * 2013-06-28 2013-10-16 贵阳朗玛信息技术股份有限公司 Method and device for uploading and pushing script
CN103810053A (en) * 2014-02-14 2014-05-21 福建天晴数码有限公司 Method for processing endless loop of game server
CN104461522A (en) * 2014-11-26 2015-03-25 盈世信息科技(北京)有限公司 Auxiliary service implementation method based on scripts
CN105204910A (en) * 2015-10-15 2015-12-30 北京乐动卓越科技有限公司 Script hot updating method and system
CN106155729A (en) * 2015-04-21 2016-11-23 阿里巴巴集团控股有限公司 The hot update method of Lua script, Apparatus and system
CN106610996A (en) * 2015-10-23 2017-05-03 北京奇虎科技有限公司 Method and device for switching hot dictionaries
CN107204052A (en) * 2016-03-18 2017-09-26 福特全球技术公司 Script on Telematics control units
CN107528714A (en) * 2016-06-22 2017-12-29 中兴通讯股份有限公司 script processing method, device, system and router
CN109885990A (en) * 2019-03-11 2019-06-14 腾讯科技(深圳)有限公司 Script management method
CN112181462A (en) * 2020-09-29 2021-01-05 苏州迈科网络安全技术股份有限公司 Hot updating method of cross-platform application program based on Lua

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1500328A (en) * 2001-02-23 2004-05-26 ��˹��ŵ�� Method and system for providing network service using service scripts
US20070174419A1 (en) * 2006-01-23 2007-07-26 O'connell Brian M JavaScript error determination and reporting
CN101071373A (en) * 2007-03-30 2007-11-14 腾讯科技(深圳)有限公司 Software interface processing method and device
US20080127175A1 (en) * 2006-11-01 2008-05-29 Microsoft Corporation Packaging software products as single-file executables containing scripting logic
CN101840415A (en) * 2010-03-15 2010-09-22 福建鑫诺通讯技术有限公司 Method for controlling local resources through LUA scripts under B/S structure
CN102081650A (en) * 2010-12-29 2011-06-01 上海网达软件有限公司 Method for rapidly displaying user interface of embedded type platform

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1500328A (en) * 2001-02-23 2004-05-26 ��˹��ŵ�� Method and system for providing network service using service scripts
US20070174419A1 (en) * 2006-01-23 2007-07-26 O'connell Brian M JavaScript error determination and reporting
US20080127175A1 (en) * 2006-11-01 2008-05-29 Microsoft Corporation Packaging software products as single-file executables containing scripting logic
CN101071373A (en) * 2007-03-30 2007-11-14 腾讯科技(深圳)有限公司 Software interface processing method and device
CN101840415A (en) * 2010-03-15 2010-09-22 福建鑫诺通讯技术有限公司 Method for controlling local resources through LUA scripts under B/S structure
CN102081650A (en) * 2010-12-29 2011-06-01 上海网达软件有限公司 Method for rapidly displaying user interface of embedded type platform

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李广松等: "基于Lua的网络游戏脚本系统设计", 《现代计算机(专业版)》, no. 12, 31 December 2009 (2009-12-31), pages 180 - 182 *
王云泽: "Lua-一种高效的脚本语言", 《科技广场》, no. 1, 31 January 2010 (2010-01-31), pages 205 - 207 *
邓际锋等: "在动态语言Lua中支持契约式开发", 《计算机工程与应用》, no. 19, 10 July 2006 (2006-07-10) *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103353845A (en) * 2013-06-28 2013-10-16 贵阳朗玛信息技术股份有限公司 Method and device for uploading and pushing script
CN103810053B (en) * 2014-02-14 2017-06-13 福建天晴数码有限公司 Network game server is absorbed in the processing method of endless loop
CN103810053A (en) * 2014-02-14 2014-05-21 福建天晴数码有限公司 Method for processing endless loop of game server
CN104461522A (en) * 2014-11-26 2015-03-25 盈世信息科技(北京)有限公司 Auxiliary service implementation method based on scripts
CN104461522B (en) * 2014-11-26 2018-05-01 论客科技(广州)有限公司 Auxiliary activities implementation method based on script
CN106155729B (en) * 2015-04-21 2020-02-14 阿里巴巴集团控股有限公司 Lua script hot updating method, device and system
CN106155729A (en) * 2015-04-21 2016-11-23 阿里巴巴集团控股有限公司 The hot update method of Lua script, Apparatus and system
CN105204910B (en) * 2015-10-15 2018-11-06 北京乐动卓越科技有限公司 A kind of hot update method of script and system
CN105204910A (en) * 2015-10-15 2015-12-30 北京乐动卓越科技有限公司 Script hot updating method and system
CN106610996A (en) * 2015-10-23 2017-05-03 北京奇虎科技有限公司 Method and device for switching hot dictionaries
CN106610996B (en) * 2015-10-23 2022-03-11 北京奇虎科技有限公司 Hot dictionary switching method and device
CN107204052A (en) * 2016-03-18 2017-09-26 福特全球技术公司 Script on Telematics control units
CN107528714A (en) * 2016-06-22 2017-12-29 中兴通讯股份有限公司 script processing method, device, system and router
CN109885990A (en) * 2019-03-11 2019-06-14 腾讯科技(深圳)有限公司 Script management method
CN109885990B (en) * 2019-03-11 2021-01-29 腾讯科技(深圳)有限公司 Script management method
CN112181462A (en) * 2020-09-29 2021-01-05 苏州迈科网络安全技术股份有限公司 Hot updating method of cross-platform application program based on Lua

Also Published As

Publication number Publication date
CN102207879B (en) 2013-05-01

Similar Documents

Publication Publication Date Title
CN102207879B (en) Hot-updating method and hot-updating system of Lua script
CN102023881B (en) Method and device for upgrading software as well as embedded device
CN101853172B (en) Device and method for dynamically upgrading complex programmable logic device (CPLD)
JP3329841B2 (en) Network system and its software management method
CN100395707C (en) Method of upgrading sequence
US20140376362A1 (en) Dynamic client fail-over during a rolling patch installation based on temporal server conditions
CN102238093B (en) Service interruption prevention method and device
CN100407638C (en) Method for software upgrading and withdrawing
US20060218545A1 (en) Server system and online software update method
CN109656742B (en) Node exception handling method and device and storage medium
CN110874261B (en) Availability system, method, and storage medium storing program
CN104918114B (en) A kind of operating system update method and device
CN101950254B (en) Software updating method and system thereof
CN101697128A (en) Version upgrading method and device
CN102681917A (en) Operating system (OS) and recovery method thereof
CN113744064B (en) Method and apparatus for performing transactions in block link points
EP2156286A1 (en) Dynamic cli mapping for clustered software entities
CN111427608B (en) Gray scale release method for bank core system
CN105577408A (en) Method of VNFM disaster recovery protection, apparatus and NFVO thereof
CN108319492B (en) Method, device and system for resetting physical machine
CN107239313A (en) The upgrade method and storage medium of Spring application services
CN112434008A (en) Distributed database upgrading method, device and medium
CN101206575B (en) Software patch on-line upgrade method, veneer and system
CN103873516A (en) HA method and system for improving usage rate of physical servers in cloud computing resource pool
CN102045187A (en) Method and equipment for realizing HA (high-availability) system with checkpoints

Legal Events

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