JP2012022373A - Information processing method, program, information processor and information processing system - Google Patents

Information processing method, program, information processor and information processing system Download PDF

Info

Publication number
JP2012022373A
JP2012022373A JP2010157719A JP2010157719A JP2012022373A JP 2012022373 A JP2012022373 A JP 2012022373A JP 2010157719 A JP2010157719 A JP 2010157719A JP 2010157719 A JP2010157719 A JP 2010157719A JP 2012022373 A JP2012022373 A JP 2012022373A
Authority
JP
Japan
Prior art keywords
information
processes
visible
information processing
termination
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
JP2010157719A
Other languages
Japanese (ja)
Inventor
Yoko Minamide
陽子 南出
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.)
Sumitomo Electric System Solutions Co Ltd
Original Assignee
Sumitomo Electric System Solutions 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 Sumitomo Electric System Solutions Co Ltd filed Critical Sumitomo Electric System Solutions Co Ltd
Priority to JP2010157719A priority Critical patent/JP2012022373A/en
Publication of JP2012022373A publication Critical patent/JP2012022373A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an information processing method, a program, an information processor and an information processing system which improve the work efficiency of a computer by discriminating between an unnecessary process and necessary process of the computer and terminating the unnecessary process.SOLUTION: A computer system 10 capable of running a plurality of processes executes an information processing method comprises: (A) a step of identifying a visible process among the plurality of processes being run; (B) a step of acquiring operational status information of each of the visible process; (C) a step of determining a process unnecessary for running among the visible process as a termination candidate process, based on the operational status information; and (D) a step of presenting termination confirmation information which is information for confirming whether to terminate the termination candidate process to a user of the computer system 10.

Description

本発明は、コンピュータシステムに係る情報処理方法、プログラム、情報処理装置、及び情報処理システムに関する。   The present invention relates to an information processing method, a program, an information processing apparatus, and an information processing system according to a computer system.

近年、パーソナルコンピュータのような、複数のアプリケーションを自由に起動させることができるコンピュータシステムの普及が進んでいる。しかし、当該コンピュータシステムを用いた作業を行う場合、作業者の作業効率が低下してしまうことがある。この作業効率の低下は、作業者が意識的に作業を中断する場合と、作業者が無意識のうちにコンピュータシステムの動作速度を低下させてしまう場合とに分類することができる。   In recent years, a computer system such as a personal computer that can freely start a plurality of applications has been spreading. However, when working using the computer system, the work efficiency of the worker may be reduced. This reduction in work efficiency can be classified into a case where the worker consciously interrupts the work and a case where the worker unconsciously reduces the operating speed of the computer system.

下記特許文献1には、コンピュータシステムの音出力の回数及びタイミングを取得することで、作業者が行うべき作業以外のコンピュータ操作を監視するコンピュータ監視システムが開示されている。このコンピュータ監視システムは、必要とされる作業における音出力の回数及びタイミングの形態を記憶し、当該必要とされる作業に係る音出力の形態の情報とコンピュータ利用時の音出力の回数及びタイミングの情報とを比較することで、作業者が行うべき作業以外のコンピュータ操作を行っているか否かを判定する。   Patent Document 1 below discloses a computer monitoring system that monitors computer operations other than work to be performed by an operator by acquiring the number and timing of sound output of the computer system. This computer monitoring system stores the number of times and timing of sound output in the required work, and information on the form of sound output related to the required work and the number and timing of sound output when using the computer. By comparing with the information, it is determined whether or not a computer operation other than the work to be performed by the worker is performed.

特許第4155332号公報Japanese Patent No. 4155332

上述した特許文献1のコンピュータ監視システムにおいては、例えばゲームソフトを利用するなどの、音出力を伴う作業者が行うべきでないコンピュータシステムの利用を検知することが可能である。しかし、このコンピュータ監視システムでは、例えば閲覧の終わったブラウザを終了し忘れている場合など、作業者が無意識のうちに不要なコンピュータのプロセスを増加させてしまったとき、コンピュータのハードウェア資源の非効率な利用を行ってしまうことにより、作業効率が低下するという状況に対応できるものではなかった。   In the computer monitoring system of Patent Document 1 described above, it is possible to detect the use of a computer system that should not be performed by an operator with sound output, such as using game software. However, in this computer monitoring system, when the operator unintentionally increases unnecessary computer processes, for example, when the browser that has been browsed is forgotten to be closed, the hardware resources of the computer are depleted. It has not been able to cope with the situation where work efficiency decreases due to efficient use.

そこで、コンピュータシステムでの作業効率を向上させるために、起動しているプロセスの中に不要なプロセスがあるか否かを判別し、当該プロセスを終了することで、不要なプロセスが起動し続け、ハードウェア資源が無駄に消費されるのを防ぐ技術が求められている。   Therefore, in order to improve the work efficiency in the computer system, it is determined whether there is an unnecessary process in the running process, and the unnecessary process continues to start by terminating the process. There is a need for a technique that prevents wasteful consumption of hardware resources.

本発明は、かかる事情に鑑みて成されたものであり、コンピュータが起動しているプロセスの中から不要なプロセスを判別し、当該不要なプロセスを終了することで、コンピュータのハードウェア資源の効率的な利用を促し、コンピュータにおける作業効率を向上させる情報処理方法、プログラム、情報処理装置、及び情報処理システムを提供することを目的とする。   The present invention has been made in view of such circumstances, and by identifying an unnecessary process from processes running on the computer and terminating the unnecessary process, the efficiency of the hardware resources of the computer is improved. An object of the present invention is to provide an information processing method, program, information processing apparatus, and information processing system that promote efficient use and improve work efficiency in a computer.

本発明の第1の態様に係る情報処理方法は、表示画面を有し、複数のプロセスを起動可能な情報処理装置における情報処理方法であって、(A)起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定するステップと、(B)前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得するステップと、(C)前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定するステップと、(D)前記終了候補プロセスを終了するか否かを確認するための情報である終了確認情報を、前記情報処理装置の利用者に提示するステップと、を備えることを特徴とする。   An information processing method according to a first aspect of the present invention is an information processing method in an information processing apparatus having a display screen and capable of starting a plurality of processes, wherein (A) the plurality of processes started A step of identifying one or more visible processes which are processes displayed on the display screen as a visible window, and (B) operational status information which is information on the operational status of each of the one or more visible processes. (C) determining based on the operation status information that a process that does not need to be activated among the one or more visible processes is an end candidate process; and (D) the end candidate. A step of presenting end confirmation information, which is information for confirming whether or not to end the process, to a user of the information processing apparatus.

第1の態様に係る情報処理方法によれば、ステップ(A)において、情報処理装置が起動しているプロセスの中から、可視ウィンドウとして表示画面に表示されている可視プロセスを特定する。次に、ステップ(B)において、可視プロセスに関する稼働状況情報を取得する。次に、ステップ(C)において、それぞれの可視プロセスの稼働状況に基づいて、可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する。そして、ステップ(D)において、終了候補プロセスを終了するか否かを確認するための終了確認情報を、当該情報処理装置の利用者に対して提示する。よって、この利用者への提示により、利用者は起動させておく必要がないと考えられるプロセスが情報処理装置上で起動していることを知ることできる。さらに、終了候補プロセスを終了するか否かの確認に利用者が返答を行った場合、当該プロセスを終了するなどの処理を情報処理装置が行うことができるので、不要なプロセスの終了処理を行うなどして情報処理装置のハードウェア資源の効率的な利用を促し、情報処理装置における作業効率を向上させることが可能となる。   According to the information processing method according to the first aspect, in step (A), the visible process displayed on the display screen as a visible window is specified from among the processes in which the information processing apparatus is activated. Next, in step (B), operation status information regarding the visible process is acquired. Next, in step (C), based on the operating status of each visible process, a process that does not need to be activated in the visible process is determined as an end candidate process. In step (D), end confirmation information for confirming whether or not to end the end candidate process is presented to the user of the information processing apparatus. Therefore, by presenting to the user, the user can know that a process that is considered unnecessary to be activated is activated on the information processing apparatus. Further, when the user replies to confirming whether or not to terminate the candidate process, the information processing apparatus can perform processing such as terminating the process, so that unnecessary process termination processing is performed. For example, it is possible to promote efficient use of hardware resources of the information processing apparatus and improve work efficiency in the information processing apparatus.

本発明の第2の態様に係る情報処理方法は、第1の態様に係る情報処理方法において特に、前記ステップ(C)では、操作対象として選択される頻度が所定値未満であるという条件、操作対象として選択されている時間が所定値未満であるという条件、及び、関連ファイルの編集頻度が所定値未満であるという条件、のうちの少なくとも一つの条件を満たす可視プロセスが、前記終了候補プロセスとして判定されることを特徴とする。   In the information processing method according to the second aspect of the present invention, in particular in the information processing method according to the first aspect, in step (C), the condition that the frequency selected as the operation target is less than a predetermined value, the operation A visible process that satisfies at least one of the condition that the time selected as the target is less than a predetermined value and the condition that the related file editing frequency is less than a predetermined value is the termination candidate process. It is determined.

第2の態様に係る情報処理方法によれば、可視プロセスの稼働状況情報が、操作対象として選択される頻度が所定値未満であるという条件、操作対象として選択されている時間が所定値未満であるという条件、及び、関連ファイルの編集頻度が所定値未満であるという条件、のうちの少なくとも一つの条件を満たしている場合に、当該可視プロセスの稼働状況は低調であるとみなし、終了候補プロセスであると判定することができる。よって、情報処理装置の利用者に操作対象として選択されている頻度や時間が少なく利用者が操作を行っていない可視プロセスや、関連ファイルの編集を行っていない可視プロセスを終了候補プロセスとして判定することができる。したがって、終了確認情報の提示において、利用者が操作したり関連ファイルの編集を行っているプロセスについては、終了の確認が行われないので、利用者が利用しているプロセスが終了処理されるなどの情報処理装置の利用に差し障りのあるプロセスの処理が行われることを防ぐことができる。一方、これらの条件によって、利用者が利用していないプロセスについて、終了確認情報によって終了するか否かの確認を適切に提示することが可能となる。   According to the information processing method according to the second aspect, the condition that the operating status information of the visible process is selected as the operation target is less than a predetermined value, and the time selected as the operation target is less than the predetermined value. If at least one of the conditions of existence and the condition that the editing frequency of the related file is less than a predetermined value is satisfied, the operation status of the visible process is considered to be low, and the termination candidate process It can be determined that Therefore, a visible process in which the frequency or time selected by the user of the information processing apparatus is low and the user is not operating or a visible process in which the related file is not edited is determined as an end candidate process. be able to. Therefore, in the presentation of termination confirmation information, for processes that are operated by the user or editing related files, termination confirmation is not performed, so the processes used by the user are terminated. It is possible to prevent a process having a problem in using the information processing apparatus from being processed. On the other hand, according to these conditions, it is possible to appropriately present confirmation as to whether or not the process not used by the user is terminated by the termination confirmation information.

本発明の第3の態様に係る情報処理方法は、第1または第2の態様に係る情報処理方法において特に、(E)前記終了確認情報に対する返答を受領するステップと、(F)前記ステップ(E)で受領した前記返答が前記終了候補プロセスを終了する旨の返答である場合に実行され、当該終了候補プロセスを終了するステップと、(G)前記ステップ(E)で受領した前記返答が前記終了候補プロセスを終了しない旨の返答である場合に実行され、当該終了候補プロセスを、前記ステップ(C)における判定の対象から除外するプロセスとして設定するステップと、をさらに備えることを特徴とする。   The information processing method according to the third aspect of the present invention is the information processing method according to the first or second aspect, in particular, (E) receiving a response to the end confirmation information; and (F) the step ( E) is executed when the response received in step (E) is a response to end the end candidate process, and (G) the response received in step (E) is the step of ending the end candidate process. It is executed when it is a reply that the termination candidate process is not terminated, and further includes a step of setting the termination candidate process as a process excluded from the determination target in the step (C).

