JP2002268899A - Information processor, dynamic change method for operation environment of program and program - Google Patents

Information processor, dynamic change method for operation environment of program and program

Info

Publication number
JP2002268899A
JP2002268899A JP2001071334A JP2001071334A JP2002268899A JP 2002268899 A JP2002268899 A JP 2002268899A JP 2001071334 A JP2001071334 A JP 2001071334A JP 2001071334 A JP2001071334 A JP 2001071334A JP 2002268899 A JP2002268899 A JP 2002268899A
Authority
JP
Japan
Prior art keywords
update
setting information
program
updated
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001071334A
Other languages
Japanese (ja)
Inventor
Takamasa Motobuchi
香雅 本渕
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Chubu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP2001071334A priority Critical patent/JP2002268899A/en
Publication of JP2002268899A publication Critical patent/JP2002268899A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a method for dynamically reflecting an operation environment to make dynamic change possible without ending the processing of a program concerning changed information. SOLUTION: The information processor is constituted of a setting information managing table 5 provided with updating object data 9 concerning setting information 4 to be referred to by the program, an updating impossible flag 7 which indicates the propriety of updating, a non-updating flag 8 which expresses non- updating/updated and a counter 10 for managing the updating of the updating impossible flag, of a setting information updating processing 6 for updating or referring to the contents of the setting information table 5 and of an input/ output device 2 for reporting updating. The program 3 reports the updating propriety of setting information to the setting information updating processing 6. Then the processing 6 receives an updating report from the input/output device 2 and the report of updating propriety from the program 3, refers to the setting information table 5, updating it and performs control to update the setting information by updating object data when non-updating and also updating possible data exists.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、情報処理技術に関
し、特に、情報処理装置のプログラム動作環境の動的変
更に適用して好適とされるプログラムの動作環境設定方
法及装置並びにプログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing technique, and more particularly, to a method and apparatus for setting an operating environment of a program, which is suitable for dynamically changing a program operating environment of an information processing apparatus, and a program.

【0002】[0002]

【従来の技術】コンピュータ上で実行される1又はプロ
グラムがメモリ又はファイルに記憶されている設定情報
(例えばプログラムで参照するバッファのサイズ、個数
等、動作を規定する定義パラメータ、データ等)を参照
しその実行(動作環境)の制御が行われる情報処理装置
において、設定情報を変更する場合、一般に、起動され
動作状態にあるプログラムを終了させた後、設定情報を
更新し、その後、当該プログラムの再起動を行ってい
る。これは、実行されるプログラムで参照している設定
情報と、更新した設定情報の内容が一致していないと、
プログラムの動作に、不整合が生じるためである。
2. Description of the Related Art One or a program executed on a computer refers to setting information stored in a memory or a file (for example, definition parameters and data for defining operations such as the size and number of buffers referred to by the program). When the setting information is changed in an information processing apparatus whose execution (operation environment) is controlled, generally, after the program that is started and operating is terminated, the setting information is updated, and then the setting information is updated. Restarting. This is because if the setting information referenced in the executed program does not match the content of the updated setting information,
This is because a mismatch occurs in the operation of the program.

【0003】例えば他のサーバからのリモートファイル
アクセスを可能とするサービスを提供しているコンピュ
ータシステム等において、記憶媒体上のファイルやメモ
リに存在する設定情報を参照しながら動作するプログラ
ムの動作環境に変更が生じた場合、プログラムで参照し
ている設定情報と、プログラムの動作と設定情報の間に
不整合が生じる可能性があるため、動作状態(あるいは
通信状態)にあるプログラム(プロセス)を一旦終了さ
せた後、動作環境の変更内容をメモリ又はファイルなど
の設定情報へ反映し、必要な変更が設定情報にすべて反
映された状態で、再度、プログラムを起動する方法がと
られている。
For example, in a computer system or the like that provides a service that enables remote file access from another server, an operation environment of a program that operates while referring to setting information existing in a file or a memory on a storage medium is provided. If a change occurs, there is a possibility that inconsistency may occur between the setting information referred to by the program and the operation of the program and the setting information. Therefore, the program (process) in the operating state (or the communication state) is temporarily deleted. After the process is terminated, a method is adopted in which the changed contents of the operating environment are reflected in setting information such as a memory or a file, and the program is started again with all necessary changes reflected in the setting information.

【0004】そして、同一の設定情報を参照しながら動
作するプログラムが複数存在するコンピュータシステム
においては、他のサーバとの通信、又は他のプロセスと
のプロセス間通信等の連携処理のため、通信状態にある
プログラム(例えばリモートサーバと通信状態にあるプ
ログラム)のすべてを終了させることはできず、このた
め、連続運転をさせる必要があった。これは、他のサー
バと通信状態のプログラムを終了させると、他のサーバ
との連携が途絶えてしまうためである。
In a computer system having a plurality of programs that operate while referring to the same setting information, a communication state is established for cooperative processing such as communication with another server or inter-process communication with another process. (For example, a program that is in communication with a remote server) cannot be terminated, and it is necessary to perform continuous operation. This is because, when the program in communication with the other server is terminated, the cooperation with the other server is interrupted.

【0005】一方、プログラムの動作環境の設定情報に
変更が発生する度に、設定情報の変更に関係しない通信
状態のプログラムまでも終了させることは、システム運
用上好ましいことでなく、設定情報の変更のために、そ
の都度、プログラムの終了/再実行を行うことは、シス
テムの運用効率、作業効率を低下させる。
On the other hand, it is not preferable for system operation to terminate a program in a communication state which is not related to the change of the setting information every time the setting information of the operating environment of the program is changed. Therefore, terminating / re-executing the program each time reduces the operation efficiency and work efficiency of the system.

【0006】なお、パラメータ等を動的に変更するシス
テムとして、いくつかの刊行物が参照される。例えば特
開平8−305650号公報には、マシンを停止させる
ことなく、マシンが参照する情報の変更作業を動的に行
えるようにするシステムとして、クライアントサーバシ
ステムのシステム稼働後、マシンの増加、減少等により
マシン構成の変更を行う際に、関連するマシンを停止さ
せる必要なく、短時間でマシン構成変更作業を行えるよ
うにしたクライアントサーバシステムが提案されてい
る。このクライアントサーバシステムは、該システムを
構成するマシンが、それぞれ、自マシンと論理的な関係
を持つマシンの情報とネットワークの各種設定情報を構
成情報管理データベースに保持し、マシン構成の変更コ
マンドが入力されると、構成情報管理データベースのネ
ットワーク設定情報を変更後、構成変更に関するマシン
を検索し、検索されたマシンに変更情報を発信し、変更
情報を受信したマシンで構成情報管理データベースを更
新するというものである。また、例えば特開平9−33
0259号公報には、ファイル名やレイアウト等のファ
イル定義情報を動的に設定、変更可能とするコンピュー
タシステムとして、ファイル定義情報をパラメータ情報
として保持するパラメータファイルを備え、ファイルア
クセス専用タスクによりファイルをアクセスし、専用タ
スクは、ファイルをアクセスすべくプログラムにより、
起動し、パラメータファイルを参照してファイルをアク
セスするようにしたファイルアクセス方法が提案されて
いる。
Several publications are referred to as a system for dynamically changing parameters and the like. For example, Japanese Patent Application Laid-Open No. Hei 8-305650 discloses a system for dynamically changing information referred to by a machine without stopping the machine. For example, there has been proposed a client-server system capable of performing a machine configuration change operation in a short time without having to stop a related machine when performing a machine configuration change. In this client-server system, machines constituting the system respectively hold information on machines having a logical relationship with the own machine and various types of network setting information in a configuration information management database, and a machine configuration change command is input. Then, after changing the network setting information of the configuration information management database, a machine related to the configuration change is searched, the change information is transmitted to the searched machine, and the configuration information management database is updated on the machine receiving the change information. Things. Further, for example, Japanese Patent Application Laid-Open No. 9-33
No. 0259 discloses a computer system capable of dynamically setting and changing file definition information such as a file name and a layout. The computer system includes a parameter file that holds file definition information as parameter information. Access, and the dedicated task is a program to access the file,
A file access method has been proposed in which a file is accessed by referring to a parameter file upon startup.

【0007】[0007]

【発明が解決しようとする課題】したがって、本発明が
解決しようとする課題は、変更のあった情報をプログラ
ムの処理を終了させることなく動的に変更可能とする、
プログラムの動作環境の動的反映方法及び情報処理装置
ならびにプログラムを提供することである。
Accordingly, an object of the present invention is to make it possible to change changed information dynamically without terminating the processing of a program.
An object of the present invention is to provide a method for dynamically reflecting the operating environment of a program, an information processing apparatus, and a program.

【0008】[0008]

【課題を解決するための手段】前記課題を解決するため
の手段を提供する本発明は、コンピュータ上で稼動する
プログラムによって参照される設定情報を記憶する記憶
手段と、前記記憶手段に記憶される前記設定情報に対す
る更新対象データを保持するとともに、前記更新対象デ
ータに対応させて、前記更新対象データが更新不可状態
であるか更新可状態であるかを示す更新不可フラグと、
前記更新対象データが未更新であるか更新済みであるか
を示す未更新フラグと、を少なくとも有する設定情報管
理テーブルを格納する記憶手段と、前記設定情報テーブ
ルの内容を更新又は参照し、前記設定情報テーブルに保
持される更新対象データによって、前記記憶手段に記憶
されている前記設定情報を更新する設定情報更新手段
と、前記設定情報更新手段に対して更新通知を行う入出
力手段と、を備え、前記プログラムは、前記プログラム
が参照する前記設定情報のデータの更新可/不可情報を
有し、該更新可/不可情報に基づき、前記設定情報更新
手段に対して、前記設定情報が更新可であるか更新不可
であるかの通知を行い、前記設定情報更新手段は、前記
入出力手段からの更新通知、前記プログラムからの更新
可又は更新不可の通知を受けとった際に、前記設定情報
管理テーブルを参照又は更新し、前記設定情報管理テー
ブルに未更新であり、且つ、更新可能な更新対象データ
が存在する場合に、前記設定情報管理テーブルに保持さ
れる前記更新対象データによって前記設定情報を更新す
る制御を行う。以下の説明からも明らかとされるよう
に、上記課題は、特許請求の範囲の各請求項の発明によ
っても同様に解決される。
According to the present invention, which provides means for solving the above-mentioned problems, a storage means for storing setting information referred to by a program running on a computer, and a storage means for storing the setting information in the storage means While holding the update target data for the setting information, corresponding to the update target data, an update disable flag indicating whether the update target data is in an update disable state or an update enable state,
A storage means for storing a setting information management table having at least an unupdated flag indicating whether the data to be updated has not been updated or has been updated, and updating or referring to the contents of the setting information table, A setting information updating unit configured to update the setting information stored in the storage unit with data to be updated held in an information table; and an input / output unit configured to notify the setting information updating unit of an update. The program has update enable / disable information for the data of the setting information referred to by the program, and based on the update enable / disable information, allows the setting information update unit to update the setting information. The setting information updating means sends an update notification from the input / output means and a notification of whether the program can be updated or not. When receiving the setting information, the setting information management table is referred to or updated, and if the setting information management table has not been updated, and there is update target data that can be updated, the setting information management table is held in the setting information management table. And updating the setting information with the update target data. As will be apparent from the following description, the above-mentioned problem is similarly solved by the inventions of the claims.

【0009】[0009]

【発明の実施の形態】本発明の好適な実施の形態につい
て説明する。本発明は、動作環境に更新が発生した場
合、プログラムの処理を終了させることなく、実行させ
たままの状態で、設定情報の変更に直接関係しない通信
状態は保持したまま、プログラムが参照する設定情報を
動的に変更するものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A preferred embodiment of the present invention will be described. According to the present invention, when an update occurs in the operating environment, the program processing is not terminated, the program is not executed, the communication state not directly related to the change of the setting information is maintained, and the setting referred to by the program is maintained. Information is dynamically changed.

【0010】図1を参照して、本発明の好適な一実施の
形態について説明すると、プログラム3が参照している
設定情報4の更新の可否を判断するために、更新可/不
可通知および設定情報管理テーブル5、設定情報更新処
理6を有し、更新可/不可の状態を管理し、動的に設定
情報を更新することを可能にしたものである。
Referring to FIG. 1, a preferred embodiment of the present invention will be described. In order to determine whether or not the setting information 4 referred to by the program 3 can be updated, an update enable / disable notification and a setting It has an information management table 5 and a setting information update process 6, manages the state of updatable / non-updatable, and enables the setting information to be dynamically updated.

【0011】すなわち、本発明の好適な一実施の形態に
おいて、コンピュータ1上で実行されるプログラム3に
よって参照される、メモリやファイル等の記憶手段に記
憶保持される設定情報4と、設定情報4に対する更新対
象データ9を有するとともに、前記更新対象データ9に
対応させて、前記更新対象データが更新不可状態である
か更新可状態であるかの情報を示す更新不可フラグ7
と、前記更新対象データが未更新であるか更新済みであ
るかの情報を表す未更新フラグ8と、前記更新不可フラ
グの更新を管理するカウンタ10とを有する設定情報管
理テーブル5と、設定情報テーブル5の内容を更新又は
参照し、更新対象データにより設定情報を更新する設定
情報更新処理6と、設定情報更新処理9に対して更新通
知を行う入出力装置2と、を備え、プログラム3は、参
照している設定情報4のデータの更新可/不可情報を有
し、設定情報更新処理6に対して設定情報の更新可/不
可の通知を行う。
That is, in a preferred embodiment of the present invention, setting information 4 stored in storage means such as a memory or a file, which is referred to by a program 3 executed on the computer 1, and setting information 4 And an update impossible flag 7 indicating information indicating whether the update object data is in an update impossible state or an update available state in correspondence with the update object data 9.
A setting information management table 5 having an unupdated flag 8 indicating whether the data to be updated has not been updated or has been updated, and a counter 10 for managing updating of the update impossible flag; The program 3 includes a setting information update process 6 for updating or referencing the contents of the table 5 and updating the setting information with the update target data, and an input / output device 2 for notifying the setting information updating process 9 of an update. It has update enable / disable information of the data of the setting information 4 referred to, and notifies the setting information update process 6 of the update enable / disable of the setting information.

【0012】設定情報更新処理6は、入出力装置2から
の更新通知、プログラム3からは更新可/不可の通知を
受けとり、設定情報管理テーブル5を参照し又は更新
し、前記設定情報とプログラムの動作に不一致を発生さ
せないように、未更新データが存在し、且つ、更新可能
なデータが存在する場合に、プログラムの処理を終了さ
せることなく、前記設定情報の変更に直接関係しないプ
ログラムについてはその動作状態を保持したまま、更新
対象データで該当する設定情報を更新する制御を行う。
The setting information update processing 6 receives an update notification from the input / output device 2 and a notification of whether or not update is possible from the program 3, refers to or updates the setting information management table 5, and updates the setting information and the program. In order to prevent inconsistency in operation, if there is unupdated data and there is data that can be updated, the processing of the program that is not directly related to the change of the setting information is performed without terminating the processing of the program. Control is performed to update the corresponding setting information with the update target data while maintaining the operation state.

【0013】設定情報管理テーブル5の初期状態の更新
対象データ9は、前記設定情報の対応するデータと同一
の内容とされ、各種フラグも初期値に設定され、カウン
タ10は、プログラム3より、設定情報更新処理6に、
更新可、及び不可通知が通知される度に、カウントアッ
プ、及びカウントダウン動作をそれぞれ行い、カウンタ
10の値が所定値(初期値0)であるときに、対応する
前記更新不可フラグ7を更新可を示す値とし、カウンタ
10の値が所定値と異なる値の場合には、更新不可を示
す値に設定され、未更新フラグ8は、更新対象データに
更新が発生した場合に未更新を示す値、更新がない場
合、または未更新データに対して前記設定情報4に更新
内容を反映した場合に更新済みを示す値とし、入出力装
置2からプログラムの動作環境の更新を行うとき、更新
対象データを設定情報更新処理6に、更新通知として通
知し、設定情報更新処理6は、前記入出力装置2からの
更新通知を受信し、設定情報管理テーブル5を検索し、
該当する更新対象データを更新し、該当更新対象データ
9に対応する更新不可フラグ7の値が更新可を示す値の
場合、該当更新対象データ9を設定情報4に反映し、更
新不可フラグ7の値が更新不可を示す値の場合、設定情
報4、設定情報管理テーブル5ともに更新は行わず、該
当する更新対象データに対応する未更新フラグ8を未更
新を示す値に設定する制御を行う。
The update target data 9 in the initial state of the setting information management table 5 has the same contents as the corresponding data of the setting information, various flags are set to initial values, and the counter 10 is set by the program 3 according to the setting. In information update processing 6,
The count-up operation and the count-down operation are performed each time an update enable / disable notification is issued. When the value of the counter 10 is a predetermined value (initial value 0), the corresponding update disable flag 7 can be updated. If the value of the counter 10 is different from the predetermined value, the value is set to a value indicating that updating is not possible. The non-update flag 8 is a value indicating that the data to be updated has not been updated. When there is no update, or when the updated content is reflected in the setting information 4 with respect to the non-updated data, a value indicating that the data has been updated is used. To the setting information update processing 6 as an update notification. The setting information update processing 6 receives the update notification from the input / output device 2, searches the setting information management table 5,
When the corresponding update target data is updated, and the value of the update disable flag 7 corresponding to the update target data 9 is a value indicating that the update is possible, the update target data 9 is reflected in the setting information 4 and the update disable flag 7 is updated. When the value is a value indicating that updating is not possible, both the setting information 4 and the setting information management table 5 are not updated, and control is performed to set the non-update flag 8 corresponding to the relevant update target data to a value indicating non-update.

【0014】プログラム3は、該プログラム3が参照し
ている設定情報の更新可/不可状態に変化が生じた場
合、設定情報更新処理6に対して、状態に変化の生じた
データの更新可/不可情報の通知を行い、設定情報更新
処理6は、前記プログラムから更新可/不可通知を受信
した場合、通知されたデータをキーとして、設定情報管
理テーブル5を検索し、更新可通知であった場合には、
該当する更新対象データに対応する前記未更新フラグ8
が未更新の値の場合には、該当更新対象データを設定情
報4に反映し、反映後、未更新フラグ8を更新済みを示
す値、更新不可フラグ7を更新可を示す値に更新し、前
記未更新フラグ8が更新済みを示す場合には、前記更新
不可フラグ7のみ更新可に設定し、通知内容が更新不可
通知であった場合には、設定情報管理テーブル5の該当
する更新対象データ9に対応する更新不可フラグ7を更
新不可に設定し、プログラムが参照している設定情報
は、前記未更新データが存在し、且つ、更新可能な状態
(設定情報を、設定情報管理テーブル5の更新対象デー
タで更新することが可能)にあるときに、更新される。
[0014] When a change occurs in the update enable / disable state of the setting information referred to by the program 3, the program 3 issues a change enable / disable state of the data whose status has changed to a setting information update process 6. When the setting information update process 6 receives the update enable / disable notification from the program, the setting information update process 6 searches the setting information management table 5 using the notified data as a key, and the update information is the update enable notification. in case of,
The unupdated flag 8 corresponding to the corresponding update target data
Is an unupdated value, the relevant update target data is reflected in the setting information 4, and after the reflection, the unupdated flag 8 is updated to a value indicating that the update has been performed, and the update impossible flag 7 is updated to a value indicating that the update is possible. When the non-update flag 8 indicates that the update has been completed, only the update-impossible flag 7 is set to be updatable. When the notification content is an update-impossible notification, the corresponding update target data in the setting information management table 5 is updated. The update impossible flag 7 corresponding to No. 9 is set to be unupdateable, and the setting information referred to by the program is a state where the unupdated data exists and is in an updatable state (the setting information is (Can be updated with update target data).

【0015】本発明は、別の実施の形態において、設定
情報更新処理6は、前記プログラムの前記設定情報への
アクセス制御を行うアクセス制御処理12を備え、設定
情報更新処理6は、設定情報管理テーブル5に、未更新
且つ更新不可の更新対象データが存在する場合、前記プ
ログラム3より、更新不可通知を受けると、更新対象デ
ータ9に対応する前記カウンタ10に対してカウント処
理を行わず、アクセス制御処理12が、更新不可通知を
発行したプログラムを待ち状態とし、現在、更新不可フ
ラグ7を更新不可にしているプログラムからの更新可通
知のみを有効にすることで、更新不可フラグ7を更新可
にするタイミングを作り、設定情報4へ更新データを反
映させる。
In another embodiment of the present invention, the setting information updating process 6 includes an access control process 12 for controlling access of the program to the setting information. In the case where the update target data that has not been updated and cannot be updated exists in the table 5, when the update impossible notification is received from the program 3, the counter 10 corresponding to the update target data 9 is not counted and the access is performed. The control process 12 puts the program that has issued the update-disabled notification in a waiting state, and enables only the update-enabled notification from the program whose update-disabled flag 7 is currently not updated, so that the update-disabled flag 7 can be updated. Is made, and the updated data is reflected in the setting information 4.

【0016】前記プログラムの待ち状態は、前記設定情
報が、新しい更新データで更新され、対応する更新不可
フラグが更新可になるまで、アクセス制御処理12によ
って制御され、設定情報更新処理6は、未更新データが
前記設定情報に反映された後、設定情報管理テーブル5
の未更新フラグを更新済みの値に変更し、前記アクセス
制御処理12によって、待ち状態に設定していた前記プ
ログラムの動作を再開させ、先に受けていた更新不可通
知を、設定情報管理テーブル5に反映する。
The waiting state of the program is controlled by the access control processing 12 until the setting information is updated with new update data and the corresponding update impossible flag becomes updatable. After the update data is reflected in the setting information, the setting information management table 5
Is changed to the updated value, the operation of the program set in the waiting state is resumed by the access control processing 12, and the update rejection notification received earlier is set in the setting information management table 5 To reflect.

【0017】上記した設定情報更新処理6、及びアクセ
ス制御処理12は、コンピュータ1上で実行されるプロ
グラムによってその処理・機能が実現される。
The above-described setting information updating processing 6 and access control processing 12 are implemented by a program executed on the computer 1 to realize their processing and functions.

【0018】[0018]

【実施例】上記した実施の形態についてさらに詳細に説
明すべく、本発明の実施例について図面を参照して説明
する。図1は、本発明の一実施例の構成を示す図であ
る。本発明は、コンピュータ1と、入出力装置2とを備
えている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In order to explain the above-mentioned embodiment in more detail, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a diagram showing the configuration of one embodiment of the present invention. The present invention includes a computer 1 and an input / output device 2.

【0019】コンピュータ1は、更新可/不可通知11
を有するプログラム3と、プログラム3が参照する設定
情報4と、動作環境の動的反映を実現するための設定情
報管理テーブル5と、更新データを設定情報4に反映さ
せる設定情報更新処理6と、を有する。
The computer 1 sends an update enable / disable notice 11
A setting information 4 referred to by the program 3, a setting information management table 5 for realizing dynamic reflection of the operating environment, a setting information update process 6 for reflecting update data in the setting information 4, Having.

【0020】入出力装置2は、コンピュータ1の設定情
報更新処理6に対して更新通知を行う。
The input / output device 2 notifies the setting information update processing 6 of the computer 1 of an update.

【0021】プログラム3は、参照している設定情報4
のデータの更新可/不可情報を有し、設定情報更新処理
6に、更新可/不可通知11として通知する。
The program 3 refers to the setting information 4 referred to.
, And notifies the setting information update process 6 as an update enable / disable notification 11.

【0022】設定情報テーブル5は、更新対象データ9
が更新不可状態であるか更新可状態であるかの情報を示
す更新不可フラグ7と、更新対象データ9が未更新であ
るか更新済みであるかの情報を表す未更新フラグ8と、
設定情報4の更新対象データ9と、更新不可フラグ7の
更新を管理するカウンタ10と、を備えている。
The setting information table 5 contains data 9 to be updated.
A non-update flag 7 indicating whether information is in an update-disabled state or an update-enabled state, a non-update flag 8 indicating information on whether the update target data 9 is not updated or has been updated,
An update target data 9 of the setting information 4 and a counter 10 for managing the update of the update impossible flag 7 are provided.

【0023】設定情報テーブル5の内容は、設定情報更
新処理6によって参照/更新される。
The contents of the setting information table 5 are referred to / updated by a setting information updating process 6.

【0024】設定情報更新処理6は、入出力装置2から
は更新通知を受け、また、プログラム3からは更新可/
不可通知11を受けとる。
The setting information update process 6 receives an update notification from the input / output device 2 and updates / disables from the program 3.
The rejection notice 11 is received.

【0025】設定情報更新処理6は、通知を受信した
後、設定情報管理テーブル5を参照又は更新し、設定情
報4とプログラム3の動作に不一致を発生させないよう
に、未更新データが存在し、且つ、更新可能なデータが
存在する場合には、プログラム3の処理を終了させるこ
となく、設定情報4の変更に直接関係しない通信状態を
保持したまま、変更のあった情報のみ、動的に、設定情
報4に反映する。
After receiving the notification, the setting information update processing 6 refers to or updates the setting information management table 5, and if there is unupdated data so as not to cause a mismatch between the operation of the setting information 4 and the operation of the program 3, In addition, when there is data that can be updated, without changing the processing of the program 3, only the changed information is dynamically stored while maintaining the communication state not directly related to the change of the setting information 4. Reflected in setting information 4.

【0026】図2、及び図3は、本発明の一実施例の動
作を説明するための流れ図である。図1乃至図3を参照
して、本発明の一実施例の動作について説明する。
FIGS. 2 and 3 are flow charts for explaining the operation of one embodiment of the present invention. The operation of the embodiment of the present invention will be described with reference to FIGS.

【0027】はじめに設定情報管理テーブル5について
説明しておく。設定情報管理テーブル5は、プログラム
3の動作(起動される)前に作成しておく。設定情報管
理テーブル5の作成時の更新対象データ9は、設定情報
4と同一の内容となる。
First, the setting information management table 5 will be described. The setting information management table 5 is created before the operation (activation) of the program 3. The update target data 9 when the setting information management table 5 is created has the same contents as the setting information 4.

【0028】更新対象データ9に対応する更新不可フラ
グ7と未更新フラグ8は、「0」を初期値として設定す
る。更新不可フラグ7は、更新対象データ9が更新不可
の場合に値「1」、更新可の場合に値「0」とする。
The update impossible flag 7 and the non-update flag 8 corresponding to the data 9 to be updated are set to "0" as initial values. The update impossible flag 7 is set to a value “1” when the update target data 9 cannot be updated, and set to a value “0” when the update target data 9 can be updated.

【0029】この更新不可フラグ7は、複数のプログラ
ム3が、設定情報4上の同一データを参照する可能性が
あるため、カウンタ10により、更新可/不可通知がく
る度に、カウントアップ、カウントダウン処理を行い、
カウンタ10の値が「0」になったときにのみ、更新不
可フラグ7を「0」(更新可)とし、カウンタ10の値
が「1」以上の場合には、「1」(更新不可)に設定す
る。カウンタ10の初期値は「0」である。
Since the plurality of programs 3 may refer to the same data on the setting information 4, the counter 10 counts up and down each time an update enable / disable notification is received. Do the processing,
Only when the value of the counter 10 becomes "0", the update impossible flag 7 is set to "0" (update possible), and when the value of the counter 10 is "1" or more, "1" (update impossible). Set to. The initial value of the counter 10 is “0”.

【0030】未更新フラグ8は、更新対象データ9に更
新が発生した場合に、「1」、更新がない場合、または
未更新データに対して設定情報4に更新内容を反映した
場合(すなわち、設定情報管理テーブル5上の未更新状
態の更新対象データで設定情報4の対応するデータを更
新した場合)に、「0」とする。
The non-update flag 8 is "1" when an update has occurred in the data 9 to be updated, when there is no update, or when the update information is reflected in the setting information 4 for the non-updated data (ie, "0" when the data corresponding to the setting information 4 is updated with the update target data in the unupdated state on the setting information management table 5).

【0031】はじめに、設定情報更新処理6が、入出力
装置2から更新通知(図1の)を受けた場合の動作を
説明する。図2は、本発明の一実施例において、設定情
報更新処理6が入出力装置2から更新通知を受けた場合
の処理手順を模式的に示している。
First, the operation when the setting information update processing 6 receives an update notification (of FIG. 1) from the input / output device 2 will be described. FIG. 2 schematically shows a processing procedure when the setting information update processing 6 receives an update notification from the input / output device 2 in one embodiment of the present invention.

【0032】入出力装置2は、プログラムの動作環境の
更新を行うとき、更新対象データを設定情報更新処理6
に、更新通知として通知する。
When the operating environment of the program is updated, the input / output device 2 updates the data to be updated with the setting information update processing 6
Is notified as an update notification.

【0033】設定情報更新処理6は、入出力装置2から
の更新通知を受信した後、通知されたデータをキーとし
て、設定情報管理テーブル5から該当情報を検索し(ス
テップS1)、該当更新対象データ9を、入出力装置2
より通知されたデータで更新する(ステップS2)。
After receiving the update notification from the input / output device 2, the setting information update process 6 searches the setting information management table 5 for relevant information using the notified data as a key (step S1), The data 9 is transferred to the input / output device 2
The data is updated with the notified data (step S2).

【0034】例えば、入出力装置2から設定情報4の
「11」というデータを「99」に更新する旨の通知が
あった場合、設定情報更新処理6は、図2のAに示すよ
うに、設定情報管理テーブル5上の更新対象データ9を
「11」から「99」(入出力装置2より通知されたデ
ータ)に更新する。
For example, when the input / output device 2 notifies that the data “11” of the setting information 4 is to be updated to “99”, the setting information update processing 6 performs the processing shown in FIG. The update target data 9 on the setting information management table 5 is updated from "11" to "99" (data notified from the input / output device 2).

【0035】設定情報更新処理6は、設定情報管理テー
ブル5を更新後、該当更新対象データ9の更新不可フラ
グ7を参照し、更新不可フラグ7の値が「0」(更新可)
ならば、該当更新対象データを、設定情報4に反映する
(ステップS4)。
After updating the setting information management table 5, the setting information updating process 6 refers to the update impossible flag 7 of the data 9 to be updated, and sets the value of the update impossible flag 7 to "0" (updatable).
If so, the relevant update target data is reflected on the setting information 4 (step S4).

【0036】更新不可フラグ7の値が「1」(更新不可)
の場合、プログラムの参照・処理中により更新処理を行
うと動作不正を発生させる可能性があるため、設定情報
4、設定情報管理テーブル5ともに、更新は行わず、図
2のBのように、該当する更新対象データに対応する未
更新フラグを「1」(未更新)にする(ステップS5)。
The value of the update impossible flag 7 is "1" (update not possible)
In the case of, if the update processing is performed during the reference and processing of the program, there is a possibility that an incorrect operation may occur. Therefore, both the setting information 4 and the setting information management table 5 are not updated, and as shown in FIG. The non-update flag corresponding to the relevant update target data is set to "1" (not updated) (step S5).

【0037】次に、設定情報更新処理6が、実行プログ
ラムから更新可/不可通知を受けた場合の動作を説明す
る。図3は、本発明の一実施例において、設定情報更新
処理6がプログラムから更新可/不可通知を受けた場合
の処理手順を模式的に示している。
Next, the operation when the setting information update processing 6 receives an update enable / disable notification from the execution program will be described. FIG. 3 schematically illustrates a processing procedure when the setting information update processing 6 receives an update enable / disable notification from a program in one embodiment of the present invention.

【0038】プログラム3は、参照している設定情報4
の更新可/不可状態に変化が生じた場合、設定情報更新
処理6に対して、状態に変化の生じたデータの更新可/
不可情報の通知を行う。設定情報更新処理6は、更新可
/不可通知を受信後、通知されたデータをキーとして、
設定情報管理テーブル5の該当情報を検索し(ステップ
S11)、通知があった更新対象データのフラグの参照
/更新に備える。
The program 3 stores the setting information 4 referred to.
When a change occurs in the update enable / disable state of the data, the setting information update process 6 updates / updates the data whose state has changed.
Notify the unacceptable information. In the setting information update processing 6, after receiving the update enable / disable notification, the notified data is used as a key.
The corresponding information in the setting information management table 5 is searched (step S11) to prepare for reference / update of the flag of the notified update target data.

【0039】検索後、通知内容を判断し(ステップS1
2)、更新可通知であった場合には、該当更新対象デー
タ9の未更新フラグ8を参照する(ステップS13)。
After the search, the contents of the notification are determined (step S1).
2) If it is an update enable notification, the non-update flag 8 of the relevant update target data 9 is referred to (step S13).

【0040】未更新フラグ8が、「1」(未更新)の場合
には、更新データはあるが、設定情報4に更新内容が未
だ反映されていない状態であるため、該当更新対象デー
タ9を設定情報4に反映し(ステップS15)、反映
後、未更新フラグ8を「0」(更新済み)とし、更新不可
フラグ7を「0」(更新可)に更新する(ステップS1
6、S17)。
When the unupdated flag 8 is “1” (unupdated), there is update data, but the update information is not yet reflected in the setting information 4. Reflected in the setting information 4 (step S15), and after the reflection, the non-update flag 8 is set to "0" (updated), and the update impossible flag 7 is updated to "0" (update enabled) (step S1).
6, S17).

【0041】例えば、図3のAのように、設定情報テー
ブル5に、未更新(未更新フラグ8が「1」)、且つ、
更新不可(更新不可フラグ7が「1」)の「99」とい
う更新対象データ9があるとする。このとき、設定情報
管理テーブル5の「99」に対応した設定情報4のデー
タの更新可通知があった場合、設定情報更新処理6は、
「99」を設定情報4に反映し、未更新フラグ8を
「0」(更新済み)、更新不可フラグ7を「0」(更新可)
に更新する。
For example, as shown in FIG. 3A, the setting information table 5 has not been updated (the non-update flag 8 is "1") and
It is assumed that there is update target data 9 of “99” that cannot be updated (the update impossible flag 7 is “1”). At this time, if there is a notification that the data of the setting information 4 corresponding to “99” in the setting information management table 5 can be updated, the setting information update processing 6
"99" is reflected in the setting information 4, the non-update flag 8 is set to "0" (updated), and the update impossible flag 7 is set to "0" (update possible).
Update to

【0042】未更新フラグ8が「0」(更新済み)の場合
には、図3のBのように、通知のあった更新対象データ
が更新可であっても、更新対象データに更新が発生して
いないため、設定情報4に対する反映処理は不要とな
り、設定情報管理テーブル5の更新不可フラグ7のみ
「0」(更新可)に更新する。
When the non-update flag 8 is "0" (updated), as shown in FIG. 3B, even if the notified update target data can be updated, the update target data is updated. Since it has not been performed, the reflection processing for the setting information 4 becomes unnecessary, and only the update impossible flag 7 of the setting information management table 5 is updated to “0” (updatable).

【0043】また、通知内容が更新不可通知であった場
合には、図3のCに示すとおり、設定情報管理テーブル
5の該当更新不可フラグ7を「1」(更新不可)に更新す
る。
If the content of the notification is an update-impossible notification, the corresponding update-impossible flag 7 in the setting information management table 5 is updated to "1" (update-impossible) as shown in FIG.

【0044】このように、プログラム3が参照している
設定情報4は、未更新データが存在し、且つ、設定情報
4の更新対象データが更新可能な状態にあるときに、更
新する。
As described above, the setting information 4 referred to by the program 3 is updated when unupdated data exists and the data to be updated of the setting information 4 is in an updatable state.

【0045】設定情報4の更新は、入出力装置2からの
更新通知、プログラム3からの更新可/不可通知がされ
たときのみ、設定情報管理テーブル5のフラグを確認
し、前述の条件が揃った場合にのみ行う。
The setting information 4 is updated only when an update notification from the input / output device 2 and an update enable / disable notification from the program 3 are received, by checking the flag of the setting information management table 5 and satisfying the above conditions. Only if you do.

【0046】また、コンピュータ1は、終了時に、すべ
ての更新対象データが設定情報4に反映されたかどうか
を確認し、未更新のデータ(未更新フラグが「1」の更
新対象データ)があれば、これを設定情報4に反映して
から終了する。
At the time of termination, the computer 1 checks whether all the data to be updated has been reflected in the setting information 4 and if there is any data that has not been updated (the data to be updated whose non-update flag is “1”). After reflecting this in the setting information 4, the process ends.

【0047】次に、本発明の他の実施例について説明す
る。図4は、本発明の第2の実施例の構成を示す図であ
る。図4に示すように、本発明の第2の実施例は、図1
に示した前記実施例に、さらに、アクセス制御手段12
を備えている。これ以外の構成は、前期実施例と同様で
ある。アクセス制御手段12は、プログラム3の設定情
報4へのアクセス制御を行う。
Next, another embodiment of the present invention will be described. FIG. 4 is a diagram showing the configuration of the second exemplary embodiment of the present invention. As shown in FIG. 4, the second embodiment of the present invention is the same as that of FIG.
In addition to the above-described embodiment shown in FIG.
It has. Other configurations are the same as those of the first embodiment. The access control unit 12 controls access to the setting information 4 of the program 3.

【0048】設定情報更新処理6は、設定情報管理テー
ブル5に、未更新且つ更新不可の更新対象データ9が存
在する場合、更新不可通知を受けると、カウンタ10に
対してカウントアップ処理を行わず、設定情報更新処理
6のアクセス制御手段12が、更新不可通知を発行した
プログラム3を待ち状態にする。
The setting information update process 6 does not perform the count-up process on the counter 10 when the update information 9 that has not been updated and cannot be updated is received in the setting information management table 5 and receives the update impossible notification. Then, the access control means 12 of the setting information update processing 6 puts the program 3 which has issued the update disable notification into a waiting state.

【0049】そして、現在、更新不可フラグ7を更新不
可にしているプログラムからの更新可通知のみを有効に
することで、更新不可フラグ7を必ず「0」(更新可)に
するタイミングを作り、設定情報4へ更新データを反映
させる。
Then, by enabling only the update enable notification from the program whose update disable flag 7 is currently disabled, a timing for making the update disable flag 7 always "0" (update enabled) is created. The updated data is reflected on the setting information 4.

【0050】例えば、設定情報管理テーブル5が、図4
のの状態である時に、図4ののように、入出力装置
2から「11」を「99」に変更する更新通知が到来し
た場合、設定情報管理テーブル5は、図4のの状態と
なる。
For example, the setting information management table 5 corresponds to FIG.
4, when the update notification for changing “11” to “99” comes from the input / output device 2 as shown in FIG. 4, the setting information management table 5 becomes the state of FIG. .

【0051】そして、設定情報管理テーブル5が図4の
の状態である時に、図4ののように、現在、更新不
可フラグ7を更新不可状態にしているプログラムとは異
なるプログラムから、「11」に対する更新不可通知が
きた場合、図4のに示すように、アクセス制御手段1
2が、更新不可通知を行ったプログラムの動作を待ち状
態とする。
When the setting information management table 5 is in the state of FIG. 4, as shown in FIG. 4, a program different from the program in which the update impossible flag 7 is currently in the update impossible state is changed to "11". When an update refusal notification is received for the access control unit 1 as shown in FIG.
2 waits for the operation of the program that has issued the update disable notification.

【0052】この待ち状態は、設定情報4が新しい情報
に変更され、更新不可フラグ7が「0」(更新可)になる
まで、アクセス制御手段12によって制御される。
This waiting state is controlled by the access control means 12 until the setting information 4 is changed to new information and the update impossible flag 7 becomes "0" (updatable).

【0053】設定情報更新処理6は、未更新データが設
定情報4に反映された後、図1の前記実施例と同様、設
定情報管理テーブル5の未更新フラグ8を「0」(更新
済み)に変更し、アクセス制御手段12によって、待ち
状態にしていたプログラムの動作を再開させ、先に受け
ていた更新不可通知を、設定情報管理テーブル5に反映
する。
In the setting information update processing 6, after the unupdated data is reflected in the setting information 4, the non-update flag 8 of the setting information management table 5 is set to "0" (updated), as in the embodiment of FIG. And the access control unit 12 restarts the operation of the program in the waiting state, and reflects the update rejection notification received earlier in the setting information management table 5.

【0054】この実施例によれば、未更新データが設定
情報4に反映されるタイミングを作り、複数プログラム
からの参照頻度が高い情報の更新の遅れに対応し、設定
情報4への確実な更新を実現する。
According to this embodiment, the timing at which the unupdated data is reflected in the setting information 4 is set, and the update of the setting information 4 is reliably performed in response to the update delay of information frequently referred to from a plurality of programs. To achieve.

【0055】以上本発明を上記実施例に即して説明した
が、本発明は、上記実施例の構成にのみ限定されるもの
ではなく、本発明の原理に準ずる範囲で当業者であれば
なし得る各種変形、修正を含むことは勿論である。例え
ば、コンピュータは単一コンピュータに限定されるもの
ではなく、クライアント・サーバシステム等、複数のコ
ンピュータがネットワーク接続するコンピュータシステ
ムにも適用できることは勿論である。すなわち、共有メ
モリ等の設定情報を参照して動作する複数のプロセスあ
るいは複数のプロセッサ、もしくは複数のコンピュータ
間に分散して動作する複数のプロセスの動作環境の動的
変更に対しても、上記実施例と同様な原理に従って、適
用できる。
Although the present invention has been described with reference to the above embodiment, the present invention is not limited to the configuration of the above embodiment, and can be made by those skilled in the art within a range according to the principle of the present invention. Needless to say, various changes and modifications are included. For example, the computer is not limited to a single computer, but can be applied to a computer system in which a plurality of computers are connected to a network, such as a client server system. In other words, the above-described implementation is also applicable to dynamic changes in the operating environment of a plurality of processes or a plurality of processors operating with reference to setting information such as a shared memory or a plurality of processes operating distributed among a plurality of computers. It can be applied according to the same principle as the example.

【0056】[0056]

【発明の効果】以上説明したように、本発明によれば、
記憶媒体上のファイルやメモリに存在する設定情報を参
照しながら動作するプログラムの動作環境に変更が生じ
た場合、プログラムの参照する設定情報の管理テーブル
を有することにより、設定情報の変更に直接関係しない
通信状態は保持したまま、変更のあった情報のみ、プロ
グラムの処理を終了させることなく、動的に変更するこ
とを可能としている。このため、本発明によれば、ファ
イルを共有しているコンピュータシステム等における運
用効率を特段に向上する。
As described above, according to the present invention,
When a change occurs in the operating environment of a program that operates while referring to setting information present in a file or memory on a storage medium, the management information table for setting information referred to by the program is directly related to the change in setting information. It is possible to dynamically change only the changed information without terminating the processing of the program while maintaining the communication state not to be maintained. For this reason, according to the present invention, the operation efficiency in a computer system or the like sharing a file is particularly improved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例の構成を示す図である。FIG. 1 is a diagram showing a configuration of an embodiment of the present invention.

【図2】本発明の一実施例の動作を説明する流れ図であ
る。
FIG. 2 is a flowchart illustrating the operation of one embodiment of the present invention.

【図3】本発明の一実施例の動作を説明する流れ図であ
る。
FIG. 3 is a flowchart illustrating the operation of one embodiment of the present invention.

【図4】本発明の第2の実施例の構成及び動作を示す図
である。
FIG. 4 is a diagram showing the configuration and operation of a second embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 コンピュータ 2 入出力装置 3 プログラム 4 設定情報 5 設定情報管理テーブル 6 設定情報更新処理 7 更新不可フラグ 8 未更新フラグ 9 更新対象データ 10 カウンタ 11 更新可/不可通知 12 アクセス制御手段 DESCRIPTION OF SYMBOLS 1 Computer 2 I / O device 3 Program 4 Setting information 5 Setting information management table 6 Setting information update processing 7 Update impossible flag 8 Unupdated flag 9 Data to be updated 10 Counter 11 Update enable / disable notification 12 Access control means

Claims (17)

【特許請求の範囲】[Claims] 【請求項1】コンピュータ上で稼動するプログラムによ
って参照される設定情報を記憶する記憶手段と、 前記記憶手段に記憶される前記設定情報に対する更新対
象データを保持するとともに、前記更新対象データに対
応させて、前記更新対象データが更新不可状態であるか
更新可状態であるかを示す更新不可フラグと、前記更新
対象データが未更新であるか更新済みであるかを示す未
更新フラグと、を少なくとも有する設定情報管理テーブ
ルを格納する記憶手段と、 前記設定情報テーブルの内容を更新又は参照し、前記設
定情報テーブルに保持される更新対象データによって、
前記記憶手段に記憶されている前記設定情報を更新する
設定情報更新手段と、 前記設定情報更新手段に対して更新通知を行う入出力手
段と、 を備え、 前記プログラムは、前記プログラムが参照する前記設定
情報のデータの更新可/不可情報を有し、該更新可/不
可情報に基づき、前記設定情報更新手段に対して、前記
設定情報が更新可であるか更新不可であるかの通知を行
い、 前記設定情報更新手段は、前記入出力手段からの更新通
知、前記プログラムからの更新可又は更新不可の通知を
受けとった際に、前記設定情報管理テーブルを参照又は
更新し、前記設定情報管理テーブルに未更新であり、且
つ、更新可能な更新対象データが存在する場合に、前記
設定情報管理テーブルに保持される前記更新対象データ
によって前記設定情報を更新する制御を行う、ことを特
徴とする情報処理装置。
1. A storage means for storing setting information referred to by a program running on a computer, and data to be updated for the setting information stored in the storage means are stored and corresponded to the data to be updated. An update disable flag indicating whether the update target data is in an update impossible state or an update enabled state, and an unupdated flag indicating whether the update target data is unupdated or updated, Storage means for storing a setting information management table having, by updating or referencing the contents of the setting information table, and by updating target data held in the setting information table,
A setting information updating unit that updates the setting information stored in the storage unit; and an input / output unit that sends an update notification to the setting information updating unit. The program refers to the program referred to by the program. It has update enable / disable information of the data of the setting information, and based on the update enable / disable information, notifies the setting information updating means whether the setting information is update enable or disable. The setting information update unit refers to or updates the setting information management table when receiving an update notification from the input / output unit and a notification of update enable or disable from the program; When there is update target data that has not been updated yet and can be updated, the setting information is updated by the update target data held in the setting information management table. An information processing apparatus, which performs control to perform
【請求項2】複数の前記プログラムが、前記設定情報の
同一データを参照可能とされており、 前記設定情報管理テーブルが、前記更新対象データに対
応する前記更新不可フラグの更新を管理するカウンタを
前記更新対象データに対応して備え、 前記設定情報更新手段は、前記プログラムより前記設定
情報の該当するデータの更新可、更新不可の通知が来る
と、前記カウンタのカウントアップ、カウントダウン処
理を行い、 前記カウンタの値が所定の値のときにのみ、前記更新不
可フラグを更新可を示す値とし、前記カウンタの値が前
記所定値と異なる場合には、前記更新不可フラグを更新
不可を示す値に設定する、ことを特徴とする請求項1記
載の情報処理装置。
2. The program according to claim 1, wherein the plurality of programs can refer to the same data of the setting information, and the setting information management table includes a counter for managing updating of the update disable flag corresponding to the update target data. The setting information updating unit is provided in correspondence with the update target data, and performs a count-up and count-down process of the counter when a notification indicating that the corresponding data of the setting information can be updated is received from the program. Only when the value of the counter is a predetermined value, the update-impossible flag is set to a value indicating that the update is possible, and when the value of the counter is different from the predetermined value, the update-impossible flag is set to a value indicating that the update is not possible. The information processing apparatus according to claim 1, wherein the setting is performed.
【請求項3】前記設定情報管理テーブルの初期状態の前
記更新対象データは、前記記憶手段に記憶される前記設
定情報の対応するデータと同一の内容とされ、 前記設定情報管理テーブルの前記未更新フラグは、前記
更新対象データに、更新が発生した場合に、未更新を示
す値とされ、一方、更新がない場合または未更新状態の
更新対象データで前記設定情報のデータを更新した場合
に、更新済みを示す値とし、 前記プログラムの動作環境の更新を行うとき、前記入出
力手段から、前更新対象データが、前記設定情報更新手
段に対して、前記更新通知として通知され、 前記設定情報更新手段は、前記入出力手段からの更新通
知を受けて、前記設定情報管理テーブルを検索して該当
する更新対象データを更新し、 前記該当する更新対象データに対応する前記更新不可フ
ラグの値が更新可を示す場合、前記更新対象データで前
記設定情報のデータを更新し、 前記該当する更新対象データに対応する前記更新不可フ
ラグの値が更新不可を示す場合、前記設定情報管理テー
ブルの該当する更新対象データに対応する前記未更新フ
ラグを未更新を示す値に設定する制御を行う、ことを特
徴とする請求項1又は2記載の情報処理装置。
3. The update target data in the initial state of the setting information management table has the same content as the corresponding data of the setting information stored in the storage means, and the unupdated data of the setting information management table is not updated. The flag is a value indicating the non-update when the update is performed on the update target data.On the other hand, when the data of the setting information is updated with no update or the update target data in an unupdated state, When the operating environment of the program is updated, the data to be updated is notified from the input / output unit to the setting information updating unit as the update notification, and the setting information update is performed. The means, upon receiving the update notification from the input / output means, searches the setting information management table and updates the corresponding update target data. When the value of the corresponding update-impossible flag indicates that updating is possible, the data of the setting information is updated with the data to be updated, and when the value of the update-impossible flag corresponding to the relevant data to be updated indicates that updating is not possible 3. The information processing apparatus according to claim 1, wherein control is performed to set the non-update flag corresponding to the relevant update target data in the setting information management table to a value indicating non-update.
【請求項4】前記プログラムは、参照している設定情報
の更新可/不可状態に変化が生じた場合、前記設定情報
更新手段に対して、状態に変化の生じたデータの更新
可、更新不可の通知を行い、 前記設定情報更新手段は、前記プログラムから、更新
可、更新不可の通知を受信した場合、通知されたデータ
をキーとして、前記設定情報管理テーブルを検索し、 前記プログラムから受信した通知が更新可の通知であっ
た場合には、該当する更新対象データに対応する前記未
更新フラグが未更新の値の場合に、該当する更新対象デ
ータを、前記設定情報に反映し、その後、前記未更新フ
ラグを、更新済みを示す値、前記更新不可フラグを更新
可を示す値にそれぞれ更新し、一方、前記未更新フラグ
が更新済みを示す場合には、前記更新不可フラグのみ更
新可に設定し、 前記設定情報更新手段が前記プログラムから受信した通
知が更新不可の通知であった場合には、前記設定情報更
新手段は、前記設定情報管理テーブルの該当する更新対
象データに対応する更新不可フラグを更新不可に設定
し、 前記プログラムが参照している設定情報は、前記未更新
データが存在し、且つ、設定情報の更新対象データが更
新可能な状態にあるときに、更新される、ことを特徴と
する請求項1乃至3のいずれか一に記載の情報処理装
置。
4. The program according to claim 1, wherein, when a change occurs in the update enable / disable state of the setting information referred to, the program allows the setting information update means to update the data whose state has changed, and to disable the update. The setting information updating unit, when receiving a notification that the update is possible or not, from the program, searches the setting information management table using the notified data as a key, and receives the information from the program. If the notification is an update-capable notification, if the non-update flag corresponding to the relevant update target data is an unupdated value, the relevant update target data is reflected in the setting information, The non-update flag is updated to a value indicating update, and the update disable flag is updated to a value indicating update enable, while if the unupdate flag indicates update, the update disable flag is updated. If the notification received from the program by the setting information updating means is a notification indicating that updating is not possible, the setting information updating means sets the corresponding update target data in the setting information management table. A corresponding update impossible flag is set to update impossible, and the setting information referred to by the program is updated when the non-updated data exists and the update target data of the setting information is in an updatable state. The information processing apparatus according to any one of claims 1 to 3, wherein the information processing is performed.
【請求項5】前記設定情報更新手段が、前記プログラム
の前記設定情報へのアクセス制御を行うアクセス制御手
段を備え、 前記設定情報更新手段は、前記設定情報管理テーブル
に、未更新であり、且つ、更新不可の更新対象データが
存在する場合、前記プログラムより更新不可の通知を受
けると、前記アクセス制御手段が、前記更新不可の通知
を行ったプログラムを待ち状態とし、現在、前記更新不
可フラグを更新不可にしているプログラムからの更新可
通知のみを有効にすることで、前記更新不可フラグを更
新可にするタイミングを作り、未更新データが、前記設
定情報に反映されるように制御する、ことを特徴とする
請求項1又は2記載の情報処理装置。
5. The setting information updating means includes an access control means for controlling access of the program to the setting information, wherein the setting information updating means has not updated the setting information management table, and In the case where there is update-impossible data that cannot be updated, upon receiving the update-impossible notification from the program, the access control means puts the program that has issued the update-impossible notification into a waiting state, and sets the update-impossible flag at present. By enabling only an update enable notification from a program that has not been updated, a timing is made at which the update disabled flag can be updated, and control is performed so that unupdated data is reflected in the setting information. The information processing apparatus according to claim 1, wherein:
【請求項6】前記プログラムの待ち状態は、前記設定情
報が、新しい更新データで更新され、対応する前記更新
不可フラグが更新可になるまで、前記アクセス制御手段
によって制御され、 前記設定情報更新手段は、未更新データが前記設定情報
に反映された後、前記設定情報管理テーブルの前記未更
新フラグを更新済みの値に変更し、前記アクセス制御手
段によって、待ち状態に設定されていた前記プログラム
の動作を再開させ、前記プログラムより先に受けていた
更新不可の通知を、前記設定情報管理テーブルに反映さ
せる、ことを特徴とする請求項5記載の情報処理装置。
6. The waiting state of the program is controlled by the access control means until the setting information is updated with new update data and the corresponding update disable flag becomes updatable. After the unupdated data is reflected in the setting information, the non-update flag of the setting information management table is changed to an updated value, and the access control unit sets the program in the waiting state. 6. The information processing apparatus according to claim 5, wherein the operation is resumed, and the update non-update notification received earlier than the program is reflected in the setting information management table.
【請求項7】実行されるプログラムによって参照される
設定情報を記憶する記憶手段と、 前記設定情報に対する更新対象データを有するととも
に、前記更新対象データに対応させて、前記更新対象デ
ータが更新不可状態であるか更新可状態であるかを示す
更新不可フラグと、前記更新対象データが未更新である
か更新済みであるかを示す未更新フラグとを少なくとも
有する設定情報管理テーブルを格納する記憶手段を有す
るコンピュータのプログラムの動作環境の動的変更方法
であって、 前記設定情報テーブルの内容を更新又は参照し、更新対
象データにより設定情報を更新する設定情報更新処理に
対して入出力装置から更新通知を行い、 前記プログラムは、前記プログラムが参照している設定
情報のデータの更新可/不可情報を有し、前記設定情報
更新処理に対して、前記設定情報のデータの更新可/不
可の通知を行い、 前記設定情報更新処理は、前記入出力装置から更新通
知、前記プログラムからは更新可/不可の通知を受けと
った際に、前記設定情報管理テーブルを参照又は更新
し、前記設定情報の内容と前記プログラムの動作に不整
合を発生させないように、前記設定情報管理テーブル
に、未更新であり、且つ、更新可能な更新対象データが
存在する場合に、前記プログラムの処理を終了させるこ
となく、前記設定情報の変更に直接関係しない動作状態
を保持したまま、前記更新対象データによって該当する
設定情報を更新する制御を行う、ことを特徴とするコン
ピュータのプログラムの動作環境の動的変更方法。
7. A storage means for storing setting information referred to by a program to be executed, and update target data for the setting information, and the update target data is in an update impossible state in correspondence with the update target data. Storage means for storing a setting information management table having at least a non-update flag indicating whether the data is in an updateable state or not, and a non-update flag indicating whether the data to be updated is not updated or has been updated. A method for dynamically changing an operating environment of a program of a computer having the update notification from an input / output device for a setting information update process of updating or referring to the contents of the setting information table and updating the setting information with update target data. The program has update enable / disable information of data of the setting information referred to by the program, The setting information update process is notified of whether the setting information data can be updated. The setting information update process receives an update notification from the input / output device and an update enable / disable notification from the program. In this case, the setting information management table is referred to or updated, and the setting information management table is not updated and can be updated so as not to cause inconsistency between the content of the setting information and the operation of the program. If there is any update target data, control for updating the corresponding setting information by the update target data without ending the processing of the program and holding an operation state not directly related to the change of the setting information is performed. A method for dynamically changing the operating environment of a computer program.
【請求項8】複数の前記プログラムが前記設定情報の同
一データを参照可能とされており、前記更新対象データ
に対応する前記更新不可フラグの更新を、前記設定情報
管理テーブルに設けたカウンタで管理するものとし、 前記設定情報更新処理は、前記プログラムより前記設定
情報の該当するデータの更新可及び更新不可の通知が来
ると、前記カウンタのカウントアップ、カウントダウン
処理を行い、前記カウンタの値が所定値であるときにの
み、前記更新不可フラグを更新可を示す値とし、前記カ
ウンタの値が前記所定値と異なる値の場合には、前記更
新不可フラグを更新不可を示す値に設定する、ことを特
徴とする請求項7記載のコンピュータのプログラムの動
作環境の動的変更方法。
8. A plurality of programs can refer to the same data of the setting information, and updates of the update disable flag corresponding to the data to be updated are managed by a counter provided in the setting information management table. In the setting information update process, when a notification that the data corresponding to the setting information can be updated or not is received from the program, the counter counts up and down, and the value of the counter becomes a predetermined value. Only when the value is a value, the update-impossible flag is set to a value indicating update-enabled, and when the value of the counter is different from the predetermined value, the update-impossible flag is set to a value indicating update-impossible. 8. The method according to claim 7, wherein the operating environment of the computer program is dynamically changed.
【請求項9】前記設定情報管理テーブルの初期状態の更
新対象データは、前記設定情報の対応するデータと同一
の内容とされ、 前記設定情報管理テーブルの前記未更新フラグは、前記
更新対象データに更新が発生した場合に未更新を示す
値、更新がない場合、または未更新データに対して前記
設定情報に更新内容を反映した場合に更新済みを示す値
とし、 前記入出力装置からプログラムの動作環境の更新を行う
ときに、更新対象データを、前記設定情報更新処理に、
更新通知として通知するステップと、 前記設定情報更新処理が、前記入出力装置からの更新通
知を受信し、前記設定情報管理テーブルを検索するステ
ップと、 前記設定情報更新処理が、前記設定情報管理テーブルに
おいて該当する更新対象データを更新するステップと、 前記設定情報更新処理が、前記設定情報管理テーブルに
おいて前記該当する更新対象データに対応する前記更新
不可フラグが更新可を示す値の場合、前記該当する更新
対象データを前記設定情報に反映し、一方、前記更新不
可フラグが更新不可を示す値の場合、前記該当する更新
対象データに対応する前記未更新フラグを未更新を示す
値に設定するステップと、 を含む、ことを特徴とする請求項7又は8記載のコンピ
ュータのプログラムの動作環境の動的変更方法。
9. The update target data in the initial state of the setting information management table has the same content as the corresponding data of the setting information, and the unupdated flag of the setting information management table includes A value indicating unupdated when an update occurs, a value indicating updated when there is no update, or when updating content is reflected in the setting information for unupdated data, and a program operation from the input / output device When updating the environment, the update target data, in the setting information update processing,
Notifying as an update notification, the setting information updating process receiving an update notification from the input / output device, and searching the setting information management table; and Updating the applicable update target data in the setting information update process, if the update disable flag corresponding to the relevant update target data in the setting information management table is a value indicating that update is possible, Reflecting the update target data in the setting information, while setting the non-update flag corresponding to the relevant update target data to a value indicating non-update, when the update impossible flag is a value indicating update impossible; The method for dynamically changing the operating environment of a computer program according to claim 7, comprising:
【請求項10】前記プログラムが参照している設定情報
の更新可/不可状態に変化が生じた場合、前記プログラ
ムが前記設定情報更新処理に対して、状態に変化の生じ
たデータの更新可/不可情報の通知を行うステップと、 前記設定情報更新処理が、前記プログラムから更新可/
不可通知を受信した場合、通知されたデータをキーとし
て、前記設定情報管理テーブルを検索するステップと、 前記設定情報更新処理において、前記プログラムから受
け取った通知が更新可の場合には、該当する更新対象デ
ータに対応する前記未更新フラグが未更新の値の場合に
は、前記該当する更新対象データを、前記設定情報に反
映し、その後、対応する前記未更新フラグを更新済みを
示す値、対応する前記更新不可フラグを更新可を示す値
に更新するステップと、 前記設定情報更新処理において、該当する更新対象デー
タに対応する前記未更新フラグが更新済みを示す場合に
は、対応する前記更新不可フラグのみ更新可に設定する
ステップと、 前記設定情報更新処理において、前記プログラムから受
け取った通知が更新不可であった場合には、前記設定情
報管理テーブルの該当する更新対象データに対応する更
新不可フラグを更新不可に設定するステップと、 を含む、ことを特徴とする請求項7乃至9のいずれか一
に記載のコンピュータのプログラムの動作環境の動的変
更方法。
10. When a change occurs in the update enable / disable state of the setting information referred to by the program, the program responds to the setting information update processing by updating the data whose state has changed. A step of notifying the setting information update information,
A step of retrieving the setting information management table using the notified data as a key when the notification of refusal is received; and, in the setting information updating process, when the notification received from the program is updatable, the corresponding update is performed. If the unupdated flag corresponding to the target data is an unupdated value, the corresponding update target data is reflected in the setting information, and then the corresponding unupdated flag is updated to a value indicating that the data has been updated. Updating the update-impossible flag to a value indicating that the update is possible; and in the setting information updating process, when the non-update flag corresponding to the applicable update target data indicates that the update has been completed, the corresponding update-impossible Setting only the flag as updatable; and in the setting information updating process, the notification received from the program is not updatable. The method according to any one of claims 7 to 9, further comprising: setting an update impossible flag corresponding to the relevant update target data in the setting information management table to update impossible. A method for dynamically changing the operating environment of a computer program.
【請求項11】前記設定情報更新処理は、前記設定情報
管理テーブルに、未更新且つ更新不可の更新対象データ
が存在する場合、前記プログラムより更新不可の通知を
受けると、前記プログラムの前記設定情報へのアクセス
制御を行うアクセス制御処理が、前記更新不可の通知を
行ったプログラムを待ち状態とし、現在、前記更新不可
フラグを更新不可にしているプログラムからの更新可通
知のみを有効にすることで、前記更新不可フラグを更新
可にするタイミングを作り、未更新データが、前記設定
情報に反映されるように制御する、ことを特徴とする請
求項7又は8記載のコンピュータのプログラムの動作環
境の動的変更方法。
11. The setting information updating process, if unupdated and unupdatable update target data is present in the setting information management table, receiving a notification that the program is not updatable from the program. The access control process of performing access control to the program waits for the program that has performed the update disable notification, and enables only the update enable notification from the program that currently disables the update disable flag. 9. The computer program operating environment according to claim 7, wherein a timing is set to enable updating of the update disable flag, and control is performed so that unupdated data is reflected in the setting information. Dynamic change method.
【請求項12】前記プログラムの待ち状態は、前記設定
情報が、新しい更新データで更新され、対応する更新不
可フラグが更新可になるまで、前記アクセス制御処理に
よって制御され、 前記設定情報更新処理は、未更新データが前記設定情報
に反映された後、前記設定情報管理テーブルの未更新フ
ラグを更新済みの値に変更し、前記アクセス制御処理に
よって、待ち状態に設定していた前記プログラムの動作
を再開させ、先に受けていた更新不可の通知を、前記設
定情報管理テーブルに反映させる、ことを特徴とする請
求項11記載のコンピュータのプログラムの動作環境の
動的変更方法。
12. The waiting state of the program is controlled by the access control process until the setting information is updated with new update data and a corresponding update impossible flag becomes updatable. After the unupdated data is reflected in the setting information, the unupdated flag of the setting information management table is changed to an updated value, and the access control process causes the operation of the program that has been set in the waiting state to be performed. 12. The method according to claim 11, further comprising the step of restarting the updating and reflecting the previously received notification of the update failure in the setting information management table.
【請求項13】実行されるプログラムによって参照され
る設定情報を記憶する記憶手段と、 前記設定情報に対する更新対象データを有するととも
に、前記更新対象データに対応させて、前記更新対象デ
ータが更新不可状態であるか更新可状態であるかを示す
更新不可フラグと、前記更新対象データが未更新である
か更新済みであるかを示す未更新フラグと、前記更新不
可フラグの更新を管理するカウンタとを有する設定情報
管理テーブルを格納する記憶手段を有するコンピュータ
であって、 入出力装置から、前記設定情報テーブルの内容を更新又
は参照し、更新対象データにより設定情報を更新する設
定情報更新処理に対して更新通知を行い、 前記プログラムは、参照している設定情報のデータの更
新可/不可情報を有し、前記設定情報更新処理に対して
設定情報の更新可/不可の通知を行い、 前記設定情報更新処理は、前記入出力装置からの更新通
知、前記プログラムからは更新可/不可の通知を受けと
った際に、前記設定情報管理テーブルを参照又は更新
し、前記設定情報の内容と前記プログラムの動作に不整
合を発生させないように、前記設定情報管理テーブル
に、未更新であり、且つ、更新可能な更新対象データが
存在する場合に、プログラムの処理を終了させることな
く、前記設定情報の変更に直接関係しない動作状態を保
持したまま、前記更新対象データにより該当する設定情
報を更新する制御を行う前記コンピュータにおける前記
設定情報更新処理を、前記コンピュータで実行するプロ
グラム。
13. A storage means for storing setting information referred to by a program to be executed, and data to be updated for the setting information, wherein the data to be updated is in an update impossible state in correspondence with the data to be updated. Or an update impossible flag indicating whether the data is in the update enable state, an unupdated flag indicating whether the update target data has not been updated or has been updated, and a counter for managing updating of the update impossible flag. A computer having storage means for storing a setting information management table having a setting information update process for updating or referencing the contents of the setting information table from an input / output device and updating the setting information with update target data. An update notification is performed, and the program has update enable / disable information of the data of the setting information referred to, and the program updates the setting information. The setting information update process is notified to the process that the setting information can be updated. When the setting information update process receives the update notification from the input / output device and the update enable / disable notification from the program, the setting information update process is performed. Refer to or update the information management table, and in order to prevent inconsistency between the contents of the setting information and the operation of the program, there is unupdated and updatable update target data in the setting information management table. In this case, without terminating the processing of the program, the setting information in the computer that performs control to update the corresponding setting information by the update target data while maintaining an operation state that is not directly related to the change of the setting information A program that executes an update process on the computer.
【請求項14】前記設定情報管理テーブルの初期状態の
更新対象データは、前記設定情報の対応するデータと同
一の内容とされ、 前記カウンタは、前記プログラムより、前記設定情報更
新処理に、更新可、不可通知が通知される度に、カウン
トアップ、カウントダウン動作をそれぞれ行い、 前記カウンタの値が所定値であるときに、対応する前記
更新不可フラグを更新可を示す値とし、前記カウンタの
値が所定値と異なる値の場合には、更新不可を示す値に
設定され、 前記未更新フラグは、前記更新対象データに更新が発生
した場合に未更新を示す値、更新がない場合、または未
更新データに対して前記設定情報に更新内容を反映した
場合に更新済みを示す値とし、 前記入出力装置からプログラムの動作環境の更新を行う
ときに、更新対象データを前記設定情報更新処理に、更
新通知として通知し、 前記設定情報更新処理は、前記入出力装置からの更新通
知を受信し、前記設定情報管理テーブルを検索する第1
の処理と、 前記設定情報更新処理が、前記設定情報管理テーブルの
該当する更新対象データを更新する第2の処理と、 前記設定情報更新処理が、該当更新対象データに対応す
る前記更新不可フラグの値が更新可を示す値の場合、該
当更新対象データを前記設定情報に反映する第3の処理
と、 前記設定情報更新処理は、前記更新不可フラグの値が更
新不可を示す値の場合、該当する更新対象データに対応
する前記未更新フラグを未更新を示す値に設定する第4
の処理と、 を含み、 前記設定情報更新処理の前記第1乃至第4の処理を、前
記コンピュータで実行するプログラムをさらに有する請
求項13記載のプログラム。
14. The data to be updated in the initial state of the setting information management table has the same contents as the corresponding data of the setting information, and the counter can be updated by the program in the setting information update processing. Each time a notification of impossibility is given, count-up and count-down operations are performed, and when the value of the counter is a predetermined value, the corresponding update-impossible flag is set to a value indicating that update is possible, and the value of the counter is If the value is different from the predetermined value, the value is set to a value indicating that updating is not possible, and the non-update flag is a value indicating non-update when the data to be updated has been updated, if there is no update, or if not updated. A value indicating update when the update content is reflected in the setting information with respect to the data. When the operating environment of the program is updated from the input / output device, the update target Notifying the setting information update processing of the data as an update notification, wherein the setting information update processing receives an update notification from the input / output device and searches the setting information management table.
And a second process in which the setting information updating process updates the corresponding update target data in the setting information management table; and wherein the setting information updating process sets the update disable flag corresponding to the relevant update target data. A third process of reflecting the applicable update target data in the setting information when the value is a value indicating that the update is possible; Setting the unupdated flag corresponding to the data to be updated to a value indicating unupdated.
14. The program according to claim 13, further comprising: a program that executes the first to fourth processes of the setting information update process on the computer.
【請求項15】前記設定情報を参照する前記プログラム
は、参照している設定情報の更新可/不可状態に変化が
生じた場合、前記設定情報更新処理に対して、状態に変
化の生じたデータの更新可/不可情報の通知を行い、 前記設定情報更新処理は、前記プログラムから更新可/
不可通知を受信した場合、通知されたデータをキーとし
て、前記設定情報管理テーブルを検索する第5の処理
と、 前記設定情報更新処理は、更新可通知であった場合に
は、前記設定情報管理テーブルにおいて、該当する更新
対象データに対応する前記未更新フラグが未更新の値の
場合には、該当更新対象データを設定情報に反映し、反
映後、未更新フラグを更新済みを示す値、更新不可フラ
グを更新可を示す値に更新する第6の処理と、 前記設定情報更新処理は、前記設定情報管理テーブルの
前記未更新フラグが更新済みを示す場合には、前記更新
不可フラグのみ更新可に設定する第7の処理と、 前記設定情報更新処理は、前記通知内容が更新不可通知
であった場合には、前記設定情報管理テーブルの該当す
る更新対象データに対応する更新不可フラグを更新不可
に設定する第8の処理と、 を含み、前記設定情報更新処理の前記第5乃至第8の処
理を、前記コンピュータで実行するプログラムをさらに
有する請求項13又は14記載のプログラム。
15. The program which refers to the setting information, if the setting information being referred to changes in the update enable / disable state, the program changes the state in response to the setting information update processing. The setting information update processing is performed by the program.
A fifth process of searching the setting information management table by using the notified data as a key when the refusal notification is received; and a setting information management process when the setting information updating process is an update enable notification. In the table, when the unupdated flag corresponding to the relevant update target data is an unupdated value, the relevant update target data is reflected in the setting information, and after the reflection, the value of the unupdated flag indicates that the update has been completed. A sixth process of updating the disabling flag to a value indicating that updating is possible; and the setting information updating process, when the non-update flag in the setting information management table indicates that updating has been completed, only the updating impossible flag can be updated. The setting information updating process includes: when the notification content is an update-disabled notification, the updating of the setting information management table corresponding to the corresponding update target data in the setting information management table. 15. The program according to claim 13, further comprising: a program configured to execute the fifth to eighth processes of the setting information updating process on the computer, the program including: .
【請求項16】前記設定情報更新処理は、前記設定情報
管理テーブルに、未更新且つ更新不可の更新対象データ
が存在する場合、前記プログラムより、更新不可通知を
受けると、前記プログラムの前記設定情報へのアクセス
制御を行うアクセス制御処理が、更新不可通知を発行し
たプログラムを待ち状態とし、現在、前記更新不可フラ
グを更新不可にしているプログラムからの更新可通知の
みを有効にすることで、前記更新不可フラグを更新可に
するタイミングを作り、未更新データが、前記設定情報
に反映されるように制御する、前記アクセス制御処理
を、前記コンピュータで実行するプログラムをさらに有
する請求項13又は14記載のプログラム。
16. The setting information updating process, when unupdated and non-updatable update target data is present in the setting information management table, receiving a non-updating notification from the program. The access control process of performing access control to the, waits for the program that has issued the update disable notification, and currently enables only the update enable notification from the program that has disabled the update disable flag, thereby enabling the update 15. The computer according to claim 13, further comprising a program configured to execute the access control process on the computer, wherein the computer sets the timing at which the update disable flag is set to be updatable, and controls the unupdated data to be reflected in the setting information. Program.
【請求項17】前記プログラムの待ち状態は、前記設定
情報が、新しい更新データで更新され、対応する更新不
可フラグが更新可になるまで、前記アクセス制御処理に
よって制御され、 前記設定情報更新処理は、未更新データが前記設定情報
に反映された後、前記設定情報管理テーブルの未更新フ
ラグを更新済みの値に変更し、前記アクセス制御処理に
よって、待ち状態に設定していた前記プログラムの動作
を再開させ、先に受けていた更新不可通知を、前記設定
情報管理テーブルに反映する第9の処理を含み、前記ア
クセス制御処理、及び前記設定情報更新の前記第9の処
理を、前記コンピュータで実行するプログラムをさらに
有する請求項16記載のプログラム。
17. The waiting state of the program is controlled by the access control process until the setting information is updated with new update data and a corresponding update disable flag becomes updatable. After the unupdated data is reflected in the setting information, the unupdated flag of the setting information management table is changed to an updated value, and the access control process causes the operation of the program that has been set in the waiting state to be performed. The computer includes a ninth process for resuming the update refusal notification received earlier and reflecting the update rejection notification in the setting information management table, and executing the access control process and the ninth process of updating the setting information on the computer. 17. The program according to claim 16, further comprising a program that executes the program.
JP2001071334A 2001-03-14 2001-03-14 Information processor, dynamic change method for operation environment of program and program Pending JP2002268899A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001071334A JP2002268899A (en) 2001-03-14 2001-03-14 Information processor, dynamic change method for operation environment of program and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001071334A JP2002268899A (en) 2001-03-14 2001-03-14 Information processor, dynamic change method for operation environment of program and program

Publications (1)

Publication Number Publication Date
JP2002268899A true JP2002268899A (en) 2002-09-20

Family

ID=18929073

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001071334A Pending JP2002268899A (en) 2001-03-14 2001-03-14 Information processor, dynamic change method for operation environment of program and program

Country Status (1)

Country Link
JP (1) JP2002268899A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013033583A (en) * 2011-07-29 2013-02-14 Boeing Co:The System for updating associative memory
JP2013134581A (en) * 2011-12-26 2013-07-08 Sharp Corp Electronic device system and electronic device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05120223A (en) * 1991-10-28 1993-05-18 Nec Corp Information processor
JPH05233264A (en) * 1992-02-21 1993-09-10 Nec Corp Memoryu development system for table informagtion

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05120223A (en) * 1991-10-28 1993-05-18 Nec Corp Information processor
JPH05233264A (en) * 1992-02-21 1993-09-10 Nec Corp Memoryu development system for table informagtion

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013033583A (en) * 2011-07-29 2013-02-14 Boeing Co:The System for updating associative memory
JP2013134581A (en) * 2011-12-26 2013-07-08 Sharp Corp Electronic device system and electronic device

Similar Documents

Publication Publication Date Title
US7779298B2 (en) Distributed job manager recovery
US9753718B1 (en) Non-disruptive upgrade including rollback capabilities for a distributed file system operating within a cluster of nodes
CN112445598B (en) Task scheduling method and device based on quartz, electronic equipment and medium
US8918795B2 (en) Handling and reporting of object state transitions on a multiprocess architecture
JPH0628402A (en) Data dictionary manager for maintenance of active data dictionary
US7543121B2 (en) Computer system allowing any computer to copy any storage area within a storage system
US20020029301A1 (en) Processor system
US6826761B1 (en) Efficient timer management system
EP3835946A1 (en) Unified installer
CN111031126B (en) Cluster cache sharing method, system, equipment and storage medium
CN111971667B (en) Recoverable merge ordering
CN116842244A (en) Search engine data synchronization method, system, device and storage medium
JP2002268899A (en) Information processor, dynamic change method for operation environment of program and program
JP5238469B2 (en) Database processing method, database processing program, and database instruction apparatus
JP3586943B2 (en) Program loading device and method
JPH03196222A (en) Program replacing system
JP2001134476A (en) Method for updating data base in a batch
JPH08234968A (en) Program execution management system and method
JP3348682B2 (en) Restart control device and restart control method
JPH09152996A (en) Data takeover system
CN114090626A (en) Method and device for acquiring database data
CN114385334A (en) Distributed observable task scheduling system and method
JPH07143227A (en) Software update control method for network element
KR100489044B1 (en) Multi package management method
CN117992445A (en) Method and system for managing heterogeneous database data archiving

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050628

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050829

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051122