CN105718307A - Process management method and process management device - Google Patents

Process management method and process management device Download PDF

Info

Publication number
CN105718307A
CN105718307A CN201410717609.0A CN201410717609A CN105718307A CN 105718307 A CN105718307 A CN 105718307A CN 201410717609 A CN201410717609 A CN 201410717609A CN 105718307 A CN105718307 A CN 105718307A
Authority
CN
China
Prior art keywords
subprocess
primary target
described primary
target subprocess
command
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
CN201410717609.0A
Other languages
Chinese (zh)
Other versions
CN105718307B (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.)
Beijing Shenzhou Taiyue Software Co Ltd
Original Assignee
Beijing Shenzhou Taiyue Software 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 Beijing Shenzhou Taiyue Software Co Ltd filed Critical Beijing Shenzhou Taiyue Software Co Ltd
Priority to CN201410717609.0A priority Critical patent/CN105718307B/en
Publication of CN105718307A publication Critical patent/CN105718307A/en
Application granted granted Critical
Publication of CN105718307B publication Critical patent/CN105718307B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • General Factory Administration (AREA)

Abstract

The embodiment of the invention discloses a process management method and a process management device. The method comprises the following steps of firstly, writing a query process ID (Identification) command into a shell command executed by a primary target subprocess of a main process so as to obtain the process ID of the primary target subprocess; querying all process information contained by a user according to a user name corresponding to the user for starting the main process, and analyzing all process information contained by the user according to the process ID of the primary target subprocess so as to obtain the process IDs of all stages of subprocesses contained by the primary target subprocess stage by stage. By using the technical scheme, the method and the device have the advantages that the process IDs of all stages of subprocesses can be obtained by the main process, so that the main process is allowed to do monitoring and management by aiming at the specific target subprocess, for example, some resource consumption subprocesses are deleted for preventing waste caused by long-time occupation of system resources by the subprocesses.

Description

