CN113342386A - Hot updating method for go server and related equipment - Google Patents

Hot updating method for go server and related equipment Download PDF

Info

Publication number
CN113342386A
CN113342386A CN202110494403.6A CN202110494403A CN113342386A CN 113342386 A CN113342386 A CN 113342386A CN 202110494403 A CN202110494403 A CN 202110494403A CN 113342386 A CN113342386 A CN 113342386A
Authority
CN
China
Prior art keywords
updated
information
interaction
server
network process
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.)
Pending
Application number
CN202110494403.6A
Other languages
Chinese (zh)
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.)
Wuhan Xuka Technology Co ltd
Original Assignee
Wuhan Xuka 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 Wuhan Xuka Technology Co ltd filed Critical Wuhan Xuka Technology Co ltd
Priority to CN202110494403.6A priority Critical patent/CN113342386A/en
Publication of CN113342386A publication Critical patent/CN113342386A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running

Abstract

The embodiment of the invention discloses a go server hot updating method and related equipment, wherein the method comprises the following steps: acquiring updating information; generating a process based on the file to be executed; loading the basic data of the interaction of the network process to be updated in the process to obtain a target process; and replacing the network process to be updated with the target process based on the interactive node, and completing the process of hot updating of the go server. By the technical scheme of the embodiment of the invention, the problem that the user experience is influenced due to the fact that data is lost or a bug is caused because the server needs to be restarted and the connection between the client and the server is disconnected when the go server is updated in the prior art is solved.

Description