第3の態様に係る情報処理方法によれば、終了確認情報に対して利用者が、提示された終了候補プロセスは不要であると終了する旨の返答を行った場合は、当該終了候補プロセスを終了し、また一方、終了確認情報に対して利用者が、当該終了候補プロセスは必要であるので終了しない旨の返答を行った場合は、当該終了候補プロセスに対してステップ(C)の判定の対象外となるようにする設定を行うことができる。したがって、利用者が不要なプロセスを終了できるので、情報処理装置のハードウェア資源が無駄に使われるのを防ぐことが可能となる。また、利用者が必要なプロセスは、終了候補プロセスであるという提示は行われず、終了処理されることもないので、情報処理装置の利用を円滑に行うことができる。   According to the information processing method according to the third aspect, when the user responds to the end confirmation information that the presented end candidate process is unnecessary, the end candidate process is On the other hand, if the user responds to the end confirmation information that the end candidate process is necessary and does not end, the determination of step (C) is made to the end candidate process. Settings can be made so that they are not eligible. Therefore, since the user can terminate unnecessary processes, it is possible to prevent the hardware resources of the information processing apparatus from being wasted. Further, the process that the user requires is not presented as an end candidate process, and is not terminated, so that the information processing apparatus can be used smoothly.

本発明の第4の態様に係る情報処理方法は、第1から第3のいずれか一つの態様に係る情報処理方法において特に、起動されている前記複数のプロセス若しくは前記一以上の可視プロセスの数が所定以上となった場合、または、前記情報処理装置の処理負荷が所定以上となった場合に、前記ステップ(C)の処理が実行されることを特徴とする。   The information processing method according to the fourth aspect of the present invention is the information processing method according to any one of the first to third aspects, in particular, the number of the plurality of activated processes or the one or more visible processes. The step (C) is performed when the value of the information processing apparatus exceeds a predetermined value or when the processing load of the information processing apparatus exceeds a predetermined value.

第4の態様に係る情報処理方法によれば、情報処理装置において起動しているプロセスの数若しくは可視プロセスの数が所定以上であった場合、または当該情報処理装置の処理負荷が所定以上となった場合、起動しているプロセスの中に必要でないプロセスがあれば、当該プロセスを終了候補プロセスと判別することができる。したがって、情報処理装置の処理負荷が高い状態になった場合に、当該終了候補プロセスを終了するなどして情報処理装置の処理負荷を減らすことで、情報処理装置のハードウェア資源が効率的に利用されるようにすることができる。また、プロセスが必要以上に起動しておらず情報処理装置の処理負荷が増大していなければ、情報処理装置のハードウェア資源が効率的に利用されているとして終了確認情報の提示などは行われず、利用者は情報処理装置の利用を円滑に行うことができる。   According to the information processing method according to the fourth aspect, when the number of processes activated in the information processing apparatus or the number of visible processes is equal to or greater than a predetermined value, or the processing load of the information processing apparatus is equal to or greater than a predetermined value. In this case, if there is an unnecessary process among the activated processes, the process can be determined as an end candidate process. Therefore, when the processing load on the information processing apparatus becomes high, the hardware resources of the information processing apparatus are efficiently used by reducing the processing load on the information processing apparatus by, for example, terminating the termination candidate process. Can be done. In addition, if the process is not started more than necessary and the processing load of the information processing device is not increased, the end confirmation information is not presented as the hardware resources of the information processing device are efficiently used. The user can smoothly use the information processing apparatus.

本発明の第5の態様に係る情報処理方法は、第1から第4のいずれか一つの態様に係る情報処理方法において特に、(H)前記ステップ(C)における判定の結果の情報、及び/または前記ステップ(D)の提示を受けた前記利用者が前記終了候補プロセスを終了する対応を行ったか否かに関する対応結果の情報を、前記情報処理装置と通信を行う他の装置に対して送信するステップをさらに備えることを特徴とする。   The information processing method according to the fifth aspect of the present invention is the information processing method according to any one of the first to fourth aspects, in particular, (H) information on the determination result in step (C), and / or Alternatively, information on the result of correspondence regarding whether or not the user who has received the presentation in step (D) has taken action to finish the termination candidate process is transmitted to another device that communicates with the information processing device The method further comprises the step of:

第5の態様に係る情報処理方法によれば、ステップ(C)において取得した終了候補プロセスに関する情報、及び/またはステップ(D)において終了確認情報の提示を受けた利用者が終了候補プロセスを終了する対応を行ったか否かに関する対応結果の情報を、情報処理装置と通信を行う他の装置に対して送信する。よって、当該他の装置は終了候補プロセスの情報や当該プロセスを利用者が終了したか否かの情報を取得することができる。したがって、他の装置は、情報処理装置において不要なプロセスが稼働しているか否かや、不要なプロセスの稼働状況を把握することができる。そして、当該他の装置は、不要なプロセスを終了するように促す提示をしても不要なプロセスを起動し続けている利用者の有無などの、当該情報処理装置の作業効率を適切に管理するための情報を得ることが可能となる。   According to the information processing method according to the fifth aspect, the user who received the information regarding the end candidate process acquired in step (C) and / or the end confirmation information in step (D) ends the end candidate process. The information on the result of the correspondence regarding whether or not the correspondence has been performed is transmitted to another device that communicates with the information processing device. Therefore, the other apparatus can acquire information on the termination candidate process and information on whether or not the user has terminated the process. Therefore, the other apparatus can grasp whether or not an unnecessary process is operating in the information processing apparatus and an operation status of the unnecessary process. Then, the other apparatus appropriately manages the work efficiency of the information processing apparatus such as the presence / absence of a user who continues to start the unnecessary process even if the presentation prompting the unnecessary process to end is present. Information can be obtained.

本発明の第6の態様に係るプログラムは、表示画面を有し、複数のプロセスを起動可能な情報処理装置に用いられるコンピュータに、(A)起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定するステップと、(B)前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得するステップと、(C)前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定するステップと、(D)前記終了候補プロセスを終了するか否かを確認するための情報である終了確認情報を、前記情報処理装置の利用者に提示するステップと、を実行させることを特徴とする。   A program according to a sixth aspect of the present invention has a display screen and is (A) visible to a computer used in an information processing apparatus capable of starting a plurality of processes. Identifying one or more visible processes that are processes displayed on the display screen as a window; and (B) obtaining operating status information that is information relating to the operating status of each of the one or more visible processes; (C) determining based on the operation status information that a process that does not need to be activated among the one or more visible processes is an end candidate process; and (D) ending the end candidate process. And a step of presenting end confirmation information, which is information for confirming whether or not, to a user of the information processing apparatus.

第6の態様に係るプログラムによれば、情報処理装置に用いられるコンピュータに実行させることで、当該コンピュータは、ステップ(A)において、情報処理装置が起動しているプロセスの中から、可視ウィンドウとして表示画面に表示されている可視プロセスを特定する。次に、ステップ(B)において、可視プロセスに関する稼働状況情報を取得する。次に、ステップ(C)において、それぞれの可視プロセスの稼働状況に基づいて、可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する。そして、ステップ(D)において、終了候補プロセスであるとされたプロセスを終了するか否かを確認するための終了確認情報を、当該情報処理装置の利用者に対して提示する。よって、この利用者への掲示により、利用者は起動させておく必要がないと考えられるプロセスが情報処理装置上で起動していることを知ることできる。さらに、終了候補プロセスを終了するか否かの確認に利用者が返答を行った場合、当該プロセスを終了するなどの処理を情報処理装置が行うことができるので、不要なプロセスの終了処理を行うなどして情報処理装置のハードウェア資源の効率的な利用を促し、情報処理装置における作業効率を向上させることが可能となる。   According to the program according to the sixth aspect, by causing a computer used in the information processing apparatus to execute the computer, in step (A), the computer displays a visible window from among the processes in which the information processing apparatus is activated. Identify the visible process displayed on the display screen. Next, in step (B), operation status information regarding the visible process is acquired. Next, in step (C), based on the operating status of each visible process, a process that does not need to be activated in the visible process is determined as an end candidate process. In step (D), end confirmation information for confirming whether or not to end the process determined to be the end candidate process is presented to the user of the information processing apparatus. Therefore, the posting to the user can know that a process that is considered unnecessary to be activated is activated on the information processing apparatus. Further, when the user replies to confirming whether or not to terminate the candidate process, the information processing apparatus can perform processing such as terminating the process, so that unnecessary process termination processing is performed. For example, it is possible to promote efficient use of hardware resources of the information processing apparatus and improve work efficiency in the information processing apparatus.

本発明の第7の態様に係る情報処理装置は、表示画面を有し、複数のプロセスを起動可能な情報処理装置であって、起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定する特定手段と、前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得する取得手段と、前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する判定手段と、前記終了候補プロセスを終了するか否かを確認するための情報である終了確認情報を、前記情報処理装置の利用者に提示する提示手段と、を備えることを特徴とする。   An information processing device according to a seventh aspect of the present invention is an information processing device having a display screen and capable of starting a plurality of processes, wherein the information processing device is a visible window among the plurality of processes being started. Identifying means for identifying one or more visible processes that are processes displayed on the display screen, acquisition means for obtaining operating status information that is information relating to the operating status of each of the one or more visible processes, and the operating status Based on the information, determination means for determining that a process that does not need to be activated among the one or more visible processes is an end candidate process, and information for confirming whether or not to end the end candidate process And presenting means for presenting the end confirmation information to the user of the information processing apparatus.

第7の態様に係る情報処理装置によれば、特定手段は、情報処理装置が起動しているプロセスの中から、可視ウィンドウとして表示画面に表示されている可視プロセスを特定し、取得手段は、当該可視プロセスに関する稼働状況情報を取得する。判定手段は、それぞれの可視プロセスの稼働状況に基づいて、可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する。そして、提示手段は、終了候補プロセスであるとされたプロセスを終了するか否かを確認するための終了確認情報を、当該情報処理装置の利用者に対して提示する。よって、この利用者への掲示により、利用者は起動させておく必要がないと考えられるプロセスが情報処理装置上で起動していることを知ることできる。さらに、終了候補プロセスを終了するか否かの確認に利用者が返答を行った場合、当該プロセスを終了するなどの処理を情報処理装置が行うことができるので、不要なプロセスの終了処理を行うなどして情報処理装置のハードウェア資源の効率的な利用を促し、情報処理装置における作業効率を向上させることが可能となる。   According to the information processing apparatus according to the seventh aspect, the specifying means specifies the visible process displayed on the display screen as a visible window from among the processes activated by the information processing apparatus. Get operational status information about the visible process. The determination unit determines that a process that does not need to be started in the visible process is an end candidate process based on the operating status of each visible process. Then, the presenting unit presents the end confirmation information for confirming whether or not to end the process that is the end candidate process to the user of the information processing apparatus. Therefore, the posting to the user can know that a process that is considered unnecessary to be activated is activated on the information processing apparatus. Further, when the user replies to confirming whether or not to terminate the candidate process, the information processing apparatus can perform processing such as terminating the process, so that unnecessary process termination processing is performed. For example, it is possible to promote efficient use of hardware resources of the information processing apparatus and improve work efficiency in the information processing apparatus.

本発明の第8の態様に係る情報処理システムは、サーバと、複数のプロセスを起動可能なクライアント端末と、を備える情報処理システムであって、前記クライアント端末は、表示画面と、起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定する特定手段と、前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得する取得手段と、前記稼働状況情報を前記サーバに対して送信する送信手段と、前記サーバからプロセスの終了確認命令を受信した場合、当該プロセスを終了するか否かを確認するための情報である終了確認情報を、前記クライアント端末の利用者に対して提示する提示手段と、を有し、前記サーバは、前記クライアント端末から受信した前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する判定手段と、前記終了候補プロセスを終了するか否かを確認させる終了確認命令を、前記クライアント端末に対して送信する命令手段と、を有することを特徴とする。   An information processing system according to an eighth aspect of the present invention is an information processing system including a server and a client terminal capable of starting a plurality of processes, and the client terminal is started up with a display screen Among the plurality of processes, a specifying means for specifying one or more visible processes that are processes displayed on the display screen as a visible window, and an operation that is information on an operation status of each of the one or more visible processes. An acquisition means for acquiring status information, a transmission means for transmitting the operating status information to the server, and a process end confirmation command received from the server to confirm whether or not to end the process Presenting end confirmation information that is information to the user of the client terminal, and the server, Based on the operation status information received from the client terminal, a determination unit that determines that a process that does not need to be activated among the one or more visible processes is an end candidate process, and whether to end the end candidate process And a command means for transmitting an end confirmation command for confirming whether or not to the client terminal.