Process management method and management of process device
Technical field
The present invention relates to field of computer technology, particularly relate to process management method and management of process device.
Background technology
In computer operating system, host process is in order to perform a background task, it is likely to need thread therein starts successively or calls the subprocess of each rank, such as host process starts some subprocess, i.e. one-level subprocess, and one-level subprocess starts some subprocess, i.e. two grades of subprocess of host process, by that analogy.The subprocess of each rank performs different subfunctions respectively, completes this background task on the whole with host process.For host process (also referred to as parent process), it is necessary to the subprocess of these different stages is managed.
In the operating system of programming language based on JAVA, host process cannot pass through JAVAAPI interface (ApplicationProgramInterface, it is called for short application programming interfaces) obtain the ID of subprocess, and host process all comprises the subprocess of up to a hundred different stages in a lot of situations, host process tends not to effectively distinguish each subprocess, and it is monitored or calls by the keyword relying solely on each subprocess, cause that the efficiency of management is low.Such as, host process can not force to stop some target subprocess and the subprocess of each rank that this target subprocess comprises in system command, and the escape mechanism of subprocess self can only be relied on to wait that subprocess stops.But under some scenes, some subprocess may owing to blocking and cannot exit voluntarily, and this also results in the higher level starting it or subordinate's subprocess also cannot normally exit, thus system resource also can be always occupied, it is impossible to release, causes the waste of system resource.
Summary of the invention
The embodiment of the present invention provides process management method and management of process device, can not effectively distinguish each subprocess solving host process of the prior art, cause the problem that the efficiency of management is low.
In order to solve above-mentioned technical problem, the embodiment of the invention discloses following technical scheme:
On the one hand, it is provided that a kind of process management method, described method is used for the host process management to subprocess, and described method includes:
Shell-command performed by the primary target subprocess of host process writes query procedure id command, so that described primary target subprocess is when performing described shell-command, sends the process ID of described primary target subprocess to host process;
Host process is after starting described primary target subprocess, it is thus achieved that the process ID of the described primary target subprocess that described primary target subprocess sends;
All progress informations that described user comprises are inquired about according to the user name that the user starting described host process is corresponding;
All progress informations that described user is comprised by the process ID according to described primary target subprocess are analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.
Optionally, the described query procedure id command that writes in the shell-command performed by the primary target subprocess of host process includes: the original position at the shell-command performed by the primary target subprocess of described host process writes described query procedure id command.
Optionally, it is analyzed according to all progress informations that described user is comprised by the process ID of described primary target subprocess, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises, including:
It is sequentially carried out retrieval from the process ID of described primary target subprocess, until obtaining the process ID of the subprocess of all ranks that described primary target subprocess comprises, when retrieval, retrieve the process ID of the other subprocess of next stage of the subprocess of described current level according to the process ID of the subprocess of current level.
Optionally, described process management method also includes:
Process ID according to the described primary target subprocess obtained, and the process ID of the subprocess of all ranks that the described primary target subprocess obtained comprises, delete described primary target subprocess and the subprocess of all ranks that described primary target subprocess comprises.
On the other hand, it is provided that a kind of management of process device, described system is used for the host process management to subprocess, and described management of process device includes:
Writing unit, for writing query procedure id command in the shell-command performed by the primary target subprocess of host process, so that described primary target subprocess is when performing described shell-command, sends the process ID of described primary target subprocess to host process;
First obtains unit, for when host process is after starting described primary target subprocess, it is thus achieved that the process ID of the described primary target subprocess that described primary target subprocess sends;
Query unit, inquires about, for the user name corresponding according to the user starting described host process, all progress informations that described user comprises;
Second obtains unit, and the progress information that the described user for described query unit being inquired according to the process ID of described primary target subprocess comprises is analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.
Optionally, said write unit includes: the original position at the shell-command performed by the primary target subprocess of host process writes described query procedure id command.
Optionally, described second acquisition unit includes:
It is sequentially carried out retrieval from the process ID of described primary target subprocess, until obtaining the process ID of the subprocess of all ranks that described primary target subprocess comprises, when retrieval, retrieve the process ID of the other subprocess of next stage of the subprocess of described current level according to the process ID of the subprocess of current level.
Optionally, described management of process device also includes:
Delete unit, for obtaining the process ID of the described primary target subprocess that unit obtains according to first, and second process ID obtaining the subprocess of all ranks that the described primary target subprocess that unit obtains comprises, delete described primary target subprocess and the subprocess of all ranks that described primary target subprocess comprises.
From above technical scheme, process management method provided by the invention and management of process device, first pass through write query procedure id command in the shell-command performed by the primary target subprocess of host process, to obtain the process ID of described primary target subprocess, the user name corresponding further according to the user starting described host process inquires about all progress informations that described user comprises, and all progress informations described user comprised according to the process ID of described primary target subprocess are analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.Technical scheme can make the process ID of the subprocess of the host process all ranks of acquisition, thus allowing host process be monitored for specific target subprocess and manage, such as delete some subprocess expending resource, the waste caused to prevent these subprocess from system resource being taken for a long time.
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, the accompanying drawing used required in embodiment or description of the prior art will be briefly described below, apparently, for those of ordinary skills, under the premise not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings.
The schematic flow sheet of the embodiment that Fig. 1 provides for process management method of the present invention;
The schematic flow sheet of another embodiment that Fig. 2 A provides for process management method of the present invention;
Fig. 2 B is the code schematic diagram that the process of described inquiry primary target subprocess ID is corresponding;
Fig. 2 C is another code schematic diagram that the process of described inquiry primary target subprocess ID is corresponding;
Fig. 2 D is the Query Result schematic diagram of the step 203 of another embodiment of process management method of the present invention;
The structural representation of the embodiment that Fig. 3 provides for management of process device of the present invention.
Detailed description of the invention
First the embodiment of process management method of the present invention being illustrated, as it is shown in figure 1, the schematic flow sheet of the embodiment provided for process management method of the present invention, this embodiment comprises the steps:
Step 101: write query procedure id command in the shell-command performed by the primary target subprocess of host process, so that described primary target subprocess is when performing described shell-command, sends the process ID of described primary target subprocess to host process.
With reference to background technology, the subprocess started in host process is called one-level subprocess, general startup more than one subprocess in host process, for convenience, it is intended that a target subprocess.Host process can obtain keyword message or the title of this target subprocess, so that this target subprocess to be started.
Such as, the code of this querying command is:
EchoprocessId=$ $;
Wherein, processId is the variable parameter name of the process ID of the subprocess of inquiry, accordingly, obtains also according to this variable parameter name when obtaining the process ID of described subprocess in a step 102.
This code is put in the shell-command of this primary target subprocess or the script command of .sh type, when described primary target subprocess performs the script of this shell-command or .sh type, just can return the process ID of this target one-level subprocess to host process.
Shell-command is for perform order, when user logs in, has actually entered shell platform, and it follows certain grammer, the order of input is explained and passes to system.Shell-command is capable of the Real-time Collection of data file, reads the content that file is newly generated in time.Any one shell-command being write in the file with .sh ending, namely forms .sh script .sh script is the script file of UNIX/LINUX operating system.
Step 102: host process is after starting described primary target subprocess, it is thus achieved that the process ID of the described primary target subprocess that described primary target subprocess sends.
Subprocess is after performing described shell-command, it is many that data content to host process return is likely to comparison, with reference to the associated description of step 101, can obtain the process ID of described subprocess according to the variable parameter name in the code of querying command before, such as, the correlative code got is:
ProcessId=4007;
Namely the process ID representing described primary target subprocess is 4007.
Step 103: inquire about all progress informations that described user comprises according to the user name that the user starting described host process is corresponding.
In the application, all progress informations that described user " comprises " refer to the information of the subprocess at different levels that this user directly or indirectly starts, i.e. the information of the process of all ranks under this user name.
The code that realizes of corresponding inquiry mode is:
Ps-ef | grep-vgrep | grep^username;
Wherein, username is user name corresponding to user starting host process, in actual applications, and the user name that replaceable one-tenth system is actual.Order line inputs this section of code, the subprocess of this user name username all of rank under one's name can be obtained, wherein also include the relevant information of host process.
Step 104: be analyzed according to all progress informations that described user is comprised by the process ID of described primary target subprocess, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.
The Query Result of step 103 correspondence is the relevant information of all processes that user comprises, the process ID number of the subprocess of the different stage that the multiple host processes started including this user and each host process comprise and the description information that some are relevant, therefore more numerous and diverse, the process ID requiring over the described primary target subprocess obtained in the process ID of this host process and step 102 makes a look up, until finding out the process ID of the subprocess of all ranks that described primary target subprocess comprises.
In other embodiments of the invention, optionally, step 105 can also be included: the process ID according to the described primary target subprocess obtained, and the process ID of the subprocess of all ranks that the described primary target subprocess obtained comprises, delete described primary target subprocess and the subprocess of all ranks that described primary target subprocess comprises.
From above example, the process management method that the embodiment of the present invention provides, first pass through write query procedure id command in the shell-command performed by the primary target subprocess of host process, to obtain the process ID of described primary target subprocess, the user name corresponding further according to the user starting described host process inquires about all progress informations that described user comprises, and all progress informations described user comprised according to the process ID of described primary target subprocess are analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.Technical scheme can make the process ID of the subprocess of the host process all ranks of acquisition, thus allowing host process be monitored for specific target subprocess and manage, such as delete some subprocess expending resource, the waste caused to prevent these subprocess from system resource being taken for a long time.
As shown in Figure 2 A, for the schematic flow sheet of another embodiment that process management method of the present invention provides, this embodiment comprises the steps:
Step 201: the original position at the shell-command performed by the primary target subprocess of described host process writes described query procedure id command, so that described primary target subprocess is when performing described shell-command, send the process ID of described primary target subprocess to host process.
Such as, the code of this querying command is:
EchoprocessId=$ $;
Wherein, processId is the variable parameter name of the process ID of the subprocess of inquiry, accordingly, obtains also according to this variable parameter name when obtaining the process ID of described subprocess in step 202..
The code of this querying command is put into the original position of shell-command, can be specifically, before the former first trip code of code corresponding to this shell-command, insert new a line as first trip, this first trip writes the code of this querying command, for instance shown in Fig. 2 B, for the code schematic diagram that the process of described query procedure ID is corresponding, in the drawings, original code dotted line of this shell-command replaces.
Optionally, the code of this querying command is put into the command header of shell-command, specifically can also is that, before the initial position of code corresponding to this shell-command, insert the code of this querying command, be placed on the first trip of code corresponding to this shell-command by the code of this querying command, as shown in Figure 2 C, for another schematic diagram of code corresponding to the process of described query procedure ID, in the drawings, original code dotted line of this shell-command replaces.
It is many that the data returned due to this subprocess are likely to comparison, also more numerous and diverse, original position query procedure id command being inserted described shell-command is advantageous in that, from the data that described one-level subprocess returns, the first row data or first few lines can be quickly found out the ID that this one-level subprocess is corresponding.
Step 202: host process is after starting described primary target subprocess, it is thus achieved that the process ID of the described primary target subprocess that described primary target subprocess sends.
This target subprocess is started at a certain thread within host process, obtain the input of this target subprocess, being used for reading the data that this target subprocess returns, the first row returns the content of data and is processId=process ID, can obtain the process ID of described primary target subprocess.
Step 203: inquire about all progress informations that described user comprises according to the user name that the user starting described host process is corresponding.
Corresponding inquiry code is:
Ps-ef | grep-vgrep | grep^username;
Wherein, username is user name corresponding to user starting host process, in actual applications, and the user name that replaceable one-tenth system is actual.Inputting this section of code in order line, the subprocess that can obtain this user name username all of rank under one's name also includes the relevant information of host process.
Step 204: be sequentially carried out retrieval from the process ID of described primary target subprocess, until obtaining the process ID of the subprocess of all ranks that described primary target subprocess comprises, when retrieval, retrieve the process ID of the other subprocess of next stage of the subprocess of described current level according to the process ID of the subprocess of current level.
The process of step 203 and step 204 is described with the example in a practical application here, as shown in Figure 2 D, for the inquiry code of step 203 correspondence, and the schematic diagram of the Query Result of correspondence.
As shown in Figure 2 D, corresponding with step 203 inquiry code is:
Ps-ef | grep-vgrep | grep^idcp;
Wherein idcp is user name corresponding to user starting host process.The Query Result being listed below of this inquiry code comprises multirow data, every data line represents the information of a process, first row represents the user name of the user starting this process, i.e. idcp, second process ID being classified as this process, the 3rd other process of upper level being classified as this process, all the other are classified as the associated description information of this process.
As shown in Figure 2 D, first finding the row at the information place of host process, owing to higher level's process of host process is the user starting this host process, i.e. idcp, user is system-level, and therefore process ID number acquiescence 1 finds process ID=3915 of host process accordingly.It practice, host process is known that oneself No. ID when one starts, it is also possible to be directly quickly found out the row at host process place according to the ID=3915 of host process and process ID=1 of user.
Process ID=3915 according to host process, finding corresponding No. ID of some one-level subprocess successively is 4007,4021,4038,4050,4064, it is assumed that process ID=4007 of the target subprocess obtained in step 202, then find process ID=4010 of the next stage subprocess of this target subprocess according further to process ID=4007 of this target subprocess, be two grades of subprocess.Find process ID=4011 of the next stage subprocess of these two grades of subprocess afterwards further according to process ID=4010 of these two grades of subprocess, be three grades of subprocess.Retrieve successively according to the method, until finding the process ID of the subprocess of all ranks that this target subprocess (ID=4007) comprises.
Step 205: the process ID according to the described primary target subprocess obtained, and the process ID of the subprocess of all ranks that the described primary target subprocess obtained comprises, delete described primary target subprocess and the subprocess of all ranks that described primary target subprocess comprises.
In some cases, certain subprocess of host process is likely to be due to a variety of causes and cannot normally exit, cause that its subordinate's subprocess also cannot normally to going out, now just can obtain the subprocess of all ranks that this subprocess comprises according to the method in step 201 to 204, thus in host process Force Deletion or stop this subprocess and other subprocess of described all ranks.
From above example, the process management method that the embodiment of the present invention provides, first pass through the original position at the shell-command performed by the primary target subprocess of host process and write query procedure id command, to obtain the process ID of described primary target subprocess, the user name corresponding further according to the user starting described host process inquires about all progress informations that described user comprises, and all progress informations described user comprised according to the process ID of described primary target subprocess are analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises step by step.Technical scheme can make the process ID of the subprocess of the host process all ranks of acquisition, thus allowing host process be monitored for specific target subprocess and manage, such as delete some subprocess expending resource, the waste caused to prevent these subprocess from system resource being taken for a long time.
Corresponding with the embodiment of process management method of the present invention, this specification additionally provides the embodiment of corresponding management of process device.
For convenience of description, with function, various unit are respectively described when describing the management of process device of the application.Certainly, the function of each unit can be realized in same or multiple softwares and/or hardware when implementing the present invention.
Referring to Fig. 3, for the structural representation of the embodiment that management of process device of the present invention provides, described management of process device includes: writing unit 301, first obtains unit 302, query unit 303 and second obtains unit 304.
Wherein, writing unit 301, for writing query procedure id command in the shell-command performed by the primary target subprocess of host process, so that described primary target subprocess is when performing described shell-command, send the process ID of described primary target subprocess to host process.
First obtains unit 302, for when host process is after starting described primary target subprocess, it is thus achieved that the process ID of the described primary target subprocess that described primary target subprocess sends.
Query unit 303, inquires about, for the user name corresponding according to the user starting described host process, all progress informations that described user comprises.
Second obtains unit 304, and the progress information that the described user for described query unit being inquired according to the process ID of described primary target subprocess comprises is analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.
Preferably, said write unit 301 includes:
Original position at the shell-command performed by the primary target subprocess of host process writes described query procedure id command.
Preferably, described second acquisition unit 304 includes:
It is sequentially carried out retrieval from the process ID of described primary target subprocess, until obtaining the process ID of the subprocess of all ranks that described primary target subprocess comprises, when retrieval, retrieve the process ID of the other subprocess of next stage of the subprocess of described current level according to the process ID of the subprocess of current level.
Optionally, described management of process device also includes:
Delete unit, for obtaining the process ID of the described primary target subprocess that unit obtains according to first, and second process ID obtaining the subprocess of all ranks that the described primary target subprocess that unit obtains comprises, delete described primary target subprocess and the subprocess of all ranks that described primary target subprocess comprises.
Management of process device in above-described embodiment, concrete mode and relevant code that wherein the execution of modules unit operates have been described in detail in about the embodiment of the method, explanation will be not set forth in detail, and relevant part illustrates referring to the part of embodiment of the method herein.
From above example, the management of process device that the embodiment of the present invention provides, first pass through the original position at the shell-command performed by the primary target subprocess of host process and write query procedure id command, to obtain the process ID of described primary target subprocess, the user name corresponding further according to the user starting described host process inquires about all progress informations that described user comprises, and all progress informations described user comprised according to the process ID of described primary target subprocess are analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises step by step.Technical scheme can make the process ID of the subprocess of the host process all ranks of acquisition, thus allowing host process be monitored for specific target subprocess and manage, such as delete some subprocess expending resource, the waste caused to prevent these subprocess from system resource being taken for a long time.
The present invention can described in the general context of computer executable instructions, for instance program module.Usually, program module includes performing particular task or realizing the routine of particular abstract data type, program, object, assembly, data structure etc..The present invention can also be put into practice in a distributed computing environment, in these distributed computing environment, the remote processing devices connected by communication network perform task.In a distributed computing environment, program module may be located in the local and remote computer-readable storage medium including storage device.
The above is only the specific embodiment of the present invention, makes to skilled artisans appreciate that or realize the present invention.The multiple amendment of these embodiments be will be apparent to one skilled in the art, and generic principles defined herein can without departing from the spirit or scope of the present invention, realize in other embodiments.Therefore, the present invention is not intended to be limited to the embodiments shown herein, and is to fit to the widest scope consistent with principles disclosed herein and features of novelty.