Hot updating method for go server and related equipment
Technical Field
The embodiment of the invention relates to the technical field of server maintenance, in particular to a go server hot updating method and related equipment.
Background
In the prior art, when a server written in a go language is updated, a plugin scheme provided by a server official is adopted for hot updating, but the plugin scheme supports the respective compilation of codes into a plurality of dynamic libraries, and the dynamic libraries are dynamically loaded and then run, so that a user terminal still cannot smoothly use the server being updated during hot updating, meanwhile, the plugin scheme has high programming requirements on programmers, and the server written in the go language can only be recompiled with a new program instead of being updated by the plugin scheme to replace the original program, and the replacement process is completed by restarting.
Disclosure of Invention
The embodiment of the invention provides a go server hot updating method and related equipment, and solves the problem that the user experience is influenced by the hot updating of a go server.
In a first aspect, an embodiment of the present invention provides a go server hot update method, used in a server, including:
acquiring update information, wherein the update information comprises a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction;
generating a process based on the file to be executed;
loading the basic data of the interaction of the network process to be updated in the process to obtain a target process;
and replacing the network process to be updated with the target process based on the interactive node, and completing the process of hot updating of the go server.
Optionally, the step of obtaining the update information includes:
acquiring user instruction information, wherein the user instruction information is control information input by a user;
acquiring type data of the control information;
if the type data of the control information is not the updating type data, not acquiring the interactive information of the current network process;
and if the type data is update type data, acquiring the update information, wherein the update information comprises the file to be executed and the network process interaction information to be updated, and the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data interacted with the network process to be updated.
Optionally, the step of obtaining the user instruction information includes:
and acquiring the user instruction information in a monitoring mode.
Optionally, before the step of obtaining the target process by loading the basic data of the interaction of the network process to be updated in the process, the method further includes:
running the process based on a preset parameter, wherein the preset parameter is an initial execution parameter;
and initializing the process based on the initial execution parameters to obtain an initial process.
Optionally, the method further includes:
and storing the network process interaction information to be updated into a memory of a server in a file form.
Optionally, the method further includes:
acquiring state information of the target process, wherein the state information comprises stop state data and running state data;
if the state information of the target process is stop state data, maintaining the running state of the current network process;
and if the state information of the target process is running state data, closing the running of the current network process.
Optionally, the user instruction information is control information sent to the go server by the user through Telnet.
In a second aspect, an embodiment of the present application provides a go server hot-update apparatus, including:
the system comprises a data acquisition module, a data updating module and a data updating module, wherein the updating information comprises a file to be executed and network process interaction information to be updated, the network process interaction information to be updated is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction;
the creation module is used for generating a process based on the file to be executed;
the loading module is used for loading the basic data of the interaction of the network process to be updated in the process to obtain a target process;
and the updating module is used for replacing the network process to be updated with the target process based on the interactive node and completing the process of hot updating of the go server.
In a third aspect, an embodiment of the present application provides an electronic device, including: the system comprises a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the processor is used for realizing the steps of the go server hot updating method when executing the computer program stored in the memory.
In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored: the computer program as described above, when executed by a processor, implements the steps of a go server hot update method as described above.
The embodiment of the invention has the following advantages or beneficial effects:
the method comprises the steps of obtaining update information, wherein the update information comprises a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction; providing a foundation for a subsequent construction process and a subsequent replacement process by acquiring the interactive information of the file to be executed and the network process to be updated; generating a process based on the file to be executed; by generating the process, a program rewriting mode is not adopted, the process is executed once, the process is computation which can be executed in parallel, and the process is a running process of the program on a data set, so that under the condition of not changing the program, the hot update of the go server is realized by constructing the process, the server does not need to be restarted, and the problems that the process is possibly halted and the functions of all the clients connected with the go server are halted when the server is restarted and errors occur are avoided. Loading the basic data of the network process interaction to be updated in the process to obtain a target process, and enabling the target process to have the function of a go server before updating by loading the basic data of the network process interaction to be updated so as to update the go server on the premise of not influencing the use of a user; and replacing the network process to be updated with the target process based on the interactive node to complete the process of the hot update of the go server, determining the time for replacing the network process to be updated with the target process through the interactive node, and further performing the replacement process when the user experience is not influenced, so that the user experience is prevented from being influenced, and the hot update of the go server is realized.
Drawings
FIG. 1 is a flow chart of a method for hot updating a go server according to an embodiment of the present application;
FIG. 2 is a flow chart of a method for hot updating a go server according to an embodiment of the present application;
fig. 3 is a schematic diagram illustrating a storage manner of the network process interaction information to be updated in the go server hot update method according to the embodiment of the present application;
FIG. 4 is a schematic structural diagram of a go server hot-update apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an electronic device provided in an embodiment of the present application;
fig. 6 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Fig. 1 is a flowchart of a go server hot-update method provided in an embodiment of the present application, and the go server hot-update method provided in this embodiment is applicable to a scenario of go server update. The method can be executed by a go server hot-update apparatus, which can be implemented by software and/or hardware, and is generally integrated in a terminal.
As shown in fig. 1, an embodiment of the present invention provides a hot update method for a go server, which is used for a server side, and specifically includes the following steps:
s101, obtaining update information, wherein the update information comprises a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction;
illustratively, a basis is provided for a subsequent construction process and a subsequent replacement process by acquiring a file to be executed and network process interaction information to be updated, the updated network process interaction information is interaction information between a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated performs data interaction.
Illustratively, the go server is a server written based on a go language, and the go language is a strong type of static compiling language, so that when code needs to be updated, a new program needs to be recompiled to replace the old program.
S102, generating a process based on the file to be executed;
in a possible implementation manner, before the step of obtaining the target process by loading the basic data of the interaction of the network process to be updated in the process, the method further includes:
running the process based on a preset parameter, wherein the preset parameter is an initial execution parameter;
and initializing the process based on the initial execution parameters to obtain an initial process.
Illustratively, a current running main process is controlled to create a new sub-process based on a file to be executed, wherein the file to be executed is a latest executable file to be updated, an execution parameter needs to be brought in when the new sub-process is started, and after the sub-process is started, the sub-process is determined and a series of initialization work is performed.
Illustratively, since the process is one-time execution of the program, and the process is a computation which can be executed in parallel, and the process is a running process of the program on one data set, the process is constructed to realize the hot update of the go server without changing the program, and the server does not need to be restarted.
S103, loading the basic data of the interaction of the network process to be updated in the process to obtain a target process;
illustratively, the basic data of the interaction of the network process to be updated is loaded, and the client which is not disconnected with the go server is taken over, so that the hot updating process of the go server is completed without disconnecting the client and the go server.
S104, replacing the network process to be updated with the target process based on the interactive node, and completing the process of hot updating of the go server.
The method comprises the steps of obtaining update information, wherein the update information comprises a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction; providing a foundation for a subsequent construction process and a subsequent replacement process by acquiring the interactive information of the file to be executed and the network process to be updated; generating a process based on the file to be executed; by generating the process, a program rewriting mode is not adopted, the process is executed once, the process is computation which can be executed in parallel, and the process is a running process of the program on a data set, so that under the condition of not changing the program, the hot update of the go server is realized by constructing the process, the server does not need to be restarted, and the problems that the process is possibly halted and the functions of all the clients connected with the go server are halted when the server is restarted and errors occur are avoided. Loading the basic data of the network process interaction to be updated in the process to obtain a target process, and enabling the target process to have the function of a go server before updating by loading the basic data of the network process interaction to be updated so as to update the go server on the premise of not influencing the use of a user; and replacing the network process to be updated with the target process based on the interactive node to complete the process of the hot update of the go server, determining the time for replacing the network process to be updated with the target process through the interactive node, and further performing the replacement process when the user experience is not influenced, so that the user experience is prevented from being influenced, and the hot update of the go server is realized.
As shown in fig. 2, a flowchart of a hot update method for a go server provided in an embodiment of the present application includes:
the method comprises the following steps that a super administrator admin remotely logs in a go process of a go server in a Telnet mode and sends a command, the go server receives the command and judges whether the command is an updating command, and if the command is not the updating command, the go server runs a process for processing other commands; if the command is an updating command, the go server enters a hot updating function, the hot updating function is a system function, the network process interaction information to be updated, namely the socket information of the currently running main process is obtained through the hot updating function, the currently running main process is a father process, a child process is created based on the socket information, the socket information of the father process is copied to load the child process, then the child process starts to take over the socket information, and the father process is closed after the hot updating is completed.
In a possible implementation, the step of obtaining the update information includes:
acquiring user instruction information, wherein the user instruction information is control information input by a user;
acquiring type data of the control information;
if the type data of the control information is not the updating type data, not acquiring the interactive information of the current network process;
and if the type data is update type data, acquiring the update information, wherein the update information comprises the file to be executed and the network process interaction information to be updated, and the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data interacted with the network process to be updated.
Illustratively, the problems of increased calculation amount and increased server pressure caused by frequent acquisition of the interactive information of the current network process are avoided.
In a possible implementation manner, the step of obtaining the user instruction information includes:
and acquiring the user instruction information in a monitoring mode.
Illustratively, the user instruction is obtained in real time by monitoring the interface of the go server, so that the problem of delay caused by untimely updating is avoided.
In one possible embodiment, the method further comprises:
and storing the network process interaction information to be updated into a memory of a server in a file form.
Exemplarily, as shown in fig. 3, the file includes a global unique id of each user connected to the go server and connection information of the user uid, the global unique id of the user and the connection information of the user uid are correspondingly transmitted through an iface.
In one possible embodiment, the method further comprises:
acquiring state information of the target process, wherein the state information comprises stop state data and running state data;
if the state information of the target process is stop state data, maintaining the running state of the current network process;
and if the state information of the target process is running state data, closing the running of the current network process.
Illustratively, by judging the state information of the target process, the problems that the target process and the main process repeatedly run to cause blocking or bug generation and reduce user experience are avoided.
In a possible implementation manner, the user instruction information is control information sent to the go server by the user through a Telnet mode.
Illustratively, in Linux, the access process can be realized in a mode of signals, Telenets and the like, and the scheme adopts a mode of Telnet, so that remote control can be realized, the process of the go server can be remotely logged in, and the method is more convenient and faster.
In one possible implementation, as shown in fig. 4, an embodiment of the present application provides a go server hot-update apparatus, including:
the data obtaining module 201 is configured to obtain update information, where the update information includes a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information between a server-side network process to be updated and a user terminal, the network process interaction information to be updated includes an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated performs data interaction;
a creating module 202, configured to generate a process based on the file to be executed;
the loading module 203 is configured to obtain a target process by loading the basic data of the network process interaction to be updated in the process;
and the updating module 204 is configured to replace the network process to be updated with the target process based on the interaction node, and complete a process of hot updating the go server.
In one possible implementation, as shown in fig. 5, an electronic device is provided in an embodiment of the present application, and includes a memory 310, a processor 320, and a computer program 311 stored in the memory 310 and executable on the processor 320, where the processor 320 executes the computer program 311 to implement the following steps: acquiring update information, wherein the update information comprises a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction; generating a process based on the file to be executed; loading the basic data of the interaction of the network process to be updated in the process to obtain a target process; and replacing the network process to be updated with the target process based on the interactive node, and completing the process of the hot update of the go server.
In one possible implementation, as shown in fig. 6, the present embodiment provides a computer-readable storage medium 400, on which a computer program 411 is stored, the computer program 411 implementing the following steps when executed by a processor: acquiring update information, wherein the update information comprises a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction; generating a process based on the file to be executed; loading the basic data of the interaction of the network process to be updated in the process to obtain a target process; and replacing the network process to be updated with the target process based on the interactive node, and completing the process of the hot update of the go server.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer-readable storage medium may be, for example but not limited to: an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It will be understood by those skilled in the art that the modules or steps of the invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of computing devices, and optionally they may be implemented by program code executable by a computing device, such that it may be stored in a memory device and executed by a computing device, or it may be separately fabricated into various integrated circuit modules, or it may be fabricated by fabricating a plurality of modules or steps thereof into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A go server hot update method is used for a server side, and is characterized by comprising the following steps:
acquiring update information, wherein the update information comprises a file to be executed and network process interaction information to be updated, the update network process interaction information is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction;
generating a process based on the file to be executed;
loading the basic data of the interaction of the network process to be updated in the process to obtain a target process;
and replacing the network process to be updated with the target process based on the interactive node, and completing the process of hot updating of the go server.
2. The go server hot update method according to claim 1, wherein the step of obtaining update information comprises:
acquiring user instruction information, wherein the user instruction information is control information input by a user;
acquiring type data of the control information;
if the type data of the control information is not the updating type data, not acquiring the interactive information of the current network process;
and if the type data is update type data, acquiring the update information, wherein the update information comprises the file to be executed and the network process interaction information to be updated, and the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data interacted with the network process to be updated.
3. The go server hot-update method according to claim 2, wherein the step of obtaining user instruction information comprises:
and acquiring the user instruction information in a monitoring mode.
4. The go server hot-update method according to claim 2, before the step of obtaining a target process by loading the basic data of the network process interaction to be updated in the process, further comprising:
running the process based on a preset parameter, wherein the preset parameter is an initial execution parameter;
and initializing the process based on the initial execution parameters to obtain an initial process.
5. The go server hot-update method of claim 1, further comprising:
and storing the network process interaction information to be updated into a memory of a server in a file form.
6. The go server hot-update method of claim 1, further comprising:
acquiring state information of the target process, wherein the state information comprises stop state data and running state data;
if the state information of the target process is stop state data, maintaining the running state of the current network process;
and if the state information of the target process is running state data, closing the running of the current network process.
7. The go server thermal update method according to claim 2, wherein the user instruction information is control information sent by a user to the go server by means of Telnet.
8. A go server hot-update apparatus, comprising:
the system comprises a data acquisition module, a data updating module and a data updating module, wherein the updating information comprises a file to be executed and network process interaction information to be updated, the network process interaction information to be updated is interaction information of a server-side network process to be updated and a user terminal, the network process interaction information to be updated comprises an interaction node corresponding to the network process interaction information to be updated and basic data of the network process interaction to be updated, and the interaction node is a data node when the network process to be updated carries out data interaction;
the creation module is used for generating a process based on the file to be executed;
the loading module is used for loading the basic data of the interaction of the network process to be updated in the process to obtain a target process;
and the updating module is used for replacing the network process to be updated with the target process based on the interactive node and completing the process of hot updating of the go server.
9. An electronic device, comprising: memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor is configured to implement the go server hot update method of any one of claims 1 to 7 when executing the computer program stored in the memory.
10. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program when executed by a processor implements a go server hot update method as claimed in any one of claims 1 to 7.
CN202110494403.6A 2021-05-07 2021-05-07 Hot updating method for go server and related equipment Pending CN113342386A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110494403.6A CN113342386A (en) 2021-05-07 2021-05-07 Hot updating method for go server and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110494403.6A CN113342386A (en) 2021-05-07 2021-05-07 Hot updating method for go server and related equipment