第8の態様に係る情報処理システムによれば、クライアント端末の特定手段は、起動しているプロセスの中から、可視ウィンドウとして表示画面に表示されている可視プロセスを特定し、取得手段は、当該可視プロセスに関する稼働状況情報を取得する。そして、クライアント端末の送信手段は、当該稼働状況情報をサーバに対して送信する。サーバの判定手段は、クライアント端末から受け取った稼働状況情報に基づいて、可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する。さらに、サーバの命令手段は、終了候補プロセスを終了する確認をするように命ずる終了確認命令を、クライアント端末に対して送信する。クライアント端末の提示手段は、当該終了確認命令に基づいて、終了候補プロセスを終了するか否かを確認するための終了確認情報を、当該クライアント端末の利用者に対して提示する。よって、この利用者への掲示により、利用者は終了候補プロセスがクライアント端末上で起動していることを知ることできる。さらに、終了候補プロセスを終了するか否かの確認に利用者が返答を行った場合、当該終了候補プロセスを終了するなどの処理をクライアント端末が行うことができるので、不要なプロセスの終了処理を行うなどしてクライアント端末のハードウェア資源の効率的な利用を促し、クライアント端末における作業効率を向上させることが可能となる。また、サーバは、クライアント端末において稼働している可視プロセスの稼働状況情報を得ることができるので、当該稼働状況情報に基づいて、クライアント端末の作業効率を管理することが可能となる。   According to the information processing system according to the eighth aspect, the specifying means of the client terminal specifies the visible process displayed on the display screen as a visible window from the running processes, and the acquiring means Get operational status information about visible processes. And the transmission means of a client terminal transmits the said operating condition information with respect to a server. Based on the operation status information received from the client terminal, the server determination means determines that a process that does not need to be activated in the visible process is an end candidate process. Further, the command means of the server transmits an end confirmation command for instructing confirmation to end the end candidate process to the client terminal. The presenting means of the client terminal presents termination confirmation information for confirming whether or not to terminate the termination candidate process to the user of the client terminal based on the termination confirmation command. Therefore, the posting to the user allows the user to know that the termination candidate process is activated on the client terminal. Further, when the user responds to confirm whether or not to terminate the termination candidate process, the client terminal can perform processing such as termination of the termination candidate process. This facilitates efficient use of the hardware resources of the client terminal, thereby improving the work efficiency of the client terminal. In addition, since the server can obtain the operating status information of the visible process operating in the client terminal, it is possible to manage the work efficiency of the client terminal based on the operating status information.

本発明によれば、コンピュータが起動しているプロセスの中から不要なプロセスを判別し、当該不要なプロセスを終了することで、コンピュータのハードウェア資源の効率的な利用を促し、コンピュータにおける作業効率を向上させることが可能となる。   According to the present invention, an unnecessary process is discriminated from processes running on the computer, and the unnecessary process is terminated, thereby promoting efficient use of computer hardware resources. Can be improved.

コンピュータシステム及びその表示画面を模式的に示した図である。It is the figure which showed the computer system and its display screen typically. 本発明の第1の実施形態に係る情報処理方法を実行するコンピュータシステムの構成を概略的に示した図である。It is the figure which showed roughly the structure of the computer system which performs the information processing method which concerns on the 1st Embodiment of this invention. コンピュータシステムの機能構成を概略的に示した図である。It is the figure which showed the functional structure of the computer system roughly. プロセス監視処理の処理手順を示したフローチャートである。It is the flowchart which showed the process sequence of the process monitoring process. 不要プロセス終了処理の処理手順を示したフローチャートである。It is the flowchart which showed the process sequence of the unnecessary process completion | finish process. 必要プロセステーブルの一例である。It is an example of a required process table. 終了候補プロセスを終了するか否かを確認するための入力画面の一例である。It is an example of the input screen for confirming whether an end candidate process is complete | finished. 終了ログテーブルの一例である。It is an example of an end log table. 本発明の第2の実施形態に係るネットワークシステムの機能構成を概略的に示した図である。It is the figure which showed schematically the function structure of the network system which concerns on the 2nd Embodiment of this invention. 本発明の第3の実施形態に係るネットワークシステムの構成を概略的に示した図である。It is the figure which showed schematically the structure of the network system which concerns on the 3rd Embodiment of this invention. 本発明の第3の実施形態に係るサーバの構成を概略的に示した図である。It is the figure which showed schematically the structure of the server which concerns on the 3rd Embodiment of this invention. 本発明の第3の実施形態に係るクライアント端末の機能構成を概略的に示した図である。It is the figure which showed schematically the function structure of the client terminal which concerns on the 3rd Embodiment of this invention.

以下、本発明の実施の形態について、図面を用いて説明する。なお、異なる図面において同一の符号を付した要素は、同一または相応する要素を示すものとする。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In addition, the element which attached | subjected the same code | symbol in different drawing shall show the same or corresponding element.

〈第1の実施形態〉
パーソナルコンピュータなどに代表される情報処理装置であるコンピュータシステム10は、コンピュータ11、表示画面130を有するディスプレイなどの表示装置13、及びポインティングデバイスなどの入力装置12を備えている。そして、コンピュータシステム10に用いられているオペレーティングシステムは、ウィンドウと呼ばれる画面領域を表示画面130に表示するウィンドウシステム機能を有する。
<First Embodiment>
A computer system 10, which is an information processing apparatus represented by a personal computer or the like, includes a computer 11, a display device 13 such as a display having a display screen 130, and an input device 12 such as a pointing device. The operating system used in the computer system 10 has a window system function for displaying a screen area called a window on the display screen 130.

このウィンドウシステム機能は、マルチプロセス動作により、アプリケーションソフトなどのプロセスを同時に複数起動させてウィンドウとすることができる。図1は、コンピュータシステム10及びその表示画面130を模式的に示した図である。コンピュータシステム10は表示装置13を用いて、起動中の複数のウィンドウ131を表示することができる。なお、本発明の第1の実施形態においては、表示装置13上にアプリケーションソフトなどのプロセスの動作に必要な画面領域として割り当てられたウィンドウを可視ウィンドウと呼ぶものとする(可視ウィンドウには、オペレーティングシステムの機能によって、いわゆる「最小化」などと呼ばれる、ウィンドウのプロセスが動作しながらも当該ウィンドウが表示画面上から隠された状態にあるものを含む)。また、可視ウィンドウとして動作するプロセスを可視プロセスと呼ぶものとする。   With this window system function, a plurality of processes such as application software can be started simultaneously to form a window by multi-process operation. FIG. 1 is a diagram schematically showing the computer system 10 and its display screen 130. The computer system 10 can display a plurality of active windows 131 using the display device 13. In the first embodiment of the present invention, a window allocated as a screen area necessary for the operation of a process such as application software on the display device 13 is called a visible window (the visible window includes an operating system). Depending on the function of the system, so-called “minimization” or the like, including a process in which the window is operating but the window is hidden from the display screen). A process operating as a visible window is called a visible process.

図2は、本発明の第1の実施形態に係る情報処理方法を実行するコンピュータシステム10の構成を概略的に示した図である。コンピュータシステム10が備えるコンピュータ11は、CPU(Central Processing Unit)20及びメモリ30を有して構成されている。そしてメモリ30は、コンピュータ11に本発明の第1の実施形態に係る情報処理方法を実行させるためのプログラム31を記憶している。コンピュータ11は、CPU20がメモリ30から読み出したプログラム31を実行することにより、本発明の第1の実施形態に係る情報処理方法を実行する情報処理装置として機能する。図3は、コンピュータシステム10の機能構成を概略的に示した図である。コンピュータシステム10は、プログラム31が実現する機能ブロックとして、特定手段である特定部201、取得手段である取得部202、判定手段である判定部203、提示手段である提示部204、選択部205、設定部206、及びプロセス終了部207を有して構成されている。   FIG. 2 is a diagram schematically showing the configuration of the computer system 10 that executes the information processing method according to the first embodiment of the present invention. A computer 11 included in the computer system 10 includes a CPU (Central Processing Unit) 20 and a memory 30. The memory 30 stores a program 31 for causing the computer 11 to execute the information processing method according to the first embodiment of the present invention. The computer 11 functions as an information processing apparatus that executes the information processing method according to the first embodiment of the present invention by executing the program 31 read from the memory 30 by the CPU 20. FIG. 3 is a diagram schematically illustrating a functional configuration of the computer system 10. The computer system 10 includes, as functional blocks realized by the program 31, a specifying unit 201 that is a specifying unit, an acquiring unit 202 that is an acquiring unit, a determination unit 203 that is a determining unit, a presentation unit 204 that is a presentation unit, a selection unit 205, A setting unit 206 and a process end unit 207 are included.

また、コンピュータ11のCPU20は、プログラム31だけではなく、オペレーティングシステムなどのコンピュータ11を動作させるのに必要な他のプログラムも実行する。これにより、コンピュータ11は一般的なコンピュータとしての機能も実行することができる。図3においては、コンピュータ11がオペレーティングシステムなどの他のプログラムを実行することで実現する諸機能をオペレーティングシステム機能部200として図に表している。なお、プログラム31がCPU20によって実行されることで実現する諸機能は、コンピュータ上でソフトウェアエージェント(特に「監視エージェント」と呼ばれるコンピュータの動作を監視することを目的としたエージェント)として動作してもよい。この場合、プログラム31は、コンピュータ11のオペレーティングシステム上で動作し、オペレーティングシステムと他のアプリケーションソフトなどのソフトウェアとの仲介的な機能を持つことになる。   The CPU 20 of the computer 11 executes not only the program 31 but also other programs necessary for operating the computer 11 such as an operating system. Thereby, the computer 11 can also perform the function as a general computer. In FIG. 3, various functions realized by the computer 11 executing another program such as an operating system are illustrated as an operating system function unit 200. Various functions realized by the program 31 being executed by the CPU 20 may operate as a software agent (particularly an agent called “monitoring agent” for monitoring the operation of the computer) on the computer. . In this case, the program 31 operates on the operating system of the computer 11 and has an intermediary function between the operating system and software such as other application software.

さらに、コンピュータシステム10の各構成の接続関係について説明する。オペレーティングシステム機能部200の出力は特定部201及び取得部202の入力に接続されている。特定部201の出力は、オペレーティングシステム機能部200、取得部202、及び判定部203の入力に接続されている。取得部202の出力はオペレーティングシステム機能部200及び判定部203の入力に接続されている。判定部203の出力は提示部204及び選択部205の入力に接続されている。提示部204の出力は表示装置13の入力に接続されている。選択部205の出力は設定部206及びプロセス終了部207の入力に接続されている。設定部206の出力はメモリ30の入力に接続されている。プロセス終了部207の出力はオペレーティングシステム機能部200の入力に接続されている。入力装置12の出力は選択部205の入力に接続されている。メモリ30の出力は判定部203の入力に接続されている。   Furthermore, the connection relationship of each component of the computer system 10 will be described. The output of the operating system function unit 200 is connected to the inputs of the specifying unit 201 and the acquisition unit 202. The output of the specifying unit 201 is connected to the inputs of the operating system function unit 200, the acquisition unit 202, and the determination unit 203. The output of the acquisition unit 202 is connected to the inputs of the operating system function unit 200 and the determination unit 203. The output of the determination unit 203 is connected to the inputs of the presentation unit 204 and the selection unit 205. The output of the presentation unit 204 is connected to the input of the display device 13. The output of the selection unit 205 is connected to the inputs of the setting unit 206 and the process end unit 207. The output of the setting unit 206 is connected to the input of the memory 30. The output of the process end unit 207 is connected to the input of the operating system function unit 200. The output of the input device 12 is connected to the input of the selection unit 205. The output of the memory 30 is connected to the input of the determination unit 203.

利用者がコンピュータシステム10を使用する場合、コンピュータ11のオペレーティングシステムが持つウィンドウシステム機能を利用し、マルチプロセスによる作業を行うことが多い。そのような場合、利用者が使用していないプロセスが起動していると、コンピュータ11のハードウェア資源が無駄に消費され、コンピュータ11の作業効率が低下するおそれがある。そういった利用者が使用していないプロセスが起動し続けるのを防ぐため、コンピュータシステム10は本発明の第1の実施形態に係る情報処理方法であるプロセス監視処理及び不要プロセス終了処理を行う。図4は、プロセス監視処理の処理手順を示したフローチャートである。図4を用いて、コンピュータシステム10が行うプロセス監視処理を説明する。   When a user uses the computer system 10, the window system function of the operating system of the computer 11 is often used to perform multi-process work. In such a case, if a process that is not used by the user is activated, the hardware resources of the computer 11 are wasted and the work efficiency of the computer 11 may be reduced. In order to prevent such a process that is not being used by a user from being continuously started, the computer system 10 performs a process monitoring process and an unnecessary process termination process, which are information processing methods according to the first embodiment of the present invention. FIG. 4 is a flowchart showing the process procedure of the process monitoring process. A process monitoring process performed by the computer system 10 will be described with reference to FIG.

