CN104216771A - Restarting method and device for software program - Google Patents

Restarting method and device for software program Download PDF

Info

Publication number
CN104216771A
CN104216771A CN201310211089.1A CN201310211089A CN104216771A CN 104216771 A CN104216771 A CN 104216771A CN 201310211089 A CN201310211089 A CN 201310211089A CN 104216771 A CN104216771 A CN 104216771A
Authority
CN
China
Prior art keywords
data
memory block
software program
independent memory
write data
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
CN201310211089.1A
Other languages
Chinese (zh)
Other versions
CN104216771B (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN201310211089.1A priority Critical patent/CN104216771B/en
Publication of CN104216771A publication Critical patent/CN104216771A/en
Application granted granted Critical
Publication of CN104216771B publication Critical patent/CN104216771B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides a restarting method and device for a software program. The restarting method for the software program includes the steps of calling a service process to distribute an independent memory block for a software program process, mapping the independent memory block to a spatial virtual memory block of the software program process in a read-only mode so as to generate a data reading channel, generating a data writing channel through communication between the progresses by means of the service process and the software program process when writing data in the virtual memory block, and regenerating a data reading channel and a data writing channel so that the software program process can obtain data in the independent memory block through the data reading channel or the software program process can renew the data in the independent memory block through the data writing channel when the software program process is restarted. When the software program process is restarted, mapping is conducted in the read-only mode so that the data stored in the independent memory block can be obtained, and the problem that software restarting is slow is solved.

Description

The method for restarting of software program and device
Technical field
The embodiment of the present invention relates to computer operating system technology, particularly relates to a kind of method for restarting and device of software program.
Background technology
Universal and computing machine and the communication technology the develop rapidly of internet and communication service makes ubiquitous network service become possibility, also the high availability (High Availability is called for short HA) of software program in network system and reliability are had higher requirement simultaneously.Except failure-free operation ability, from fault, the ability of fast quick-recovery is also weigh an important indicator of highly available system.
Usually, when the software program run breaks down, business can be provided by restarting software program simply to recover.At present, in order to avoid important state loss of data when software program runs, when restarting software program, there are two kinds of processing modes: the first, one fixed process is set in operating system nucleus, status data important when running for storing software program, recovers important state data when software program makes a mistake and restarts from reserved internal memory; The second, important state data backup when being run by software program is stored in file or database, when restarting software program from file or database stress state data.
But, the problem that the date restoring that existing two kinds of processing modes all exist preservation is slow: the first processing mode, because reserved internal memory and software program are at different address spaces, therefore software program causes extra system call expense when reading and writing data, as the expense that interprocess communication (Inter-Process Communication is called for short IPC) or internal memory copy; The second processing mode, when storing and recover data, file and database access operation, by I/O (Input/Output the is called for short I/O) restriction that read-write efficiency is low, affect the speed read and write data when software program is restarted.
Summary of the invention
The embodiment of the present invention provides a kind of method for restarting and device of software program, the problem that the date restoring preserved during to solve software restarting is slow, to realize the high availability of software.
First aspect, the embodiment of the present invention provides a kind of method for restarting of software program, comprising:
Calling service processes is software program course allocation independent memory block;
Described independent memory block is mapped to described software program process space virtual memory block to generate read data passage with read-only mode, and when reading data from described virtual memory block, from the independent memory block of correspondence, obtains data by described read data passage;
Described service processes and described software program process are generated write data channel by interprocess communication, and when to described virtual memory block write data, writes data in corresponding independent memory block by write data passage;
When restarting described software program process, regenerate described read data passage and write data channel, obtain the data in described independent memory block to make described software program process by described read data passage or upgrade the data in described independent memory block by write data passage.
In the first possible implementation of first aspect, when to described virtual memory block write data, write data in corresponding independent memory block by write data passage, comprising:
If when data to be written are batch execution data, in batch execution data, increase starting and ending mark with the starting and ending representing described batch execution data;
By write data passage, batch execution data is written in corresponding independent memory block.
According to the first possible implementation of first aspect, in the implementation that the second of first aspect is possible, by write data passage, batch execution data is written in corresponding independent memory block, comprises:
Data in described independent memory block being backuped to correspondence distributes in the archive memory block of described independent memory block;
By write data passage, batch execution data is written in corresponding independent memory block, and judges whether identify containing terminating in batch execution data, if so, then empty the data in described archive memory block.
In the third possible implementation of first aspect, described read data passage and write data channel are the programmatic access interface of encapsulation, for described software program process run time call.
According to first aspect, the first of first aspect, in the third possible implementation, in the 4th kind of possible implementation of first aspect, also comprises:
After software program process is complete, discharge described independent memory block.
Second aspect, the embodiment of the present invention provides a kind of rebooting device of software program, comprising:
Distribution module, for calling the independent memory block that service processes is software program course allocation;
Read data module, for described independent memory block is mapped to described software program process space virtual memory block to generate read data passage with read-only mode, and when reading data from described virtual memory block, from the independent memory block of correspondence, obtain data by described read data passage;
Write data module, for described service processes and described software program process are generated write data channel by interprocess communication, and when to described virtual memory block write data, write data in corresponding independent memory block by write data passage;
Restart module, for when restarting described software program process, regenerate described read data passage and write data channel, obtain the data in described independent memory block to make described software program process by described read data passage or upgrade the data in described independent memory block by write data passage.
In the first possible implementation of second aspect, write data module, comprising:
Batch processing unit, if when being batch execution data for data to be written, increases starting and ending mark with the starting and ending representing described batch execution data in batch execution data;
Writing unit, for being written to batch execution data in corresponding independent memory block by write data passage.
According to the first possible implementation of second aspect, in the implementation that the second of second aspect is possible, write data module, comprising:
Backup units, distributes in the archive memory block of described independent memory block for the data in described independent memory block being backuped to correspondence;
Judging unit, for being written in corresponding independent memory block by batch execution data by write data passage, and judges whether identify containing terminating in batch execution data, if so, then empty the data in described archive memory block.
In the third possible implementation of second aspect, described read data passage and write data channel are the programmatic access interface of encapsulation, for described software program process run time call.
According to second aspect, the first of second aspect, in the third possible implementation, in the 4th kind of possible implementation of second aspect, also comprises:
Release module, for after software program process is complete, discharges described independent memory block.
The method that embodiment of the present invention software program is restarted and device, by distributing the independent memory block corresponding with software program process self, and independent memory block is mapped to the virtual memory of software program process self, realize software program process when restarting, the data obtained in described independent memory block are mapped, the problem that the date restoring preserved during to solve software restarting is slow by read-only mode.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the process flow diagram of the embodiment of the method one that software program of the present invention is restarted;
Fig. 2 is the process flow diagram of the embodiment of the method two that software program of the present invention is restarted;
Fig. 3 is the structural representation of the device embodiment one that software program of the present invention is restarted;
Fig. 4 is the position view of read data passage and write data channel in Fig. 3;
Fig. 5 is the structural representation of the device embodiment two that software program of the present invention is restarted.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
Fig. 1 is the process flow diagram of the embodiment of the method one that software program of the present invention is restarted, and the method that the software program of the present embodiment is restarted is applicable to any operating system, the resume speed of the main software restarting improved in operating system.The device that the method can be restarted by software program realizes, and this device is realized by the mode of software and/or hardware, is configured in the equipment with operating system.As shown in Figure 1, the method comprises the following steps:
Step 101, to call service processes be software program course allocation independent memory block;
Described independent memory block, independent of the virtual memory address of the software program process space, is namely on separate different addresses in the physical memory of reality.This course allocation one independently memory block can be thought when each software program process brings into operation.Service routine is also in charge of, distribute independent memory, has access limit all the time to independent memory.
Step 102, described independent memory block is mapped to described software program process space virtual memory block to generate read data passage with read-only mode, and when reading data from described virtual memory block, from the independent memory block of correspondence, obtain data by described read data passage;
In this step, memory mapping technique can be used to be mapped in the virtual memory block in the described software program process space by described independent memory block, during specific implementation, according to memory-mapped base address, be virtual memory address by the pointer data Mapping and Converting represented by independent memory block bias internal amount.
In this step, adopt the data in read-only mapping mode acquisition independent memory block, reason is: under normal circumstances, and software program process is staggered the time, as unsettled pointer, fly pointer etc. and can destroy the data can write in internal memory, if therefore store the data in the internal memory write of this software program process, when restarting recovery next time, data may also be bad, and this mistake can not be caught in primary scene usually, be accumulated to certain degree, even chain effect, just cause collapse.If read-only internal memory, then the write operation of this software program process to this region is forbidden, and the data of preservation can not be destroyed, and also can be found by the very first time the illegal write operation in this region simultaneously, as operating system or hardware can produce internal storage access extremely, contribute to debugging.
Step 103, described service processes and described software program process are generated write data channel by interprocess communication, and when to described virtual memory block write data, write data in corresponding independent memory block by write data passage;
This step, during specific implementation, software program process can by the service processes in system, adopt operating system IPC mechanism to realize data to write in independent memory, such as pipeline, system IPC comprises message queue, semaphore, the mechanism such as shared drive and socket (SOCKET).
Step 104, when restarting described software program process, regenerate described read data passage and write data channel, obtain the data in described independent memory block to make described software program process by described read data passage or upgrade the data in described independent memory block by write data passage.
Above-mentioned steps, when described software program process failures or upgrading need to restart, the significant data before being restarted by software process by write data passage is written in described independent memory block.Like this, when described software program process is restarted, first read data passage and write data channel described in initialization, after initialization completes, described software program process is by read data passage, significant data before restarting with the mode quick obtaining of read-only mapping, avoids the system overhead that process communication or visit data library file bring, thus software is completed fast restart.
It should be noted that, the art personnel should be appreciated that, do not limit successively sequential relationship in the present embodiment between step 102 and 103.
The present embodiment is by distributing the independent memory block corresponding with software program process self, and independent memory block is mapped to the virtual memory of software program process self, realize software program process when restarting, the data obtained in described independent memory block are mapped, the problem that the date restoring preserved when solving software restarting is slow with read-only mode.
Fig. 2 is the process flow diagram of the embodiment of the method two that software program of the present invention is restarted, and the present embodiment, on the basis of a upper embodiment, increases the method for process and the release independent memory block write batching data.As shown in Figure 2, the method comprises the following steps:
Step 201, to call service processes be software program course allocation independent memory block;
Step 202, described independent memory block is mapped to described software program process space virtual memory block to generate read data passage with read-only mode, and when reading data from described virtual memory block, from the independent memory block of correspondence, obtain data by described read data passage;
Generating on the process nature of read data passage, is the process setting up the independent memory block of service routine management and the read-only mapping of application process virtual memory block; When using read data passage, software program process directly reads the data in the virtual memory block of self.
Step 203, described service processes and described software program process are generated write data channel by interprocess communication, and when to described virtual memory block write data, if when data to be written are batch execution data, in batch execution data, increase starting and ending mark with the starting and ending representing described batch execution data;
When processing batch execution data, can increase in data message according to network field agreement and start and terminate mark, to identify the length of batch execution data.
Step 204, the data in described independent memory block are backuped to correspondence distribute in the archive memory block of described independent memory block;
Before batch execution data being written in corresponding independent memory block by write data passage, perform this step, object is to backup in described archive memory block by the data in just described independent memory block, avoid because break down in batching data ablation process, the problem of the data before cannot recovering in described independent memory block, to improve the reliability in data write.
Step 205, batch execution data to be written in corresponding independent memory block by write data passage, and to judge whether identify containing terminating in batch execution data, if so, then empty the data in described archive memory block;
In this step, if judge, not containing terminating mark in batch execution data, then show that batch data process not yet all writes, then continuation performs to independent memory block write activity.When batching data successfully writes the message with terminating mark, then show that batch data all writes successfully, then the data in system release archive memory block, the mode of release can be arranged the mechanism of recovery as required by system the automatic recovery or software program.
Step 206, when restarting described software program process, regenerate described read data passage and write data channel, obtain the data in described independent memory block to make described software program process by described read data passage or upgrade the data in described independent memory block by write data passage;
Regenerate read data passage and write data channel is generally completed by calling system interface.As write data channel adopts IPC mechanism, IPC is for connection-oriented socket, then regenerating write data channel is the process that initialization handshake connects; Regenerate read data passage and be mapped as example with read-only memory, refer to the process of being got up with the independent memory mapping association storing data in some virtual memory region of this process.
Step 207, after software program process is complete, discharge described independent memory block, if there is archive memory block, also discharge archive memory block simultaneously;
During this step specific implementation, can be required by DLL (dynamic link library) by software program or keeper requires release time release.
The present embodiment, by the mark terminating batching data and start, and use archive memory block Backup Data, suitable with the local internal memory of process to realize read operation performance, write operation is suitable with interprocess communication, the reliability improving data and the efficiency read and write data.And application program can only safeguard a data, avoid the expense of application program data reconstruction structure when recovering data.
On the basis of above-described embodiment, preferred implementation is: described read data passage and write data channel are the programmatic access interface of encapsulation, for described software program process run time call.By being the programmatic access interface of encapsulation by described read data passage and write data channel, realize the modularized processing of system.If each software program all realizes the memory-mapped of bottom, the details such as IPC, the complexity of system will be caused.Therefore described read data passage and write data channel can be embodied as a general-purpose library module, for application program provides the DLL (dynamic link library) of data structure rank unnecessary each software program such as (can vector inside analogy c++ java standard library basic data structure) will realize detail, improve the efficiency calling reading and writing data channel.
Fig. 3 is the structural representation of the device embodiment one that software program of the present invention is restarted, and this device is integrated in inside the equipment with operating system usually, as shown in Figure 3, comprising:
Distribution module 31, for calling the independent memory block that service processes is software program course allocation;
Read data module 32, for described independent memory block is mapped to described software program process space virtual memory block to generate read data passage with read-only mode, and when reading data from described virtual memory block, from the independent memory block of correspondence, obtain data by described read data passage;
Write data module 33, for described service processes and described software program process are generated write data channel by interprocess communication, and when to described virtual memory block write data, write data in corresponding independent memory block by write data passage;
Restart module 34, for when restarting described software program process, regenerate described read data passage and write data channel, obtain the data in described independent memory block to make described software program process by described read data passage or upgrade the data in described independent memory block by write data passage.
Fig. 4 is the position view of read data channel data and write data channel data in Fig. 3, as shown in Figure 4, described read data passage 41 is in a storage module in independent memory block and software program process between virtual memory, for when reading data from described virtual memory block, from the independent memory block of correspondence, obtain data with read-only mapping mode;
Write data passage 42, in a storage module in independent memory block and software program process between virtual memory, for when to described virtual memory block write data, writes data in corresponding independent memory block;
The device of the present embodiment, for performing the technical scheme of embodiment of the method shown in Fig. 1, it realizes principle and technique effect is similar, repeats no more herein.
Fig. 5 is the structural representation of the device embodiment two that software program of the present invention is restarted, and on the basis of a upper embodiment, further, also comprises:
Release module 51, for after software program process is complete, discharges described independent memory block;
Further, write data module 33, comprising:
Batch processing unit, if when being batch execution data for data to be written, increases starting and ending mark with the starting and ending representing described batch execution data in batch execution data;
Writing unit, for being written to batch execution data in corresponding independent memory block by write data passage.
Alternatively, write data module 33, comprising:
Backup units, distributes in the archive memory block of described independent memory block for the data in described independent memory block being backuped to correspondence;
Judging unit, for being written in corresponding independent memory block by batch execution data by write data passage, and judges whether identify containing terminating in batch execution data, if so, then empty the data in described archive memory block.
Further, described read data passage and write data channel are the programmatic access interface of encapsulation, for described software program process run time call.
The device of various embodiments of the present invention, the technical scheme of the method that the software program provided for performing any embodiment of the present invention is restarted, it realizes principle and technique effect is similar, possesses corresponding functional module, repeats no more herein.
One of ordinary skill in the art will appreciate that: all or part of step realizing above-mentioned each embodiment of the method can have been come by the hardware that programmed instruction is relevant.Aforesaid program can be stored in a computer read/write memory medium.This program, when performing, performs the step comprising above-mentioned each embodiment of the method; And aforesaid storage medium comprises: ROM, RAM, magnetic disc or CD etc. various can be program code stored medium.
Last it is noted that above each embodiment is only in order to illustrate technical scheme of the present invention, be not intended to limit; Although with reference to foregoing embodiments to invention has been detailed description, those of ordinary skill in the art is to be understood that: it still can be modified to the technical scheme described in foregoing embodiments, or carries out equivalent replacement to wherein some or all of technical characteristic; And these amendments or replacement, do not make the essence of appropriate technical solution depart from the scope of various embodiments of the present invention technical scheme.

Claims (10)

1. a method for restarting for software program, is characterized in that, comprising:
Calling service processes is software program course allocation independent memory block;
Described independent memory block is mapped to described software program process space virtual memory block to generate read data passage with read-only mode, and when reading data from described virtual memory block, from the independent memory block of correspondence, obtains data by described read data passage;
Described service processes and described software program process are generated write data channel by interprocess communication, and when to described virtual memory block write data, writes data in corresponding independent memory block by write data passage;
When restarting described software program process, regenerate described read data passage and write data channel, obtain the data in described independent memory block to make described software program process by described read data passage or upgrade the data in described independent memory block by write data passage.
2. method according to claim 1, is characterized in that, when to described virtual memory block write data, is write data in corresponding independent memory block, comprising by write data passage:
If when data to be written are batch execution data, in batch execution data, increase starting and ending mark with the starting and ending representing described batch execution data;
By write data passage, batch execution data is written in corresponding independent memory block.
3. method according to claim 2, is characterized in that, is written in corresponding independent memory block by batch execution data, comprises by write data passage:
Data in described independent memory block being backuped to correspondence distributes in the archive memory block of described independent memory block;
By write data passage, batch execution data is written in corresponding independent memory block, and judges whether identify containing terminating in batch execution data, if so, then empty the data in described archive memory block.
4. method according to claim 1, is characterized in that, described read data passage and write data channel are the programmatic access interface of encapsulation, for described software program process run time call.
5., according to the arbitrary described method of claim 1-4, it is characterized in that, also comprise:
After software program process is complete, discharge described independent memory block.
6. a rebooting device for software program, is characterized in that, comprising:
Distribution module, for calling the independent memory block that service processes is software program course allocation;
Read data module, for described independent memory block is mapped to described software program process space virtual memory block to generate read data passage with read-only mode, and when reading data from described virtual memory block, from the independent memory block of correspondence, obtain data by described read data passage;
Write data module, for described service processes and described software program process are generated write data channel by interprocess communication, and when to described virtual memory block write data, write data in corresponding independent memory block by write data passage;
Restart module, for when restarting described software program process, regenerate described read data passage and write data channel, obtain the data in described independent memory block to make described software program process by described read data passage or upgrade the data in described independent memory block by write data passage.
7. device according to claim 6, is characterized in that, write data module comprises:
Batch processing unit, if when being batch execution data for data to be written, increases starting and ending mark with the starting and ending representing described batch execution data in batch execution data;
Writing unit, for being written to batch execution data in corresponding independent memory block by write data passage.
8. device according to claim 7, is characterized in that, write data module comprises:
Backup units, distributes in the archive memory block of described independent memory block for the data in described independent memory block being backuped to correspondence;
Judging unit, for being written in corresponding independent memory block by batch execution data by write data passage, and judges whether identify containing terminating in batch execution data, if so, then empty the data in described archive memory block.
9. device according to claim 6, is characterized in that, described read data passage and write data channel are the programmatic access interface of encapsulation, for described software program process run time call.
10., according to the arbitrary described device of claim 6-9, it is characterized in that, also comprise:
Release module, for after software program process is complete, discharges described independent memory block.
CN201310211089.1A 2013-05-30 2013-05-30 The method for restarting and device of software program Expired - Fee Related CN104216771B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310211089.1A CN104216771B (en) 2013-05-30 2013-05-30 The method for restarting and device of software program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310211089.1A CN104216771B (en) 2013-05-30 2013-05-30 The method for restarting and device of software program

Publications (2)

Publication Number Publication Date
CN104216771A true CN104216771A (en) 2014-12-17
CN104216771B CN104216771B (en) 2018-01-23

Family

ID=52098296

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310211089.1A Expired - Fee Related CN104216771B (en) 2013-05-30 2013-05-30 The method for restarting and device of software program

Country Status (1)

Country Link
CN (1) CN104216771B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105653282A (en) * 2015-12-30 2016-06-08 深圳市创想天空科技股份有限公司 Application rebooting system and method
CN106648867A (en) * 2016-12-19 2017-05-10 杭州星数科技有限公司 Intelligent smooth restarting method and device based on cloud data center
CN107729128A (en) * 2017-07-24 2018-02-23 上海壹账通金融科技有限公司 Application data restoration methods, device, computer equipment and storage medium
CN108287761A (en) * 2017-08-09 2018-07-17 珠海市魅族科技有限公司 Method for recovering internal storage and device, terminal device and computer readable storage medium
CN108804151A (en) * 2018-04-28 2018-11-13 维沃移动通信有限公司 A kind of method and terminal of re-launching applications
CN111045700A (en) * 2018-10-15 2020-04-21 阿里巴巴集团控股有限公司 Data updating method, device, system, storage medium and electronic equipment
CN114915669A (en) * 2021-02-08 2022-08-16 北京金山云网络技术有限公司 Service upgrading method and device based on QUIC protocol and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567367A (en) * 2003-07-04 2005-01-19 上海华园微电子技术有限公司 Memory construction of smart card and control method thereof
EP2017730A1 (en) * 2007-07-02 2009-01-21 Sun Microsystems Inc. System and method for storing programmatic modules
CN101876922A (en) * 2009-10-30 2010-11-03 北京锐安科技有限公司 Method for improving system stability
JP2011203946A (en) * 2010-03-25 2011-10-13 Kyocera Mita Corp Integrated circuit and information processing system using the same
CN102609305A (en) * 2012-02-07 2012-07-25 中山爱科数字科技股份有限公司 Method for sharing internal memory in server cluster

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567367A (en) * 2003-07-04 2005-01-19 上海华园微电子技术有限公司 Memory construction of smart card and control method thereof
EP2017730A1 (en) * 2007-07-02 2009-01-21 Sun Microsystems Inc. System and method for storing programmatic modules
CN101876922A (en) * 2009-10-30 2010-11-03 北京锐安科技有限公司 Method for improving system stability
JP2011203946A (en) * 2010-03-25 2011-10-13 Kyocera Mita Corp Integrated circuit and information processing system using the same
CN102609305A (en) * 2012-02-07 2012-07-25 中山爱科数字科技股份有限公司 Method for sharing internal memory in server cluster

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105653282A (en) * 2015-12-30 2016-06-08 深圳市创想天空科技股份有限公司 Application rebooting system and method
CN106648867A (en) * 2016-12-19 2017-05-10 杭州星数科技有限公司 Intelligent smooth restarting method and device based on cloud data center
CN107729128A (en) * 2017-07-24 2018-02-23 上海壹账通金融科技有限公司 Application data restoration methods, device, computer equipment and storage medium
WO2019019672A1 (en) * 2017-07-24 2019-01-31 深圳壹账通智能科技有限公司 Application program data recovery method and apparatus, computer device and storage medium
CN107729128B (en) * 2017-07-24 2019-09-24 深圳壹账通智能科技有限公司 Application data restoration methods, device, computer equipment and storage medium
CN108287761A (en) * 2017-08-09 2018-07-17 珠海市魅族科技有限公司 Method for recovering internal storage and device, terminal device and computer readable storage medium
CN108287761B (en) * 2017-08-09 2020-11-06 珠海市魅族科技有限公司 Memory recovery method and device, terminal equipment and computer readable storage medium
CN108804151A (en) * 2018-04-28 2018-11-13 维沃移动通信有限公司 A kind of method and terminal of re-launching applications
CN108804151B (en) * 2018-04-28 2021-11-02 维沃移动通信有限公司 Method and terminal for restarting application program
CN111045700A (en) * 2018-10-15 2020-04-21 阿里巴巴集团控股有限公司 Data updating method, device, system, storage medium and electronic equipment
CN111045700B (en) * 2018-10-15 2023-05-05 阿里巴巴集团控股有限公司 Data updating method, device, system, storage medium and electronic equipment
CN114915669A (en) * 2021-02-08 2022-08-16 北京金山云网络技术有限公司 Service upgrading method and device based on QUIC protocol and electronic equipment

Also Published As

Publication number Publication date
CN104216771B (en) 2018-01-23

Similar Documents

Publication Publication Date Title
CN104216771A (en) Restarting method and device for software program
US11392461B2 (en) Method and apparatus for processing information
CN109478135A (en) The UEFI of optimization reboots process
JP7012074B2 (en) Virtual disk expansion method and equipment
CN110825495A (en) Container cloud platform recovery method, device, equipment and readable storage medium
CN108073507B (en) Processing method and device for kernel crash field data
CN110716845B (en) Log information reading method of Android system
CN114089926B (en) Management method of distributed storage space, computing equipment and storage medium
CN113626256A (en) Virtual machine disk data backup method, device, terminal and storage medium
JP2007133544A (en) Failure information analysis method and its implementation device
US10514972B2 (en) Embedding forensic and triage data in memory dumps
CN111158945B (en) Kernel fault processing method, device, network security equipment and readable storage medium
CN102662799B (en) Data backup method, server and hot backup system
CN114035905A (en) Fault migration method and device based on virtual machine, electronic equipment and storage medium
US10437754B1 (en) Diagnostic fault management controller for distributed computing
US20100085871A1 (en) Resource leak recovery in a multi-node computer system
US20110202903A1 (en) Apparatus and method for debugging a shared library
CN104407806A (en) Method and device for revising hard disk information of redundant array group of independent disk (RAID)
US20070234114A1 (en) Method, apparatus, and computer program product for implementing enhanced performance of a computer system with partially degraded hardware
JP2009048610A (en) Method and system for finding device criticality in hot-plugging in computer configuration
CN115391106A (en) Method, system and device for pooling backup resources
CN115658181A (en) Method and device for running docker service on android operating system
CN111602121B (en) Bit accurate tracking analysis with applied memory region lifetime
CN113791934A (en) Data recovery method, computing device and storage medium
CN107688479A (en) Android system network cluster and its method built, the method and system of android system network cluster data processing

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180123