Claims (8)

1. a process management method, described method is used for the host process management to subprocess, it is characterised in that described method includes:
Shell-command performed by the primary target subprocess of host process writes query procedure id command, so that described primary target subprocess is when performing described shell-command, sends the process ID of described primary target subprocess to host process;
Host process is after starting described primary target subprocess, it is thus achieved that the process ID of the described primary target subprocess that described primary target subprocess sends;
All progress informations that described user comprises are inquired about according to the user name that the user starting described host process is corresponding;
All progress informations that described user is comprised by the process ID according to described primary target subprocess are analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.
2. method according to claim 1, it is characterised in that the described query procedure id command that writes in the shell-command performed by the primary target subprocess of host process includes:
Original position at the shell-command performed by the primary target subprocess of described host process writes described query procedure id command.
3. method according to claim 1 and 2, it is characterized in that, all progress informations that described user is comprised by the process ID according to described primary target subprocess are analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises, including:
It is sequentially carried out retrieval from the process ID of described primary target subprocess, until obtaining the process ID of the subprocess of all ranks that described primary target subprocess comprises, when retrieval, retrieve the process ID of the other subprocess of next stage of the subprocess of described current level according to the process ID of the subprocess of current level.
4. method according to claim 1 and 2, it is characterised in that also include:
Process ID according to the described primary target subprocess obtained, and the process ID of the subprocess of all ranks that the described primary target subprocess obtained comprises, delete described primary target subprocess and the subprocess of all ranks that described primary target subprocess comprises.
5. a management of process device, described device is used for the host process management to subprocess, it is characterised in that described management of process device includes:
Writing unit, for writing query procedure id command in the code of the shell-command performed by the primary target subprocess of host process, so that described primary target subprocess is when performing described shell-command, send the process ID of described primary target subprocess to host process;
First obtains unit, for when host process is after starting described primary target subprocess, it is thus achieved that the process ID of the described primary target subprocess that described primary target subprocess sends;
Query unit, inquires about, for the user name corresponding according to the user starting described host process, all progress informations that described user comprises;
Second obtains unit, and the progress information that the described user for described query unit being inquired according to the process ID of described primary target subprocess comprises is analyzed, to obtain the process ID of the subprocess of all ranks that described primary target subprocess comprises.
6. management of process device according to claim 5, it is characterised in that said write unit is used for:
Original position at the code of the shell-command performed by the primary target subprocess of host process writes described query procedure id command.
7. the management of process device according to claim 5 or 6, it is characterised in that described second obtains unit is used for:
It is sequentially carried out retrieval from the process ID of described primary target subprocess, until obtaining the process ID of the subprocess of all ranks that described primary target subprocess comprises, when retrieval, retrieve the process ID of the other subprocess of next stage of the subprocess of described current level according to the process ID of the subprocess of current level.
8. the management of process device according to claim 5 or 6, it is characterised in that described management of process device also includes:
Delete unit, for obtaining the process ID of the described primary target subprocess that unit obtains according to described first, and described second process ID obtaining the subprocess of all ranks that the described primary target subprocess that unit obtains comprises, delete described primary target subprocess and the subprocess of all ranks that described primary target subprocess comprises.
CN201410717609.0A 2014-12-01 2014-12-01 Process management method and management of process device Active CN105718307B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410717609.0A CN105718307B (en) 2014-12-01 2014-12-01 Process management method and management of process device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410717609.0A CN105718307B (en) 2014-12-01 2014-12-01 Process management method and management of process device