まず、ステップSP100において、特定部201は、現在コンピュータ11が起動しているプロセスの中から可視プロセスを特定する。具体的には、特定部201は、コンピュータ11が起動しているプロセスの状態に関する監視を行う(この監視は、ソフトウェアエージェントによる動作として行われてもよい)。当該監視に際して、特定部201は、現在起動しているプロセスを列挙した情報、現在起動しているプロセスが可視ウィンドウであるか否かの情報、可視ウィンドウのうちアクティブなウィンドウがどれであるかの情報、及びこれらの情報を取得した時刻情報などを含むプロセスの状態情報を、信号S6としてオペレーティングシステム機能部200から入力を受ける。なお、ここでいう「アクティブ」とは、利用者によって当該ウィンドウを使用することが選択された状態のことであり、また、利用者によって使用することが選択されたウィンドウを「アクティブウィンドウ」と呼ぶものとする。   First, in step SP100, the identifying unit 201 identifies a visible process from among processes currently running on the computer 11. Specifically, the specifying unit 201 performs monitoring regarding the state of a process in which the computer 11 is running (this monitoring may be performed as an operation by a software agent). At the time of the monitoring, the specifying unit 201 includes information listing the currently activated processes, information indicating whether the currently activated process is a visible window, and which of the visible windows is an active window. Information on the state of the process including the information and the time information at which these pieces of information are acquired is received from the operating system function unit 200 as a signal S6. Here, “active” means a state in which use of the window is selected by the user, and a window selected to be used by the user is called an “active window”. Shall.

さらに、特定部201は、入力されたプロセスの状態情報に基づいて、現在コンピュータ11が起動しているプロセスの中で、可視ウィンドウとなっているプロセスを可視プロセスとして特定する。特定部201は、特定した可視プロセスの状態情報を、信号S7及び信号S8として取得部202及び判定部203に向けてそれぞれ出力する。   Further, the specifying unit 201 specifies, as a visible process, a process that is a visible window among processes currently activated by the computer 11 based on the input process state information. The identifying unit 201 outputs the identified visible process state information as signals S7 and S8 toward the obtaining unit 202 and the determining unit 203, respectively.

なお、例えば、コンピュータシステム10のオペレーティングシステムがWINDOWS(マイクロソフトコーポレイションの登録商標)系のオペレーティングシステムであった場合、ステップSP100における特定部201の動作は、ソフトウェアエージェントとして行われ、EnumWindows、IsWindowsVisible、及びGetForegroundWindowsなどの命令関数を用いて行うものであってもよい。この場合、特定部201は、これらの命令関数を用いて、オペレーティングシステム機能部200からプロセスの状態情報を受け取ることができる。   For example, when the operating system of the computer system 10 is a WINDOWS (registered trademark of Microsoft Corporation) type operating system, the operation of the specifying unit 201 in step SP100 is performed as a software agent, EnumWindows, IsWindowsVisible, and GetForegroundWindows. It may be performed using an instruction function such as In this case, the specifying unit 201 can receive process state information from the operating system function unit 200 using these instruction functions.

次に、ステップSP110において、取得部202は、可視プロセスそれぞれの稼働状況情報を取得する。具体的には、取得部202は、コンピュータ11が起動しているプロセスの動作監視を行う(この動作監視は、ソフトウェアエージェントによる動作として行われてもよい)。当該動作監視に際して、取得部202は、現在起動しているプロセスがファイルの変更を行うか否か、当該プロセスがタスク待機状態にあるか否かなどの各プロセスの動作に関する動作監視情報を、信号S10としてオペレーティングシステム機能部200から入力を受ける。そして、ステップSP110では、取得部202は入力されたプロセスの状態情報と各プロセスの動作監視情報とに基づいて、可視プロセスの各々の稼働状況を判別し、各可視プロセスにおける稼働状況情報を得る。さらに、取得部202は、可視プロセスの稼働状況情報を信号S11として判定部203に向けて出力する。   Next, in step SP110, the acquisition unit 202 acquires operating status information for each visible process. Specifically, the acquisition unit 202 performs operation monitoring of a process in which the computer 11 is activated (this operation monitoring may be performed as an operation by a software agent). When performing the operation monitoring, the acquisition unit 202 outputs operation monitoring information regarding the operation of each process, such as whether the currently activated process changes a file, whether the process is in a task standby state, and the like. In step S10, an input is received from the operating system function unit 200. In step SP110, the acquisition unit 202 determines the operating status of each visible process based on the input process status information and the operation monitoring information of each process, and obtains operating status information for each visible process. Furthermore, the acquisition unit 202 outputs the operating status information of the visible process toward the determination unit 203 as a signal S11.

なお、例えば、コンピュータシステム10のオペレーティングシステムがWINDOWS(登録商標)系のオペレーティングシステムであった場合、ステップSP110における取得部202の動作は、ソフトウェアエージェントとして行われ、API(Application Program Interface)の命令関数を用いて行われてもよい。この場合、取得部202は、例えばFindFirstChangeNotification、FindNextChangeNotification、FindCloseChangeNotification、及びWaitForSingleObjectなどの命令関数を用いて、オペレーティングシステム機能部200からプロセスの動作監視情報を受け取ることができる。   For example, when the operating system of the computer system 10 is a WINDOWS (registered trademark) operating system, the operation of the acquisition unit 202 in step SP110 is performed as a software agent, and an API (Application Program Interface) instruction function May be used. In this case, the acquisition unit 202 can receive process operation monitoring information from the operating system function unit 200 using command functions such as FindFirstChangeNotification, FindNextChangeNotification, FindCloseChangeNotification, and WaitForSingleObject.

ここで、ステップSP110にて取得される可視プロセスの稼働状況情報について説明を行う。取得部202は、信号S7と信号S10とによって入力されたプロセスの状態情報と動作監視情報とに基づいて、稼働状況情報を算出する。取得部202は、現在起動している可視プロセスそれぞれに対して、当該可視プロセスの状態が最後に確認された時刻から当該可視プロセスが起動された時刻の差分をとった値(つまり、可視プロセスの起動時間)、当該可視プロセスがアクティブウィンドウであると最後に確認された時刻(当該判定が行われる時刻であってもよい)から当該可視プロセスがアクティブウィンドウとなった時刻の差分をとった値(つまり、可視プロセスがアクティブである時間。また、この可視プロセスがアクティブである時間は、可視プロセスがアクティブウィンドウとなる度に算出され、その平均値が用いられてもよい)、及び当該可視プロセスがファイル編集を最後に行った時刻から現在の時刻の差分をとった値(つまり、可視プロセスがファイル編集を行っていない時間)を算出する。さらにまた、取得部202は、現在起動している可視プロセスそれぞれにおいて、当該可視プロセスの起動回数から当該可視プロセスの起動時間を除算した値(つまり、可視プロセスが利用される頻度)を算出する。これらの算出によって得られた値を、取得部202はそれぞれの可視プロセスの稼働状況に基づいた各稼働状況情報として取得する。   Here, the operating status information of the visible process acquired in step SP110 will be described. The acquisition unit 202 calculates operation status information based on the process state information and the operation monitoring information input by the signals S7 and S10. The acquisition unit 202 obtains, for each visible process that is currently activated, a value obtained by subtracting the time when the visible process was activated from the time when the state of the visible process was last confirmed (that is, the visible process (Startup time), a value obtained by taking the difference between the time when the visible process became an active window from the time when the visible process was last confirmed as an active window (may be the time when the determination is performed) That is, the time during which the visible process is active, and the time during which the visible process is active may be calculated each time the visible process becomes an active window, and an average value thereof may be used) A value obtained by subtracting the current time from the time when the file was last edited (that is, the visible process is To calculate the have not time) to perform. Furthermore, the acquisition unit 202 calculates, for each visible process that is currently activated, a value obtained by dividing the activation time of the visible process from the number of activations of the visible process (that is, the frequency with which the visible process is used). The acquisition unit 202 acquires the values obtained by these calculations as each operation status information based on the operation status of each visible process.

次に、ステップSP120において、特定部201は、コンピュータシステム10がプロセス状態の確認をすべき条件を満たしているか否かを判定する。具体的には、ステップSP100及びステップSP110にて取得されたプロセスの状態情報と可視プロセスの稼働状況情報とに基づいて、コンピュータ11が起動しているプロセスの数が所定以上であった場合(例えば、起動しているプロセスに、同じプロセスが4つ以上あった場合)若しくは可視プロセスの数が所定以上であった場合(例えば、可視プロセスが4つ以上であった場合)に、特定部201は、ステップSP120の判定における、プロセス状態の確認をすべき条件を満たしていると判定してもよい。なお、プロセスの数については、予め定めた特定のアプリケーションソフトに関連するプロセス(例えば、Webアプリケーションに関連するプロセスやワープロソフトに関連するプロセスなどの、利用者が多数のウィンドウを同時に起動する可能性が高いプロセス等)の数が所定以上であるかどうかで判断しても構わない。すなわち、コンピュータ11の稼働効率を知りうるプロセスの数を数えればよい。   Next, in step SP120, the identifying unit 201 determines whether or not the computer system 10 satisfies a condition for confirming the process state. Specifically, when the number of processes in which the computer 11 is activated is greater than or equal to a predetermined number based on the process state information and the visible process operation status information acquired in step SP100 and step SP110 (for example, When there are four or more of the same processes as active processes) or when the number of visible processes is a predetermined number or more (for example, when there are four or more visible processes), the specifying unit 201 In the determination at step SP120, it may be determined that the condition for confirming the process state is satisfied. As for the number of processes, there is a possibility that a user may start a number of windows simultaneously, such as a process related to a predetermined specific application software (for example, a process related to a Web application or a process related to word processing software). It is also possible to determine whether or not the number of processes having a high value is equal to or greater than a predetermined value. That is, the number of processes that can know the operating efficiency of the computer 11 may be counted.

また、ステップSP120におけるプロセス状態の確認をすべき条件を満たしているか否かの判定は、コンピュータ11の処理負荷が所定以上であるか否かで判定してもよい。具体的には、特定部201がオペレーティングシステム機能部200に対し、CPU20若しくはコンピュータ11の有する主記憶装置(メモリ30を含んでもよい)の処理負荷を問い合わせ、当該処理負荷が所定以上であった場合(例えば、コンピュータ11の物理メモリの使用率が70%以上であった場合)に、特定部201は、ステップSP120の判定においてプロセス状態の確認をすべき条件を満たしていると判定してもよい。   Further, whether or not the condition for confirming the process state in step SP120 is satisfied may be determined based on whether or not the processing load of the computer 11 is equal to or greater than a predetermined value. Specifically, the specifying unit 201 inquires of the operating system function unit 200 about the processing load of the main storage device (which may include the memory 30) of the CPU 20 or the computer 11, and the processing load is equal to or greater than a predetermined value. (For example, when the usage rate of the physical memory of the computer 11 is 70% or more), the specifying unit 201 may determine that the condition for confirming the process state is satisfied in the determination of step SP120. .

そして、コンピュータ11がプロセス状態の確認をすべき条件を満たしていた場合(つまり、ステップSP120における判定結果が「YES」である場合)、コンピュータシステム10は、後述のステップSP130の動作を行う。また一方、コンピュータ11がプロセス状態の確認をすべき条件を満たしていなかった場合(つまり、ステップSP120における判定結果が「NO」である場合)、コンピュータシステム10は、プロセス監視処理を終了する。   When the computer 11 satisfies the condition for confirming the process state (that is, when the determination result in step SP120 is “YES”), the computer system 10 performs the operation of step SP130 described later. On the other hand, when the computer 11 does not satisfy the condition for confirming the process state (that is, when the determination result in step SP120 is “NO”), the computer system 10 ends the process monitoring process.

ステップSP120の判定にて「YES」と判定された場合、ステップSP130にて、コンピュータシステム10は後述する不要プロセス終了処理を行う。   If “YES” is determined in the determination in step SP120, the computer system 10 performs an unnecessary process end process described later in step SP130.

このステップSP100からステップSP130にて示したプロセス監視処理は、コンピュータシステム10によって定期的(0.1秒から数秒程度の所定の間隔ごとであり、コンピュータ11上で起動しているプロセスの監視に適切な間隔ごと)に繰り返し行われている。したがって、コンピュータシステム10は、プロセスの状態情報及び可視プロセスの稼働状況情報などの情報を随時取得することができる。   The process monitoring process shown in step SP100 to step SP130 is performed by the computer system 10 periodically (every predetermined interval of about 0.1 to several seconds, and is suitable for monitoring a process running on the computer 11. At every interval). Therefore, the computer system 10 can acquire information such as process state information and visible process operation status information at any time.

図5は、不要プロセス終了処理の処理手順を示したフローチャートである。以下、コンピュータシステム10が行う不要プロセス終了処理の説明を、図5を用いて行う。   FIG. 5 is a flowchart showing a processing procedure of unnecessary process termination processing. Hereinafter, the unnecessary process termination processing performed by the computer system 10 will be described with reference to FIG.

まず、ステップSP200において、判定部203は、コンピュータ11上で起動しているプロセスの中に、終了候補プロセスがあるか否かを判定する。具体的には、まず判定部203は、プロセス監視処理において取得した各可視プロセスの稼働状況情報に基づいて、現在起動している可視プロセスがそれぞれ終了候補プロセスであるか否かを判別する。   First, in step SP200, the determination unit 203 determines whether there is an end candidate process among the processes activated on the computer 11. Specifically, first, the determination unit 203 determines whether each visible process that is currently activated is an end candidate process based on the operational status information of each visible process acquired in the process monitoring process.

ステップSP200における判定では、判定部203は、各可視プロセスの利用される頻度が所定値未満の場合(例えば、可視プロセスが利用される頻度が2回/時間より少ない場合)、当該可視プロセスを終了候補プロセスであると判別する。また、判定部203は、各可視プロセスのアクティブである時間が所定値未満である場合(例えば、可視プロセスがアクティブである時間が3秒より小さい場合)、当該可視プロセスを終了候補プロセスであると判別する。さらに、各可視プロセスのファイル編集を行っていない時間が所定値以上である場合(つまり、可視プロセスにおけるファイル編集の頻度が所定値未満である場合であり、例えば、ファイル編集を行っていない時間が30分以上であった場合)、当該可視プロセスを終了候補プロセスであると判別する。これら判別の条件が重複しているプロセスがある場合も、当該プロセスは終了候補プロセスとする。   In the determination in step SP200, the determination unit 203 ends the visible process when the frequency of use of each visible process is less than a predetermined value (for example, when the frequency of use of the visible process is less than twice / hour). It is determined that it is a candidate process. Further, when the time during which each visible process is active is less than a predetermined value (for example, when the time during which the visible process is active is less than 3 seconds), the determination unit 203 determines that the visible process is an end candidate process. Determine. Further, when the file editing time of each visible process is not less than a predetermined value (that is, when the frequency of file editing in the visible process is less than a predetermined value, for example, the time when file editing is not performed) If it is 30 minutes or more), the visible process is determined as an end candidate process. Even if there is a process in which these determination conditions overlap, the process is set as an end candidate process.

なお、例えばある可視プロセスについて、ファイル編集が行われていない時間が所定値未満であれば、たとえ、利用頻度等の他の条件で判定した場合に終了候補プロセスであると判断されたプロセスであっても、終了候補プロセスから除外してもよい。すなわち、判定する条件に優先順位を付けて、特定の条件に該当すれば必ず終了候補プロセスに加えたり、あるいは加えなかったりするようにしても構わない。   For example, if the time during which file editing has not been performed for a certain visible process is less than a predetermined value, it is a process that is determined to be an end candidate process when determined under other conditions such as usage frequency. Alternatively, it may be excluded from the termination candidate process. In other words, priorities may be given to the conditions to be determined, and it may be added or not added to the end candidate process if a specific condition is met.

そしてさらに、判定部203は、メモリ30に記憶されている必要プロセステーブル32の情報を読み込む。図6は、必要プロセステーブル32の一例である。必要プロセステーブル32には、利用者にとって必要である可視プロセスの情報が記憶されている。各可視プロセスに対して行う終了候補プロセスか否かの判別において、判定部203は必要プロセステーブル32に情報が記憶されているプロセスを終了候補プロセスから除外する。なお、必要プロセステーブル32には、記憶されているプロセスそれぞれについて、必要プロセステーブル32に登録された時刻が記憶されていてもよい。この場合、例えば、必要プロセステーブル32に登録された時刻から24時間以内のプロセスは、終了候補プロセスから除外し、登録された時刻から24時間を超えたプロセスは、必要プロセステーブル32から削除するなどの登録時刻に基づいた処理を行ってもよい。   Further, the determination unit 203 reads information of the necessary process table 32 stored in the memory 30. FIG. 6 is an example of the necessary process table 32. The necessary process table 32 stores information on visible processes necessary for the user. In determining whether or not each visible process is an end candidate process, the determination unit 203 excludes processes whose information is stored in the necessary process table 32 from the end candidate processes. The necessary process table 32 may store the time registered in the necessary process table 32 for each stored process. In this case, for example, processes within 24 hours from the time registered in the necessary process table 32 are excluded from the end candidate processes, and processes exceeding 24 hours from the registered time are deleted from the necessary process table 32. Processing based on the registered time may be performed.

そして、図5を参照して、ステップSP200にて行われる現在起動している可視プロセスのそれぞれが終了候補プロセスか否かの判別にて、終了候補プロセスと判別された可視プロセスがあった場合(つまりステップSP200における判定結果が「YES」である場合)、判定部203は、終了候補プロセスと判別された可視プロセスの情報を信号S12及び信号S13として、提示部204及び選択部205に向けて出力する。そして、コンピュータシステム10は、後述のステップSP210の動作を行う。また一方、現在起動している可視プロセスのそれぞれが終了候補プロセスか否かの判別にて、終了候補プロセスと判別された可視プロセスがなかった場合(つまりステップSP200における判定結果が「NO」である場合)、終了すべきプロセスがなかったとして、コンピュータシステム10は、不要プロセス終了処理を終了する。   Then, referring to FIG. 5, when there is a visible process determined as an end candidate process in the determination of whether or not each of the currently activated visible processes performed in step SP200 is an end candidate process ( That is, when the determination result in step SP200 is “YES”), the determination unit 203 outputs the information of the visible process determined as the end candidate process as the signal S12 and the signal S13 toward the presentation unit 204 and the selection unit 205. To do. Then, the computer system 10 performs an operation of step SP210 described later. On the other hand, when there is no visible process determined as an end candidate process in determining whether each of the currently visible processes is an end candidate process (that is, the determination result in step SP200 is “NO”). In the case where there is no process to be terminated, the computer system 10 terminates the unnecessary process termination process.

ステップSP200の判定にて「YES」と判定された場合、ステップSP210において、提示部204は、信号S12にて入力された終了候補プロセスの情報に基づいて、当該終了候補プロセスを終了するか否かの確認をコンピュータシステム10の利用者に対して行う終了確認情報を、信号S4として表示装置13に向けて出力する。そして表示装置13は信号S4に基づいて、当該終了確認情報を表示画面130に表示することで、利用者に対して終了候補プロセスを終了するか否かの確認を行う。図7は、終了候補プロセスを終了するか否かを確認するための入力画面の一例である。図7では、メールソフトの「受信トレイ」、Webブラウザの「Webページ」、アプリケーションソフトの「計算機」、及び「ゲームソフトA」が終了候補プロセスとして表示され、各々のプロセスを終了するか否かの確認が行われている。またこのとき、図7に示した「ホワイトリストの閲覧」ボタンを押下した場合に、必要プロセステーブル32に登録されているプロセスの一覧を表示画面130に表示するような処理が行われてもよい。   If “YES” is determined in the determination in step SP200, in step SP210, the presentation unit 204 determines whether or not to end the end candidate process based on the information about the end candidate process input in signal S12. End confirmation information for confirming the above to the user of the computer system 10 is output to the display device 13 as a signal S4. Then, the display device 13 displays the completion confirmation information on the display screen 130 based on the signal S4, thereby confirming to the user whether or not to terminate the termination candidate process. FIG. 7 is an example of an input screen for confirming whether or not to terminate the termination candidate process. In FIG. 7, “inbox” of mail software, “Web page” of Web browser, “computer” of application software, and “game software A” are displayed as end candidate processes, and whether or not to end each process. Has been confirmed. At this time, when the “browse white list” button shown in FIG. 7 is pressed, a process of displaying a list of processes registered in the necessary process table 32 on the display screen 130 may be performed. .

次に、図5を参照して、ステップSP220において、選択部205は、ステップSP210にて行った利用者への終了確認情報の提示に対して、利用者からの返答を受領する。例えば、図7で示した入力画面によって、利用者に対して提示が行われている場合、利用者が入力装置12を用いて、不要と考える可視プロセスをチェックボックスにて選択し「選択されたウィンドウを閉じる」ボタンを押下させれば、当該選択された可視プロセスは終了すべきである旨の返答がされたとみなす。そして、選択部205は、利用者から終了すべきである旨の返答がされた可視プロセスの情報を、信号S15としてプロセス終了部207に向けて出力する。なお、図7において、チェックボックスを用いて終了すべき可視プロセスを選択する場合を例示したが、本発明において、終了確認情報に対する返答を受領する方法はチェックボックスに限らず、利用者が終了すべきプロセスを適切に選択入力できる方法であればよい。   Next, with reference to FIG. 5, in step SP220, the selection unit 205 receives a response from the user in response to the presentation of the end confirmation information to the user performed in step SP210. For example, in the case where the input screen shown in FIG. 7 is used for presentation to the user, the user selects a visible process that is considered unnecessary by using the input device 12 and selects “selected” If the “Close window” button is pressed, it is considered that the selected visible process should be terminated. Then, the selection unit 205 outputs the information of the visible process for which a response indicating that the user should be terminated is output to the process termination unit 207 as a signal S15. Although FIG. 7 illustrates the case where the visible process to be terminated is selected using the check box, in the present invention, the method for receiving the response to the termination confirmation information is not limited to the checkbox, and the user terminates. Any method that can appropriately select and input a process to be performed may be used.

次に、図5を参照して、ステップSP230において、プロセス終了部207は、信号S15にて入力された終了すべきプロセスの情報に基づいて、当該プロセスを終了する旨の命令信号S16を、オペレーティングシステム機能部200に向けて出力する。そして、命令信号S16が入力されたオペレーティングシステム機能部200は、終了するように命令されたプロセスに対して終了処理を行う。   Next, referring to FIG. 5, in step SP230, the process end unit 207 outputs an instruction signal S16 for ending the process based on the information on the process to be ended input in the signal S15 to the operating system. Output to the system function unit 200. Then, the operating system function unit 200 to which the instruction signal S16 is input performs an end process on the process instructed to end.

次に、ステップSP240において、設定部206は、終了候補プロセスと判別された可視プロセスの中に必要なプロセスがあったか否かを判定する。具体的には、選択部205は、設定部206に向けて、終了候補プロセスの情報と、ステップSP220において選択された利用者が不要と考えるプロセスの情報とを出力する。そして、当該情報が入力された設定部206は、終了候補プロセスとして判別された可視プロセスの全てが、終了すべきプロセスとして選択されたか否かを判定する。終了候補プロセスとして判別された可視プロセスの全てが、終了すべきプロセスとして選択され、終了候補プロセスの中に必要なプロセスがなかった場合(つまりステップSP240における判定が「NO」と判定された場合)、終了候補プロセスすべてが終了処理され、コンピュータシステム10は不要プロセス終了処理を終了する。また一方、終了候補プロセスとして判別された可視プロセスの中に、終了すべきプロセスとして選択されず、必要であったプロセスが存在した場合(つまりステップSP240における判定が「YES」と判定された場合)、設定部206は後述のステップSP250の動作を行う。   Next, in step SP240, the setting unit 206 determines whether there is a necessary process among the visible processes determined as the end candidate processes. Specifically, the selection unit 205 outputs information on the end candidate process and information on the process considered unnecessary by the user selected in step SP220 to the setting unit 206. Then, the setting unit 206 to which the information is input determines whether all the visible processes determined as the end candidate processes have been selected as processes to be ended. When all the visible processes determined as the end candidate processes are selected as processes to be ended, and there is no necessary process among the end candidate processes (that is, when the determination in step SP240 is “NO”) All the end candidate processes are terminated, and the computer system 10 terminates the unnecessary process termination process. On the other hand, when there is a process that is not selected as a process to be terminated and is necessary among the visible processes determined as termination candidate processes (that is, when the determination in step SP240 is “YES”). The setting unit 206 performs an operation of step SP250 described later.

