JP2010102404A - Information processing apparatus and control method thereof, and program - Google Patents

Information processing apparatus and control method thereof, and program Download PDF

Info

Publication number
JP2010102404A
JP2010102404A JP2008271334A JP2008271334A JP2010102404A JP 2010102404 A JP2010102404 A JP 2010102404A JP 2008271334 A JP2008271334 A JP 2008271334A JP 2008271334 A JP2008271334 A JP 2008271334A JP 2010102404 A JP2010102404 A JP 2010102404A
Authority
JP
Japan
Prior art keywords
application
resource
amount
maximum
resource amount
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
JP2008271334A
Other languages
Japanese (ja)
Inventor
Yuki Arisawa
悠紀 有澤
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2008271334A priority Critical patent/JP2010102404A/en
Publication of JP2010102404A publication Critical patent/JP2010102404A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Exposure And Positioning Against Photoresist Photosensitive Materials (AREA)
  • Exposure Of Semiconductors, Excluding Electron Or Ion Beam Exposure (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the possibility that an application stops in the middle due to resource shortage, and to continue processing when resource shortage is eliminated. <P>SOLUTION: An information processing apparatus includes a resource information management table 132 for storing resource information including resource quantity related to resources secured by an application 110; a monitoring part 131 for monitoring the application 110, and for updating the resource information management table 132, and for executing processing to obtain the maximum use resource quantity for each application; a calculation part 133 for calculating available resource quantity based on the resource information of the resource information management table 132 and the maximum use resource quantity for each application; and a control part 134 for controlling the execution of the application 110 based on the calculated available resource quantity and the maximum use resource quantity of the execution target application. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、アプリケーションの実行に係る処理を行う情報処理装置及びその制御方法、当該制御方法をコンピュータに実行させるためのプログラム、並びに、当該プログラムを記憶したコンピュータ読み取り可能な記憶媒体に関する。   The present invention relates to an information processing apparatus that performs processing related to execution of an application, a control method thereof, a program for causing a computer to execute the control method, and a computer-readable storage medium that stores the program.

一般に、情報処理装置において、アプリケーションを実行する時に、それらのアプリケーションを実行する際には、多数のリソース(メモリ、ディスク、デバイス等)を使用する。例えば、ソフトウェアプログラミングにおいて、アプリケーションの実行時に、一時的な作業領域やデータ保存領域としてメモリ領域を確保し、不要になった時点で再びメモリ領域を解放するといったことが行われる。   Generally, in an information processing apparatus, when executing applications, a large number of resources (memory, disk, device, etc.) are used when executing the applications. For example, in software programming, when an application is executed, a memory area is secured as a temporary work area or data storage area, and the memory area is released again when it becomes unnecessary.

しかしながら、アプリケーションの実行時に、必要としているリソースを確保することができないと、動作が遅くなる恐れ、或いはアプリケーションが途中停止してしまう恐れがある。また、複数のアプリケーションを実行する場合、一度、リソース不足が起こると、途中停止したアプリケーションのみでなく、他の実行中のアプリケーションにおいても連鎖的にリソース不足が発生する恐れがある。そのような場合には、システムの性能と安定性を回復するために、アプリケーションの強制終了や、システムを再起動する措置を取らなければならない。   However, if the necessary resources cannot be secured during execution of the application, the operation may be slowed down or the application may be suspended. In addition, when a plurality of applications are executed, once a resource shortage occurs, there is a possibility that a resource shortage may occur in a chain not only in the application stopped halfway but also in other running applications. In such a case, in order to restore the performance and stability of the system, it is necessary to take measures to forcibly terminate the application or restart the system.

しかしながら、アプリケーションの強制終了や、システムの再起動が大きな損害を伴う装置(情報処理装置)も存在する。例えば、半導体露光装置のように複数のウェハからなるロット単位で作業内容の指示が行なわれる場合、ロットを処理中にアプリケーションの強制終了を行うと、ロット中の一部のウェハを破棄せざるを得ない事態が生じる。また、半導体露光装置は、一旦生産計画に基づき生産を開始すると、数週間に渡って稼動し続けることを前提としており、安易にシステムを再起動することはできない。これは、半導体露光装置を再起動すると初期化処理やハードウェアの調整処理を行う必要があり、その間、工場ラインの他の装置も一時停止して生産量の調整を行わなければならないためである。このように、アプリケーションの実行中にリソース不足が発生し、情報処理装置が途中で停止すると、顧客は大きな損害を被る。   However, there is an apparatus (information processing apparatus) that causes a significant damage due to forced termination of an application or system restart. For example, when a work content is instructed in a lot unit consisting of a plurality of wafers as in a semiconductor exposure apparatus, if the application is forcibly terminated while a lot is being processed, some wafers in the lot must be discarded. An unforeseen situation occurs. Further, the semiconductor exposure apparatus is assumed to continue to operate for several weeks once production is started based on the production plan, and the system cannot be easily restarted. This is because when the semiconductor exposure apparatus is restarted, it is necessary to perform initialization processing and hardware adjustment processing, and during that time, other devices in the factory line must also be temporarily stopped to adjust the production amount. . In this way, if a resource shortage occurs during the execution of an application and the information processing apparatus stops halfway, the customer suffers a great deal of damage.

従来、このリソース不足によるアプリケーションの途中停止を防ぐ技術としては、例えば、下記の特許文献1に示すものが提案されている。具体的に、特許文献1では、アプリケーション起動時に、アプリケーション毎の最大メモリ使用量を求め、この最大メモリ使用量の和がアプリケーション全体で使用できるメモリの総量を超えたか否かを元にアプリケーションの起動の可否を判定するものである。   Conventionally, as a technique for preventing the application from being stopped halfway due to resource shortage, for example, a technique disclosed in Patent Document 1 below has been proposed. Specifically, in Patent Document 1, when an application is started, the maximum memory usage for each application is obtained, and the application is started based on whether the sum of the maximum memory usage exceeds the total amount of memory that can be used by the entire application. Whether or not is possible is determined.

特開2006−285871号公報JP 2006-285871 A

しかしながら、上述した従来の技術に係る情報処理装置では、以下に示すような問題点があった。   However, the information processing apparatus according to the related art described above has the following problems.

第1に、起動対象のアプリケーションのみで判定を行っているため、例えば、半導体露光装置のように複数のアプリケーションが連続して起動することでジョブとして1つの機能を実現している場合、あるアプリケーションが起動しても、後続するアプリケーションが起動しなければ、ジョブとしては途中で停止してしまう可能性があるにもかかわらず、アプリケーションを起動可能としてしまうという問題があった。   First, since the determination is performed only with the application to be activated, for example, when one function is realized as a job by sequentially activating a plurality of applications as in a semiconductor exposure apparatus, a certain application However, if a subsequent application does not start, there is a problem that the application can be started even though the job may stop in the middle.

また、第2に、アプリケーション毎の最大メモリ使用量の和とアプリケーション全体で使用できるメモリの総量のみで起動の可否の判定を行うため、例えば、半導体露光装置のように1つの機能を構成する複数のアプリケーションの間で共有するメモリや、開放忘れメモリなどが存在した場合、リソース不足になる可能性があるにもかかわらず、アプリケーションを起動可能と判断してしまうという問題があった。   Second, in order to determine whether or not activation is possible only by the sum of the maximum memory usage for each application and the total amount of memory that can be used by the entire application, for example, a plurality of components that constitute one function like a semiconductor exposure apparatus. When there is a memory shared among applications, a memory that is forgotten to be released, etc., there is a problem that it may be determined that the application can be started despite the possibility of resource shortage.

また、第3に、アプリケーションを起動不可能と判断した場合、警告或いはエラーを報知した後にアプリケーションをどのように制御するのかについてはユーザの判断に任せられていたため、バッチ処理などを行う場合、他のアプリケーションが終了し、アプリケーションが起動可能になったにもかかわらず、そこで処理が停止したままになってしまうという問題があった。   Thirdly, when it is determined that the application cannot be started, it is left to the user to determine how to control the application after notifying the warning or error. Even though the application is closed and the application can be started, there is a problem that the process remains stopped there.

そこで、本発明は、リソース不足によるアプリケーションの途中停止が起きる可能性を小さくし、また、リソース不足が解消された際には処理の継続を実現できる情報処理装置及びその制御方法、プログラム、並びに記憶媒体を提供することを目的とする。   Therefore, the present invention reduces the possibility that an application will be stopped halfway due to a resource shortage, and an information processing apparatus capable of continuing processing when the resource shortage is resolved, its control method, program, and storage The purpose is to provide a medium.

本発明の情報処理装置は、アプリケーションの実行に係る処理を行う情報処理装置であって、前記アプリケーションが確保したリソースに係る情報であって当該リソースのリソース量を含むリソース情報を保持するリソース情報管理テーブルと、前記アプリケーションを監視し、前記リソース情報管理テーブルの更新を行うとともに前記アプリケーションごとの最大使用リソース量を得る処理を行う監視手段と、前記リソース情報管理テーブルのリソース情報および前記アプリケーションごとの前記最大使用リソース量に基づいて、利用可能なリソース量を算出する算出手段と、前記利用可能なリソース量と実行対象の前記アプリケーションにおける前記最大使用リソース量とに基づいて、前記アプリケーションの実行を制御する制御手段とを有する。   The information processing apparatus of the present invention is an information processing apparatus that performs processing related to execution of an application, and is resource information management that holds resource information that is information related to a resource secured by the application and includes a resource amount of the resource A table, monitoring means for monitoring the application, updating the resource information management table and obtaining a maximum amount of resources used for each application, resource information of the resource information management table, and the application for each application Control of execution of the application based on the calculation unit for calculating the available resource amount based on the maximum used resource amount, and the available resource amount and the maximum used resource amount in the execution target application Control means and A.

本発明の情報処理装置の制御方法は、アプリケーションの実行に係る処理を行うものであり、前記アプリケーションが確保したリソースに係る情報であって当該リソースのリソース量を含むリソース情報を保持するリソース情報管理テーブルを備える情報処理装置の制御方法であって、前記アプリケーションを監視し、前記リソース情報管理テーブルの更新を行うとともに前記アプリケーションごとの最大使用リソース量を得る処理を行う監視ステップと、前記リソース情報管理テーブルのリソース情報および前記アプリケーションごとの前記最大使用リソース量に基づいて、利用可能なリソース量を算出する算出ステップと、前記利用可能なリソース量と実行対象の前記アプリケーションにおける前記最大使用リソース量とに基づいて、前記アプリケーションの実行を制御する制御ステップと
を有する。
The information processing apparatus control method according to the present invention performs processing related to execution of an application, and is resource information management that holds resource information that is information related to a resource secured by the application and includes a resource amount of the resource. A method for controlling an information processing apparatus comprising a table, comprising: a monitoring step of monitoring the application, updating the resource information management table and obtaining a maximum amount of resources used for each application; and the resource information management Based on the resource information in the table and the maximum amount of resource used for each application, a calculation step of calculating an available resource amount, and the available resource amount and the maximum amount of resource used in the application to be executed Based on before And a control step of controlling the execution of the application.

本発明のプログラムは、アプリケーションの実行に係る処理を行うものであり、前記アプリケーションが確保したリソースに係る情報であって当該リソースのリソース量を含むリソース情報を保持するリソース情報管理テーブルを備える情報処理装置の制御方法をコンピュータに実行させるためのプログラムであって、前記アプリケーションを監視し、前記リソース情報管理テーブルの更新を行うとともに前記アプリケーションごとの最大使用リソース量を得る処理を行う監視ステップと、前記リソース情報管理テーブルのリソース情報および前記アプリケーションごとの前記最大使用リソース量に基づいて、利用可能なリソース量を算出する算出ステップと、前記利用可能なリソース量と実行対象の前記アプリケーションにおける前記最大使用リソース量とに基づいて、前記アプリケーションの実行を制御する制御ステップとをコンピュータに実行させるためのである。   The program of the present invention performs processing related to execution of an application, and is an information processing provided with a resource information management table that holds resource information that is information related to a resource secured by the application and includes a resource amount of the resource A program for causing a computer to execute a device control method, monitoring the application, updating the resource information management table, and performing processing for obtaining a maximum amount of resource used for each application, and Based on the resource information of the resource information management table and the maximum used resource amount for each application, a calculation step for calculating an available resource amount, and the available resource amount and the maximum in the application to be executed On the basis of the use resource amount is the order to execute a control step for controlling the execution of the application on a computer.

本発明のコンピュータ読み取り可能な記憶媒体は、前記プログラムを記憶する。   The computer-readable storage medium of the present invention stores the program.

本発明によれば、リソース不足によるアプリケーションの途中停止が起きる可能性を小さくし、また、リソース不足が解消された際には処理の継続を実現することができる。   According to the present invention, it is possible to reduce the possibility that an application will be stopped halfway due to resource shortage, and it is possible to continue processing when the resource shortage is resolved.

以下、図面を参照しながら、本発明を実施するための最良の形態について説明する。
なお、以下に示す本発明の実施形態においては、本発明に係る情報処理装置として、半導体露光装置を適用した例について説明を行う。
The best mode for carrying out the present invention will be described below with reference to the drawings.
In the following embodiments of the present invention, an example in which a semiconductor exposure apparatus is applied as an information processing apparatus according to the present invention will be described.

(第1の実施形態)
まず、本発明の第1の実施形態について説明する。
図1は、本発明の第1の実施形態に係る情報処理装置(半導体露光装置)の概略構成の一例を示すブロック図である。なお、上述したように、本実施形態に係る情報処理装置としては、半導体露光装置を適用する。
(First embodiment)
First, a first embodiment of the present invention will be described.
FIG. 1 is a block diagram showing an example of a schematic configuration of an information processing apparatus (semiconductor exposure apparatus) according to the first embodiment of the present invention. As described above, a semiconductor exposure apparatus is applied as the information processing apparatus according to this embodiment.

図1に示すように、情報処理装置(半導体露光装置)100は、アプリケーション群110と、リソース群120と、アプリケーション管理部130と、(半導体露光装置の)メインアプリケーション140を有して構成されている。また、アプリケーション管理部130は、アプリケーション監視部131と、リソース情報管理テーブル132と、リソース量算出部133と、アプリケーション終了検知部1341を具備するアプリケーション制御部134を有して構成されている。   As shown in FIG. 1, an information processing apparatus (semiconductor exposure apparatus) 100 includes an application group 110, a resource group 120, an application management unit 130, and a main application 140 (semiconductor exposure apparatus). Yes. The application management unit 130 includes an application control unit 134 including an application monitoring unit 131, a resource information management table 132, a resource amount calculation unit 133, and an application end detection unit 1341.

アプリケーション群110は、対象装置上で実行中もしくは実行待ちのアプリケーションを含むものであり、それぞれ、実行中アプリケーション111、実行待ちアプリケーション112に分けられる。   The application group 110 includes applications being executed or waiting for execution on the target device, and is divided into a running application 111 and an execution waiting application 112, respectively.

リソース群120は、対象装置上におけるリソースの集まりであり、このリソースとは、メモリ、ディスク、デバイス等などが適用される。   The resource group 120 is a collection of resources on the target device, and a memory, a disk, a device, or the like is applied to this resource.

アプリケーション監視部131は、アプリケーション群110のアプリケーションの実行に係るリソースの確保、開放を監視し、そのリソースに係るリソース情報をリソース情報管理テーブル132に記録し更新する。また、アプリケーション監視部131は、アプリケーションごとの最大使用リソース量等を得る処理を行う。この際、アプリケーション監視部131は、自身でこの最大使用リソース量等を求めて最大使用リソース量を得るようにしてもよいし、リソース量算出部133に最大使用リソース量等を求めさせて最大使用リソース量を得るようにしてもよい。   The application monitoring unit 131 monitors the securing and releasing of resources related to the execution of applications in the application group 110, and records and updates the resource information related to the resources in the resource information management table 132. In addition, the application monitoring unit 131 performs processing for obtaining the maximum amount of resources used for each application. At this time, the application monitoring unit 131 may obtain the maximum use resource amount by obtaining the maximum use resource amount by itself, or may cause the resource amount calculation unit 133 to obtain the maximum use resource amount and the maximum use resource amount. A resource amount may be obtained.

リソース情報管理テーブル132には、アプリケーション監視部131等により得られた情報(リソース情報)を、テーブルとして記録し管理するものである。   In the resource information management table 132, information (resource information) obtained by the application monitoring unit 131 or the like is recorded and managed as a table.

図2は、図1に示すリソース情報管理テーブル132に記録される情報であって、図1に示すアプリケーション監視部131で得た情報のテーブルの一例を示す模式図である。
図2に示す情報としては、アプリケーション群110のアプリケーションに係るアプリケーションID、リソース種別、システムリソースID、リソース量の各情報がアプリケーションに対応付けられて設定されている。
FIG. 2 is a schematic diagram showing an example of a table of information recorded in the resource information management table 132 shown in FIG. 1 and obtained by the application monitoring unit 131 shown in FIG.
As information illustrated in FIG. 2, information on an application ID, a resource type, a system resource ID, and a resource amount related to an application of the application group 110 is set in association with the application.

リソース量算出部133は、リソース情報管理テーブル132に記録(保持)されているリソース情報及びアプリケーションごとの最大使用リソース量に基づいて、利用可能なリソース量を算出する。なお、リソース量算出部133は、必要に応じて、アプリケーション監視部131から要求があった場合にアプリケーションごとの最大使用リソース量を含む各種のリソース量の算出処理を行う。更に、リソース量算出部133は、必要に応じて、アプリケーション制御部134から要求があった場合に各種のリソース量の算出処理を行う。   The resource amount calculation unit 133 calculates an available resource amount based on the resource information recorded (held) in the resource information management table 132 and the maximum used resource amount for each application. The resource amount calculation unit 133 performs various resource amount calculation processes including the maximum used resource amount for each application when requested by the application monitoring unit 131. Furthermore, the resource amount calculation unit 133 performs various resource amount calculation processes when requested by the application control unit 134 as necessary.

アプリケーション制御部134は、当該半導体露光装置のメインアプリケーション140から実行待ちアプリケーション112の実行要求を受け付け、リソース量算出部133で算出された算出結果に基づき、アプリケーション群110を制御する。   The application control unit 134 receives an execution request for the execution waiting application 112 from the main application 140 of the semiconductor exposure apparatus, and controls the application group 110 based on the calculation result calculated by the resource amount calculation unit 133.

ここで、アプリケーションとは、情報処理装置100において1つの機能を実現するためのプログラム群を指しており、オペレーティングシステムの実行切り替え、即ち、スケジューリング単位であるタスク、スレッド或いはプロセスなどとは独立した存在である。つまり、1つのアプリケーションが単一タスクで実現されていることもマルチタスクで実現されているということもあり得る。このとき、各アプリケーションがどのタスクから構成されているかという情報は、例えば情報処理装置100のオペレーティングシステム(不図示)などにより保持される。また、情報処理装置100でどのアプリケーションが実行中かという情報も、当該オペレーティングシステムなどにより保持される。さらに、同一アプリケーションを複数同時に実行させることもできる。   Here, an application refers to a program group for realizing one function in the information processing apparatus 100, and is independent of operating system execution switching, that is, a task, thread, or process that is a scheduling unit. It is. That is, one application may be realized by a single task or multitask. At this time, information indicating which task each application is composed of is held by, for example, an operating system (not shown) of the information processing apparatus 100. Information about which application is being executed in the information processing apparatus 100 is also held by the operating system or the like. Further, a plurality of the same applications can be executed simultaneously.

なお、本実施形態に係る半導体露光装置では、予め露光処理の処理手順などを記述したレシピをジョブとして実行することで処理が行われる。そして、ジョブが実行されると、本実施形態に係る半導体露光装置は、処理手順に対応したアプリケーションを順次起動し、アプリケーション間で情報を受け渡しながら全体として1つの機能を実現する。このとき、メインアプリケーション140は、実行ジョブ毎に一意の実行IDを割り振り、各ジョブの状態を管理する。   Note that in the semiconductor exposure apparatus according to the present embodiment, processing is performed by executing, as a job, a recipe that describes the processing procedure of exposure processing in advance. When the job is executed, the semiconductor exposure apparatus according to the present embodiment sequentially activates applications corresponding to the processing procedure, and realizes one function as a whole while exchanging information between the applications. At this time, the main application 140 allocates a unique execution ID for each execution job and manages the status of each job.

図3は、本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、当該情報処理装置における処理手順及び露光パラメータが記述されたレシピの一例を示す模式図である。
図3に示すレシピには、実行ID、ジョブ名、レシピID、レチクルID、ウェハ枚数、装置状態変数A及び装置状態変数Bが各レシピごとに予め設定されている。
FIG. 3 is a schematic diagram showing an example of a recipe describing a processing procedure and exposure parameters in the information processing apparatus used in the information processing apparatus (semiconductor exposure apparatus) according to the first embodiment of the present invention.
In the recipe shown in FIG. 3, an execution ID, job name, recipe ID, reticle ID, number of wafers, apparatus state variable A, and apparatus state variable B are set in advance for each recipe.

図4は、本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、当該情報処理装置におけるジョブを管理するためのテーブルの一例を示す模式図である。
図4に示すジョブの管理テーブルには、レシピID、処理1、処理2、・・・、パラメータA、パラメータB、・・・が設定されている。ジョブの状態は、例えば、図4に示すように、図3に示す実行IDごとに対応するレシピや装置状態変数値を管理するテーブルとなっている。
FIG. 4 is a schematic diagram showing an example of a table for managing jobs in the information processing apparatus used in the information processing apparatus (semiconductor exposure apparatus) according to the first embodiment of the present invention.
In the job management table shown in FIG. 4, recipe ID, process 1, process 2,..., Parameter A, parameter B,. For example, as shown in FIG. 4, the job status is a table for managing recipes and device status variable values corresponding to the execution IDs shown in FIG.

この際、本情報処理装置で管理する対象としてジョブ内の個々のアプリケーションではなく、実行IDを元にジョブとして管理することで、後続するアプリケーションの起動も含めてアプリケーションの起動の可否を判断することができる。これにより、アプリケーションのリソース不足による、ジョブとしての途中停止を防止し、システムダウンまたはアプリケーションの途中停止を防止することができる。   At this time, it is determined whether the application can be activated, including the activation of the subsequent application, by managing the job based on the execution ID, not the individual application in the job as a target to be managed by the information processing apparatus. Can do. As a result, it is possible to prevent an intermediate stop as a job due to a lack of application resources, and to prevent a system down or an application intermediate stop.

次に、本実施形態におけるアプリケーション監視処理の処理手順について説明する。
図5は、本発明の第1の実施形態に係る情報処理装置(半導体露光装置)によるアプリケーション監視処理の処理手順の一例を示すフローチャートである。この図5に示す処理は、主として、アプリケーション監視部131で行われる。また、この図5に示す処理は、アプリケーション群110のアプリケーションが、リソースの確保もしくは開放を行うたびに起動される。
Next, a processing procedure of application monitoring processing in the present embodiment will be described.
FIG. 5 is a flowchart showing an example of a procedure of application monitoring processing by the information processing apparatus (semiconductor exposure apparatus) according to the first embodiment of the present invention. The processing shown in FIG. 5 is mainly performed by the application monitoring unit 131. Further, the processing shown in FIG. 5 is started each time an application of the application group 110 secures or releases resources.

図5のステップS101において、アプリケーション監視部131は、監視対象のアプリケーションがリソースの取得(確保)を行ったか否かを判断する。   In step S101 of FIG. 5, the application monitoring unit 131 determines whether the monitoring target application has acquired (secured) resources.

ステップS101の判断の結果、監視対象のアプリケーションがリソースの取得(確保)を行った場合には、ステップS102に進む。
ステップS102に進むと、アプリケーション監視部131は、リソースの取得(確保)を行ったアプリケーションから、アプリケーション名、アプリケーションID、リソースの種別、システムリソースID及びリソース量などの情報を受け取る。
If the result of determination in step S101 is that the monitored application has acquired (secured) resources, the process proceeds to step S102.
In step S102, the application monitoring unit 131 receives information such as the application name, application ID, resource type, system resource ID, and resource amount from the application that has acquired (secured) the resource.

ここで、システムリソースIDは、オペレーティングシステムが提供するシステムコールを実行することでリソース群120を確保した場合には、システムコールの戻り値になる。このシステムコールの戻り値は、ファイルの場合にはファイルディスクリプタ、メモリの場合には確保領域の先頭アドレスなどに対応する値である。   Here, the system resource ID becomes a return value of the system call when the resource group 120 is secured by executing the system call provided by the operating system. The return value of this system call is a value corresponding to a file descriptor in the case of a file, a start address of a reserved area in the case of a memory, and the like.

また、ここでのリソース量は、一度に確保したリソースの量となる。例えば、メモリなどを確保する場合、複数のアドレスをまとめて1つのブロックとして一度に確保することができるので、この場合のリソース量としては確保したメモリのバイト数などが考えられる。   Further, the resource amount here is the amount of resources secured at one time. For example, when a memory or the like is secured, a plurality of addresses can be secured together as one block at a time, and the number of bytes of the secured memory can be considered as the resource amount in this case.

また、アプリケーション名は、アプリケーションの種類を表すものであり、実際のプログラム名等が考えられ、オペレーティングシステムにより管理される。管理する対象としてジョブを管理する場合には、実行中のジョブに対して本半導体露光装置のメインアプリケーション140により管理されるジョブ名をアプリケーション名として用いてもよい。   The application name represents the type of application, and an actual program name or the like can be considered and managed by the operating system. When managing a job as a management target, a job name managed by the main application 140 of the semiconductor exposure apparatus may be used as an application name for the job being executed.

アプリケーションIDは、実行中のアプリケーションに対してオペレーティングシステムにより一意に割り振られ、同一のアプリケーションが複数起動している場合には、別の値が割り振られるものとする。このとき、アプリケーション名は、同じものとなる。なお、一度使用されたアプリケーションIDでリソース情報管理テーブル132に存在するアプリケーションIDは、再利用しないことを前提とする。そして、再利用しないことが保証できない場合には、アプリケーションの終了時、終了したアプリケーションのアプリケーションIDを管理する必要がある。また、管理する対象としてジョブを管理する場合には、実行中のジョブに対して本半導体露光装置のメインアプリケーション140により一意に割り振られた実行IDをアプリケーションIDとして用いてもよい。   The application ID is uniquely assigned by the operating system to the application being executed. When a plurality of the same applications are activated, different values are assigned. At this time, the application names are the same. It is assumed that an application ID that has been used once and exists in the resource information management table 132 is not reused. If it cannot be guaranteed that the application will not be reused, the application ID of the terminated application must be managed when the application is terminated. Further, when managing a job as a management target, an execution ID that is uniquely assigned to the job being executed by the main application 140 of the semiconductor exposure apparatus may be used as the application ID.

続いて、ステップS103において、アプリケーション監視部131は、ステップS102で受け取った情報(リソース情報)をリソース情報管理テーブル132に追加して保持する処理を行う。このリソース情報管理テーブル132は、図2に示すように、アプリケーションIDと関連付けて、リソース種別、システムリソースID及びリソース量の情報を管理できればよく、フォーマットなどは、特に限定されない。   Subsequently, in step S103, the application monitoring unit 131 performs processing for adding the information (resource information) received in step S102 to the resource information management table 132 and holding it. As shown in FIG. 2, the resource information management table 132 is only required to be able to manage information on the resource type, system resource ID, and resource amount in association with the application ID, and the format is not particularly limited.

続いて、ステップS104において、アプリケーション監視部131は、ステップS102で受け取ったリソース情報のアプリケーションIDに基づいて、使用リソース量の更新処理を行う。具体的に、アプリケーション監視部131は、当該アプリケーションIDを元に、リソースの確保を行ったアプリケーションの現在の使用リソース量を得て、ステップS102で受け取ったリソース量との和を求め、これを新しく使用リソース量として更新する。この際の使用リソース量は、アプリケーションが現在使用しているリソース、より正確には、確保を行ったが開放を行っていないリソースの量である。   Subsequently, in step S104, the application monitoring unit 131 performs a process for updating the used resource amount based on the application ID of the resource information received in step S102. Specifically, the application monitoring unit 131 obtains the currently used resource amount of the application that has secured the resource based on the application ID, obtains the sum with the resource amount received in step S102, and newly obtains this. Update as used resource amount. The amount of resources used at this time is the amount of resources currently used by the application, more precisely, the amount of resources that have been secured but not released.

図6は、本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションIDごとに使用リソース量を保持するテーブルの一例を示す模式図である。この図6に示すテーブルは、例えばリソース情報管理テーブル132に保持される。ステップS104で更新する使用リソース量は、例えば、図6に示すように、アプリケーションIDごとにテーブルで管理するか、もしくは図2に示すテーブルからその都度求めてもよい。この際、テーブルで管理する際のフォーマットなどは、特に限定されない。   FIG. 6 is a schematic diagram showing an example of a table that holds the used resource amount for each application ID used in the information processing apparatus (semiconductor exposure apparatus) according to the first embodiment of the present invention. The table shown in FIG. 6 is held in the resource information management table 132, for example. For example, as shown in FIG. 6, the used resource amount updated in step S104 may be managed in a table for each application ID, or may be obtained each time from the table shown in FIG. At this time, the format for managing the table is not particularly limited.

続いて、ステップS105において、アプリケーション監視部131は、まず、ステップS102で受け取ったアプリケーション名の情報を元に、当該アプリケーションの最大使用リソース量を得る処理を行う。ここで、最大使用リソース量は、アプリケーションの使用リソース量がもっとも多くなったときの値である。同一のアプリケーションが複数起動されている場合でも、アプリケーションの最大使用リソース量は等しくする。これは、各々のアプリケーションが、それぞれ最大使用リソース量までリソースを増やす可能性があるからである。   Subsequently, in step S105, the application monitoring unit 131 first performs processing for obtaining the maximum used resource amount of the application based on the application name information received in step S102. Here, the maximum used resource amount is a value when the used resource amount of the application is the largest. Even when a plurality of the same applications are activated, the maximum amount of resources used by the applications is made equal. This is because each application may increase resources up to the maximum amount of resources used.

図7は、本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションごとに最大使用リソース量を保持するテーブルの一例を示す模式図である。この図7に示すテーブルは、例えばリソース情報管理テーブル132に保持される。また、図7に示す最大使用リソース量は、例えば、図7に示すように、アプリケーション名ごとに最大使用リソース量を管理できればよく、フォーマットなどは、特に限定されない。   FIG. 7 is a schematic diagram showing an example of a table that holds the maximum use resource amount for each application, which is used in the information processing apparatus (semiconductor exposure apparatus) according to the first embodiment of the present invention. The table shown in FIG. 7 is held in the resource information management table 132, for example. Further, the maximum used resource amount shown in FIG. 7 is not particularly limited as long as the maximum used resource amount can be managed for each application name as shown in FIG. 7, for example.

更に、ステップS105において、アプリケーション監視部131は、ステップS104で更新した使用リソース量がアプリケーションの最大使用リソース量を上回っている(超えている)か否かを判断する。   Further, in step S105, the application monitoring unit 131 determines whether or not the used resource amount updated in step S104 exceeds (exceeds) the maximum used resource amount of the application.

ステップS105の判断の結果、ステップS104で更新した使用リソース量がアプリケーションの最大使用リソース量を上回っている(超えている)場合には、ステップS106に進む。
ステップS106に進むと、アプリケーション監視部131は、ステップS105で得たアプリケーションの最大使用リソース量を、ステップS104で更新した使用リソース量で更新する処理を行う。その後、図5に示すフローチャートの処理を終了する。
As a result of the determination in step S105, if the used resource amount updated in step S104 exceeds (exceeds) the maximum used resource amount of the application, the process proceeds to step S106.
In step S106, the application monitoring unit 131 performs a process of updating the maximum used resource amount of the application obtained in step S105 with the used resource amount updated in step S104. Thereafter, the processing of the flowchart shown in FIG.

また、ステップS105の判断の結果、ステップS104で更新した使用リソース量がアプリケーションの最大使用リソース量を上回っていない(超えていない)場合には、図5に示すフローチャートの処理を終了する。   Also, as a result of the determination in step S105, if the used resource amount updated in step S104 does not exceed (does not exceed) the maximum used resource amount of the application, the processing of the flowchart shown in FIG.

また、ステップS101の判断の結果、監視対象のアプリケーションがリソースの取得(確保)を行っていない場合には、ステップS107に進む。
ステップS107に進むと、アプリケーション監視部131は、監視対象のアプリケーションがリソースの開放を行ったか否かを判断する。
If it is determined in step S101 that the application to be monitored has not acquired (secured) resources, the process proceeds to step S107.
In step S107, the application monitoring unit 131 determines whether the monitoring target application has released resources.

ステップS107の判断の結果、監視対象のアプリケーションがリソースの開放を行った場合には、ステップS108に進む。
ステップS108に進むと、アプリケーション監視部131は、リソースの開放を行うリソース開放処理を行う。その後、図5に示すフローチャートの処理を終了する。
As a result of the determination in step S107, when the monitored application releases the resource, the process proceeds to step S108.
In step S108, the application monitoring unit 131 performs resource release processing for releasing resources. Thereafter, the processing of the flowchart shown in FIG.

また、ステップS107の判断の結果、監視対象のアプリケーションがリソースの開放を行っていない場合には、図5に示すフローチャートの処理を終了する。   If it is determined in step S107 that the application to be monitored has not released resources, the process of the flowchart shown in FIG. 5 is terminated.

以上の図5に示すフローチャートの処理は、同一アプリケーションが同時に複数起動されている場合でも成立する。この場合、起動しているアプリケーションごとにリソース使用量を求め、それらを当該アプリケーションの唯一の最大使用リソース量と比較し、使用リソース量が最大使用リソース量を超えた場合、当該アプリケーションの唯一の最大使用リソース量とすればよい。   The processing of the flowchart shown in FIG. 5 is established even when a plurality of the same applications are activated simultaneously. In this case, calculate the resource usage for each running application, compare them with the only maximum resource usage of the application, and if the usage resource exceeds the maximum usage resource, the only maximum of the application. What is necessary is just to use resource amount.

次に、図5に示すステップS108のリソース開放処理における詳細な処理手順について説明する。
図8は、図5に示すステップS108のリソース開放処理における詳細な処理手順の一例を示すフローチャートである。
Next, a detailed processing procedure in the resource releasing process in step S108 shown in FIG. 5 will be described.
FIG. 8 is a flowchart showing an example of a detailed processing procedure in the resource release processing in step S108 shown in FIG.

まず、ステップS1081において、アプリケーション監視部131は、リソースの開放を行ったアプリケーションから、アプリケーション名、アプリケーションID、リソース種別及びシステムリソースIDなどの情報を受け取る。   First, in step S1081, the application monitoring unit 131 receives information such as an application name, an application ID, a resource type, and a system resource ID from an application that has released a resource.

続いて、ステップS1082において、アプリケーション監視部131は、ステップS1081で受け取った情報を元に、リソース情報管理テーブル132内の情報(図2)を検索し、該当するリソース情報を削除する。その際、該当するリソース情報のリソース量に係る情報を開放リソース量として一時的に記憶する。   Subsequently, in step S1082, the application monitoring unit 131 searches information (FIG. 2) in the resource information management table 132 based on the information received in step S1081, and deletes the corresponding resource information. At this time, information related to the resource amount of the corresponding resource information is temporarily stored as an open resource amount.

続いて、ステップS1083において、アプリケーション監視部131は、ステップS1081で受け取ったアプリケーションIDを元に、アプリケーションの使用リソース量とステップS1082で記憶した開放リソース量との差を求める処理を行う。この際、アプリケーションの使用リソース量とステップS1082で記憶した開放リソース量との差の算出は、リソース量算出部133で行うようにしてもよい。そして、アプリケーション監視部131は、得られたアプリケーションの使用リソース量と開放リソース量との差を、新しく使用リソース量として更新する処理を行う。   Subsequently, in step S1083, the application monitoring unit 131 performs processing for obtaining a difference between the used resource amount of the application and the released resource amount stored in step S1082, based on the application ID received in step S1081. At this time, the calculation of the difference between the used resource amount of the application and the released resource amount stored in step S1082 may be performed by the resource amount calculating unit 133. Then, the application monitoring unit 131 performs a process of updating the difference between the used resource amount and the released resource amount of the obtained application as a new used resource amount.

以上のステップS1081〜S1083の処理を経ることで、図5に示すステップS108のリソース開放処理がなされる。   Through the processes in steps S1081 to S1083, the resource release process in step S108 shown in FIG. 5 is performed.

次に、本実施形態におけるアプリケーション制御処理の処理手順について説明する。
図9は、本発明の第1の実施形態に係る情報処理装置(半導体露光装置)によるアプリケーション制御処理の処理手順の一例を示すフローチャートである。この図9に示す処理は、主として、アプリケーション制御部134で行われる。
Next, a processing procedure of application control processing in the present embodiment will be described.
FIG. 9 is a flowchart showing an example of a processing procedure of application control processing by the information processing apparatus (semiconductor exposure apparatus) according to the first embodiment of the present invention. The processing shown in FIG. 9 is mainly performed by the application control unit 134.

まず、ステップS201において、アプリケーション制御部134は、当該半導体露光装置のメインアプリケーション140から、実行するアプリケーションのアプリケーションIDを受け取る。   First, in step S201, the application control unit 134 receives an application ID of an application to be executed from the main application 140 of the semiconductor exposure apparatus.

続いて、ステップS202において、アプリケーション制御部134は、ステップS201で受け取ったアプリケーションIDを元に、実行対象となるアプリケーションのアプリケーション名を取得する。そして、アプリケーション制御部134は、例えばリソース量算出部133を制御して、取得したアプリケーション名に基づく最大使用リソース量を得る処理を行う。   Subsequently, in step S202, the application control unit 134 acquires the application name of the application to be executed based on the application ID received in step S201. Then, for example, the application control unit 134 controls the resource amount calculation unit 133 to perform processing for obtaining the maximum used resource amount based on the acquired application name.

続いて、ステップS203において、アプリケーション制御部134は、例えばリソース量算出部133に、利用可能なリソース量の算出処理を行わせる。ここで、図10のフローチャートを用いて、ステップS203の利用可能なリソース量の算出処理における詳細な処理手順について説明する。   Subsequently, in step S203, the application control unit 134 causes the resource amount calculation unit 133, for example, to perform a process for calculating an available resource amount. Here, a detailed processing procedure in the calculation process of the available resource amount in step S203 will be described using the flowchart of FIG.

図10は、本発明の第1の実施形態を示し、図9に示すステップS203の利用可能なリソース量の算出処理における詳細な処理手順の一例を示すフローチャートである。   FIG. 10 is a flowchart illustrating an example of a detailed processing procedure in the calculation process of the available resource amount in step S203 illustrated in FIG. 9 according to the first embodiment of this invention.

まず、ステップS2031において、アプリケーション制御部134は、全ての実行中アプリケーション111のアプリケーションIDを取得する処理を行う。   First, in step S2031, the application control unit 134 performs processing for acquiring application IDs of all the running applications 111.

続いて、ステップS2032において、アプリケーション制御部134は、例えばリソース量算出部133を制御して、残存使用リソース量を得る制御を行う。具体的に、例えばリソース量算出部133は、リソース情報管理テーブル132に存在するリソース情報(図2)のうち、ステップS2031で取得された実行中アプリケーション111のアプリケーションIDとは異なるアプリケーションIDを持つリソース情報のリソース量を、終了したアプリケーションのリソース量として合計して、残存使用リソース量を算出する。これは、ジョブを構成するアプリケーションの間で共有されているリソースか、もしくはジョブが終了したにもかかわらず開放し忘れてしまったリソースが存在する可能性があることを考慮したものである。   Subsequently, in step S2032, the application control unit 134 controls the resource amount calculation unit 133, for example, to obtain a remaining used resource amount. Specifically, for example, the resource amount calculation unit 133 has a resource having an application ID different from the application ID of the running application 111 acquired in step S2031 among the resource information (FIG. 2) existing in the resource information management table 132. The information resource amount is summed as the resource amount of the terminated application to calculate the remaining used resource amount. This is because there is a possibility that there may be a resource that is shared between applications that constitute a job or a resource that has been forgotten to be released even when the job is completed.

続いて、ステップS2033〜S2035は、各実行中アプリケーションごとの処理を全ての実行中アプリケーションに対して行うループとなる。   Subsequently, steps S2033 to S2035 form a loop in which processing for each running application is performed on all running applications.

ステップS2034では、アプリケーション制御部134は、例えばリソース量算出部133を制御して、実行中アプリケーション111のアプリケーション名を元に、最大使用リソース量を得る制御を行う。これは、それぞれのアプリケーションが、最大使用リソース量までリソースを増やす可能性があることを考慮したものである。   In step S2034, the application control unit 134 controls the resource amount calculation unit 133, for example, and performs control for obtaining the maximum used resource amount based on the application name of the application 111 being executed. This takes into account that each application may increase resources up to the maximum amount of resources used.

そして、ステップS2034の処理が全ての実行中アプリケーション111に対して行われると、ステップS2036に進む。   Then, when the process of step S2034 is performed for all the running applications 111, the process proceeds to step S2036.

ステップS2036に進むと、アプリケーション制御部134は、例えばリソース量算出部133を制御して、ステップS2034で求められた全ての実行中アプリケーション111の最大使用リソース量の値を合計する処理を行う。そして、アプリケーション制御部134は、例えばリソース量算出部133を制御して、当該合計により得られた値とステップS2032で求められた残存使用リソース量との和を合計最大使用リソース量として得る処理を行う。   In step S2036, the application control unit 134 controls the resource amount calculation unit 133, for example, and performs a process of summing up the values of the maximum used resource amounts of all the running applications 111 obtained in step S2034. Then, for example, the application control unit 134 controls the resource amount calculation unit 133 to perform a process of obtaining the sum of the value obtained by the total and the remaining used resource amount obtained in step S2032 as the total maximum used resource amount. Do.

続いて、ステップS2037において、アプリケーション制御部134は、例えばリソース量算出部133を制御して、所定の許容量とステップS2036で求めた合計最大使用リソース量との差を求めさせ、これを利用可能なリソース量とする。ここで、所定の許容量とは、物理的なリソースの量を元に、オペレーティングシステムで使用するリソース量などを差し引いたものが考えられる。   Subsequently, in step S2037, the application control unit 134 controls the resource amount calculation unit 133, for example, to obtain a difference between the predetermined allowable amount and the total maximum used resource amount obtained in step S2036, and can use this. Resource amount. Here, the predetermined allowable amount may be a value obtained by subtracting the amount of resources used in the operating system based on the amount of physical resources.

以上のステップS2031〜S2037の処理を経ることにより、図9に示すステップS203の利用可能なリソース量の算出処理が行われる。これにより、複数のアプリケーションの間で共有するリソースや、開放忘れリソースなどが存在した場合にも、利用可能なリソースを精度よく求めることができる。   Through the processes in steps S2031 to S2037 described above, the available resource amount calculation process in step S203 shown in FIG. 9 is performed. This makes it possible to accurately obtain available resources even when there are resources shared among a plurality of applications, open-forget resources, and the like.

ここで、再び、図9の説明に戻る。
ステップS203の処理が終了すると、ステップS204に進む。
ステップS204に進むと、アプリケーション制御部134は、ステップS203で算出された利用可能なリソース量が、ステップS202で取得した実行対象となるアプリケーションの最大使用リソース量を上回っている(超えている)か否かを判断する。
Here, the description returns to FIG. 9 again.
When the process of step S203 ends, the process proceeds to step S204.
In step S204, the application control unit 134 determines whether the available resource amount calculated in step S203 exceeds (exceeds) the maximum used resource amount of the application to be executed acquired in step S202. Judge whether or not.

ステップS204の判断の結果、ステップS203で算出された利用可能なリソース量がステップS202で取得した実行対象となるアプリケーションの最大使用リソース量を上回っている(超えている)場合には、ステップS205に進む。
ステップS205に進むと、アプリケーション制御部134は、ステップS204の判断により、実行に必要なリソースが確保できると判定し、実行対象のアプリケーションを起動する制御を行う。その後、図9に示すフローチャートの処理を終了する。
As a result of the determination in step S204, if the available resource amount calculated in step S203 exceeds (exceeds) the maximum used resource amount of the application to be executed acquired in step S202, the process proceeds to step S205. move on.
In step S205, the application control unit 134 determines that a resource required for execution can be secured based on the determination in step S204, and performs control to start the application to be executed. Then, the process of the flowchart shown in FIG.

一方、ステップS204の判断の結果、ステップS203で算出された利用可能なリソース量がステップS202で取得した実行対象となるアプリケーションの最大使用リソース量を上回っていない(超えていない)場合には、ステップS206に進む。
ステップS206に進むと、アプリケーション制御部134は、ステップS204の判断により、実行に必要なリソースが確保できないと判定し、アプリケーションの制御処理を行う。その後、図9に示すフローチャートの処理を終了する。ここで、図11〜14を用いて、ステップS203の利用可能なリソース量の算出処理における詳細な処理手順について説明する。
On the other hand, as a result of the determination in step S204, if the available resource amount calculated in step S203 does not exceed (does not exceed) the maximum use resource amount of the application to be executed acquired in step S202, step The process proceeds to S206.
In step S206, the application control unit 134 determines that a resource required for execution cannot be secured based on the determination in step S204, and performs application control processing. Then, the process of the flowchart shown in FIG. Here, with reference to FIGS. 11 to 14, a detailed processing procedure in the calculation process of the available resource amount in step S203 will be described.

図11は、本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。この図11に示すフローチャートは、警告或いはエラーを報知する時のアプリケーションの制御処理を示している。   FIG. 11 is a flowchart illustrating an example of a detailed processing procedure in the application control processing in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. The flowchart shown in FIG. 11 shows application control processing when a warning or error is notified.

この場合、ステップS20611において、アプリケーション制御部134は、アプリケーションの制御処理として、実行対象のアプリケーションの実行に必要なリソースが確保できない旨の警告或いはエラーを報知する処理を行う。その後、図11に示すフローチャートの処理を終了する。   In this case, in step S20611, the application control unit 134 performs a process of notifying a warning or an error that a resource necessary for executing the execution target application cannot be secured as an application control process. Then, the process of the flowchart shown in FIG. 11 is complete | finished.

図12は、本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。この図12に示すフローチャートは、他の実行待ちアプリケーション112に対し、再判定を行う時のアプリケーションの制御処理である。   FIG. 12 is a flowchart illustrating an example of a detailed processing procedure in the application control process in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. The flowchart shown in FIG. 12 is application control processing when re-determination is performed on another execution-waiting application 112.

まず、ステップS20621において、アプリケーション制御部134は、他の(1つの)実行待ちアプリケーション112が存在するか否かを判断する。   First, in step S20621, the application control unit 134 determines whether there is another (one) execution-waiting application 112.

ステップS20621の判断の結果、他の実行待ちアプリケーション112が存在する場合には、ステップS20622に進む。
ステップS20622に進むと、アプリケーション制御部134は、ステップS203で算出された利用可能なリソース量がステップS20621で判断した実行待ちアプリケーション112の最大使用リソース量を上回っている(超えている)か否かを判断する。
As a result of the determination in step S20621, if another execution waiting application 112 exists, the process proceeds to step S20622.
In step S20622, the application control unit 134 determines whether the available resource amount calculated in step S203 exceeds (exceeds) the maximum use resource amount of the execution waiting application 112 determined in step S20621. Judging.

ステップS20622の判断の結果、ステップS203で算出された利用可能なリソース量がステップS20621で判断した実行待ちアプリケーション112の最大使用リソース量を上回っていない場合には、ステップS20621に戻る。   As a result of the determination in step S20622, when the available resource amount calculated in step S203 does not exceed the maximum use resource amount of the execution waiting application 112 determined in step S20621, the process returns to step S20621.

一方、ステップS20622の判断の結果、ステップS203で算出された利用可能なリソース量がステップS20621で判断した実行待ちアプリケーション112の最大使用リソース量を上回っている場合には、ステップS20623に進む。
ステップS20623に進むと、アプリケーション制御部134は、アプリケーションの提示或いは選択実行の制御を行う。この時、選択実行を行う形態は、ユーザの選択指示による実行であっても、自動で選択して実行してもよい。また、自動で選択する際には、例えば、最初に見つかったものを実行するなどの方法が考えられる。
On the other hand, as a result of the determination in step S20622, when the available resource amount calculated in step S203 exceeds the maximum use resource amount of the execution waiting application 112 determined in step S20621, the process proceeds to step S20623.
In step S20623, the application control unit 134 controls application presentation or selection execution. At this time, the form of performing the selection execution may be the execution according to the selection instruction of the user, or may be automatically selected and executed. In addition, when selecting automatically, for example, a method of executing the first one found can be considered.

ステップS20623の処理が終了した場合、或いは、ステップS20621で他の実行待ちアプリケーション112が存在しないと判断された場合には、図12に示すフローチャートの処理を終了する。   When the process of step S20623 ends, or when it is determined in step S20621 that there is no other execution waiting application 112, the process of the flowchart shown in FIG. 12 ends.

以上の処理により、現在のリソース量で実行可能な実行待ちアプリケーション112があるにもかかわらず、全ての実行待ちアプリケーション112の起動ができなくなるといった不具合を回避することができる。   With the above processing, it is possible to avoid a problem that, even though there is an execution waiting application 112 that can be executed with the current resource amount, it becomes impossible to start all the execution waiting applications 112.

図13は、本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。この図13に示すフローチャートは、残存使用リソースの開放を行う時のアプリケーションの制御処理である。   FIG. 13 is a flowchart illustrating an example of a detailed processing procedure in the application control process in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. The flowchart shown in FIG. 13 is application control processing when releasing the remaining used resources.

まず、ステップS20631において、アプリケーション制御部134は、残存使用リソース量が存在しているか否かを判断する。   First, in step S20631, the application control unit 134 determines whether there is a remaining used resource amount.

ステップS20631の判断の結果、残存使用リソース量が存在している場合には、ステップS20632に進む。
ステップS20632に進むと、アプリケーション制御部134は、残存使用リソースの開放処理を行う。このステップS20632では、具体的に、リソース情報管理テーブル132のリソース情報(図2)を元に、例えばアプリケーション群110を制御して、残存使用リソースの開放処理を行う。
If it is determined in step S20631 that there is a remaining used resource amount, the process proceeds to step S20632.
In step S20632, the application control unit 134 performs a process of releasing the remaining used resources. In this step S20632, specifically, for example, the application group 110 is controlled based on the resource information (FIG. 2) of the resource information management table 132, and the remaining used resources are released.

続いて、ステップS20633において、アプリケーション制御部134は、例えばリソース量算出部133に、利用可能なリソース量の算出処理を行わせる。このステップS20633における利用可能なリソース量の算出処理は、図9のステップS203と同様であるため、その説明は省略する。   Subsequently, in step S20633, the application control unit 134 causes the resource amount calculation unit 133, for example, to perform a process for calculating an available resource amount. The calculation process of the available resource amount in step S20633 is the same as that in step S203 in FIG.

続いて、ステップS20634において、アプリケーション制御部134は、ステップS20633で算出された利用可能なリソース量がステップS20621で判断した実行待ちアプリケーション112の最大使用リソース量を上回っているか否かを判断する。   Subsequently, in step S20634, the application control unit 134 determines whether the available resource amount calculated in step S20633 exceeds the maximum use resource amount of the execution waiting application 112 determined in step S20621.

ステップS20634の判断の結果、ステップS20633で算出された利用可能なリソース量がステップS20621で判断した実行待ちアプリケーション112の最大使用リソース量を上回っていない場合には、ステップS20631に戻る。   As a result of the determination in step S20634, if the available resource amount calculated in step S20633 does not exceed the maximum used resource amount of the execution waiting application 112 determined in step S20621, the process returns to step S20631.

一方、ステップS20634の判断の結果、ステップS20633で算出された利用可能なリソース量がステップS20621で判断した実行待ちアプリケーション112の最大使用リソース量を上回っている場合には、ステップS20635に進む。
ステップS20635に進むと、アプリケーション制御部134は、当該アプリケーションの実行処理を行う。
On the other hand, as a result of the determination in step S20634, if the available resource amount calculated in step S20633 exceeds the maximum used resource amount of the execution waiting application 112 determined in step S20621, the process proceeds to step S20635.
In step S20635, the application control unit 134 executes the application.

ステップS20635の処理が終了した場合、或いは、ステップS20631で残存使用リソース量が存在していないと判断された場合には、図13に示すフローチャートの処理を終了する。   When the process of step S20635 is completed, or when it is determined in step S20631 that there is no remaining used resource amount, the process of the flowchart shown in FIG. 13 is ended.

この図13に示すフローチャートにおける残存使用リソースの開放処理では、ジョブが終了しているにもかかわらず、存在するリソースが開放忘れリソースである可能性が高いとして、優先的に開放するなどが考えられる。このように、使用されていない可能性が高いリソースを積極的に開放することで、リソースを効率的に利用することができる。そして、使用されていないリソースがあるにもかかわらず、リソース不足によりアプリケーションが起動できなくなるといった不具合を回避することができる。   In the process of releasing the remaining used resources in the flowchart shown in FIG. 13, it is considered that there is a high possibility that the existing resource is a forgotten release resource even though the job is finished, and so on. . In this way, resources can be efficiently used by actively releasing resources that are not likely to be used. In addition, it is possible to avoid a problem such that an application cannot be started due to a shortage of resources even though there are unused resources.

図14は、本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。この図14に示すフローチャートは、実行中アプリケーション111が終了するまで実行対象のアプリケーションの待ち合わせを行う時のアプリケーションの制御処理である。   FIG. 14 is a flowchart illustrating an example of a detailed processing procedure in the application control process in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. The flowchart shown in FIG. 14 is application control processing when waiting for an application to be executed until the running application 111 ends.

まず、ステップS20641において、アプリケーション制御部134は、現在、実行中の実行中アプリケーション111が存在するか否かを判断する。   First, in step S20641, the application control unit 134 determines whether there is a currently executing application 111 being executed.

ステップS20641の判断の結果、現在、実行中の実行中アプリケーション111が存在する場合には、ステップS20642に進む。
ステップS20642に進むと、アプリケーション制御部134は、実行中アプリケーション111の終了の待ち合わせ処理を行う。このステップS20642では、具体的に、アプリケーション終了検知部1341により、実行中アプリケーション111が、少なくとも1つ終了するのを待ち合わせる。
As a result of the determination in step S20641, if there is a currently executing application 111 being executed, the process proceeds to step S20642.
In step S20642, the application control unit 134 performs a process for waiting for termination of the running application 111. In step S20642, specifically, the application end detection unit 1341 waits for at least one of the running applications 111 to end.

その後、ステップS20643〜S20645の処理が行われるが、これらの処理に関しては、上述した図13のステップS20633〜S20635の処理と基本的に同様の主旨の処理であるため、その説明を省略する。   Thereafter, the processes of steps S20643 to S20645 are performed. Since these processes are basically the same as the processes of steps S20633 to S20635 of FIG. 13 described above, description thereof will be omitted.

ステップS20645の処理が終了した場合、或いは、ステップS20641で現在、実行中の実行中アプリケーション111が存在しないと判断された場合には、図14に示すフローチャートの処理を終了する。   When the process of step S20645 is completed, or when it is determined in step S20641 that there is no currently executing application 111, the process of the flowchart shown in FIG.

以上の処理により、リソース不足が解消された際には、実行待ちアプリケーション112を実行することが可能となるとなるため、リソース不足が解消したにもかかわらず、アプリケーションの起動が行われないといった不具合を回避することができる。   With the above processing, when the resource shortage is resolved, the execution waiting application 112 can be executed. It can be avoided.

本実施形態によれば、後続するアプリケーションの起動も含めてアプリケーションの起動の可否を判断することができ、利用可能なリソースを精度よく求めることができる。これにより、リソース不足によるアプリケーションの途中停止が起きる可能性を小さくし、また、リソース不足が解消された際には処理の継続を実現することができる。
そして、リソース不足が解消された際には処理を継続することが可能となるとなるため、具体的に、情報処理装置として半導体露光装置を適用した場合には、当該半導体露光装置の駆動率を上げ、その生産性を向上させることができる。また、アプリケーションのリソース不足が原因によるシステムダウンやアプリケーションの途中停止が起きる可能性を小さくすることができるため、半導体露光装置による生産性を向上させることができる。
According to the present embodiment, it is possible to determine whether an application can be activated, including the activation of subsequent applications, and it is possible to accurately determine available resources. As a result, the possibility of the application being interrupted due to a resource shortage is reduced, and the continuation of processing can be realized when the resource shortage is resolved.
Since the processing can be continued when the resource shortage is resolved, specifically, when the semiconductor exposure apparatus is applied as the information processing apparatus, the drive rate of the semiconductor exposure apparatus is increased. , Its productivity can be improved. In addition, the possibility of system down and application stoppage due to insufficient application resources can be reduced, so that the productivity of the semiconductor exposure apparatus can be improved.

(第2の実施形態)
次に、本発明の第2の実施形態について説明する。
第2の実施形態では、ジョブの進捗を管理するチェックポイントを設け、ジョブの進捗により、ジョブが使用するリソースの見積もり量を変化させる。本実施形態によれば、ジョブが使用するリソース量をより正確に見積もることができ、ジョブを早期に実行できる可能性がある。この様子を図15及び図16に示す。
(Second Embodiment)
Next, a second embodiment of the present invention will be described.
In the second embodiment, a checkpoint for managing the progress of a job is provided, and the estimated amount of resources used by the job is changed according to the progress of the job. According to this embodiment, the amount of resources used by a job can be estimated more accurately, and there is a possibility that the job can be executed early. This situation is shown in FIGS.

図15は、本発明の第2の実施形態におけるチェックポイントを設けた場合と設けない場合に見積もるリソース量の一例を示す模式図である。また、図16は、本発明の第1の実施形態と第2の実施形態における実行対象の実行可能となる時間の比較例を示す模式図である。   FIG. 15 is a schematic diagram illustrating an example of a resource amount estimated when a checkpoint is provided and when a checkpoint is not provided according to the second embodiment of this invention. FIG. 16 is a schematic diagram showing a comparative example of the execution time of the execution target in the first embodiment and the second embodiment of the present invention.

図17は、本発明の第2の実施形態に係る情報処理装置(半導体露光装置)の概略構成の一例を示すブロック図である。なお、上述したように、本実施形態に係る情報処理装置としても、半導体露光装置を適用する。   FIG. 17 is a block diagram showing an example of a schematic configuration of an information processing apparatus (semiconductor exposure apparatus) according to the second embodiment of the present invention. As described above, the semiconductor exposure apparatus is also applied as the information processing apparatus according to the present embodiment.

図17に示す情報処理装置(半導体露光装置)200の各構成は、図1に示す情報処理装置(半導体露光装置)100の各構成に対して、実行対象単位をアプリケーションからジョブに変更したものであり、その主旨は同じである。この際、一連のアプリケーションをジョブとして定義する。   17 is different from the configuration of the information processing apparatus (semiconductor exposure apparatus) 100 shown in FIG. 1 in that the execution target unit is changed from an application to a job. Yes, the gist is the same. At this time, a series of applications is defined as a job.

具体的に、図1に示すアプリケーション群110が図17に示すジョブ群210に対応し、また、図1に示す実行中アプリケーション111及び実行待ちアプリケーション112が、それぞれ図17に示す実行中ジョブ211及び実行待ちジョブ212に対応する。また、図1に示すリソース群120が図17に示すリソース群220に対応し、図1に示すメインアプリケーション140が図17に示すメインプログラム240に対応する。   Specifically, the application group 110 shown in FIG. 1 corresponds to the job group 210 shown in FIG. 17, and the running application 111 and the execution waiting application 112 shown in FIG. This corresponds to the execution waiting job 212. Further, the resource group 120 shown in FIG. 1 corresponds to the resource group 220 shown in FIG. 17, and the main application 140 shown in FIG. 1 corresponds to the main program 240 shown in FIG.

また、図1に示すアプリケーション管理部130が図17に示すジョブ管理部230に対応する。具体的に、図1に示すアプリケーション監視部131が図17に示すジョブ監視部231に対応し、図1に示すリソース情報管理テーブル132が図17に示すリソース情報管理テーブル232に対応する。また、図1に示すリソース量算出部133が図17に示すリソース量算出部233に対応し、図1に示すアプリケーション制御部134が図17に示すジョブ制御部234に対応する。また、図1に示すアプリケーション終了検知部1341が図17に示すジョブ終了検知部2341に対応する。   Further, the application management unit 130 shown in FIG. 1 corresponds to the job management unit 230 shown in FIG. Specifically, the application monitoring unit 131 illustrated in FIG. 1 corresponds to the job monitoring unit 231 illustrated in FIG. 17, and the resource information management table 132 illustrated in FIG. 1 corresponds to the resource information management table 232 illustrated in FIG. Further, the resource amount calculation unit 133 illustrated in FIG. 1 corresponds to the resource amount calculation unit 233 illustrated in FIG. 17, and the application control unit 134 illustrated in FIG. 1 corresponds to the job control unit 234 illustrated in FIG. Further, the application end detection unit 1341 shown in FIG. 1 corresponds to the job end detection unit 2341 shown in FIG.

このように、図17に示す情報処理装置(半導体露光装置)200の各構成は、図1に示す情報処理装置(半導体露光装置)100の各構成に対応するため、その詳細な説明については省略する。   As described above, each configuration of the information processing apparatus (semiconductor exposure apparatus) 200 illustrated in FIG. 17 corresponds to each configuration of the information processing apparatus (semiconductor exposure apparatus) 100 illustrated in FIG. 1, and thus detailed description thereof is omitted. To do.

本実施形態では、図1に示すアプリケーション監視部131に対応する示すジョブ監視部231に、チェックポイント通過検知部2311が設けられている。このチェックポイント通過検知部2311は、実行中ジョブ211がチェックポイントを通過したことを検知する手段である。   In the present embodiment, a checkpoint passage detection unit 2311 is provided in the job monitoring unit 231 shown corresponding to the application monitoring unit 131 shown in FIG. The checkpoint passage detection unit 2311 is means for detecting that the job 211 being executed has passed the checkpoint.

ここで、チェックポイントとは、ジョブが典型的なシーケンスで遷移した場合に必ず起きる、順番が保証されたイベントのことを指すものである。このイベントとしては、メッセージ通信であったり、ある処理の開始や終了であったりする。また、チェックポイントを条件分岐内に設けることは、チェックポイントを通らない可能性があるので、望ましくない。   Here, a checkpoint refers to an event whose order is guaranteed that always occurs when a job transitions in a typical sequence. This event may be message communication or the start or end of a certain process. In addition, providing a checkpoint in a conditional branch is not desirable because it may not pass the checkpoint.

本半導体露光装置において、管理対象としてジョブを管理した場合、露光処理の処理手順ごとにジョブ内の個々のアプリケーションを順次起動終了するので、ジョブ内の個々のアプリケーションが終了するごとにチェックポイントを設けるものとする。   In this semiconductor exposure apparatus, when a job is managed as a management target, each application in the job is sequentially activated and terminated for each exposure processing procedure, so a checkpoint is provided each time each application in the job is terminated. Shall.

図18は、本発明の第2の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションごとにチェックポイントを設けて最大使用リソース量を保持するテーブルの一例を示す模式図である。この図18に示すテーブルは、例えばリソース情報管理テーブル232に保持される。この図18に示すテーブルは、例えば、図18に示すように、ジョブ名ごとに、チェックポイントの順序、チェックポイント名、チェックポイント間の最大使用リソース量等を管理できればよく、そのフォーマットなどは特に限定されない。   FIG. 18 is a schematic diagram showing an example of a table that is used in the information processing apparatus (semiconductor exposure apparatus) according to the second embodiment of the present invention to provide a checkpoint for each application and hold the maximum use resource amount. The table shown in FIG. 18 is held in the resource information management table 232, for example. For example, as shown in FIG. 18, the table shown in FIG. 18 only needs to be able to manage the order of checkpoints, checkpoint names, the maximum amount of resources used between checkpoints, etc. for each job name. It is not limited.

次に、本実施形態におけるジョブ監視処理の処理手順について説明する。
図19は、本発明の第2の実施形態に係る情報処理装置(半導体露光装置)によるジョブ監視処理の処理手順の一例を示すフローチャートである。この図19に示す処理は、主として、ジョブ監視部231で行われる。また、この図19に示す処理は、ジョブにチェックポイントを設けた場合のジョブを監視する処理であり、また、ジョブ内の個々のアプリケーションが、リソースの確保、開放、もしくはチェックポイントの通過を行うたびに起動される。
Next, a job monitoring process procedure according to the present embodiment will be described.
FIG. 19 is a flowchart illustrating an example of a job monitoring process performed by the information processing apparatus (semiconductor exposure apparatus) according to the second embodiment of the present invention. The processing shown in FIG. 19 is mainly performed by the job monitoring unit 231. The process shown in FIG. 19 is a process for monitoring a job when a checkpoint is provided for the job, and each application in the job secures, releases, or passes a checkpoint. It is started every time.

図19のステップS301において、ジョブ監視部231は、監視対象のジョブ内のアプリケーションがリソースの取得(確保)を行ったか否かを判断する。   In step S301 in FIG. 19, the job monitoring unit 231 determines whether an application in the job to be monitored has acquired (secured) a resource.

ステップS301の判断の結果、監視対象のジョブ内のアプリケーションがリソースの取得(確保)を行った場合には、ステップS302に進む。
ステップS202に進むと、ジョブ監視部231は、リソースの取得(確保)を行ったアプリケーション或いは当該アプリケーションにおけるジョブから、ジョブ名、実行ID、リソース種別、システムリソースID及びリソース量の情報を受け取る。更に、ジョブ監視部231は、必要に応じて、アプリケーション名、アプリケーションIDなどの情報も受け取る。
As a result of the determination in step S301, if the application in the job to be monitored acquires (reserves) resources, the process proceeds to step S302.
In step S202, the job monitoring unit 231 receives information on a job name, an execution ID, a resource type, a system resource ID, and a resource amount from an application that has acquired (secured) resources or a job in the application. Further, the job monitoring unit 231 receives information such as an application name and an application ID as necessary.

続いて、ステップS303において、ジョブ監視部231は、ステップS102で受け取った情報(リソース情報)をリソース情報管理テーブル232に追加して保持する処理を行う。   Subsequently, in step S303, the job monitoring unit 231 performs processing for adding the information (resource information) received in step S102 to the resource information management table 232 and holding it.

続いて、ステップS304において、ジョブ監視部231は、ステップS102で受け取った情報に基づいて、使用リソース量の更新処理を行う。このステップS304の処理に関しては、第1の実施形態における図5に示すステップS104の処理と基本的に同様の主旨の処理(アプリケーションをジョブに対応させた処理)であるため、その説明を省略する。   Subsequently, in step S304, the job monitoring unit 231 performs processing for updating the used resource amount based on the information received in step S102. The processing in step S304 is basically the same processing (processing that associates an application with a job) as the processing in step S104 shown in FIG. 5 in the first embodiment, and thus the description thereof is omitted. .

続いて、ステップS305において、ジョブ監視部231は、まず、ステップS302で受け取った実行IDを元に、通過したチェックポイントの数を得る。更に、ステップS305において、ジョブ監視部231は、当該通過したチェックポイントの数とステップS302で受け取ったジョブ名から、当該ジョブの当該チェックポイントの最大使用リソース量を得る。そして、ステップS305において、ジョブ監視部231は、ステップS304で更新した使用リソース量が、当該チェックポイントの最大使用リソース量を上回っている(超えている)か否かを判断する。   Subsequently, in step S305, the job monitoring unit 231 first obtains the number of checkpoints passed based on the execution ID received in step S302. In step S305, the job monitoring unit 231 obtains the maximum amount of resources used for the checkpoint of the job from the number of checkpoints passed and the job name received in step S302. In step S305, the job monitoring unit 231 determines whether the used resource amount updated in step S304 exceeds (exceeds) the maximum used resource amount of the checkpoint.

図20は、本発明の第2の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションごとに予定最大使用リソース量と通過チェックポイントの数を保持するテーブルの一例を示す模式図である。
この図20に示すテーブルは、例えばリソース情報管理テーブル232に保持される。ステップS305の通過したチェックポイントの数は、例えば、図20に示すように、実行IDと関連付けて通過したチェックポイントの数を管理できればよく、そのフォーマットなどは特に限定されない。
FIG. 20 is a schematic diagram showing an example of a table used for an information processing apparatus (semiconductor exposure apparatus) according to the second embodiment of the present invention, which holds the scheduled maximum use resource amount and the number of passing checkpoints for each application. is there.
The table shown in FIG. 20 is held in the resource information management table 232, for example. For example, as shown in FIG. 20, the number of checkpoints passed in step S305 is not particularly limited as long as the number of checkpoints passed in association with the execution ID can be managed.

ステップS305の判断の結果、ステップS304で更新した使用リソース量が当該チェックポイントの最大使用リソース量を上回っている(超えている)場合には、ステップS306に進む。
ステップS306に進むと、ジョブ監視部231は、ステップS305で得た当該チェックポイントの最大使用リソース量を、ステップS304で更新した使用リソース量で更新する処理を行う。その後、図19に示すフローチャートの処理を終了する。
As a result of the determination in step S305, when the used resource amount updated in step S304 exceeds (exceeds) the maximum used resource amount of the checkpoint, the process proceeds to step S306.
In step S306, the job monitoring unit 231 performs processing for updating the maximum used resource amount of the checkpoint obtained in step S305 with the used resource amount updated in step S304. Then, the process of the flowchart shown in FIG.

また、ステップS301の判断の結果、監視対象のジョブ内のアプリケーションがリソースの取得(確保)を行っていない場合には、ステップS307に進む。
ステップS307に進むと、ジョブ監視部231は、監視対象のジョブ内のアプリケーションがリソースの開放を行ったか否かを判断する。
If it is determined in step S301 that the application in the job to be monitored has not acquired (secured) resources, the process proceeds to step S307.
In step S307, the job monitoring unit 231 determines whether the application in the job to be monitored has released resources.

ステップS307の判断の結果、監視対象のジョブ内のアプリケーションがリソースの開放を行った場合には、ステップS308に進む。
ステップS308に進むと、ジョブ監視部231は、リソースの開放を行うリソース開放処理を行う。このステップS308の処理に関しては、第1の実施形態における図5に示すステップS108の処理と基本的に同様の主旨の処理(アプリケーションをジョブに対応させた処理)であるため、その説明を省略する。その後、図19に示すフローチャートの処理を終了する。
If the result of determination in step S307 is that the application in the monitored job has released resources, the process proceeds to step S308.
In step S308, the job monitoring unit 231 performs resource release processing for releasing resources. The processing in step S308 is basically the same processing (processing in which an application is associated with a job) as the processing in step S108 shown in FIG. 5 in the first embodiment, and a description thereof will be omitted. . Then, the process of the flowchart shown in FIG.

ステップS307の判断の結果、監視対象のジョブ内のアプリケーションがリソースの開放を行っていない場合には、ステップS309に進む。
ステップS309に進むと、ジョブ監視部231は、監視対象のジョブ内のアプリケーションがチェックポイント通過を行ったか否かを判断する。
As a result of the determination in step S307, if the application in the job to be monitored has not released resources, the process proceeds to step S309.
In step S309, the job monitoring unit 231 determines whether an application in the job to be monitored has passed the checkpoint.

ステップS309の判断の結果、監視対象のジョブ内のアプリケーションがチェックポイント通過を行った場合には、ステップS310に進む。
ステップS310に進むと、ジョブ監視部231は、チェックポイント通過を行ったジョブから、実行ID及びジョブ名の情報を受け取る。
As a result of the determination in step S309, if the application in the job to be monitored has passed the checkpoint, the process proceeds to step S310.
In step S310, the job monitoring unit 231 receives execution ID and job name information from the job that has passed the checkpoint.

続いて、ステップS311において、ジョブ監視部231は、ステップS310で受け取った実行IDを元に通過したチェックポイントの数を求め、1つ増やして更新する。   Subsequently, in step S311, the job monitoring unit 231 obtains the number of check points that have passed based on the execution ID received in step S310, and updates it by one.

続いて、ステップS312において、ジョブ監視部231は、ステップS311で更新したチェックポイントの数とステップS310で受け取ったジョブ名を元に、通過予定のチェックポイントを参照する。   In step S312, the job monitoring unit 231 refers to the checkpoint scheduled to pass based on the number of checkpoints updated in step S311 and the job name received in step S310.

続いて、ステップS313において、ジョブ監視部231は、ステップS312で得た通過予定のチェックポイントのうち、最大使用リソース量が最大のもので当該ジョブの予定最大使用リソース量の更新処理を行う。   Subsequently, in step S313, the job monitoring unit 231 performs a process of updating the scheduled maximum used resource amount of the job with the maximum used resource amount among the check points scheduled to pass obtained in step S312.

ここで、予定最大使用リソース量は、ジョブがこの先とり得るリソース量のうち最大のものである。具体的に、以下に説明する。
まず、ジョブを複数のチェックポイントで分割し、各チェックポイント間におけるリソース量の最大値を記録する。次に、ジョブがチェックポイントを通過するたびに予定最大使用リソース量を更新する。これはジョブが、未だ通過していないチェックポイントの中からリソース量の最大値がもっとも多いものを選ぶことで、この先とり得るリソース量のうち最大のものとなる。また、同一のジョブが複数起動されている場合でも、ジョブのチェックポイントまでの間における最大使用リソース量は等しくする。これは、各々のジョブが、それぞれ当該チェックポイントを通過するまでの間、チェックポイント間の最大使用リソース量までリソースを増やす可能性があるからである。通過したチェックポイントの数及び予定最大使用リソース量は、例えば、図20に示すように。実行IDごとに予定最大使用リソース量、通過したチェックポイントの数を管理できればよく、フォーマットなどは特に限定されない。
Here, the planned maximum use resource amount is the maximum of the resource amount that the job can take ahead. Specifically, this will be described below.
First, the job is divided into a plurality of check points, and the maximum value of the resource amount between each check point is recorded. Next, each time the job passes the checkpoint, the scheduled maximum used resource amount is updated. This is the largest amount of resources that can be taken ahead by selecting the one with the largest maximum amount of resources from the checkpoints that have not yet passed. Further, even when a plurality of the same jobs are activated, the maximum amount of resources used until the job checkpoint is made equal. This is because each job may increase resources up to the maximum amount of resources used between checkpoints until each job passes through the checkpoint. The number of checkpoints that have passed and the planned maximum resource usage amount are, for example, as shown in FIG. The format and the like are not particularly limited as long as the planned maximum use resource amount and the number of checkpoints passed can be managed for each execution ID.

ステップS313の処理が終了した場合、或いは、ステップS309で監視対象のジョブ内のアプリケーションがチェックポイント通過を行っていないと判断された場合には、図19に示すフローチャートの処理を終了する。   When the process of step S313 is completed, or when it is determined in step S309 that the application in the job to be monitored has not passed the checkpoint, the process of the flowchart shown in FIG.

以上の図19に示すフローチャートの処理は、同一ジョブが同時に複数起動されている場合でも成立する。そして、この場合、起動しているジョブごとに使用リソース量を求め、それらを当該ジョブの当該チェックポイントでの唯一の最大使用リソース量と比較する。そして、使用リソース量がチェックポイントの最大使用リソース量を超えた場合、当該ジョブの当該チェックポイントでの唯一の最大使用リソース量とすればよい。   The process of the flowchart shown in FIG. 19 is established even when a plurality of the same jobs are activated simultaneously. In this case, the used resource amount is obtained for each activated job, and is compared with the only maximum used resource amount at the checkpoint of the job. Then, when the used resource amount exceeds the maximum used resource amount of the checkpoint, the only maximum used resource amount at the checkpoint of the job may be set.

第2の実施形態におけるジョブ制御部234によるジョブ制御処理の処理に関しては、第1の実施形態における図2の処理と基本的に同様の主旨の処理(アプリケーションをジョブに対応させた処理)となる。ここで、図21を用いて、チェックポイントを設けた時の図2のステップS203に示す利用可能なリソース量の算出処理について説明する。   The job control process by the job control unit 234 in the second embodiment is basically the same as the process in FIG. 2 in the first embodiment (a process in which an application is associated with a job). . Here, with reference to FIG. 21, the calculation process of the available resource amount shown in step S203 of FIG. 2 when a checkpoint is provided will be described.

図21は、本発明の第2の実施形態を示し、図17に示すジョブ制御部234の制御により行われる利用可能なリソース量の算出処理における詳細な処理手順の一例を示すフローチャートである。   FIG. 21 is a flowchart illustrating an example of a detailed processing procedure in the calculation process of the available resource amount performed by the control of the job control unit 234 illustrated in FIG. 17 according to the second embodiment of this invention.

ここで、図21のフローチャートの処理に関しては、第1の実施形態における図10に示すフローチャートの処理と基本的に同様の主旨の処理(アプリケーションをジョブに対応させた処理)となる。即ち、図21のフローチャートの処理は、本実施形態に対応させた図2のステップS203における処理の詳細な処理に対応するものである。   Here, the processing of the flowchart of FIG. 21 is basically the same processing (processing that associates an application with a job) as the processing of the flowchart shown in FIG. 10 in the first embodiment. That is, the process of the flowchart of FIG. 21 corresponds to the detailed process of the process in step S203 of FIG. 2 corresponding to the present embodiment.

まず、ステップS401において、ジョブ制御部234は、全ての実行中ジョブ211の実行IDを取得する処理を行う。 First, in step S <b> 401, the job control unit 234 performs processing for acquiring execution IDs of all running jobs 211.

続いて、ステップS402において、ジョブ制御部234は、例えばリソース量算出部233を制御して、残存使用リソース量を求める制御を行う。このステップS402の処理に関しては、第1の実施形態における図10に示すステップS2032の処理と基本的に同様の主旨の処理(アプリケーションをジョブに対応させた処理)であるため、その詳細な説明は省略する。   Subsequently, in step S <b> 402, the job control unit 234 performs control to determine the remaining used resource amount by controlling the resource amount calculation unit 233, for example. The processing in step S402 is basically the same processing (processing in which an application is associated with a job) as the processing in step S2032 shown in FIG. 10 in the first embodiment, and the detailed description thereof is as follows. Omitted.

続いて、ステップS403〜S405は、各実行中ジョブごとの処理を全ての実行中ジョブに対して行うループとなる。   Subsequently, steps S403 to S405 form a loop in which processing for each job being executed is performed for all the jobs being executed.

ステップS404では、ジョブ制御部234は、例えばリソース量算出部233を制御して、実行中ジョブ211の実行IDを元に、予定最大使用リソース量を求める制御を行う。これは、それぞれのジョブが、予定最大使用リソース量までリソースを増やす可能性があることを考慮したものである。   In step S <b> 404, the job control unit 234 controls the resource amount calculation unit 233, for example, and performs control for obtaining the scheduled maximum used resource amount based on the execution ID of the job 211 being executed. This takes into account that each job may increase resources up to the planned maximum used resource amount.

そして、ステップS404の処理が全ての実行中ジョブ211に対して行われると、ステップS406に進む。   When the process of step S404 is performed for all the running jobs 211, the process proceeds to step S406.

ステップS406に進むと、ジョブ制御部234は、例えばリソース量算出部233を制御して、ステップS404で求められた全ての実行中ジョブ211の予定最大使用リソース量の値を合計する処理を行う。そして、ジョブ制御部234は、例えばリソース量算出部233を制御して、当該合計した値とステップS402で求めた残存使用リソース量との和を合計最大使用リソース量として求める処理を行う。   In step S406, the job control unit 234 controls the resource amount calculation unit 233, for example, and performs a process of summing the values of the scheduled maximum used resource amounts of all the running jobs 211 obtained in step S404. Then, for example, the job control unit 234 controls the resource amount calculation unit 233 to perform processing for obtaining the sum of the total value and the remaining used resource amount obtained in step S402 as the total maximum used resource amount.

続いて、ステップS407において、ジョブ制御部234は、例えばリソース量算出部233を制御して、所定の許容量とステップS406で求めた合計最大使用リソース量との差を求め、これを利用可能なリソース量とする。その後、図21の処理を終了する。   Subsequently, in step S407, the job control unit 234, for example, controls the resource amount calculation unit 233 to obtain a difference between the predetermined allowable amount and the total maximum used resource amount obtained in step S406, and can use this. Resource amount. Then, the process of FIG. 21 is complete | finished.

次に、図22を用いて、実行中ジョブ211がチェックポイントを通過するまで実行対象のジョブの待ち合わせを行う時のジョブ制御処理について説明する。   Next, with reference to FIG. 22, a description will be given of job control processing when waiting for a job to be executed until the running job 211 passes a checkpoint.

図22は、本発明の第2の実施形態を示し、図17に示すジョブ制御部234で行われるジョブ制御処理の処理手順の一例を示すフローチャートである。   FIG. 22 is a flowchart illustrating an example of a processing procedure of job control processing performed by the job control unit 234 illustrated in FIG. 17 according to the second embodiment of this invention.

ここで、図22のフローチャートの処理に関しては、第1の実施形態における図14に示すフローチャートの処理と基本的に同様の主旨の処理(アプリケーションをジョブに対応させた処理)となる。即ち、図22のフローチャートの処理は、本実施形態に対応させた図2のステップS206における処理の詳細な処理に対応するものである。   Here, the processing of the flowchart of FIG. 22 is basically the same processing as the processing of the flowchart shown in FIG. 14 in the first embodiment (processing in which an application is associated with a job). That is, the process of the flowchart of FIG. 22 corresponds to the detailed process of the process in step S206 of FIG. 2 corresponding to the present embodiment.

まず、ステップS501において、ジョブ制御部234は、現在、実行中の実行中ジョブ211が存在するか否かを判断する。   First, in step S501, the job control unit 234 determines whether there is a currently executing job 211 being executed.

ステップS501の判断の結果、現在、実行中の実行中ジョブ211が存在する場合には、ステップS502に進む。
ステップS502に進むと、ジョブ制御部234は、チェックポイント通過検知部2311から、実行中ジョブ211が少なくとも1つチェックポイントを通過した旨の通知がされるのを待ち合わせる。これにより、リソース不足が解消されたかどうかの判定をさらに効率よく行うことが可能となるため、リソース不足が解消したにもかかわらず、ジョブの起動が行われないといった不具合をより回避することができる。
As a result of the determination in step S501, if there is a currently executing job 211 being executed, the process proceeds to step S502.
In step S502, the job control unit 234 waits for notification from the checkpoint passage detection unit 2311 that at least one running job 211 has passed the checkpoint. As a result, it is possible to more efficiently determine whether the resource shortage has been resolved, so that it is possible to further avoid the problem that the job is not started even though the resource shortage has been resolved. .

その後、ステップS503〜S505の処理が行われて、図22のフローチャートの処理が終了する。このステップS503〜S505の処理に関しては、第1の実施形態における図14に示すステップS20643〜S20645の処理と基本的に同様の主旨の処理(アプリケーションをジョブに対応させた処理)であるため、その詳細な説明は省略する。   Thereafter, the processes of steps S503 to S505 are performed, and the process of the flowchart of FIG. 22 ends. The processing in steps S503 to S505 is basically the same processing (processing in which an application is associated with a job) as the processing in steps S20643 to S20645 shown in FIG. 14 in the first embodiment. Detailed description is omitted.

このように、本実施形態によれば、ジョブにチェックポイントを設けることでジョブの処理の進み具合により、使用する可能性があるリソースの量を正確に求めることができる(例えば、図15参照)。即ち、ジョブが最初に大量にリソースを使用し、ある時点から終了までにはほとんどリソースを使用しない場合、ある時点を通過すれば、使用するリソースとして見積もる量を少なくでき、リソースの量をより正確に見積もることができる。これにより、リソースが十分余っているにもかかわらず、新たなジョブの起動ができなくなるといった不具合を回避することができる。   As described above, according to the present embodiment, it is possible to accurately obtain the amount of resources that may be used according to the progress of job processing by providing checkpoints in the job (for example, see FIG. 15). . In other words, if a job uses a large amount of resources at the beginning and uses almost no resources from a certain point in time to the end, the amount of resources to be estimated can be reduced by passing through a certain point in time, and the amount of resources can be made more accurate. Can be estimated. As a result, it is possible to avoid a problem that a new job cannot be activated even though there are sufficient resources.

(本発明の他の実施形態)
前述した本発明の各実施形態に係る情報処理装置を構成する図1及び図7の各構成部(各手段)は、コンピュータのCPUがRAMやROMなどに記憶されたプログラムを実行することによって実現できる。また、前述した本発明の各実施形態に係る情報処理装置の制御方法を示す図5、図8〜図14、図19、図21及び図22の各ステップは、コンピュータのCPUがRAMやROMなどに記憶されたプログラムを実行することによって実現できる。このプログラム及び前記プログラムを記録したコンピュータ読み取り可能な記録媒体は本発明に含まれる。
(Other embodiments of the present invention)
1 and FIG. 7 constituting the information processing apparatus according to each embodiment of the present invention described above is realized by a computer CPU executing a program stored in a RAM, a ROM, or the like. it can. 5, FIG. 8 to FIG. 14, FIG. 19, FIG. 21, and FIG. 22 showing the control method of the information processing apparatus according to each embodiment of the present invention described above, the CPU of the computer is RAM, ROM, etc. This can be realized by executing a program stored in the program. This program and a computer-readable recording medium recording the program are included in the present invention.

また、本発明は、例えば、システム、装置、方法、プログラム若しくは記憶媒体等としての実施形態も可能であり、具体的には、複数の機器から構成されるシステムに適用してもよいし、また、1つの機器からなる装置に適用してもよい。   In addition, the present invention can be implemented as, for example, a system, apparatus, method, program, storage medium, or the like. Specifically, the present invention may be applied to a system including a plurality of devices. You may apply to the apparatus which consists of one apparatus.

なお、本発明は、前述した各実施形態の機能を実現するソフトウェアのプログラム(具体的には図5、図8〜図14、図19、図21及び図22のフローチャートに対応したプログラム)を、システム或いは装置に直接、或いは遠隔から供給するものを含む。そして、そのシステム或いは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合も本発明に含まれる。   In the present invention, a software program (specifically, a program corresponding to the flowcharts of FIGS. 5, 8 to 14, 19, 21, and 22) that realizes the functions of the above-described embodiments, Includes those that supply the system or device directly or remotely. The present invention also includes a case where the system or the computer of the apparatus is achieved by reading and executing the supplied program code.

したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。   In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, and the like.

プログラムを供給するための記録媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RWなどがある。また、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などもある。   Examples of the recording medium for supplying the program include a floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, and CD-RW. In addition, there are magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD-R), and the like.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、前記ホームページから本発明のコンピュータプログラムそのもの、若しくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。   As another program supply method, a browser on a client computer is used to connect to an Internet home page. The computer program itself of the present invention or a compressed file including an automatic installation function can be downloaded from the homepage by downloading it to a recording medium such as a hard disk.

また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、ダウンロードした鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. Let It is also possible to execute the encrypted program by using the downloaded key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, the functions of the above-described embodiments are realized by the computer executing the read program. In addition, based on the instructions of the program, an OS or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments can also be realized by the processing.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現される。   Further, the program read from the recording medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, the CPU of the function expansion board or function expansion unit performs part or all of the actual processing based on the instructions of the program, and the functions of the above-described embodiments are realized by the processing.

なお、前述した各実施形態は、何れも本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。即ち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。   Note that each of the above-described embodiments is merely a specific example for carrying out the present invention, and the technical scope of the present invention should not be construed as being limited thereto. . That is, the present invention can be implemented in various forms without departing from the technical idea or the main features thereof.

本発明の第1の実施形態に係る情報処理装置(半導体露光装置)の概略構成の一例を示すブロック図である。It is a block diagram which shows an example of schematic structure of the information processing apparatus (semiconductor exposure apparatus) which concerns on the 1st Embodiment of this invention. 図1に示すリソース情報管理テーブルに記録される情報であって、図1に示すアプリケーション監視部で得た情報のテーブルの一例を示す模式図である。FIG. 3 is a schematic diagram illustrating an example of a table of information recorded in the resource information management table illustrated in FIG. 1 and obtained by the application monitoring unit illustrated in FIG. 1. 本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、当該情報処理装置における処理手順及び露光パラメータが記述されたレシピの一例を示す模式図である。It is a schematic diagram which shows an example of the recipe with which the process sequence and exposure parameter in the said information processing apparatus used with the information processing apparatus (semiconductor exposure apparatus) which concerns on the 1st Embodiment of this invention were described. 本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、当該情報処理装置におけるジョブを管理するためのテーブルの一例を示す模式図である。It is a schematic diagram which shows an example of the table for managing the job in the said information processing apparatus used with the information processing apparatus (semiconductor exposure apparatus) which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る情報処理装置(半導体露光装置)によるアプリケーション監視処理の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of the application monitoring process by the information processing apparatus (semiconductor exposure apparatus) which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションIDごとに使用リソース量を保持するテーブルの一例を示す模式図である。It is a schematic diagram which shows an example of the table holding the use resource amount for every application ID used with the information processing apparatus (semiconductor exposure apparatus) which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションごとに最大使用リソース量を保持するテーブルの一例を示す模式図である。It is a schematic diagram which shows an example of the table which hold | maintains the maximum use resource amount for every application used with the information processing apparatus (semiconductor exposure apparatus) which concerns on the 1st Embodiment of this invention. 図5に示すステップS108のリソース開放処理における詳細な処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the detailed process sequence in the resource release process of step S108 shown in FIG. 本発明の第1の実施形態に係る情報処理装置(半導体露光装置)によるアプリケーション制御処理の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of the application control process by the information processing apparatus (semiconductor exposure apparatus) which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態を示し、図9に示すステップS203の利用可能なリソース量の算出処理における詳細な処理手順の一例を示すフローチャートである。FIG. 10 is a flowchart illustrating an example of a detailed processing procedure in a calculation process of an available resource amount in step S203 illustrated in FIG. 9 according to the first embodiment of this invention. 本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。FIG. 10 is a flowchart illustrating an example of a detailed processing procedure in an application control process in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. 本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。FIG. 10 is a flowchart illustrating an example of a detailed processing procedure in an application control process in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. 本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。FIG. 10 is a flowchart illustrating an example of a detailed processing procedure in an application control process in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. 本発明の第1の実施形態を示し、図9に示すステップS206のアプリケーション制御処理における詳細な処理手順の一例を示すフローチャートである。FIG. 10 is a flowchart illustrating an example of a detailed processing procedure in an application control process in step S206 illustrated in FIG. 9 according to the first embodiment of this invention. 本発明の第2の実施形態におけるチェックポイントを設けた場合と設けない場合に見積もるリソース量の一例を示す模式図である。It is a schematic diagram which shows an example of the resource amount estimated when not providing with the checkpoint in the 2nd Embodiment of this invention. 本発明の第1の実施形態と第2の実施形態における実行対象の実行可能となる時間の比較例を示す模式図である。It is a schematic diagram which shows the comparative example of the time which can be performed of the execution object in the 1st Embodiment and 2nd Embodiment of this invention. 本発明の第2の実施形態に係る情報処理装置(半導体露光装置)の概略構成の一例を示すブロック図である。It is a block diagram which shows an example of schematic structure of the information processing apparatus (semiconductor exposure apparatus) which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションごとにチェックポイントを設けて最大使用リソース量を保持するテーブルの一例を示す模式図である。It is a schematic diagram which shows an example of the table which uses the information processing apparatus (semiconductor exposure apparatus) which concerns on the 2nd Embodiment of this invention, and provides the checkpoint for every application and hold | maintains the maximum amount of resources used. 本発明の第2の実施形態に係る情報処理装置(半導体露光装置)によるジョブ監視処理の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of the job monitoring process by the information processing apparatus (semiconductor exposure apparatus) which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る情報処理装置(半導体露光装置)で用いる、アプリケーションごとに予定最大使用リソース量と通過チェックポイントの数を保持するテーブルの一例を示す模式図である。It is a schematic diagram which shows an example of the table which hold | maintains the plan maximum use resource amount and the number of passage checkpoints for every application used with the information processing apparatus (semiconductor exposure apparatus) which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態を示し、図17に示すジョブ制御部の制御により行われる利用可能なリソース量の算出処理における詳細な処理手順の一例を示すフローチャートである。18 is a flowchart illustrating an example of a detailed processing procedure in a calculation process of an available resource amount performed by control of the job control unit illustrated in FIG. 17 according to the second embodiment of this invention. 本発明の第2の実施形態を示し、図17に示すジョブ制御部で行われるジョブ制御処理の処理手順の一例を示すフローチャートである。18 is a flowchart illustrating an example of a processing procedure of job control processing performed by the job control unit illustrated in FIG. 17 according to the second embodiment of this invention.

符号の説明Explanation of symbols

100 情報処理装置(半導体露光装置)
110 アプリケーション群
111 実行中アプリケーション
112 実行待ちアプリケーション
120 リソース群
130 アプリケーション管理部
131 アプリケーション監視部
132 リソース情報管理テーブル
133 リソース量算出部
134 アプリケーション制御部
1341 アプリケーション終了検知部
140 メインアプリケーション
100 Information processing equipment (semiconductor exposure equipment)
110 Application group 111 Running application 112 Pending application 120 Resource group 130 Application management unit 131 Application monitoring unit 132 Resource information management table 133 Resource amount calculation unit 134 Application control unit 1341 Application end detection unit 140 Main application

Claims (14)

アプリケーションの実行に係る処理を行う情報処理装置であって、
前記アプリケーションが確保したリソースに係る情報であって当該リソースのリソース量を含むリソース情報を保持するリソース情報管理テーブルと、
前記アプリケーションを監視し、前記リソース情報管理テーブルの更新を行うとともに前記アプリケーションごとの最大使用リソース量を得る処理を行う監視手段と、
前記リソース情報管理テーブルのリソース情報および前記アプリケーションごとの前記最大使用リソース量に基づいて、利用可能なリソース量を算出する算出手段と、
前記利用可能なリソース量と実行対象の前記アプリケーションにおける前記最大使用リソース量とに基づいて、前記アプリケーションの実行を制御する制御手段と
を有することを特徴とする情報処理装置。
An information processing apparatus that performs processing related to execution of an application,
A resource information management table that holds resource information that is information related to the resource secured by the application and includes the resource amount of the resource;
Monitoring means for monitoring the application, updating the resource information management table, and performing processing for obtaining a maximum amount of resources used for each application;
Calculation means for calculating an available resource amount based on the resource information in the resource information management table and the maximum used resource amount for each application;
An information processing apparatus comprising: a control unit that controls execution of the application based on the available resource amount and the maximum use resource amount in the application to be executed.
一連の前記アプリケーションをジョブとして定義し、当該一連のアプリケーションをジョブとして処理を行うことを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the series of applications is defined as a job, and the series of applications is processed as a job. 前記監視手段は、
前記アプリケーションごとに前記最大使用リソース量を保持し、
前記アプリケーションが前記リソースを確保または開放した際に、前記リソース情報管理テーブルを更新するものであり、
前記リソース情報管理テーブルのリソース情報から前記アプリケーションの使用リソース量を得る処理を行い、当該使用リソース量が前記アプリケーションの前記最大使用リソース量を超えた場合に、前記保持した前記最大使用リソース量を前記使用リソース量で更新する処理を行うことを特徴とする請求項1に記載の情報処理装置。
The monitoring means includes
Hold the maximum amount of resources used for each application,
When the application secures or releases the resource, the resource information management table is updated.
A process for obtaining the amount of used resources of the application from the resource information of the resource information management table is performed, and when the amount of used resources exceeds the maximum amount of used resources of the application, the held maximum used resource amount is The information processing apparatus according to claim 1, wherein a process of updating with the amount of used resources is performed.
前記算出手段は、
実行中の前記アプリケーションおよび前記リソース情報管理テーブルのリソース情報に基づいて、前記アプリケーションの実行が終了したリソース量を合計して残存使用リソース量を求め、
前記実行中のアプリケーションごとの前記最大使用リソース量を合計し、当該合計した最大使用リソース量と前記残存使用リソース量との和である合計最大使用リソース量を求め、
あらかじめ定めた許容量と前記合計最大使用リソース量との差を前記利用可能なリソース量として算出することを特徴とする請求項1に記載の情報処理装置。
The calculating means includes
Based on the resource information of the application that is being executed and the resource information management table, the amount of resources that have been executed by the application is totaled to obtain the remaining used resource amount,
Summing up the maximum used resource amount for each of the running applications, obtaining a total maximum used resource amount that is the sum of the summed maximum used resource amount and the remaining used resource amount,
The information processing apparatus according to claim 1, wherein a difference between a predetermined allowable amount and the total maximum used resource amount is calculated as the available resource amount.
前記ジョブの前記アプリケーションごとにチェックポイントが設けられており、
前記監視手段は、
前記ジョブごとに通過した前記チェックポイントの数と予定最大使用リソース量とを関連付けて保持するとともに、前記チェックポイントごとに最大使用リソース量を保持し、
前記アプリケーションが前記リソースの確保を行ったことを検知した際に、使用リソース量を得る処理を行うとともに、前記通過したチェックポイントの数と前記アプリケーションごとのチェックポイントから、前記ジョブの当該チェックポイントの最大使用リソース量を得る処理を行い、前記使用リソース量が当該最大使用リソース量を超えた場合に、前記保持した前記最大使用リソース量を前記使用リソース量で更新する処理を行い、
前記チェックポイントを通過することを検知した際、前記保持した前記通過したチェックポイントの数を更新し、当該通過したチェックポイントの数と前記アプリケーションごとのチェックポイントから、通過予定のチェックポイントを得る処理を行い、当該通過予定のチェックポイントのうち、前記最大使用リソース量が最大のもので、前記保持した前記予定最大使用リソース量を更新する処理を行い、
前記算出手段は、
実行中の前記ジョブに基づいて残存使用リソース量を求めるとともに、当該残存使用リソース量と前記実行中のジョブにおける前記予定最大使用リソース量の合計との和を合計最大使用リソース量として求め、あらかじめ定めた許容量と前記合計最大使用リソース量との差を前記利用可能なリソース量として算出することを特徴とする請求項2に記載の情報処理装置。
Checkpoints are provided for each application of the job,
The monitoring means includes
Associating and holding the number of checkpoints passed for each job and the scheduled maximum used resource amount, holding the maximum used resource amount for each checkpoint,
When it detects that the application has secured the resource, it performs processing to obtain the amount of resource used, and from the number of checkpoints passed and the checkpoint for each application, the checkpoint of the job Perform processing to obtain the maximum used resource amount, and when the used resource amount exceeds the maximum used resource amount, perform processing to update the held maximum used resource amount with the used resource amount,
When it is detected that the checkpoint has passed, the number of the checkpoints that have been passed is updated, and the checkpoint that is scheduled to pass is obtained from the number of checkpoints that have passed and the checkpoint for each application. Performing the process of updating the stored maximum scheduled resource usage amount with the maximum maximum resource usage amount among the checkpoints scheduled to pass,
The calculating means includes
The remaining used resource amount is obtained based on the job being executed, and the sum of the remaining used resource amount and the total of the scheduled maximum used resource amount in the job being executed is obtained as a total maximum used resource amount, and is determined in advance. The information processing apparatus according to claim 2, wherein a difference between the allowable amount and the total maximum used resource amount is calculated as the available resource amount.
前記制御手段は、前記実行対象のアプリケーションにおける前記最大使用リソース量が前記利用可能なリソース量を超えた場合、警告或いはエラーを報知する処理を行うことを特徴とする請求項1に記載の情報処理装置。   2. The information processing according to claim 1, wherein the control unit performs a process of notifying a warning or an error when the maximum use resource amount in the execution target application exceeds the available resource amount. apparatus. 前記実行対象のアプリケーションとして複数のアプリケーションの実行を待ち合わせており、
前記制御手段は、前記利用可能なリソース量が、前記複数のアプリケーションのうちの1つのアプリケーションにおける前記最大使用リソース量を超えている場合、当該アプリケーションの提示或いは選択実行の制御を行うことを特徴とする請求項1に記載の情報処理装置。
Waiting for the execution of a plurality of applications as the application to be executed,
The control means controls the presentation or selection execution of the application when the available resource amount exceeds the maximum use resource amount in one application of the plurality of applications. The information processing apparatus according to claim 1.
前記制御手段は、
前記実行対象のアプリケーションにおける前記最大使用リソース量が前記利用可能なリソース量を超えている場合に、当該実行対象のアプリケーションの実行を待ち合わせる処理を行い、
実行中の前記アプリケーションの実行が終了した際に得られた残存使用リソースの開放を行った後、当該残存使用リソースのリソース量を考慮した前記利用可能なリソース量が前記実行対象のアプリケーションにおける前記最大使用リソース量を超えた場合に、当該実行対象のアプリケーションを実行する制御を行うことを特徴とする請求項1に記載の情報処理装置。
The control means includes
When the maximum use resource amount in the execution target application exceeds the available resource amount, a process of waiting for execution of the execution target application is performed,
After releasing the remaining used resources obtained when the execution of the application being executed is terminated, the available resource amount considering the resource amount of the remaining used resource is the maximum in the execution target application. The information processing apparatus according to claim 1, wherein when the usage resource amount is exceeded, control is performed to execute the execution target application.
前記制御手段は、前記実行中のアプリケーションの実行が終了したことを検知する検知手段を含み構成されており、
前記検知手段で前記実行中のアプリケーションの実行が終了したことを検知した場合に、前記残存使用リソースの開放を行うことを特徴とする請求項8に記載の情報処理装置。
The control means includes a detection means for detecting that the execution of the application being executed has ended,
The information processing apparatus according to claim 8, wherein when the detection unit detects that the execution of the application being executed is completed, the remaining used resource is released.
前記ジョブの前記アプリケーションごとにチェックポイントが設けられており、
前記制御手段は、
実行対象の前記ジョブにおける最大使用リソース量が前記利用可能なリソース量を超えている場合に、当該実行対象のジョブにおける前記チェックポイントの通過を待ち合わせる処理を行い、
前記チェックポイントの通過を検知した後、当該チェックポイントの通過を考慮した前記利用可能なリソース量が前記実行対象のジョブにおける最大使用リソース量を超えた場合に、当該実行対象のジョブを実行する制御を行うことを特徴とする請求項2に記載の情報処理装置。
Checkpoints are provided for each application of the job,
The control means includes
When the maximum amount of resources used in the execution target job exceeds the available resource amount, a process of waiting for the checkpoint to pass in the execution target job is performed,
Control that executes the job to be executed when the amount of available resources considering the passage of the checkpoint exceeds the maximum amount of resources used in the job to be executed after detecting the passage of the checkpoint The information processing apparatus according to claim 2, wherein:
当該情報処理装置が半導体露光装置として用いられることを特徴とする請求項1乃至10のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the information processing apparatus is used as a semiconductor exposure apparatus. アプリケーションの実行に係る処理を行うものであり、前記アプリケーションが確保したリソースに係る情報であって当該リソースのリソース量を含むリソース情報を保持するリソース情報管理テーブルを備える情報処理装置の制御方法であって、
前記アプリケーションを監視し、前記リソース情報管理テーブルの更新を行うとともに前記アプリケーションごとの最大使用リソース量を得る処理を行う監視ステップと、
前記リソース情報管理テーブルのリソース情報および前記アプリケーションごとの前記最大使用リソース量に基づいて、利用可能なリソース量を算出する算出ステップと、
前記利用可能なリソース量と実行対象の前記アプリケーションにおける前記最大使用リソース量とに基づいて、前記アプリケーションの実行を制御する制御ステップと
を有することを特徴とする情報処理装置の制御方法。
This is a method for controlling an information processing apparatus that includes a resource information management table that holds processing related to execution of an application and holds resource information that includes information related to the resource secured by the application and includes the resource amount of the resource. And
A monitoring step of monitoring the application, updating the resource information management table and obtaining a maximum amount of resource used for each application;
A calculation step of calculating an available resource amount based on the resource information in the resource information management table and the maximum used resource amount for each application;
A control method for an information processing apparatus, comprising: a control step for controlling execution of the application based on the available resource amount and the maximum used resource amount in the application to be executed.
アプリケーションの実行に係る処理を行うものであり、前記アプリケーションが確保したリソースに係る情報であって当該リソースのリソース量を含むリソース情報を保持するリソース情報管理テーブルを備える情報処理装置の制御方法をコンピュータに実行させるためのプログラムであって、
前記アプリケーションを監視し、前記リソース情報管理テーブルの更新を行うとともに前記アプリケーションごとの最大使用リソース量を得る処理を行う監視ステップと、
前記リソース情報管理テーブルのリソース情報および前記アプリケーションごとの前記最大使用リソース量に基づいて、利用可能なリソース量を算出する算出ステップと、
前記利用可能なリソース量と実行対象の前記アプリケーションにおける前記最大使用リソース量とに基づいて、前記アプリケーションの実行を制御する制御ステップと
をコンピュータに実行させるためのプログラム。
A method of controlling an information processing apparatus that includes a resource information management table that performs processing related to execution of an application and holds resource information including information related to a resource secured by the application and including a resource amount of the resource. A program for executing
A monitoring step of monitoring the application, updating the resource information management table and obtaining a maximum amount of resource used for each application;
A calculation step of calculating an available resource amount based on the resource information in the resource information management table and the maximum used resource amount for each application;
A program for causing a computer to execute a control step of controlling execution of the application based on the available resource amount and the maximum resource usage amount in the application to be executed.
請求項13に記載のプログラムを記憶したことを特徴とするコンピュータ読み取り可能な記憶媒体。   A computer-readable storage medium storing the program according to claim 13.
JP2008271334A 2008-10-21 2008-10-21 Information processing apparatus and control method thereof, and program Pending JP2010102404A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008271334A JP2010102404A (en) 2008-10-21 2008-10-21 Information processing apparatus and control method thereof, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008271334A JP2010102404A (en) 2008-10-21 2008-10-21 Information processing apparatus and control method thereof, and program

Publications (1)

Publication Number Publication Date
JP2010102404A true JP2010102404A (en) 2010-05-06

Family

ID=42293022

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008271334A Pending JP2010102404A (en) 2008-10-21 2008-10-21 Information processing apparatus and control method thereof, and program

Country Status (1)

Country Link
JP (1) JP2010102404A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013156886A (en) * 2012-01-31 2013-08-15 Nec Corp Calculation device, arithmetic processing system, method for setting check point, and program
KR101538553B1 (en) * 2013-11-21 2015-07-29 주식회사 엘지유플러스 Server for resource allocation and control method thereof, and communication apparatus communication with the server and control method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013156886A (en) * 2012-01-31 2013-08-15 Nec Corp Calculation device, arithmetic processing system, method for setting check point, and program
KR101538553B1 (en) * 2013-11-21 2015-07-29 주식회사 엘지유플러스 Server for resource allocation and control method thereof, and communication apparatus communication with the server and control method thereof

Similar Documents

Publication Publication Date Title
CN106156939B (en) Distributed scheduling system based on job flow and application method
JP5367074B2 (en) Virtual machine and application life cycle synchronization
US8863137B2 (en) Systems and methods for automated provisioning of managed computing resources
US20090260021A1 (en) Workflow managed composite applications
US8392907B2 (en) Communication terminal
JP5371095B2 (en) Patch application system
CN105700939A (en) Method and system for multi-thread synchronization in distributed system
JP2010503074A5 (en)
JP2007004776A (en) Work flow system, work flow processing method and work flow processing program
GB2578411A (en) Delivering a configuration based workflow
JP2007140791A (en) Job execution management method, job execution management system and job execution management program
JP5319619B2 (en) Software distribution system, method, and program corresponding to scale-out configuration
JP2008090798A (en) Backup-control device of data-processing system, and system therefor
JP6268991B2 (en) Information processing system, information processing apparatus, and program
JP2003233520A (en) File controlling device for file resource on network
JP2010102404A (en) Information processing apparatus and control method thereof, and program
JP5132339B2 (en) Information processing apparatus, control method therefor, and computer program
KR100700608B1 (en) Method for interacting with user in managing device and terminal thereof
JP6520241B2 (en) Control system, its management server device, support device
JP5380895B2 (en) Management program, management method and management apparatus
JP2005071171A (en) Method for controlling batch job execution
JP2005332025A (en) Method for generating interruption scenario, server device, and program thereof
JP2005092544A (en) Work flow generation management processing method, work flow processing system and work flow control program
JP6318031B2 (en) Batch server maintenance method
JP2005208935A (en) Software management system and software management program