Publications (2)

Publication Number Publication Date
CN105718307A true CN105718307A (en) 2016-06-29
CN105718307B CN105718307B (en) 2019-10-25

Family

ID=56146320

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410717609.0A Active CN105718307B (en) 2014-12-01 2014-12-01 Process management method and management of process device

Country Status (1)

Country Link
CN (1) CN105718307B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126333A (en) * 2016-06-30 2016-11-16 国云科技股份有限公司 Subprocess maintaining method under a kind of cloud computing environment
CN106445696A (en) * 2016-09-12 2017-02-22 深圳铂睿智恒科技有限公司 Multiprocess interactive processing method and system
CN107341048A (en) * 2017-06-23 2017-11-10 郑州云海信息技术有限公司 A kind of method and apparatus for inquiring about the client for taking server specific resources
CN107643968A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 Crash log processing method and processing device
CN114374684A (en) * 2021-12-27 2022-04-19 山东浪潮科学研究院有限公司 Shell command optimization method and system
CN114422100A (en) * 2022-03-30 2022-04-29 武汉中科通达高新技术股份有限公司 Up-and-down connection processing system, computer equipment and medium of national standard signaling service terminal

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102163161A (en) * 2011-04-01 2011-08-24 奇智软件(北京)有限公司 Process management method and device thereof
CN102184118A (en) * 2011-06-15 2011-09-14 奇智软件(北京)有限公司 System recovery method
CN102253863A (en) * 2011-06-15 2011-11-23 奇智软件(北京)有限公司 Method for closing processes
CN103631664A (en) * 2013-12-09 2014-03-12 北京奇虎科技有限公司 Inter-process communication method and device
WO2014146564A1 (en) * 2013-03-22 2014-09-25 Tencent Technology (Shenzhen) Company Limited Method and apparatus for managing processes
CN104142844A (en) * 2014-08-18 2014-11-12 广东欧珀移动通信有限公司 Method and device for clearing processes of mobile terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102163161A (en) * 2011-04-01 2011-08-24 奇智软件(北京)有限公司 Process management method and device thereof
CN102184118A (en) * 2011-06-15 2011-09-14 奇智软件(北京)有限公司 System recovery method
CN102253863A (en) * 2011-06-15 2011-11-23 奇智软件(北京)有限公司 Method for closing processes
WO2014146564A1 (en) * 2013-03-22 2014-09-25 Tencent Technology (Shenzhen) Company Limited Method and apparatus for managing processes
CN103631664A (en) * 2013-12-09 2014-03-12 北京奇虎科技有限公司 Inter-process communication method and device
CN104142844A (en) * 2014-08-18 2014-11-12 广东欧珀移动通信有限公司 Method and device for clearing processes of mobile terminal

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126333A (en) * 2016-06-30 2016-11-16 国云科技股份有限公司 Subprocess maintaining method under a kind of cloud computing environment
CN107643968A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 Crash log processing method and processing device
CN106445696A (en) * 2016-09-12 2017-02-22 深圳铂睿智恒科技有限公司 Multiprocess interactive processing method and system
CN106445696B (en) * 2016-09-12 2020-02-21 深圳铂睿智恒科技有限公司 Multi-process interactive processing method and system
CN107341048A (en) * 2017-06-23 2017-11-10 郑州云海信息技术有限公司 A kind of method and apparatus for inquiring about the client for taking server specific resources
CN107341048B (en) * 2017-06-23 2021-03-23 苏州浪潮智能科技有限公司 Method and device for inquiring client occupying specific resources of server
CN114374684A (en) * 2021-12-27 2022-04-19 山东浪潮科学研究院有限公司 Shell command optimization method and system
CN114374684B (en) * 2021-12-27 2023-05-16 山东浪潮科学研究院有限公司 Shell command optimization method and system
CN114422100A (en) * 2022-03-30 2022-04-29 武汉中科通达高新技术股份有限公司 Up-and-down connection processing system, computer equipment and medium of national standard signaling service terminal
CN114422100B (en) * 2022-03-30 2022-07-12 武汉中科通达高新技术股份有限公司 Up-and-down connection processing system, computer equipment and medium of national standard signaling service terminal

Also Published As

Publication number Publication date
CN105718307B (en) 2019-10-25

Similar Documents

Publication Publication Date Title
CN108595157B (en) Block chain data processing method, device, equipment and storage medium
CN105718307A (en) Process management method and process management device
US10579803B1 (en) System and method for management of application vulnerabilities
US6904597B2 (en) Inter-thread communications between different components using double buffer
US10129264B2 (en) Method and apparatus for implementing document sharing between user groups
US10025630B2 (en) Operating programs on a computer cluster
US20210397157A1 (en) Robust user interface related robotic process automation
CN107357885B (en) Data writing method and device, electronic equipment and computer storage medium
CN104881466A (en) Method and device for processing data fragments and deleting garbage files
CN103631628A (en) Software cleaning method and system
CN109376015A (en) Solution and system are blocked in log for task scheduling system
CN108416199A (en) A kind of user authority control method of application, device and server
US7802089B2 (en) Analyzing interpretable code for harm potential
CN113961332A (en) Method and device for realizing workflow engine, electronic equipment and storage medium
CN108289080B (en) Method, device and system for accessing file system
US20160071064A1 (en) Context driven task creation and management
CN111552521A (en) Application data reporting method, device, server and storage medium
CN113407973B (en) Software function authority management method, system, server and storage medium
CN113568604A (en) Method and device for updating wind control strategy and computer readable storage medium
CN112003821B (en) Cloud platform security management method and system and security management server
CN113836237A (en) Method and device for auditing data operation of database
US20090112704A1 (en) Management tool for efficient allocation of skills and resources
EP1696375A1 (en) A workflow retrieval system
CN110753090A (en) Task execution method and device of server cluster, computer equipment and storage medium
KR20160041615A (en) An automatic system and method for collecting log based on a cloud platform

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
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 818, 8 / F, 34 Haidian Street, Haidian District, Beijing 100080

Patentee after: BEIJING ULTRAPOWER SOFTWARE Co.,Ltd.

Address before: 100107 Beijing city Haidian District wanquanzhuang Road No. 28 Wanliu new building block A Room 601

Patentee before: BEIJING ULTRAPOWER SOFTWARE Co.,Ltd.