ステップSP240の判定にて「YES」と判定された場合、ステップSP250において、設定部206は、終了候補プロセスのうち、利用者によって終了すべきであると選択されなかったプロセス(つまり、終了しない旨の返答がされた終了候補プロセスであり、利用者にとって必要なプロセス)の情報を、信号S2用いてメモリ30の必要プロセステーブル32に記憶させる。よって、必要プロセステーブル32には、可視プロセスが終了候補プロセスと判別される稼働状況でありながら、利用者によって必要なプロセスであるとされたプロセスの情報が設定登録される(この設定登録される情報は、各プロセスの情報に加え、当該プロセスが登録された時刻などの情報を含んでもよい)。   If “YES” is determined in the determination in step SP240, in step SP250, the setting unit 206 selects a process that has not been selected by the user from among the end candidate processes (that is, does not end. Is stored in the necessary process table 32 of the memory 30 using the signal S2. Therefore, in the necessary process table 32, information on a process that is determined to be a necessary process by the user is set and registered (the setting and registration is performed) while the visible process is an operation state in which it is determined as a termination candidate process. The information may include information such as the time when the process is registered in addition to the information of each process).

以上のように、コンピュータシステム10は、ステップSP200からステップSP250の動作により不要プロセス終了処理を行う。コンピュータシステム10は、プロセス監視処理を、プロセスの監視を行うのに適切な間隔で繰り返し行っているので、コンピュータ11における処理負荷が所定以上になった場合、コンピュータシステム10はすぐに不要プロセス終了処理を行うことができる。   As described above, the computer system 10 performs unnecessary process termination processing by the operations from step SP200 to step SP250. Since the computer system 10 repeatedly performs the process monitoring process at an appropriate interval for monitoring the process, when the processing load on the computer 11 exceeds a predetermined value, the computer system 10 immediately performs an unnecessary process termination process. It can be performed.

なお、コンピュータシステム10のプロセス状態の確認をすべき条件を満たしている場合(プロセス監視処理のステップSP120における判定が「YES」である場合)に、不要プロセス終了処理を行う例を示したが、本発明において、不要プロセス終了処理は、プロセス状態の確認をすべき条件を満たしている場合にだけ行うものに限らず、定期的(例えば、1時間に1回)または任意のタイミングで行われてもよい。   In addition, although the example which performs the unnecessary process completion | finish process was shown when the conditions which should confirm the process state of the computer system 10 are satisfy | filled (when determination in step SP120 of process monitoring process is "YES"), In the present invention, the unnecessary process termination process is not limited to the process that is performed only when the condition for confirming the process state is satisfied, but is performed periodically (for example, once per hour) or at an arbitrary timing. Also good.

したがって、本発明の第1の実施形態に係るコンピュータシステム10によれば、コンピュータ11上で起動している可視プロセスの状態を監視し取得された各プロセスの稼働状況情報に基づいて、各可視プロセスが終了候補プロセスであるか否かの判別をすることができる。そして、終了候補プロセスとして判別された可視プロセスを終了するか否かを確認するための終了確認情報を利用者に提示し、利用者が当該提示に対して返答を行うことで、不要なプロセスを終了することができる。したがって、コンピュータ11の処理負荷が増大したとき、または定期的若しくは任意のタイミングで、当該負荷を軽減しコンピュータ11のハードウェア資源を効率的に利用することを促し、コンピュータシステム10における作業効率を向上させることが可能である。   Therefore, according to the computer system 10 according to the first embodiment of the present invention, each visible process is based on the operating status information of each process obtained by monitoring the state of the visible process running on the computer 11. It is possible to determine whether or not is an end candidate process. Then, end confirmation information for confirming whether or not to terminate the visible process determined as the end candidate process is presented to the user, and the user responds to the presentation, thereby eliminating unnecessary processes. Can be terminated. Therefore, when the processing load of the computer 11 increases, or at regular or arbitrary timing, it is urged to reduce the load and efficiently use the hardware resources of the computer 11 and improve the work efficiency in the computer system 10. It is possible to make it.

また、各プロセスの稼働状況情報に基づく、各可視プロセスが終了候補プロセスであるか否かの判別においては、コンピュータシステム10の利用者が当該プロセスを操作対象として選ぶ時間や頻度、及び当該プロセスがファイルの編集を行うか否かによって判別を行うので、利用者が操作したり編集を行ったりしている必要なプロセスが終了処理されることはない。そして、利用者が利用していない不要なプロセスを、適切に終了確認情報によって終了するか否かの確認の提示の対象とすることができる。   In determining whether each visible process is an end candidate process based on the operation status information of each process, the time and frequency with which the user of the computer system 10 selects the process as an operation target, and the process Since the determination is made based on whether or not the file is to be edited, a necessary process that is operated or edited by the user is not terminated. Then, an unnecessary process that is not used by the user can be a target for confirmation whether or not the process is properly terminated by the termination confirmation information.

さらに、利用者が終了候補プロセスとして判別された可視プロセスのうち、利用者にとって必要なプロセスは、メモリ30に記憶される必要プロセステーブル32に設定登録される。そして、必要プロセステーブル32に登録されているプロセスは、終了候補プロセスであるという判別は行われず終了処理されることもないので、コンピュータシステム10の利用において必要なプロセスが終了処理されることはない。したがって、不要プロセス終了処理によるプロセスの終了が行われてもコンピュータシステム10の動作には差し障りなく、利用者はコンピュータシステム10の利用を円滑に行うことが可能である。   Further, among the visible processes that have been identified as the end candidate process by the user, processes necessary for the user are set and registered in the necessary process table 32 stored in the memory 30. Since the process registered in the necessary process table 32 is not determined to be an end candidate process and is not terminated, a process necessary for using the computer system 10 is not terminated. . Therefore, even if the process is terminated by the unnecessary process termination process, the operation of the computer system 10 is not hindered, and the user can use the computer system 10 smoothly.

また、プロセス監視処理においてプロセス状態の確認をする条件として、コンピュータ11が起動しているプロセスの数が所定以上か否かという条件、またはコンピュータ11の処理負荷が所定以上か否かという条件を用いるので、コンピュータ11が多数のプロセスを一度に起動していたり処理負荷が増大している場合に、不要なプロセスを終了候補プロセスとすることができる。よって当該終了候補プロセスを終了することでコンピュータ11の処理負荷が軽減されるので、コンピュータシステム10における作業効率を向上させることが可能となる。一方、プロセスが必要以上に起動しておらずコンピュータ11の処理負荷が増大していなければ、コンピュータシステム10のハードウェア資源が効率的に利用されているとして、終了確認情報の提示などは行われない。よって、利用者はコンピュータシステム10の利用を円滑に行うことができる。   Further, as a condition for confirming the process state in the process monitoring process, a condition that the number of processes running on the computer 11 is greater than or equal to a predetermined value, or a condition that the processing load on the computer 11 is greater than or equal to a predetermined value is used. Therefore, when the computer 11 starts many processes at once or the processing load increases, an unnecessary process can be set as an end candidate process. Accordingly, the processing load on the computer 11 is reduced by terminating the termination candidate process, so that the work efficiency in the computer system 10 can be improved. On the other hand, if the process is not activated more than necessary and the processing load of the computer 11 is not increased, the end confirmation information is presented, assuming that the hardware resources of the computer system 10 are efficiently used. Absent. Therefore, the user can use the computer system 10 smoothly.

なお、本発明の第1の実施形態に係るコンピュータシステム10のメモリ30は、必要プロセステーブル32以外にも、終了ログテーブル33を記憶していてもよい。この終了ログテーブル33を使用する場合、ステップSP220にて、選択部205は利用者から終了すべきプロセスである旨の選択が行われたプロセスの情報を、信号S14として設定部206に向けて出力し、設定部206が当該終了すべきプロセスの情報をメモリ30に記憶された終了ログテーブル33に設定登録する(登録情報には、登録された時刻情報を含んでもよい)。よって、終了ログテーブル33には、不要プロセス終了処理において、終了すべきプロセスの情報が記憶されている。図8は、終了ログテーブル33の一例である。判定部203は、ステップSP200で行われる可視プロセスが終了候補プロセスであるか否かの判別において、終了ログテーブル33に記憶された情報を用いて判別を行ってもよい(例えば、24時間以内に終了すべきプロセスとされたプロセスは、プロセスの稼働状況にかかわらず終了候補プロセスであると判別するなど)。   Note that the memory 30 of the computer system 10 according to the first exemplary embodiment of the present invention may store an end log table 33 in addition to the necessary process table 32. When this end log table 33 is used, in step SP220, the selection unit 205 outputs information on a process selected as a process to be ended by the user to the setting unit 206 as a signal S14. Then, the setting unit 206 sets and registers the information of the process to be ended in the end log table 33 stored in the memory 30 (the registration information may include registered time information). Therefore, the termination log table 33 stores information on processes to be terminated in the unnecessary process termination processing. FIG. 8 is an example of the end log table 33. The determination unit 203 may perform determination using information stored in the end log table 33 in determining whether the visible process performed in step SP200 is an end candidate process (for example, within 24 hours). For example, it is determined that the process that should be terminated is a candidate for termination regardless of the operation status of the process).

さらにまた、本発明の第1の実施形態では、コンピュータシステム10のオペレーティングシステムに、WINDOWS(登録商標)系のオペレーティングシステムが用いられる場合を例示したが、本発明においては、オペレーティングシステムの種類は限定されるものではく、コンピュータ11上で起動するプロセスの管理を行えるオペレーティングシステムであればよい。また、図1では、入力装置12としてマウス型のポインティングデバイスを模式的に示したが、本発明においては、入力装置12はポインティングデバイスに限定されるものではなく、コンピュータシステム10に対して入力処理を行えるものであればよい。   Furthermore, in the first embodiment of the present invention, the case where a WINDOWS (registered trademark) operating system is used as the operating system of the computer system 10 is exemplified. However, in the present invention, the types of operating systems are limited. However, any operating system capable of managing the processes started on the computer 11 may be used. In FIG. 1, a mouse-type pointing device is schematically shown as the input device 12. However, in the present invention, the input device 12 is not limited to the pointing device, and input processing is performed on the computer system 10. Anything can be used.

<第2の実施形態>
図9は、本発明の第2の実施形態に係るネットワークシステム1の機能構成を概略的に示した図である。ネットワークシステム1は、サーバ40、ネットワーク50、及びクライアント端末60を備えて構成されている。クライアント端末60は、図3で示したコンピュータ11の代わりに、コンピュータ11の構成に加え外部に情報を送信する送信手段である通信部208を有するコンピュータ14を備える。
<Second Embodiment>
FIG. 9 is a diagram schematically showing a functional configuration of the network system 1 according to the second embodiment of the present invention. The network system 1 includes a server 40, a network 50, and a client terminal 60. In addition to the computer 11 shown in FIG. 3, the client terminal 60 includes a computer 14 having a communication unit 208 serving as a transmission unit that transmits information to the outside in addition to the configuration of the computer 11.

ネットワークシステム1において、クライアント端末60はコンピュータシステムとして利用され、本発明の第1の実施形態で説明したプロセス監視処理及び不要プロセス終了処理を行うことで、コンピュータ14上で起動している可視プロセスを監視している。よって、クライアント端末60は、メモリ30に記憶される必要プロセステーブル32及び終了ログテーブル33に、クライアント端末60における終了すべきプロセスと必要なプロセスとの情報を蓄積することができる。   In the network system 1, the client terminal 60 is used as a computer system, and the visible process activated on the computer 14 is performed by performing the process monitoring process and the unnecessary process termination process described in the first embodiment of the present invention. Monitoring. Therefore, the client terminal 60 can accumulate information on the process to be terminated and the necessary process in the client terminal 60 in the necessary process table 32 and the termination log table 33 stored in the memory 30.

クライアント端末60が有する通信部208は、必要プロセステーブル32若しくは終了ログテーブル33に記憶されている情報、及びプロセス終了部207が終了させたプロセスの情報を、ネットワーク50を介してサーバ40に送信する。よって、サーバ40は、ネットワーク50を介して接続されたクライアント端末60の利用状況(不要なプロセスを起動しているか、どのプロセスを不要と判断したのかなど)に関する情報を得ることができる。したがって、サーバ40はこれらの情報に基づいて、クライアント端末60の利用者に対して、クライアント端末60の利用状況に関する警告やクライアント端末60の利用法に関する助言をするなど、クライアント端末60の利用状況に基づいたネットワークシステム1の管理を行うことができる。
<第3の実施形態>
The communication unit 208 included in the client terminal 60 transmits information stored in the necessary process table 32 or the termination log table 33 and information on the process terminated by the process termination unit 207 to the server 40 via the network 50. . Therefore, the server 40 can obtain information on the usage status of the client terminal 60 connected via the network 50 (whether an unnecessary process is activated or which process is determined to be unnecessary). Therefore, based on such information, the server 40 informs the user of the client terminal 60 of the usage status of the client terminal 60 such as warning about the usage status of the client terminal 60 and advice on how to use the client terminal 60. Management of the network system 1 can be performed.
<Third Embodiment>

図10は、本発明の第3の実施形態に係るネットワークシステム2の全体構成を概略的に示した図である。ネットワークシステム2は、サーバ41、ネットワーク51、及びクライアント端末61を備えて構成されている。   FIG. 10 is a diagram schematically showing the overall configuration of the network system 2 according to the third embodiment of the present invention. The network system 2 includes a server 41, a network 51, and a client terminal 61.

図11は、サーバ41の構成を概略的に示した図である。サーバ41は、通信部42、メモリ43、及び判定部44を有して構成されている。通信部42の出力はメモリ43及び判定部44の入力に接続されている。メモリ43の出力は通信部42及び判定部44の入力に接続されている。判定部44の出力は通信部42の入力に接続されている。メモリ43には、必要プロセステーブル32と終了ログテーブル33とが記憶されている。また、通信部42は、ネットワーク51を介してクライアント端末61と通信をする機能を有している。   FIG. 11 is a diagram schematically showing the configuration of the server 41. The server 41 includes a communication unit 42, a memory 43, and a determination unit 44. An output of the communication unit 42 is connected to inputs of the memory 43 and the determination unit 44. The output of the memory 43 is connected to the inputs of the communication unit 42 and the determination unit 44. The output of the determination unit 44 is connected to the input of the communication unit 42. The memory 43 stores a necessary process table 32 and an end log table 33. The communication unit 42 has a function of communicating with the client terminal 61 via the network 51.

図12は、クライアント端末61の機能構成を概略的に示した図である。クライアント端末61は、入力装置12、表示装置13、及びコンピュータ15を備えて構成されている。コンピュータ15は、機能構成として、オペレーティングシステム機能部200、特定部201、取得部202、提示部204、選択部205、設定部206、プロセス終了部207、及び通信部209を有して構成されている。オペレーティングシステム機能部200の出力は特定部201及び取得部202の入力に接続されている。特定部201の出力はオペレーティングシステム機能部200、取得部202、及び通信部209の入力に接続されている。取得部202の出力はオペレーティングシステム機能部200及び通信部209の入力に接続されている。提示部204の出力は表示装置13の入力に接続されている。選択部205の出力は設定部206及びプロセス終了部207の入力に接続されている。設定部206の出力は通信部209の入力に接続されている。プロセス終了部207の出力はオペレーティングシステム機能部200の入力に接続されている。通信部209の出力は提示部204及び選択部205の入力に接続されている。入力装置12の出力は選択部205の入力に接続されている。さらに、通信部209は、ネットワーク51を介してサーバ41と通信する機能を有している。   FIG. 12 is a diagram schematically illustrating a functional configuration of the client terminal 61. The client terminal 61 includes an input device 12, a display device 13, and a computer 15. The computer 15 includes an operating system function unit 200, a specification unit 201, an acquisition unit 202, a presentation unit 204, a selection unit 205, a setting unit 206, a process end unit 207, and a communication unit 209 as functional configurations. Yes. The output of the operating system function unit 200 is connected to the inputs of the specifying unit 201 and the acquisition unit 202. The output of the specifying unit 201 is connected to the inputs of the operating system function unit 200, the acquisition unit 202, and the communication unit 209. The output of the acquisition unit 202 is connected to the inputs of the operating system function unit 200 and the communication unit 209. The output of the presentation unit 204 is connected to the input of the display device 13. The output of the selection unit 205 is connected to the inputs of the setting unit 206 and the process end unit 207. The output of the setting unit 206 is connected to the input of the communication unit 209. The output of the process end unit 207 is connected to the input of the operating system function unit 200. The output of the communication unit 209 is connected to the input of the presentation unit 204 and the selection unit 205. The output of the input device 12 is connected to the input of the selection unit 205. Further, the communication unit 209 has a function of communicating with the server 41 via the network 51.

ネットワークシステム2は、コンピュータ15上で起動しているプロセスに対して、プロセス監視処理及び不要プロセス監視処理を行うことができる。ただし、図4を参照して、プロセス監視処理のステップSP100及びステップSP110にて得られた可視プロセスの状態情報及び可視プロセスの稼働状況情報は、通信部209に対して入力される。通信部209は、当該状態情報及び当該稼働状況情報を含んだ信号を、ネットワーク51を介してサーバ41に送信する。   The network system 2 can perform process monitoring processing and unnecessary process monitoring processing on processes running on the computer 15. However, with reference to FIG. 4, the status information of the visible process and the operating status information of the visible process obtained in step SP100 and step SP110 of the process monitoring process are input to the communication unit 209. The communication unit 209 transmits a signal including the state information and the operation status information to the server 41 via the network 51.

そして、ステップSP120にて、特定部201は、クライアント端末61がプロセス状態の確認をすべき状態を満たしていると判定した場合、サーバ41に対して不要プロセス終了処理の実行を要請する旨の信号を、通信部209に向けて出力する。通信部209は、この不要プロセス終了処理の実行を要請する旨の信号を、ネットワーク51を介してサーバ41に向けて送信する。そして、当該不要プロセス終了処理の実行を要請する旨の信号を受信したサーバ41は、不要プロセス終了処理を開始する。   Then, in step SP120, when the identifying unit 201 determines that the client terminal 61 satisfies the state in which the process state should be confirmed, a signal indicating that the server 41 is requested to execute unnecessary process termination processing. Is output to the communication unit 209. The communication unit 209 transmits a signal requesting execution of the unnecessary process termination process to the server 41 via the network 51. Then, the server 41 that has received the signal requesting execution of the unnecessary process termination process starts the unnecessary process termination process.

まず、図5を参照して、不要プロセス終了処理のステップSP200において、サーバ41の判定部44は、クライアント端末61から受信した可視プロセスの状態情報並びに可視プロセスの稼働状況情報、及びメモリ43に記憶された必要プロセステーブル32や終了ログテーブル33などの情報に基づいて、コンピュータ15上で起動している可視プロセスに終了候補プロセスがあるか否かを判定する。   First, referring to FIG. 5, in step SP <b> 200 of the unnecessary process termination process, the determination unit 44 of the server 41 stores the status information of the visible process received from the client terminal 61, the operating status information of the visible process, and the memory 43. Based on the information such as the necessary process table 32 and the termination log table 33, it is determined whether or not there is a termination candidate process in the visible process activated on the computer 15.

そして、終了候補プロセスがあった場合、判定部44は、クライアント端末61に対して当該終了候補プロセスの終了確認をするよう命令する終了確認命令を通信部42に対して出力する。通信部42は、当該終了確認命令を含んだ信号を、ネットワーク51を介してクライアント端末61に対して送信する。当該終了確認命令を含んだ信号を受信したクライアント端末61の通信部209は、終了確認命令に含まれている終了候補プロセスの情報を提示部204及び選択部205に向けて出力する。この終了候補プロセスの情報を用いて、クライアント端末61は、不要プロセス終了処理におけるステップSP210からステップSP240の動作を行う。   When there is an end candidate process, the determination unit 44 outputs to the communication unit 42 an end confirmation command that instructs the client terminal 61 to confirm the end of the end candidate process. The communication unit 42 transmits a signal including the end confirmation command to the client terminal 61 via the network 51. The communication unit 209 of the client terminal 61 that has received the signal including the termination confirmation command outputs information on the termination candidate process included in the termination confirmation command to the presentation unit 204 and the selection unit 205. Using the information on the termination candidate process, the client terminal 61 performs the operations from step SP210 to step SP240 in the unnecessary process termination process.

そして、ステップSP240にて、終了候補プロセスの中に必要なプロセスがあった場合、ステップSP250において、設定部206は、当該必要なプロセスに関する情報(不要なプロセスとして判定されたプロセスの情報を含んでもよい)を通信部209に向けて出力する。通信部209は、当該必要なプロセスに関する情報を、ネットワーク51を介してサーバ41に対して送信する。当該必要なプロセスに関する情報を受信したサーバ41の通信部42は、当該情報をメモリ43に対して出力する。そして、メモリ43は、当該情報に基づいて必要プロセステーブル32及び終了ログテーブル33に記憶されている情報を更新する。   In step SP240, if there is a necessary process among the end candidate processes, in step SP250, the setting unit 206 includes information on the necessary process (including information on a process determined as an unnecessary process). Is output to the communication unit 209. The communication unit 209 transmits information regarding the necessary process to the server 41 via the network 51. The communication unit 42 of the server 41 that has received the information regarding the necessary process outputs the information to the memory 43. Then, the memory 43 updates the information stored in the necessary process table 32 and the end log table 33 based on the information.

したがって、本発明の第3の実施形態に係るネットワークシステム2によれば、コンピュータ15上で起動しているプロセスの中で、起動させておく必要のないプロセスを終了候補プロセスとし、利用者に対して当該終了候補プロセスを終了するか否かの確認をすることができる。この確認により、利用者は起動させておく必要がないプロセスがコンピュータ15上で起動していることを知ることできる。さらに、終了候補プロセスを終了するか否かの確認に対して利用者が返答を行った場合、当該プロセスを終了することができるので、コンピュータ15のハードウェア資源の効率的な利用を促し、コンピュータ15における作業効率を向上させることが可能となる。また、サーバ41は、コンピュータ15において稼働している可視プロセスの稼働状況情報を得ることができる。そして当該稼働状況情報、及び必要プロセステーブル32並びに終了ログテーブル33の情報に基づけば、クライアント端末61でこれまで起動していた不要なプロセスに関する情報などを取得することができる。よって、ネットワークシステム2は、当該情報に基づいてクライアント端末61の利用者にクライアント端末61の利用法の助言を行うなど、利用者に対してクライアント端末61の利用法の改善を促すことが可能となる。   Therefore, according to the network system 2 according to the third embodiment of the present invention, among the processes activated on the computer 15, processes that do not need to be activated are defined as termination candidate processes, and Thus, it is possible to confirm whether or not to end the termination candidate process. This confirmation allows the user to know that a process that does not need to be activated is activated on the computer 15. Furthermore, when the user responds to the confirmation as to whether or not to terminate the candidate process for termination, the process can be terminated, so that the efficient use of the hardware resources of the computer 15 is promoted, and the computer The work efficiency in 15 can be improved. Further, the server 41 can obtain operating status information of a visible process operating in the computer 15. Then, based on the operation status information and the information in the necessary process table 32 and the end log table 33, information on unnecessary processes that have been started up in the client terminal 61 can be acquired. Therefore, the network system 2 can prompt the user to improve the usage method of the client terminal 61, for example, by giving the user of the client terminal 61 advice on how to use the client terminal 61 based on the information. Become.

なお、図10においてクライアント端末61が一つの例を示したが、本発明の第3の実施形態において、クライアント端末61の数は一つに限るものではなく、ネットワークシステム2は複数のクライアント端末61を備えてもよい。ネットワークシステム2が複数のクライアント端末61を備える場合、各クライアント端末61が行う不要プロセス終了処理における判定はサーバ41の判定部44が行うので、各クライアント端末61における終了候補プロセスの判定結果を共通化することができる。また、各クライアント端末61で行われた不要プロセス終了処理にて、サーバ41のメモリ43に記憶されている必要プロセステーブル32及び終了ログテーブル33の情報が更新されるので、単一のクライアント端末61だけで情報更新する場合に比べ情報量が増すので、不要プロセス終了処理における終了候補プロセスの判定を正確に行うことが可能となる。   In FIG. 10, one client terminal 61 is shown. However, in the third embodiment of the present invention, the number of client terminals 61 is not limited to one, and the network system 2 includes a plurality of client terminals 61. May be provided. When the network system 2 includes a plurality of client terminals 61, the determination in the unnecessary process termination process performed by each client terminal 61 is performed by the determination unit 44 of the server 41. Therefore, the determination result of the termination candidate process in each client terminal 61 is shared. can do. Further, the information of the necessary process table 32 and the termination log table 33 stored in the memory 43 of the server 41 is updated by the unnecessary process termination processing performed at each client terminal 61, so that the single client terminal 61 As a result, the amount of information increases as compared with the case where information is updated alone, so that it is possible to accurately determine an end candidate process in an unnecessary process end process.

なお、今回開示された実施の形態は、すべての点で例示であり制限的なものではないと考えられるべきである。本発明の範囲は、上記した意味ではなく、特許請求の範囲にとって示され、特許請求の範囲と均等の意味及び範囲内でのすべての変更が含まれることが意図される。   The embodiment disclosed this time should be considered as illustrative in all points and not restrictive. The scope of the present invention is shown not by the above description but by the claims, and is intended to include all modifications within the meaning and scope equivalent to the claims.

1,2 ネットワークシステム
10 コンピュータシステム
11,14,15 コンピュータ
12 入力装置
13 表示装置
20 CPU
30,43 メモリ
31 プログラム
40,41 サーバ
50,51 ネットワーク
60,61 クライアント端末
201 特定部
202 取得部
203,44 判定部
204 提示部
205 選択部
206 設定部
207 プロセス終了部
208,209,42 通信部
1, 2 Network system 10 Computer system 11, 14, 15 Computer 12 Input device 13 Display device 20 CPU
30, 43 Memory 31 Program 40, 41 Server 50, 51 Network 60, 61 Client terminal 201 Identification unit 202 Acquisition unit 203, 44 Determination unit 204 Presentation unit 205 Selection unit 206 Setting unit 207 Process end unit 208, 209, 42 Communication unit

Claims (8)

表示画面を有し、複数のプロセスを起動可能な情報処理装置における情報処理方法であって、
(A)起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定するステップと、
(B)前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得するステップと、
(C)前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定するステップと、
(D)前記終了候補プロセスを終了するか否かを確認するための情報である終了確認情報を、前記情報処理装置の利用者に提示するステップと、
を備える、情報処理方法。
An information processing method in an information processing apparatus having a display screen and capable of starting a plurality of processes,
(A) identifying one or more visible processes that are displayed on the display screen as a visible window among the plurality of activated processes;
(B) obtaining operational status information that is information relating to the operational status of each of the one or more visible processes;
(C) determining a process that does not need to be activated among the one or more visible processes based on the operation status information as an end candidate process;
(D) presenting completion confirmation information, which is information for confirming whether or not to terminate the termination candidate process, to a user of the information processing apparatus;
An information processing method comprising:
前記ステップ(C)では、
操作対象として選択される頻度が所定値未満であるという条件、
操作対象として選択されている時間が所定値未満であるという条件、及び、
関連ファイルの編集頻度が所定値未満であるという条件、
のうちの少なくとも一つの条件を満たす可視プロセスが、前記終了候補プロセスとして判定される、請求項1に記載の情報処理方法。
In step (C),
The condition that the frequency selected as the operation target is less than a predetermined value,
The condition that the time selected as the operation target is less than a predetermined value, and
The condition that the frequency of editing related files is less than the specified value,
The information processing method according to claim 1, wherein a visible process that satisfies at least one of the conditions is determined as the termination candidate process.
(E)前記終了確認情報に対する返答を受領するステップと、
(F)前記ステップ(E)で受領した前記返答が前記終了候補プロセスを終了する旨の返答である場合に実行され、当該終了候補プロセスを終了するステップと、
(G)前記ステップ(E)で受領した前記返答が前記終了候補プロセスを終了しない旨の返答である場合に実行され、当該終了候補プロセスを、前記ステップ(C)における判定の対象から除外するプロセスとして設定するステップと、
をさらに備える、請求項1または2に記載の情報処理方法。
(E) receiving a response to the end confirmation information;
(F) executed when the response received in step (E) is a response to end the end candidate process, and ending the end candidate process;
(G) A process executed when the response received in step (E) is a response indicating that the termination candidate process is not terminated, and excluding the termination candidate process from the determination target in step (C) Step to set as
The information processing method according to claim 1, further comprising:
起動されている前記複数のプロセス若しくは前記一以上の可視プロセスの数が所定以上となった場合、または、前記情報処理装置の処理負荷が所定以上となった場合に、前記ステップ(C)の処理が実行される、請求項1から3のいずれか一つに記載の情報処理方法。   When the number of the activated processes or the one or more visible processes is equal to or greater than a predetermined value, or when the processing load of the information processing apparatus is equal to or greater than a predetermined value, the process of step (C) The information processing method according to any one of claims 1 to 3, wherein: (H)前記ステップ(C)における判定の結果に関する情報、及び/または前記ステップ(D)における提示を受けた前記利用者が前記終了候補プロセスを終了する対応を行ったか否かに関する対応結果の情報を、前記情報処理装置と通信を行う他の装置に対して送信するステップをさらに備える、請求項1から4のいずれか一つに記載の情報処理方法。   (H) Information on the result of the determination in step (C) and / or information on the result of correspondence on whether or not the user who received the presentation in step (D) has taken action to end the end candidate process 5. The information processing method according to claim 1, further comprising a step of transmitting the information to another device that communicates with the information processing device. 表示画面を有し、複数のプロセスを起動可能な情報処理装置に用いられるコンピュータに、
(A)起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定するステップと、
(B)前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得するステップと、
(C)前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定するステップと、
(D)前記終了候補プロセスを終了するか否かを確認するための情報である終了確認情報を、前記情報処理装置の利用者に提示するステップと、
を実行させるためのプログラム。
A computer having a display screen and used for an information processing apparatus capable of starting a plurality of processes,
(A) identifying one or more visible processes that are displayed on the display screen as a visible window among the plurality of activated processes;
(B) obtaining operational status information that is information relating to the operational status of each of the one or more visible processes;
(C) determining a process that does not need to be activated among the one or more visible processes based on the operation status information as an end candidate process;
(D) presenting completion confirmation information, which is information for confirming whether or not to terminate the termination candidate process, to a user of the information processing apparatus;
A program for running
表示画面を有し、複数のプロセスを起動可能な情報処理装置であって、
起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定する特定手段と、
前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得する取得手段と、
前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する判定手段と、
前記終了候補プロセスを終了するか否かを確認するための情報である終了確認情報を、前記情報処理装置の利用者に提示する提示手段と、
を備える、情報処理装置。
An information processing apparatus having a display screen and capable of starting a plurality of processes,
A specifying unit that specifies one or more visible processes that are displayed on the display screen as a visible window among the plurality of processes that are activated;
Obtaining means for obtaining operational status information that is information relating to the operational status of each of the one or more visible processes;
A determination unit that determines, based on the operation status information, a process that does not need to be started among the one or more visible processes as an end candidate process;
Presenting means for presenting end confirmation information, which is information for confirming whether to end the end candidate process, to a user of the information processing apparatus;
An information processing apparatus comprising:
サーバと、複数のプロセスを起動可能なクライアント端末と、を備える情報処理システムであって、
前記クライアント端末は、
表示画面と、
起動されている前記複数のプロセスの中で、可視ウィンドウとして前記表示画面に表示されているプロセスである一以上の可視プロセスを特定する特定手段と、
前記一以上の可視プロセスの各々の稼働状況に関する情報である稼働状況情報を取得する取得手段と、
前記稼働状況情報を前記サーバに対して送信する送信手段と、
前記サーバからプロセスの終了確認命令を受信した場合、当該プロセスを終了するか否かを確認するための情報である終了確認情報を、前記クライアント端末の利用者に対して提示する提示手段と、
を有し、
前記サーバは、
前記クライアント端末から受信した前記稼働状況情報に基づき、前記一以上の可視プロセスの中で起動させておく必要のないプロセスを終了候補プロセスであると判定する判定手段と、
前記終了候補プロセスを終了するか否かを確認させる終了確認命令を、前記クライアント端末に対して送信する命令手段と、
を有する、情報処理システム。



An information processing system comprising a server and a client terminal capable of starting a plurality of processes,
The client terminal is
A display screen;
A specifying unit that specifies one or more visible processes that are displayed on the display screen as a visible window among the plurality of processes that are activated;
Obtaining means for obtaining operational status information that is information relating to the operational status of each of the one or more visible processes;
Transmitting means for transmitting the operating status information to the server;
Presenting means for presenting to the user of the client terminal end confirmation information, which is information for confirming whether or not to terminate the process, when receiving a process end confirmation command from the server;
Have
The server
Based on the operation status information received from the client terminal, a determination unit that determines that a process that does not need to be started in the one or more visible processes is an end candidate process;
A command means for transmitting to the client terminal a termination confirmation command for confirming whether or not to terminate the termination candidate process;
An information processing system.



JP2010157719A 2010-07-12 2010-07-12 Information processing method, program, information processor and information processing system Pending JP2012022373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010157719A JP2012022373A (en) 2010-07-12 2010-07-12 Information processing method, program, information processor and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010157719A JP2012022373A (en) 2010-07-12 2010-07-12 Information processing method, program, information processor and information processing system

Publications (1)

Publication Number Publication Date
JP2012022373A true JP2012022373A (en) 2012-02-02

Family

ID=45776644

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010157719A Pending JP2012022373A (en) 2010-07-12 2010-07-12 Information processing method, program, information processor and information processing system

Country Status (1)

Country Link
JP (1) JP2012022373A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114201233A (en) * 2021-11-18 2022-03-18 成都网思科平科技有限公司 Method for reducing process module loading data storage based on snapshot reference

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114201233A (en) * 2021-11-18 2022-03-18 成都网思科平科技有限公司 Method for reducing process module loading data storage based on snapshot reference

Similar Documents

Publication Publication Date Title
JP6571277B2 (en) Method and apparatus for loading terminal application
EP2905702B1 (en) Real-time multi-task scheduling method and device
JP2011154478A (en) Screen sharing apparatus, control method thereof, program and screen sharing system
JPWO2012025977A1 (en) Schedule management method and schedule management server
US20090025013A1 (en) Information notification apparatus, method and program
CN104584650A (en) Managing power consumption in mobile devices
US7444449B2 (en) Method, computer program product and computer system for controlling execution of an interruption routine
CN107341007B (en) Display terminal, timing starting method thereof and computer readable storage medium
JP2012022373A (en) Information processing method, program, information processor and information processing system
CN107741885B (en) Transaction and service association method and system based on CS framework
CN109919706B (en) Application quotation data processing method, device, equipment and readable storage medium
EP2509289A1 (en) Mobile terminal device and mobile terminal device function setting method
JP4825120B2 (en) Service management system, service management apparatus, and service management method
CN114089837A (en) Control method and device of equipment and computer readable storage medium
CN113743288A (en) Image recognition method, device, equipment and storage medium of cloud mobile phone
JP6292223B2 (en) Information processing apparatus, information processing system, and information processing method
CN113691628A (en) Task switching method and device, system, electronic equipment and computer medium
CN113485864A (en) Abnormality detection method, abnormality analysis method, abnormality detection apparatus, abnormality analysis apparatus, electronic device, and storage medium
CN113495952A (en) Information processing apparatus, control method therefor, and recording medium
JP2010009288A (en) Multiprocessor system and program execution method
JP6266925B2 (en) Control device, control method, and program
US11861417B2 (en) Operation support system, operation support method, and operation support program
JP6234981B2 (en) Information processing system, information processing apparatus, information processing method, and program
JP6790539B2 (en) Information processing equipment, remote support systems and programs
CN112671816B (en) File downloading method, device, equipment and medium