Publications (1)

Publication Number Publication Date
CN113342386A true CN113342386A (en) 2021-09-03

Family

ID=77469830

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110494403.6A Pending CN113342386A (en) 2021-05-07 2021-05-07 Hot updating method for go server and related equipment

Country Status (1)

Country Link
CN (1) CN113342386A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327606A (en) * 2022-03-11 2022-04-12 武汉中科通达高新技术股份有限公司 Configuration management method and device, electronic equipment and computer readable storage medium
CN114785687A (en) * 2022-06-15 2022-07-22 成都卓杭网络科技股份有限公司 Server hot updating method based on golang language, server and readable medium
CN114885010A (en) * 2022-06-06 2022-08-09 中国工商银行股份有限公司 Request response method, device, equipment and medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327606A (en) * 2022-03-11 2022-04-12 武汉中科通达高新技术股份有限公司 Configuration management method and device, electronic equipment and computer readable storage medium
CN114327606B (en) * 2022-03-11 2022-07-05 武汉中科通达高新技术股份有限公司 Configuration management method and device, electronic equipment and computer readable storage medium
CN114885010A (en) * 2022-06-06 2022-08-09 中国工商银行股份有限公司 Request response method, device, equipment and medium
CN114885010B (en) * 2022-06-06 2024-01-05 中国工商银行股份有限公司 Request response method, device, equipment and medium
CN114785687A (en) * 2022-06-15 2022-07-22 成都卓杭网络科技股份有限公司 Server hot updating method based on golang language, server and readable medium
CN114785687B (en) * 2022-06-15 2022-10-21 成都卓杭网络科技股份有限公司 Server hot updating method based on golang language, server and readable medium

Similar Documents

Publication Publication Date Title
CN113342386A (en) Hot updating method for go server and related equipment
CN109032706B (en) Intelligent contract execution method, device, equipment and storage medium
US20200133666A1 (en) Application lifecycle management system
JP2022137193A (en) Distributed training method and device of deep learning model, electronic apparatus, storage medium and computer program
JP2022022077A (en) Method and device for deploying application, electronic apparatus, readable storage medium, and computer program
US10997062B1 (en) System and method for implementing an automated regression testing module
CN108563579B (en) White box testing method, device and system and storage medium
CN108964993B (en) Fault simulation method, device and equipment based on dynamic proxy and readable storage medium
CN110647332A (en) Software deployment method and device based on container cloud
CN110162334B (en) Code management method, device and storage medium
CN112130871A (en) Method and device for remotely deploying middleware, computer equipment and storage medium
CN111625245A (en) Inference service deployment method, device, equipment and storage medium
US11461291B2 (en) Method, electronic device and computer program product for processing machine learning model
CN113687858A (en) Configuration file checking method and device, electronic equipment and storage medium
CN104111843A (en) Sandbox based script updating method and system
CN117112122A (en) Cluster deployment method and device
CN112597134B (en) Configuration method, device, electronic equipment and medium of distributed configuration center
US20140304701A1 (en) Object-Oriented Open Framework for Campaign Generation
CN111552494B (en) Method, device, system and medium for managing container group
CN111459506B (en) Deep learning platform cluster deployment method and device, medium and electronic equipment
US9953293B2 (en) Method for controlling changes of replication directions in a multi-site disaster recovery environment for high available application
CN111984623A (en) Database cluster automatic deployment method, device, medium and electronic equipment
CN108536429B (en) Method and device for developing software, storage medium and electronic equipment
CN113468067B (en) Application program debugging method and device, electronic equipment and computer readable medium
CN115167874A (en) Automatic driving software mirror image deployment method and device, electronic equipment and readable medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination