JP3301394B2 - Communication management program startup initial setting method - Google Patents

Communication management program startup initial setting method

Info

Publication number
JP3301394B2
JP3301394B2 JP26361998A JP26361998A JP3301394B2 JP 3301394 B2 JP3301394 B2 JP 3301394B2 JP 26361998 A JP26361998 A JP 26361998A JP 26361998 A JP26361998 A JP 26361998A JP 3301394 B2 JP3301394 B2 JP 3301394B2
Authority
JP
Japan
Prior art keywords
communication
object file
communication definition
initialization
shared memory
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.)
Expired - Fee Related
Application number
JP26361998A
Other languages
Japanese (ja)
Other versions
JP2000099433A (en
Inventor
准一 野村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP26361998A priority Critical patent/JP3301394B2/en
Publication of JP2000099433A publication Critical patent/JP2000099433A/en
Application granted granted Critical
Publication of JP3301394B2 publication Critical patent/JP3301394B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、通信管理プログラ
ムの起動時における初期設定処理(共有メモリ領域を獲
得して通信定義オブジェクトファイル群に基づいて当該
共有メモリ領域上にネットワークシステム上の資源(リ
ソース)の制御・管理を行うために必要なテーブルを展
開する処理)を行う通信管理プログラム起動時初期設定
方式に関する。
BACKGROUND OF THE INVENTION The present invention relates to an initialization process at the time of starting a communication management program (a shared memory area is acquired and a resource (resource) on a network system is stored in the shared memory area based on a group of communication definition object files. The present invention relates to an initialization method at the time of starting a communication management program for performing a process of expanding a table necessary for performing the control and management of (1).

【0002】[0002]

【従来の技術】通信管理プログラムの起動時には、共有
メモリ領域(当該通信管理プログラムの複数のプロセス
によって共有されるメモリ領域)を獲得する処理と、当
該共有メモリ領域上に当該通信管理プログラムによる管
理対象のネットワークシステム上の資源の制御・管理を
行うために必要なテーブル(当該資源の構成,名前,お
よび属性等についての情報(リソース管理情報)を有す
るテーブル)を展開(テーブル展開)する処理とからな
る「初期設定処理」が必要になる。
2. Description of the Related Art When a communication management program is started, a process of acquiring a shared memory area (a memory area shared by a plurality of processes of the communication management program) and a process of managing the communication management program on the shared memory area. To develop (table development) a table (table having information (resource management information) on the configuration, name, and attributes of the resource, etc.) necessary for controlling and managing resources on the network system "Initial setting process" is required.

【0003】このような初期設定処理は、複数の通信定
義オブジェクトファイル(通信定義ソースファイル群に
基づき通信定義コンパイルプログラムによって生成され
た通信定義オブジェクトファイル群)が読み込まれて、
その通信定義オブジェクトファイル群に基づいて共有メ
モリ領域上にリソース管理情報と他のテーブルへのポイ
ンタとを有するテーブルが展開されることにより、実現
される。通信管理プログラムにおいて、かかる初期設定
処理を実現するのが、通信管理プログラム起動時初期設
定方式である。
In such an initialization process, a plurality of communication definition object files (a group of communication definition object files generated by a communication definition compiling program based on a group of communication definition source files) are read.
This is realized by expanding a table having resource management information and pointers to other tables on the shared memory area based on the communication definition object file group. In the communication management program, the initialization process at the time of starting the communication management program realizes the initial setting process.

【0004】従来、この種の通信管理プログラム起動時
初期設定方式では、1つのプロセスによって、初期設定
処理が行われていた。
Conventionally, in this type of initialization method at the time of starting a communication management program, the initialization processing is performed by one process.

【0005】ここで、初期設定処理が終了しない限り、
通信管理プログラムの起動処理における次の動作を実行
することができず、さらに通信管理プログラムの本来の
処理における他のプロセスも動作することができないた
め、当該初期設定処理を速く終わらせる必要性は高いも
のがある。
Here, unless the initial setting process is completed,
Since the next operation in the startup processing of the communication management program cannot be executed, and other processes in the original processing of the communication management program cannot operate, it is highly necessary to end the initialization processing quickly. There is something.

【0006】[0006]

【発明が解決しようとする課題】上述した従来の通信管
理プログラム起動時初期設定方式では、1つのプロセス
によって初期設定処理が行われているので、初期設定処
理を含む通信管理プログラムの起動処理に長時間を要す
ることとなり、通信管理プログラムにおける他のプロセ
スを動作させるまでに長時間が必要になるという問題点
があった。
In the above-mentioned conventional initialization method at the time of starting the communication management program, since the initialization processing is performed by one process, it is difficult to start the communication management program including the initialization processing. It takes time, and there is a problem that it takes a long time to operate other processes in the communication management program.

【0007】本発明の目的は、上述の点に鑑み、通信管
理プログラムの起動時における初期設定処理を、従来の
1プロセスによる処理でなく複数プロセスによる並列処
理で行うことにより、当該初期設定処理の高速化を可能
とする通信管理プログラム起動時初期設定方式を提供す
ることにある。このような通信管理プログラム起動時初
期設定方式によって初期設定処理を速く終わらせること
により、通信管理プログラムの起動処理全体を速く終わ
らせることができるようになる。
SUMMARY OF THE INVENTION In view of the foregoing, it is an object of the present invention to perform initialization processing at the time of starting a communication management program by parallel processing by a plurality of processes instead of processing by a conventional one process. An object of the present invention is to provide a communication management program start-up initialization method that enables high speed operation. By ending the initial setting process quickly by such a communication management program start-up initial setting method, the entire start process of the communication management program can be ended quickly.

【0008】[0008]

【課題を解決するための手段】本発明の通信管理プログ
ラム起動時初期設定方式は、通信定義メインオブジェク
トファイルと複数の通信定義サブオブジェクトファイル
とからなる通信定義オブジェクトファイル群と、メモリ
上に共有メモリ領域を獲得して前記通信定義オブジェク
トファイル群中の通信定義メインオブジェクトファイル
および各通信定義サブオブジェクトファイルに対応する
領域を当該共有メモリ領域上に割り当てる親プロセス内
の初期設定処理部中の共有メモリ領域獲得手段と、前記
通信定義オブジェクトファイル群中の通信定義サブオブ
ジェクトファイルのファイル数と同数の複数の初期設定
子プロセスを作成し、各通信定義サブオブジェクトファ
イルを各初期設定子プロセスに割り当てる親プロセス内
の初期設定処理部中の子プロセス割当て手段と、通信定
義メインオブジェクトファイルに関するテーブル展開処
理を行い、前記子プロセス割当て手段によって作成され
た各初期設定子プロセスに対して当該各初期設定子プロ
セスに対応する通信定義サブオブジェクトファイルに関
するテーブル展開処理をそれぞれ独立して並列的に行わ
せるように制御し、自己および各初期設定子プロセスに
よるテーブル展開処理が正常に終了したか否かを判定す
る親プロセス内の初期設定処理部中のテーブル展開手段
と、前記テーブル展開手段によって「自己および各初期
設定子プロセスによるテーブル展開処理が正常に終了し
た」と判定された場合に、統合ハッシュテーブルを生成
し、前記共有メモリ領域獲得手段によって獲得された共
有メモリ領域の複数領域にまたがるリンク関係を張る親
プロセス内の初期設定処理部中のハッシュテーブル統合
・リンク手段とを有する。
According to the present invention, there is provided a communication management program startup initialization method, comprising: a communication definition object file group including a communication definition main object file and a plurality of communication definition sub-object files; A shared memory area in an initialization processing unit in a parent process, which acquires an area and allocates areas corresponding to the communication definition main object file and each communication definition sub-object file in the communication definition object file group on the shared memory area Acquiring means and a plurality of initialization child processes of the same number as the number of communication definition sub-object files in the communication definition object file group, and assigning each communication definition sub-object file to each initialization child process. Initial setting processing section A child process allocating means, and a table defining process relating to the communication definition main object file, and for each initialization child process created by the child process allocating means, a communication definition sub-object file corresponding to the respective initialization child process In the initial setting processing unit in the parent process, it is controlled so that the table expanding processes related to each other are performed independently and in parallel, and it is determined whether or not the table expanding process by itself and each initial setting child process has been completed normally. When the table expanding means determines that “the table expanding process by itself and each of the initialization child processes has been completed normally”, an integrated hash table is generated, and the shared memory area obtaining means Across the acquired shared memory area And a hash table integrated link means during initial setting processing unit in the parent process tensioning a link relationship.

【0009】なお、より一般的には、上記の本発明の通
信管理プログラム起動時初期設定方式は、通信定義メイ
ンオブジェクトファイルと複数の通信定義サブオブジェ
クトファイルとからなる通信定義オブジェクトファイル
群と、共有メモリ領域を獲得して前記通信定義オブジェ
クトファイル群に基づいて当該共有メモリ領域上にネッ
トワークシステム上の資源の制御・管理を行うために必
要なテーブルを展開する処理を、前記通信定義オブジェ
クトファイル群を構成する通信定義オブジェクトファイ
ルのファイル数と同数の複数のプロセスによる並列処理
で行う通信管理プログラムとを有する構成であると表現
することができる。
More generally, the communication management program startup initialization method of the present invention described above uses a communication definition object file group consisting of a communication definition main object file and a plurality of communication definition sub-object files, A process of acquiring a memory area and developing a table necessary for controlling and managing resources on a network system in the shared memory area based on the communication definition object file group is performed by the communication definition object file group. It can be expressed as a configuration having a communication management program executed in parallel by a plurality of processes of the same number as the number of communication definition object files to be configured.

【0010】また、本発明の通信管理プログラム起動時
初期設定方式は、通信定義メインオブジェクトファイル
と複数の通信定義サブオブジェクトファイルとからなる
通信定義オブジェクトファイル群と、メモリ上に共有メ
モリ領域を獲得して前記通信定義オブジェクトファイル
群中の通信定義メインオブジェクトファイルおよび各通
信定義サブオブジェクトファイルに対応する領域を当該
共有メモリ領域上に割り当てる親プロセス内の初期設定
処理部中の共有メモリ領域獲得手段と、前記通信定義オ
ブジェクトファイル群中の通信定義サブオブジェクトフ
ァイルのファイル数未満の1以上の初期設定子プロセス
を作成し、1以上の通信定義サブオブジェクトファイル
を各初期設定子プロセスに割り当てる親プロセス内の初
期設定処理部中の複数ファイル対応可能子プロセス割当
て手段と、通信定義メインオブジェクトファイルに関す
るテーブル展開処理を行い、前記複数ファイル対応可能
子プロセス割当て手段によって作成された初期設定子プ
ロセスに対して当該各初期設定子プロセスに対応する通
信定義サブオブジェクトファイル群(1または複数の通
信定義サブオブジェクトファイル)に関するテーブル展
開処理をそれぞれ独立して並列的に行わせるように制御
し、自己および各初期設定子プロセスによるテーブル展
開処理が正常に終了したか否かを判定する親プロセス内
の初期設定処理部中のテーブル展開手段と、前記テーブ
ル展開手段によって「自己および各初期設定子プロセス
によるテーブル展開処理が正常に終了した」と判定され
た場合に、統合ハッシュテーブルを生成し、前記共有メ
モリ領域獲得手段によって獲得された共有メモリ領域の
複数領域にまたがるリンク関係を張る親プロセス内の初
期設定処理部中のハッシュテーブル統合・リンク手段と
を有する構成にすることも可能である。
The communication management program startup initialization method of the present invention acquires a communication definition object file group including a communication definition main object file and a plurality of communication definition sub-object files, and a shared memory area on a memory. A shared memory area acquisition unit in an initialization processing unit in a parent process that allocates an area corresponding to the communication definition main object file and each communication definition sub-object file in the communication definition object file group on the shared memory area; Initializing one or more initialization child processes less than the number of communication definition sub-object files in the communication definition object file group and assigning one or more communication definition sub-object files to each initialization child process. In the setting processing section A plurality of child process assignable child process assigning means and a table development process relating to the communication definition main object file are performed, and the initial set child process created by the plural file assignable child process assigning means corresponds to each of the initial set child processes. Table development processing for a group of communication definition sub-object files (one or more communication definition sub-object files) to be performed is performed independently and in parallel, and the table development processing by itself and each initial setting child process is normal. It is determined by the table expansion means in the initialization processing unit in the parent process that determines whether or not the processing has been completed, and that "the table expansion processing by itself and each initialization child process has been completed normally". The integrated hash table And a hash table integration / linking means in an initialization processing unit in a parent process that establishes a link relationship across a plurality of areas of the shared memory area acquired by the shared memory area acquiring means. It is.

【0011】なお、より一般的には、上記の本発明の通
信管理プログラム起動時初期設定方式は、通信定義メイ
ンオブジェクトファイルと複数の通信定義サブオブジェ
クトファイルとからなる通信定義オブジェクトファイル
群と、共有メモリ領域を獲得して前記通信定義オブジェ
クトファイル群に基づいて当該共有メモリ領域上にネッ
トワークシステム上の資源の制御・管理を行うために必
要なテーブルを展開する処理を、前記通信定義オブジェ
クトファイル群を構成する通信定義オブジェクトファイ
ルのファイル数未満の複数のプロセスによる並列処理で
行う通信管理プログラムとを有する構成であると表現す
ることができる。
More generally, the communication management program startup initialization method of the present invention described above uses a communication definition object file group consisting of a communication definition main object file and a plurality of communication definition sub-object files, A process of acquiring a memory area and developing a table necessary for controlling and managing resources on a network system in the shared memory area based on the communication definition object file group is performed by the communication definition object file group. This can be expressed as a configuration having a communication management program that is executed in parallel by a plurality of processes less than the number of communication definition object files to be configured.

【0012】[0012]

【発明の実施の形態】次に、本発明について図面を参照
して詳細に説明する。
Next, the present invention will be described in detail with reference to the drawings.

【0013】(1) 第1の実施の形態 図1は、本発明の第1の実施の形態に係る通信管理プロ
グラム起動時初期設定方式が適用されるネットワークシ
ステムの構成を示すブロック図である。
(1) First Embodiment FIG. 1 is a block diagram showing a configuration of a network system to which a communication management program startup initialization method according to a first embodiment of the present invention is applied.

【0014】本実施の形態に係る通信管理プログラム起
動時初期設定方式が適用されるネットワークシステム
は、ホストコンピュータ10と、通信制御プログラム1
7によって通信制御を行う通信処理装置16と、LAN
(Local Area Network)回線18
と、目的に応じて入出力装置が接続されている端末19
とを含んで構成されている。
A network system to which the communication management program startup initialization method according to the present embodiment is applied includes a host computer 10 and a communication control program 1.
7, a communication processing device 16 for controlling communication,
(Local Area Network) Line 18
And a terminal 19 to which an input / output device is connected according to the purpose.
It is comprised including.

【0015】ホストコンピュータ10は、通信管理プロ
グラム11と、通信定義ソースファイル群12と、通信
定義コンパイルプログラム13と、通信定義オブジェク
トファイル群14と、共有メモリ領域150が割り当て
られるメモリ15とを含んで構成されている。
The host computer 10 includes a communication management program 11, a communication definition source file group 12, a communication definition compilation program 13, a communication definition object file group 14, and a memory 15 to which a shared memory area 150 is allocated. It is configured.

【0016】ここで、通信管理プログラム11は、ネッ
トワークシステム上の資源の制御・管理を行うプログラ
ムである。また、通信定義ソースファイル群12は、通
信管理プログラム11の制御・管理対象のネットワーク
システムの環境を定義したテキスト形式のファイル群で
ある。通信定義ソースファイル群12を通信定義コンパ
イルプログラム13でコンパイルした結果が、通信定義
オブジェクトファイル群14である。メモリ15内の共
有メモリ領域150は、通信管理プログラム11によっ
て使用されるメモリ領域(通信管理プログラム11の複
数のプロセスによって共有されるメモリ領域)である。
Here, the communication management program 11 is a program for controlling and managing resources on the network system. The communication definition source file group 12 is a text file group that defines the environment of the network system to be controlled and managed by the communication management program 11. The result of compiling the communication definition source file group 12 with the communication definition compilation program 13 is the communication definition object file group 14. The shared memory area 150 in the memory 15 is a memory area used by the communication management program 11 (a memory area shared by a plurality of processes of the communication management program 11).

【0017】通信管理プログラム11は、初期設定処理
を行う初期設定処理部100を含む親プロセス110
(親プロセス110は初期設定処理以外の処理も行う)
と、複数(通信定義オブジェクトファイル群14中の通
信定義サブオブジェクトファイルのファイル数と同数)
の初期設定子プロセス200とを含んで構成されてい
る。
The communication management program 11 includes a parent process 110 including an initialization processing unit 100 for performing initialization processing.
(The parent process 110 also performs processing other than the initial setting processing.)
And multiple (the same number as the number of communication definition sub-object files in the communication definition object file group 14)
And an initial setting child process 200.

【0018】上記において、本実施の形態に係る通信管
理プログラム起動時初期設定方式は、通信定義オブジェ
クトファイル群14と、メモリ15内の共有メモリ領域
150と、親プロセス110内の初期設定処理部100
と、複数の初期設定子プロセス200とを含んで構成さ
れている。
In the above, the communication management program startup initialization method according to the present embodiment includes a communication definition object file group 14, a shared memory area 150 in the memory 15, and an initialization processing unit 100 in the parent process 110.
And a plurality of initial setting child processes 200.

【0019】親プロセス110内の初期設定処理部10
0は、共有メモリ領域獲得手段101と、子プロセス割
当て手段102と、テーブル展開手段103と、ハッシ
ュテーブル統合・リンク手段104とを含んで構成され
ている。
Initial setting processing unit 10 in parent process 110
0 includes a shared memory area acquisition unit 101, a child process allocation unit 102, a table development unit 103, and a hash table integration / link unit 104.

【0020】図2は、本実施の形態に係る通信管理プロ
グラム起動時初期設定方式における通信定義オブジェク
トファイル群14および共有メモリ領域150の構成な
らびにそれらと通信管理プログラム11との関係を示す
図である。
FIG. 2 is a diagram showing the configuration of the communication definition object file group 14 and the shared memory area 150 in the communication management program startup initialization method according to the present embodiment, and the relationship between them and the communication management program 11. .

【0021】図2に示すように、図1中の通信定義オブ
ジェクトファイル群14は、ホストコンピュータ(図1
ではホストコンピュータ10)の構成,ならびに各通信
定義サブオブジェクトファイルの名前,種別,および資
源(当該通信定義サブオブジェクトファイルによって定
義される資源)の数等の簡単な構成を定義している通信
定義メインオブジェクトファイル21と、通信処理装置
(図1では通信処理装置16)の構成を定義している通
信定義サブオブジェクトファイル22(通信処理装置対
応通信定義サブオブジェクトファイル)と、通信制御プ
ログラム(図1では通信制御プログラム17)および回
線(図1ではLAN回線18)の構成を定義している通
信定義サブオブジェクトファイル23(通信制御プログ
ラム・回線対応通信定義サブオブジェクトファイル)
と、端末(図1では端末19)の属性を定義している通
信定義オブジェクトファイル24(端末対応通信定義サ
ブオブジェクトファイル)とから構成されている。
As shown in FIG. 2, the communication definition object file group 14 in FIG.
The communication definition main defines the configuration of the host computer 10) and the simple configuration such as the name, type, and number of resources (resources defined by the communication definition sub-object file) of each communication definition sub-object file. An object file 21, a communication definition sub-object file 22 (a communication definition sub-object file corresponding to the communication processing device) defining the configuration of the communication processing device (the communication processing device 16 in FIG. 1), and a communication control program (in FIG. 1, A communication definition sub-object file 23 (communication control program / line-corresponding communication definition sub-object file) defining the configuration of the communication control program 17) and the line (the LAN line 18 in FIG. 1).
And a communication definition object file 24 (terminal-specific communication definition sub-object file) defining the attributes of the terminal (terminal 19 in FIG. 1).

【0022】また、共有メモリ領域150は、メインテ
ーブル部領域(共有メモリ領域150のメインテーブル
を有する領域、すなわち通信定義メインオブジェクトフ
ァイル21をテーブル展開する領域(通信定義メインオ
ブジェクトファイル21に基づいてリソース管理情報お
よびポインタを含むテーブルを展開するための領域))
と、各通信定義サブオブジェクトファイル22,23,
および24をテーブル展開する領域(各通信定義サブオ
ブジェクトファイル22,23,および24に基づいて
リソース管理情報およびポインタを含むテーブルを展開
するための領域)とから構成されている。
The shared memory area 150 includes a main table area (an area having a main table in the shared memory area 150, that is, an area where the communication definition main object file 21 is developed into a table (a resource based on the communication definition main object file 21). Area for expanding a table containing management information and pointers))
And each communication definition sub-object file 22, 23,
And an area for expanding the table containing the resource management information and the pointer based on each of the communication definition sub-object files 22, 23, and 24.

【0023】図3は、本実施の形態に係る通信管理プロ
グラム起動時初期設定方式における共有メモリ領域15
0の詳細な構成を示す図である。
FIG. 3 shows a shared memory area 15 in the initialization method at the time of starting the communication management program according to the present embodiment.
FIG. 3 is a diagram showing a detailed configuration of a 0.

【0024】図3に示すように、共有メモリ領域150
には、各通信定義オブジェクトファイル(通信定義メイ
ンオブジェクトファイル21ならびに通信定義サブオブ
ジェクトファイル22,23,および24の各々。図2
参照)に対応する各領域に、リソース管理情報とポイン
タとが混在するテーブル群(ハッシュテーブルを含む)
が展開されている。図3に示す例では、メインテーブル
部領域に、テーブル312へのポインタおよびテーブル
321へのポインタを有するテーブル311(メインテ
ーブル)と、統合ハッシュテーブルであるテーブル31
2とが存在する。また、通信定義サブオブジェクトファ
イル22をテーブル展開する領域には、テーブル322
へのポインタおよびテーブル331へのポインタを有す
るテーブル321と、テーブル323へのポインタを有
するテーブル322と、テーブル323と、ハッシュテ
ーブルであるテーブル324とが存在する(後述するよ
うに、テーブル324は最終的には消去される)。さら
に、通信定義サブオブジェクトファイル23をテーブル
展開する領域には、テーブル332へのポインタおよび
テーブル341へのポインタを有するテーブル331
と、テーブル333へのポインタおよびテーブル322
へのポインタを有するテーブル332と、テーブル33
3と、ハッシュテーブルであるテーブル334とが存在
する(テーブル334は最終的には消去される)。加え
て、通信定義サブオブジェクトファイル24をテーブル
展開する領域には、テーブル342へのポインタを有す
るテーブル341と、テーブル343へのポインタおよ
びテーブル333へのポインタを有するテーブル342
と、テーブル343と、ハッシュテーブルであるテーブ
ル344とが存在する(テーブル344は最終的には消
去される)。
As shown in FIG. 3, the shared memory area 150
Each of the communication definition object files (the communication definition main object file 21 and the communication definition sub-object files 22, 23, and 24.
Table) in which resource management information and pointers are mixed in each area corresponding to
Has been expanded. In the example shown in FIG. 3, in the main table area, a table 311 (main table) having a pointer to the table 312 and a pointer to the table 321 and a table 31 which is an integrated hash table
2 exists. The area where the communication definition sub-object file 22 is developed into a table is provided with
There are a table 321 having a pointer to the table 331 and a pointer to the table 331, a table 322 having a pointer to the table 323, a table 323, and a table 324 which is a hash table. Will be erased). Further, in the area where the communication definition sub-object file 23 is developed into a table, a table 331 having a pointer to the table 332 and a pointer to the table 341 is provided.
And a pointer to the table 333 and the table 322
Table 332 having a pointer to
3 and a table 334 which is a hash table (the table 334 is eventually deleted). In addition, the table 341 having a pointer to the table 342 and the table 342 having a pointer to the table 343 and a pointer to the table 333 are provided in the area where the communication definition sub-object file 24 is developed.
And a table 343 and a table 344 which is a hash table (the table 344 is eventually deleted).

【0025】図4は、親プロセス110中の初期設定処
理部100の処理を示す流れ図である。この処理は、各
通信定義サブオブジェクトファイル簡単構成読込みステ
ップ401と、メモリサイズ計算ステップ402と、共
有メモリ領域獲得ステップ403と、共有メモリ領域上
各領域割当てステップ404と、初期設定子プロセス作
成ステップ405と、テーブル展開制御ステップ406
と、テーブル展開終了ステップ407と、初期設定子プ
ロセス終了待ちステップ408と、全プロセステーブル
展開処理正常終了判定ステップ409と、ハッシュテー
ブル統合ステップ410と、通信定義オブジェクトファ
イル間リンク関係生成ステップ411と、共有メモリ領
域解放ステップ412とからなる。
FIG. 4 is a flowchart showing the processing of the initial setting processing unit 100 in the parent process 110. This processing includes a step 401 for reading the simple configuration of each communication definition sub-object file, a step 402 for calculating the memory size, a step 403 for acquiring a shared memory area, a step 404 for allocating each area on the shared memory area, and a step 405 for creating an initialization child process. And table expansion control step 406
A table development end step 407, an initialization child process completion wait step 408, an all process table development process normal end determination step 409, a hash table integration step 410, a communication definition object file link relation generation step 411, This step includes a shared memory area release step 412.

【0026】次に、図1,図2,図3,および図4を参
照して、上述のように構成された本実施の形態に係る通
信管理プログラム起動時初期設定方式の動作について詳
細に説明する。
Next, with reference to FIGS. 1, 2, 3, and 4, the operation of the communication management program startup initialization method according to the present embodiment configured as described above will be described in detail. I do.

【0027】通信管理プログラム11の起動時には、最
初に親プロセス110が起動する。この親プロセス11
0は、自己の内部に存在する「初期設定を行う関数(サ
ブルーチン)」である初期設定処理部100を呼び出す
(この時、通信定義メインオブジェクトファイル21の
名前をパラメータとして渡す)。
When the communication management program 11 is started, first, the parent process 110 starts. This parent process 11
0 calls the initialization processing unit 100, which is a "function (subroutine for performing initialization)" existing in itself (at this time, the name of the communication definition main object file 21 is passed as a parameter).

【0028】これにより、初期設定処理部100は、以
下に示すような初期設定処理を行う(図4参照)。
Thus, the initial setting processing unit 100 performs the following initial setting processing (see FIG. 4).

【0029】最初に、初期設定処理部100内の共有メ
モリ領域獲得手段101は、通信定義オブジェクトファ
イル群14中の通信定義メインオブジェクトファイル2
1を開き、この通信定義メインオブジェクトファイル2
1から通信定義サブオブジェクトファイル22,23,
および24のファイル数ならびに各通信定義サブオブジ
ェクトファイル22,23,および24の名前および簡
単な構成を読み取る(ステップ401)。
First, the shared memory area acquiring means 101 in the initial setting processing section 100 executes the communication definition main object file 2 in the communication definition object file group 14.
1. Open the communication definition main object file 2
1 to the communication definition sub-object files 22, 23,
And the names and simple configurations of the communication definition sub-object files 22, 23 and 24 are read (step 401).

【0030】次に、共有メモリ領域獲得手段101は、
ステップ401で読み取った「各通信定義サブオブジェ
クトファイル22,23,および24の簡単な構成」に
基づき、全ての通信定義オブジェクトファイル(通信定
義オブジェクトファイル群14全体)のテーブル展開
(通信定義オブジェクトファイルに基づいてリソース管
理情報およびポインタを有するテーブルを共有メモリ領
域150上に展開すること)を行うために必要なメモリ
サイズを計算し(ステップ402)、そのメモリサイズ
分の共有メモリ領域150をメモリ15上に獲得する
(ステップ403)。
Next, the shared memory area obtaining means 101
Based on the “simple configuration of each communication definition sub-object file 22, 23, and 24” read in step 401, a table expansion of all communication definition object files (entire communication definition object file group 14) Based on this, a memory size required to perform a table having resource management information and a pointer on the shared memory area 150) is calculated (step 402), and the shared memory area 150 corresponding to the memory size is stored in the memory 15. (Step 403).

【0031】さらに、共有メモリ領域獲得手段101
は、通信定義メインオブジェクトファイル21に対する
領域(図2中のメインテーブル部領域)ならびに各通信
定義サブオブジェクトファイル22,23,および24
に対する各領域(図2中の各通信定義サブオブジェクト
ファイル22,23,および24をテーブル展開する領
域)を共有メモリ領域150のどこに展開するかについ
ての割当てを決定する(ステップ404)。これによっ
て、図2に示すような各領域が、共有メモリ領域150
に確保される。
Further, shared memory area obtaining means 101
Is an area for the communication definition main object file 21 (main table section area in FIG. 2) and each of the communication definition sub object files 22, 23, and 24.
Is determined (step 404). In the shared memory area 150, each area (area where the communication definition sub-object files 22, 23, and 24 in FIG. 2 are expanded into a table) is expanded. As a result, each area as shown in FIG.
Is secured.

【0032】その後、子プロセス割当て手段102は、
初期設定を行うプロセスの数が通信定義オブジェクトフ
ァイル群14におけるファイル数(通信定義オブジェク
トファイル数)と同数になるように、必要な数(「通信
定義オブジェクトファイル数−1」、すなわち通信定義
サブオブジェクトファイルのファイル数)の初期設定子
プロセス200を作成する(ステップ405)。本実施
の形態の場合には、図2に示すように、3つの通信定義
サブオブジェクトファイル22,23,および24に対
する3つの初期設定子プロセス200(初期設定子プロ
セス202,203,および204とする)を作成す
る。
Thereafter, the child process allocating means 102
The required number (“the number of communication definition object files−1”, that is, the communication definition sub-object) is set so that the number of processes to be initialized is the same as the number of files (the number of communication definition object files) in the communication definition object file group 14. An initial setting child process 200 of the number of files is created (step 405). In the case of the present embodiment, as shown in FIG. 2, three initialization child processes 200 (initialization child processes 202, 203, and 204) for three communication definition sub-object files 22, 23, and 24 are set. ) To create.

【0033】なお、子プロセス割当て手段102は、ス
テップ405の初期設定子プロセス200の作成処理に
おいて、各通信定義サブオブジェクトファイル22,2
3,および24に関するテーブル展開処理を各初期設定
子プロセス202,203,および204に実行させる
ように、ステップ401で読み込まれた各通信定義サブ
オブジェクトファイル22,23,および24の名前
(ファイル名)をそれぞれの初期設定子プロセス20
2,203,および204に割り当てる。
In the process of creating the initialization child process 200 in step 405, the child process allocation means 102 executes the communication definition sub-object files 22 and 2
The names (file names) of the communication definition sub-object files 22, 23, and 24 read in step 401 so as to cause the initializer processes 202, 203, and 204 to execute the table expansion processing for 3, 3, and 24. To each of the initializer processes 20
2, 203, and 204.

【0034】これによって、通信定義メインオブジェク
トファイル21については親プロセス110内の初期設
定処理部100がテーブル展開を行い、通信定義サブオ
ブジェクトファイル22については初期設定子プロセス
202がテーブル展開を行い、通信定義サブオブジェク
トファイル23については初期設定子プロセス203が
テーブル展開を行い、通信定義サブオブジェクトファイ
ル24については初期設定子プロセス204がテーブル
展開を行うといったように、各通信定義オブジェクトフ
ァイルと各プロセスとが1対1で割り当てられることに
なる。
Thus, the initialization processing unit 100 in the parent process 110 expands the table for the communication definition main object file 21, and the initialization child process 202 expands the table for the communication definition sub-object file 22. Each communication definition object file and each process are configured such that the initialization subprocess 203 expands the table for the definition sub-object file 23 and the initialization subprocess 204 expands the table for the communication definition sub-object file 24. It will be assigned on a one-to-one basis.

【0035】以上のようにして、初期設定処理に関する
全プロセス(初期設定処理部100を有する親プロセス
110および各初期設定子プロセス200)は、並列に
動作することになる。すなわち、初期設定処理部100
内のテーブル展開手段103は、自己によって通信定義
メインオブジェクトファイル21のテーブル展開処理を
行うとともに、各初期設定子プロセス202,203,
および204が独立したテーブル展開処理(各初期設定
子プロセス202,203,および204に割り当てら
れた各通信定義サブオブジェクトファイル22,23,
および24を読み込み、それぞれに割り当てられた共有
メモリ領域150上の各領域にテーブル展開する処理)
を行うように各初期設定子プロセス202,203,お
よび204に制御を渡す(ステップ406)。これによ
って、テーブル展開手段103による自己のテーブル展
開処理および各初期設定子プロセス202,203,お
よび204のテーブル展開処理は、それぞれ同時並列的
に独立して実行される。
As described above, all the processes related to the initialization processing (the parent process 110 having the initialization processing unit 100 and each initialization child process 200) operate in parallel. That is, the initial setting processing unit 100
Of the communication definition main object file 21 by itself, as well as the initialization child processes 202, 203,
And 204 are independent table expansion processes (each communication definition sub-object file 22, 23, assigned to each of the initializer processes 202, 203, and 204).
And 24 are read and a table is developed in each area on the shared memory area 150 allocated to each of them.
Is passed to each of the initializer processes 202, 203, and 204 so as to perform (Step 406). As a result, the own table expansion processing by the table expansion means 103 and the table expansion processing of each of the initial setting child processes 202, 203, and 204 are simultaneously and independently executed in parallel.

【0036】テーブル展開手段103は、自己のテーブ
ル展開処理を終了すると(ステップ407)、各初期設
定子プロセス202,203,および204のテーブル
展開処理の終了を待ち合わせる(ステップ408)。な
お、各初期設定子プロセス202,203,および20
4は、自分のテーブル展開処理を終えると、自らプロセ
スを終了する。
When the table developing means 103 completes its own table developing processing (step 407), it waits for the end of the table developing processing of each of the initializer processes 202, 203 and 204 (step 408). Note that each of the initializer processes 202, 203, and 20
4 ends its process by itself after completing its own table expansion processing.

【0037】テーブル展開手段103は、自己および全
ての初期設定子プロセス202,203,および204
のテーブル展開処理が正常に終了したことを確認すると
(ステップ409の判定で「イエス」の場合)、ハッシ
ュテーブル統合・リンク手段104に実行の制御を渡
す。
The table developing means 103 includes its own and all initialization child processes 202, 203 and 204.
When it is confirmed that the table expansion process has been completed normally (in the case of “Yes” in the judgment of step 409), the execution control is passed to the hash table integration / linking means 104.

【0038】ハッシュテーブル統合・リンク手段104
は、第1に、各通信定義サブオブジェクトファイル2
2,23,および24に対応する共有メモリ領域150
上の各領域におけるハッシュテーブル(メインテーブル
部領域にもハッシュテーブルが生成される場合には当該
ハッシュテーブルも含む)を統合して統合ハッシュテー
ブルを生成する(ステップ410)。なお、個々のハッ
シュテーブルは、ステップ410の処理の後に消去され
る。
Hash table integration / linking means 104
First, each communication definition sub-object file 2
Shared memory area 150 corresponding to 2, 23, and 24
A hash table in each area above (including a hash table when a hash table is also generated in the main table section area) is integrated to generate an integrated hash table (step 410). The individual hash tables are deleted after the processing of step 410.

【0039】また、ハッシュテーブル統合・リンク手段
104は、第2に、テーブル展開がなされた共有メモリ
領域150の中で、個々の初期設定子プロセス202,
203,および204によっては単独で張る(生成す
る)ことができなかった通信定義オブジェクトファイル
間のリンク関係(各通信定義オブジェクトファイルに対
応する共有メモリ領域150上の複数領域にまたがった
テーブル群をポインタ情報で結合するリンク関係)を張
っていく(ステップ411)。このステップ411の処
理においては、必要に応じて、ステップ410で生成さ
れた統合ハッシュテーブルが使用される。
Second, the hash table integration / linking means 104 sets the individual initializer processes 202, 202 in the shared memory area 150 in which the table has been developed.
Link relations between communication definition object files that could not be created (created) by themselves depending on 203 and 204 (pointing to a table group extending over a plurality of areas in the shared memory area 150 corresponding to each communication definition object file) A link relationship linked by information) is established (step 411). In the process of step 411, the integrated hash table generated in step 410 is used as necessary.

【0040】上記のようなハッシュテーブル統合・リン
ク手段104の処理について、図3を参照して説明を加
える。
The processing of the hash table integrating / linking means 104 as described above will be described with reference to FIG.

【0041】図3に示す共有メモリ領域150におい
て、まず、ハッシュテーブル統合・リンク手段104に
よるステップ410の処理により、各通信定義サブオブ
ジェクトファイル22,23,および24毎に作成され
た各ハッシュテーブル(テーブル324,334,およ
び344)が、統合ハッシュテーブル(テーブル31
2)にまとめられる(図3中の個々のハッシュテーブル
(テーブル324,334,および344)は最終的に
は消去される)。
In the shared memory area 150 shown in FIG. 3, first, the hash table created for each of the communication definition sub-object files 22, 23, and 24 by the process of step 410 by the hash table integrating / linking means 104. Tables 324, 334, and 344) are integrated hash tables (table 31).
2) (the individual hash tables (tables 324, 334, and 344) in FIG. 3 are eventually deleted).

【0042】次に、ステップ411の処理により、各通
信定義オブジェクトファイル(通信定義メインオブジェ
クトファイル21ならびに各通信定義サブオブジェクト
ファイル22,23,および24の各々)間のリンク関
係が張られる。リンク関係の例を示すと、「テーブル3
42内のテーブル333へのポインタによって、テーブ
ル342とテーブル333とを結合する関係」がある。
この例では、テーブル342より前にテーブル333が
作成されていないと、当該リンク関係を張ることができ
ない。この例でも分かるように、各通信定義オブジェク
トファイル間をまたがるリンク関係の生成処理は、全て
のプロセスによるテーブル展開の終了後に行う必要があ
る。したがって、この処理は、ステップ409の判定に
おいて「全てのプロセスのテーブル展開処理が正常に終
了したこと」が確認された後に、ハッシュテーブル統合
・リンク手段104によるステップ411の処理として
行われる。
Next, by the processing of step 411, a link relationship is established between the communication definition object files (each of the communication definition main object file 21 and each of the communication definition sub-object files 22, 23, and 24). An example of a link relationship is shown in “Table 3
There is a relationship that connects the table 342 and the table 333 by the pointer to the table 333 in 42.
In this example, if the table 333 is not created before the table 342, the link relationship cannot be established. As can be seen from this example, it is necessary to perform the process of generating the link relationship that extends between the communication definition object files after all processes have completed the table expansion. Therefore, this processing is performed as the processing of step 411 by the hash table integration / linking unit 104 after it is confirmed in the determination of step 409 that “the table expansion processing of all processes has been completed normally”.

【0043】なお、テーブル展開手段103は、ステッ
プ409で「全てのプロセスによるテーブル展開処理が
正常には終了しなかった(いずれかのプロセスによるテ
ーブル展開処理が異常終了した)」と判定した場合(ス
テップ409の判定で「ノー」の場合)には、共有メモ
リ領域150を解放する(ステップ412)。
The table developing means 103 determines in step 409 that "the table developing process by all processes did not end normally (the table developing process by any process ended abnormally)" ( If the determination in step 409 is “No”, the shared memory area 150 is released (step 412).

【0044】ステップ411またはステップ412の処
理の後に、本実施の形態に係る通信管理プログラム起動
時初期設定方式による処理が完了(正常終了または異常
終了)する。
After the processing of step 411 or 412, the processing by the communication management program startup initialization method according to the present embodiment is completed (normally or abnormally).

【0045】なお、通信管理プログラム11は、上記の
ようにして起動された後に、通信処理装置16内の通信
制御プログラム17と連携を取り、LAN回線18や端
末19を含む当該ネットワークシステムにおけるオンラ
インネットワーク業務を行う。
After the communication management program 11 is started as described above, the communication management program 11 cooperates with the communication control program 17 in the communication processing device 16 to form an online network in the network system including the LAN line 18 and the terminal 19. Do business.

【0046】ところで、上記の説明では、図1中の通信
定義オブジェクトファイル群14におけるファイル数が
4の場合(通信定義サブオブジェクトファイルのファイ
ル数が3の場合)について述べた(図2参照)。しか
し、より一般的には、通信定義オブジェクトファイル群
14中の複数の通信定義サブオブジェクトファイルとし
ては、上述の通信処理装置対応通信定義サブオブジェク
トファイル,通信制御プログラム・回線対応通信定義サ
ブオブジェクトファイル,および端末対応通信定義サブ
オブジェクトファイルだけに限られず、その他の通信定
義サブオブジェクトファイルも存在しうる。すなわち、
図5に示すように、通信定義オブジェクトファイル群1
4中の通信定義オブジェクトファイルのファイル数は、
一般的にはN(4以上の正整数)個となる。
In the above description, the case where the number of files in the communication definition object file group 14 in FIG. 1 is 4 (the case where the number of communication definition sub-object files is 3) has been described (see FIG. 2). However, more generally, the plurality of communication definition sub-object files in the communication definition object file group 14 include the above-described communication definition sub-object file corresponding to the communication processing device, the communication control program / line corresponding communication definition sub-object file, Not only the communication definition sub-object file corresponding to the terminal but also another communication definition sub-object file may exist. That is,
As shown in FIG. 5, the communication definition object file group 1
The number of communication definition object files in 4 is
Generally, the number is N (a positive integer of 4 or more).

【0047】図5に示すように、通信定義オブジェクト
ファイル群14中の通信定義オブジェクトファイルのフ
ァイル数がN個(通信定義サブオブジェクトファイルの
ファイル数が「N−1」個)になった場合でも、親プロ
セス110(親プロセス110内の初期設定処理部10
0)は、通信定義メインオブジェクトファイル21か
ら、「N−1」個の通信定義サブオブジェクトファイル
22,23,…,2Nのファイル名を読み取ることによ
り、「N−1」個の初期設定子プロセス200(初期設
定子プロセス202,203,…,20N)を作成す
る。これによって、各通信定義オブジェクトファイルと
各プロセスとを1対1に割り当てることができ、N個の
プロセスによって並列にテーブル展開処理を実行するこ
とができるため、従来技術よりも高速に初期設定処理を
実現することができる。
As shown in FIG. 5, even when the number of communication definition object files in the communication definition object file group 14 is N (the number of communication definition sub-object files is "N-1"). , Parent process 110 (initial setting processing unit 10 in parent process 110)
0) reads “N−1” communication definition sub-object files 22, 23,..., 2N from the communication definition main object file 21 to obtain “N−1” initialization child processes. 200 (initial setting child processes 202, 203,..., 20N). As a result, each communication definition object file and each process can be assigned one-to-one, and the table development process can be executed in parallel by N processes, so that the initial setting process can be performed faster than in the related art. Can be realized.

【0048】ここで、「N−1」個の通信定義サブオブ
ジェクトファイルにはどのようなものがあるかについて
は、図2の説明においてすでに言及した「通信処理装置
対応通信定義サブオブジェクトファイル」,「通信制御
プログラム・回線対応通信定義サブオブジェクトファイ
ル」,および「端末対応通信定義サブオブジェクトファ
イル」の他に、例えば、「アプリケーションプログラム
対応通信定義サブオブジェクトファイル」,「クロスド
メイン対応通信定義サブオブジェクトファイル」,「ク
ロスドメイン資源対応通信定義サブオブジェクトファイ
ル」,および「通信方法対応通信定義サブオブジェクト
ファイル」が考えられる(「クロスドメイン対応通信定
義サブオブジェクトファイル」および「クロスドメイン
資源対応通信定義サブオブジェクトファイル」が存在す
る場合には、当該通信管理プログラム11の管理対象の
ネットワークシステムの構成において、ホストコンピュ
ータは複数存在することになる)。また、1つの種類の
資源に関する通信定義サブオブジェクトファイルを複数
の通信定義サブオブジェクトファイルに分けることも考
えられる。
Here, what kind of “N−1” communication definition sub-object files are present is described in “Communication Definition Sub-Object File for Communication Processing Apparatus” already mentioned in the description of FIG. In addition to the "communication control program / line correspondence communication definition sub-object file" and the "terminal correspondence communication definition sub-object file", for example, "application program correspondence communication definition sub-object file", "cross-domain correspondence communication definition sub-object file" , "Cross-domain resource definition communication definition sub-object file", and "Communication method definition communication definition sub-object file"("Cross-domain resource definition communication sub-object file" and "Cross-domain resource definition communication definition sub-object file" Bed If the object file "exists in the configuration of a managed network system of the communication manager 11, so that the host computer is more present). It is also conceivable to divide the communication definition sub-object file relating to one type of resource into a plurality of communication definition sub-object files.

【0049】(2) 第2の実施の形態 図6は、本発明の第2の実施の形態に係る通信管理プロ
グラム起動時初期設定方式を含むネットワークシステム
の構成を示すブロック図である。
(2) Second Embodiment FIG. 6 is a block diagram showing a configuration of a network system including a communication management program start-up initialization method according to a second embodiment of the present invention.

【0050】本実施の形態に係る通信管理プログラム起
動時初期設定方式が適用されるネットワークシステム
は、図1に示すネットワークシステムと同様のものであ
る。
A network system to which the communication management program initial setting method according to the present embodiment is applied is the same as the network system shown in FIG.

【0051】ホストコンピュータ10は、通信管理プロ
グラム11と、通信定義ソースファイル群12と、通信
定義コンパイルプログラム13と、通信定義オブジェク
トファイル群14と、共有メモリ領域150が割り当て
られるメモリ15とを含んで構成されている。このよう
なホストコンピュータ10の構成も、第1の実施の形態
におけるものと同様である。
The host computer 10 includes a communication management program 11, a communication definition source file group 12, a communication definition compilation program 13, a communication definition object file group 14, and a memory 15 to which a shared memory area 150 is allocated. It is configured. The configuration of such a host computer 10 is the same as that in the first embodiment.

【0052】ここで、通信管理プログラム11は、初期
設定処理を行う初期設定処理部100を含む親プロセス
110と、通信定義オブジェクトファイル群14におけ
る通信定義サブオブジェクトファイルのファイル数より
も少ない数の初期設定子プロセス600とを含んで構成
されている。
Here, the communication management program 11 includes a parent process 110 including an initial setting processing unit 100 for performing an initial setting process, and a number of initial processes smaller than the number of communication definition sub-object files in the communication definition object file group 14. And a setting child process 600.

【0053】上記において、本実施の形態に係る通信管
理プログラム起動時初期設定方式は、通信定義オブジェ
クトファイル群14と、メモリ15内の共有メモリ領域
150と、親プロセス110内の初期設定処理部100
と、1以上の初期設定子プロセス600とを含んで構成
されている。
In the above description, the communication management program startup initialization method according to the present embodiment includes a communication definition object file group 14, a shared memory area 150 in the memory 15, and an initialization processing unit 100 in the parent process 110.
And one or more initializer processes 600.

【0054】親プロセス110内の初期設定処理部10
0は、共有メモリ領域獲得手段101と、テーブル展開
手段103と、ハッシュテーブル統合・リンク手段10
4と、複数ファイル対応可能子プロセス割当て手段10
5とを含んで構成されている。
Initial setting processing unit 10 in parent process 110
0 is a shared memory area acquiring unit 101, a table expanding unit 103, a hash table integrating / linking unit 10
4 and child process assigning means 10 capable of handling a plurality of files
5 is included.

【0055】図7は、本実施の形態に係る通信管理プロ
グラム起動時初期設定方式における通信定義オブジェク
トファイル群14および共有メモリ領域150の構成な
らびにそれらと通信管理プログラム11との関係を示す
図である。
FIG. 7 is a diagram showing the configuration of the communication definition object file group 14 and the shared memory area 150 in the communication management program startup initialization method according to the present embodiment, and the relationship between them and the communication management program 11. .

【0056】図7および図2に示すように、通信定義オ
ブジェクトファイル群14および共有メモリ領域150
の構成は、本実施の形態においても第1の実施の形態に
おいても同一である。
As shown in FIGS. 7 and 2, the communication definition object file group 14 and the shared memory area 150
Is the same in both the present embodiment and the first embodiment.

【0057】しかしながら、図7に示すように、本実施
の形態においては、各通信定義サブオブジェクトファイ
ル22,23,および24と各初期設定子プロセス60
0(初期設定子プロセス602および603とする)と
は必ずしも1対1には対応していない。すなわち、1つ
の初期設定子プロセス600が複数の通信定義サブオブ
ジェクトファイルに関するテーブル展開処理を行うこと
が可能になる(図7においては、初期設定子プロセス6
03が通信定義サブオブジェクトファイル23および2
4に関するテーブル展開処理を行っている)。
However, as shown in FIG. 7, in the present embodiment, each communication definition sub-object file 22, 23, and 24 and each initialization child process 60
0 (referred to as initializer processes 602 and 603) does not always correspond one-to-one. That is, it becomes possible for one initialization child process 600 to perform a table expansion process for a plurality of communication definition sub-object files (in FIG. 7, the initialization child process 6
03 is the communication definition sub-object files 23 and 2
4).

【0058】次に、上記のように構成された本実施の形
態に係る通信管理プログラム起動時初期設定方式の動作
について説明する。
Next, the operation of the communication management program start-up initialization method according to the present embodiment configured as described above will be described.

【0059】本実施の形態における通信管理プログラム
11内の親プロセス110中の初期設定処理部100の
処理も、基本的には、第1の実施の形態における初期設
定処理部100の処理(図4参照)と同様である。
The processing of the initialization processing unit 100 in the parent process 110 in the communication management program 11 according to the present embodiment is basically performed by the processing of the initialization processing unit 100 according to the first embodiment (FIG. 4). Reference).

【0060】ただし、複数ファイル対応可能子プロセス
割当て手段105は、第1の実施の形態における子プロ
セス割当て手段102と異なり、図4中のステップ40
5の処理において、初期設定子プロセス600を「通信
定義オブジェクトファイル数−1」よりも少ない数だけ
作成する。すなわち、複数の通信定義サブオブジェクト
ファイルに対して1つの初期設定子プロセス600を割
り当てることが可能となる。
However, unlike the child process allocating means 102 in the first embodiment, the child process allocating means 105 capable of handling a plurality of files is different from the child process allocating means 102 in FIG.
In the process of No. 5, the initialization child processes 600 are created in a number smaller than “the number of communication definition object files−1”. That is, one initialization child process 600 can be assigned to a plurality of communication definition sub-object files.

【0061】この場合に、複数の通信定義サブオブジェ
クトファイルに対応する1つの初期設定子プロセス60
0(例えば、図7中の初期設定子プロセス603)は、
当該複数の通信定義サブオブジェクトファイル(例え
ば、図7中の通信定義サブオブジェクトファイル23お
よび24)に対するテーブル展開処理を各通信定義サブ
オブジェクトファイルについて順次に行っていくことに
なる。
In this case, one initialization child process 60 corresponding to a plurality of communication definition sub-object files
0 (for example, the initializer process 603 in FIG. 7)
The table expansion process for the plurality of communication definition sub-object files (for example, the communication definition sub-object files 23 and 24 in FIG. 7) is sequentially performed for each communication definition sub-object file.

【0062】ここで、テーブル展開手段103は、図4
中のステップ406の処理において、各初期設定子プロ
セス600に割り当てられた通信定義サブオブジェクト
ファイル群に関するテーブル展開処理(1つの通信定義
サブオブジェクトファイルに関するテーブル展開処理ま
たは複数の通信定義サブオブジェクトファイルに関して
順次に行われるテーブル展開処理)を当該各初期設定子
プロセス600が行うように、当該各初期設定子プロセ
ス600に制御を渡す(制御を渡された後には、各初期
設定子プロセス600が親プロセス110と独立して動
作することは、第1の実施の形態における場合と同様で
ある)。
Here, the table developing means 103 is provided in FIG.
In the processing of step 406 in the middle, the table expansion processing relating to the communication definition sub-object file group assigned to each initialization child process 600 (table expansion processing relating to one communication definition sub-object file or sequentially for a plurality of communication definition sub-object files) Control is passed to each of the initialization child processes 600 so that each of the initialization child processes 600 performs the table expansion process performed in the parent process 110. Operate independently of the same as in the first embodiment).

【0063】上記以外については、本実施の形態に係る
通信管理プログラム起動時初期設定方式の動作は、第1
の実施の形態に係る通信管理プログラム起動時初期設定
方式の動作と同様であるので、ここではその詳しい説明
を割愛する。
Except for the above, the operation of the communication management program start-up initialization method according to this embodiment is the same as that of the first method.
Since the operation is the same as that of the communication management program startup initialization method according to the embodiment, detailed description thereof will be omitted here.

【0064】なお、共有メモリ領域150上の各領域の
割当ての態様については、図7に示すような各通信定義
オブジェクトファイルに1対1に対応させて各領域を割
り当てる態様の他に、各初期設定子プロセス600に1
対1に対応させて各領域を割り当てる態様も考えられ
る。この後者の態様の場合には、図4中のステップ41
0およびステップ411における「ハッシュテーブルの
統合」や「リンク関係を張ること」の対象となる領域
が、1または複数の通信定義サブオブジェクトファイル
に対して展開された1つの領域となる。
As to the mode of allocation of each area on the shared memory area 150, in addition to the mode of allocating each area in a one-to-one correspondence to each communication definition object file as shown in FIG. 1 for configurator process 600
A mode in which each area is assigned in a one-to-one correspondence is also conceivable. In the latter case, step 41 in FIG.
The area to be subjected to “integration of hash tables” and “to establish a link relationship” in step 0 and step 411 is one area developed for one or a plurality of communication definition sub-object files.

【0065】また、通信定義オブジェクトファイル群1
4におけるファイル数が、一般的には、図5に示すよう
なN個であることは、第1の実施の形態における場合と
同様である。
The communication definition object file group 1
The number of files in 4 is generally N as shown in FIG. 5, as in the case of the first embodiment.

【0066】(3) 第3の実施の形態 図8は、本発明の第3の実施の形態に係る通信管理プロ
グラム起動時初期設定方式の構成を説明するためのブロ
ック図である。
(3) Third Embodiment FIG. 8 is a block diagram for explaining a configuration of a communication management program startup initialization method according to a third embodiment of the present invention.

【0067】図8を参照すると、本発明の第3の実施の
形態に係る通信管理プログラム起動時初期設定方式は、
図1に示した第1の実施の形態に係る通信管理プログラ
ム起動時初期設定方式に対して、通信管理プログラム1
1中の初期設定処理に関するプログラム(サブプログラ
ム)を記録した(通信管理プログラム11全体を記録し
ている場合を含む)記録媒体80をホストコンピュータ
10に備える点が異なっている。この記録媒体80は、
磁気ディスク,半導体メモリ,その他の記録媒体であっ
てよい。
Referring to FIG. 8, the communication management program startup initial setting method according to the third embodiment of the present invention is as follows.
The communication management program 1 is different from the communication management program startup initialization method according to the first embodiment shown in FIG.
1 in that a recording medium 80 (including the case where the entire communication management program 11 is recorded) in which a program (subprogram) relating to the initial setting process in 1 is recorded is provided in the host computer 10. This recording medium 80
It may be a magnetic disk, a semiconductor memory, or another recording medium.

【0068】通信管理プログラム11中の初期設定処理
に関するプログラムは、記録媒体80からホストコンピ
ュータ10に読み込まれ、ホストコンピュータ10にお
ける通信管理プログラム11の起動時の動作を、共有メ
モリ領域獲得手段101,通信定義オブジェクトファイ
ル群14中の通信定義サブオブジェクトファイルのファ
イル数と同数の複数の初期設定子プロセス200を作成
する子プロセス割当て手段102,テーブル展開手段1
03,およびハッシュテーブル統合・リンク手段104
として制御する。ここで、このような各手段の動作は、
第1の実施の形態における当該各手段の動作と全く同様
になるので、その詳しい説明を割愛する。
The program related to the initial setting process in the communication management program 11 is read from the recording medium 80 to the host computer 10, and the operation of the host computer 10 when the communication management program 11 starts up is executed by the shared memory area obtaining means 101, Child process allocation means 102 for creating a plurality of initialization child processes 200 of the same number as the number of communication definition sub-object files in the definition object file group 14;
03, and hash table integration / linking means 104
To control. Here, the operation of each of these means is as follows.
Since the operation is exactly the same as that of the respective means in the first embodiment, a detailed description thereof will be omitted.

【0069】(4) 第4の実施の形態 図9は、本発明の第4の実施の形態に係る通信管理プロ
グラム起動時初期設定方式の構成を説明するためのブロ
ック図である。
(4) Fourth Embodiment FIG. 9 is a block diagram for explaining a configuration of a communication management program starting initialization method according to a fourth embodiment of the present invention.

【0070】図9を参照すると、本発明の第4の実施の
形態に係る通信管理プログラム起動時初期設定方式は、
図6に示した第2の実施の形態に係る通信管理プログラ
ム起動時初期設定方式に対して、通信管理プログラム1
1中の初期設定処理に関するプログラム(サブプログラ
ム)を記録した(通信管理プログラム11全体を記録し
ている場合を含む)記録媒体90をホストコンピュータ
10に備える点が異なっている。この記録媒体90は、
磁気ディスク,半導体メモリ,その他の記録媒体であっ
てよい。
Referring to FIG. 9, a communication management program starting initialization method according to the fourth embodiment of the present invention is as follows.
The communication management program 1 is different from the communication management program startup initialization method according to the second embodiment shown in FIG.
1 in that a recording medium 90 (including a case where the entire communication management program 11 is recorded) in which a program (subprogram) relating to the initial setting process in 1 is recorded is provided in the host computer 10. This recording medium 90
It may be a magnetic disk, a semiconductor memory, or another recording medium.

【0071】通信管理プログラム11中の初期設定処理
に関するプログラムは、記録媒体90からホストコンピ
ュータ10に読み込まれ、ホストコンピュータ10にお
ける通信管理プログラム11の起動時の動作を、共有メ
モリ領域獲得手段101,テーブル展開手段103,ハ
ッシュテーブル統合・リンク手段104,および通信定
義オブジェクトファイル群14中の通信定義サブオブジ
ェクトファイルのファイル数未満の1以上の初期設定子
プロセス600を作成する複数ファイル対応可能子プロ
セス割当て手段105として制御する。ここで、このよ
うな各手段の動作は、第2の実施の形態における当該各
手段の動作と全く同様になるので、その詳しい説明を割
愛する。
The program related to the initial setting process in the communication management program 11 is read from the recording medium 90 to the host computer 10, and the operation of the host computer 10 when the communication management program 11 is started is described by the shared memory area obtaining means 101, the table. Expanding means 103, hash table integrating / linking means 104, and multiple-file compatible child process allocating means for creating one or more initialization child processes 600 less than the number of communication definition sub-object files in the communication definition object file group 14. Control is performed as 105. Here, the operation of each unit is exactly the same as the operation of each unit in the second embodiment, and a detailed description thereof will be omitted.

【0072】[0072]

【発明の効果】以上説明したように、本発明によると、
通信管理プログラムの起動時において高速な初期設定処
理を行うことが可能となり、通信管理プログラムの起動
処理に費やす時間を削減することができるという効果が
生じる。
As described above, according to the present invention,
It is possible to perform a high-speed initialization process at the time of starting the communication management program, and it is possible to reduce the time spent on the startup process of the communication management program.

【0073】このような効果が生じる理由は、初期設定
処理の主要な処理であるテーブル展開処理において、従
来技術であれば1つのプロセスで全ての通信定義オブジ
ェクトファイルを順次にテーブル展開していかなければ
ならなかったことに対して、本発明によると複数のプロ
セス(最も高速な処理を実現するためには、通信定義オ
ブジェクトファイルのファイル数と同数のプロセス)で
並列的にテーブル展開処理を行うことができ、当該テー
ブル展開処理の時間を短縮することができるためであ
る。
The reason why such an effect occurs is that, in the table developing process, which is a main process of the initial setting process, if the prior art is used, all communication definition object files must be sequentially developed by a single process. In contrast to this, according to the present invention, table expansion processing is performed in parallel by a plurality of processes (in order to achieve the highest speed processing, the same number of processes as the number of communication definition object files). This can reduce the time required for the table expansion processing.

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

【図1】本発明の第1の実施の形態に係る通信管理プロ
グラム起動時初期設定方式が適用されるネットワークシ
ステムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a network system to which a communication management program startup initialization method according to a first embodiment of the present invention is applied;

【図2】図1に示す通信管理プログラム起動時初期設定
方式における通信定義オブジェクトファイル群および共
有メモリ領域の構成ならびにそれらと通信管理プログラ
ムとの関係を示す図である。
2 is a diagram showing a configuration of a communication definition object file group and a shared memory area in a communication management program startup initialization method shown in FIG. 1 and a relationship between them and a communication management program.

【図3】図1および図2中の共有メモリ領域の詳細な構
成を示す図である。
FIG. 3 is a diagram showing a detailed configuration of a shared memory area in FIGS. 1 and 2;

【図4】図1中の通信管理プログラム内の親プロセス中
の初期設定処理部の処理を示す流れ図である。
FIG. 4 is a flowchart showing a process of an initial setting processing unit in a parent process in the communication management program in FIG. 1;

【図5】図1に示す通信管理プログラム起動時初期設定
方式における通信定義オブジェクトファイル群および共
有メモリ領域の構成ならびにそれらと通信管理プログラ
ムとの関係の変形例を示す図である。
FIG. 5 is a diagram showing a modification of the configuration of a communication definition object file group and a shared memory area in the communication management program startup initialization method shown in FIG. 1 and the relationship between them and the communication management program.

【図6】本発明の第2の実施の形態に係る通信管理プロ
グラム起動時初期設定方式が適用されるネットワークシ
ステムの構成を示すブロック図である。
FIG. 6 is a block diagram showing a configuration of a network system to which a communication management program startup initialization method according to a second embodiment of the present invention is applied;

【図7】図6に示す通信管理プログラム起動時初期設定
方式における通信定義オブジェクトファイル群および共
有メモリ領域の構成ならびにそれらと通信管理プログラ
ムとの関係を示す図である。
FIG. 7 is a diagram showing a configuration of a communication definition object file group and a shared memory area in a communication management program startup initialization method shown in FIG. 6 and a relationship between them and the communication management program.

【図8】本発明の第3の実施の形態に係る通信管理プロ
グラム起動時初期設定方式の構成を説明するためのブロ
ック図である。
FIG. 8 is a block diagram for explaining a configuration of a communication management program startup initialization method according to a third embodiment of the present invention.

【図9】本発明の第4の実施の形態に係る通信管理プロ
グラム起動時初期設定方式の構成を説明するためのブロ
ック図である。
FIG. 9 is a block diagram for explaining a configuration of a communication management program startup initialization method according to a fourth embodiment of the present invention.

【符号の説明】 10 ホストコンピュータ 11 通信管理プログラム 12 通信定義ソースファイル群 13 通信定義コンパイルプログラム 14 通信定義オブジェクトファイル群 15 メモリ 16 通信処理装置 17 通信制御プログラム 18 LAN回線 19 端末 21 通信定義メインオブジェクトファイル 22,23,24,2N 通信定義サブオブジェクトフ
ァイル 80,90 記録媒体 100 初期設定処理部 101 共有メモリ領域獲得手段 102 子プロセス割当て手段 103 テーブル展開手段 104 ハッシュテーブル統合・リンク手段 105 複数ファイル対応可能子プロセス割当て手段 110 親プロセス 150 共有メモリ領域 200,202,203,204,20N,600,6
02,603 初期設定子プロセス 311,312,321,322,323,324,3
31,332,333,334,341,342,34
3,344 テーブル
[Description of Signs] 10 Host computer 11 Communication management program 12 Communication definition source file group 13 Communication definition compilation program 14 Communication definition object file group 15 Memory 16 Communication processing device 17 Communication control program 18 LAN line 19 Terminal 21 Communication definition main object file 22, 23, 24, 2N Communication definition sub-object file 80, 90 Recording medium 100 Initial setting processing unit 101 Shared memory area acquisition unit 102 Child process allocation unit 103 Table expansion unit 104 Hash table integration / link unit 105 Multiple file compatible child Process allocation means 110 Parent process 150 Shared memory area 200, 202, 203, 204, 20N, 600, 6
02,603 Initializer process 311,312,321,322,323,324,3
31,332,333,334,341,342,34
3,344 tables

フロントページの続き (56)参考文献 特開 平7−295758(JP,A) 特開 平7−231323(JP,A) 特開 昭63−136223(JP,A) 加藤佐一,どうなる?!95年のパソコ ンLAN環境 注目のOS環境[Win dows95],[WindowsNTサ ーバ」でWindowsまわりは,コン ピュータ&ネットワークLAN,日本, 株式会社オーム社,1994年12月1日,第 12巻 第12号,第21頁〜第30頁,CSN W199800867003 (58)調査した分野(Int.Cl.7,DB名) G06F 13/00 353 G06F 9/06 410 Continuation of the front page (56) References JP-A-7-295758 (JP, A) JP-A-7-231323 (JP, A) JP-A-63-136223 (JP, A) Saichi Kato, what happens? ! Computer LAN environment in 1995 Featured OS environment [Windows 95], [Windows NT Server], around Windows, Computer & Network LAN, Japan, Ohmsha, Japan, December 1, 1994, Volume 12 No. 12, pages 21 to 30, CSN W199800867003 (58) Fields investigated (Int. Cl. 7 , DB name) G06F 13/00 353 G06F 9/06 410

Claims (6)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 通信管理プログラムによるネットワーク
システム上の資源の制御・管理を行うために必要なテー
ブルを共有メモリ領域上に展開するテーブル展開処理を
含む初期設定処理を行う通信管理プログラム起動時初期
設定方式において、 通信定義メインオブジェクトファイルと複数の通信定義
サブオブジェクトファイルとからなる通信定義オブジェ
クトファイル群と、 メモリ上に共有メモリ領域を獲得して前記通信定義オブ
ジェクトファイル群中の通信定義メインオブジェクトフ
ァイルおよび各通信定義サブオブジェクトファイルに対
応する領域を当該共有メモリ領域上に割り当てる親プロ
セス内の初期設定処理部中の共有メモリ領域獲得手段
と、 前記通信定義オブジェクトファイル群中の通信定義サブ
オブジェクトファイルのファイル数と同数の複数の初期
設定子プロセスを作成し、各通信定義サブオブジェクト
ファイルを各初期設定子プロセスに割り当てる親プロセ
ス内の初期設定処理部中の子プロセス割当て手段と、 通信定義メインオブジェクトファイルに関するテーブル
展開処理を行い、前記子プロセス割当て手段によって作
成された各初期設定子プロセスに対して当該各初期設定
子プロセスに対応する通信定義サブオブジェクトファイ
ルに関するテーブル展開処理をそれぞれ独立して並列的
に行わせるように制御し、自己および各初期設定子プロ
セスによるテーブル展開処理が正常に終了したか否かを
判定する親プロセス内の初期設定処理部中のテーブル展
開手段と、 前記テーブル展開手段によって「自己および各初期設定
子プロセスによるテーブル展開処理が正常に終了した」
と判定された場合に、統合ハッシュテーブルを生成し、
前記共有メモリ領域獲得手段によって獲得された共有メ
モリ領域の複数領域にまたがるリンク関係を張る親プロ
セス内の初期設定処理部中のハッシュテーブル統合・リ
ンク手段とを有することを特徴とする通信管理プログラ
ム起動時初期設定方式。
1. A communication management program startup initialization for performing an initialization process including a table expansion process for expanding a table necessary for controlling and managing resources on a network system by a communication management program in a shared memory area. A communication definition object file group including a communication definition main object file and a plurality of communication definition sub-object files; and a communication definition main object file in the communication definition object file group by acquiring a shared memory area on a memory. Means for acquiring a shared memory area in an initialization processing unit in a parent process for allocating an area corresponding to each communication definition sub-object file to the shared memory area; and a file for a communication definition sub-object file in the communication definition object file group. Child process allocating means in the initialization processing unit in the parent process that creates a plurality of initialization child processes as many as the number of files and allocates each communication definition sub-object file to each initialization child process, and a communication definition main object file Table development processing for the communication definition sub-object file corresponding to each of the initialization child processes created by the child process allocating means. Table development means in the initialization processing unit in the parent process that determines whether or not the table development processing by itself and each initialization child process has ended normally. Table expansion processing by self and each initialization child process Always it has been completed. "
If it is determined that, an integrated hash table is generated,
Starting a communication management program, comprising: a hash table integration / linking unit in an initialization processing unit in a parent process that establishes a link relationship across a plurality of regions of the shared memory region acquired by the shared memory region acquiring unit. Time initialization method.
【請求項2】 通信定義オブジェクトファイル群を構成
する各通信定義オブジェクトファイルが通信定義メイン
オブジェクトファイル,通信処理装置対応通信定義サブ
オブジェクトファイル,通信制御プログラム・回線対応
通信定義サブオブジェクトファイル,および端末対応通
信定義サブオブジェクトファイルであることを特徴とす
る請求項記載の通信管理プログラム起動時初期設定方
式。
2. A communication definition object file constituting a group of communication definition object files includes a communication definition main object file, a communication processing device-specific communication definition sub-object file, a communication control program / line-specific communication definition sub-object file, and a terminal correspondence. 2. The initialization method according to claim 1 , wherein the communication management program is a communication definition sub-object file.
【請求項3】 通信管理プログラムによるネットワーク
システム上の資源の制御・管理を行うために必要なテー
ブルを共有メモリ領域上に展開するテーブル展開処理を
含む初期設定処理を行う通信管理プログラム起動時初期
設定方式において、 通信定義メインオブジェクトファイルと複数の通信定義
サブオブジェクトファイルとからなる通信定義オブジェ
クトファイル群と、 メモリ上に共有メモリ領域を獲得して前記通信定義オブ
ジェクトファイル群中の通信定義メインオブジェクトフ
ァイルおよび各通信定義サブオブジェクトファイルに対
応する領域を当該共有メモリ領域上に割り当てる親プロ
セス内の初期設定処理部中の共有メモリ領域獲得手段
と、 前記通信定義オブジェクトファイル群中の通信定義サブ
オブジェクトファイルのファイル数未満の1以上の初期
設定子プロセスを作成し、1以上の通信定義サブオブジ
ェクトファイルを各初期設定子プロセスに割り当てる親
プロセス内の初期設定処理部中の複数ファイル対応可能
子プロセス割当て手段と、 通信定義メインオブジェクトファイルに関するテーブル
展開処理を行い、前記複数ファイル対応可能子プロセス
割当て手段によって作成された初期設定子プロセスに対
して当該各初期設定子プロセスに対応する通信定義サブ
オブジェクトファイル群に関するテーブル展開処理をそ
れぞれ独立して並列的に行わせるように制御し、自己お
よび各初期設定子プロセスによるテーブル展開処理が正
常に終了したか否かを判定する親プロセス内の初期設定
処理部中のテーブル展開手段と、 前記テーブル展開手段によって「自己および各初期設定
子プロセスによるテーブル展開処理が正常に終了した」
と判定された場合に、統合ハッシュテーブルを生成し、
前記共有メモリ領域獲得手段によって獲得された共有メ
モリ領域の複数領域にまたがるリンク関係を張る親プロ
セス内の初期設定処理部中のハッシュテーブル統合・リ
ンク手段とを有することを特徴とする通信管理プログラ
ム起動時初期設定方式。
3. A communication management program startup initialization for performing an initialization process including a table expansion process for expanding a table necessary for controlling and managing resources on a network system by a communication management program in a shared memory area. A communication definition object file group including a communication definition main object file and a plurality of communication definition sub-object files; and a communication definition main object file in the communication definition object file group by acquiring a shared memory area on a memory. Means for acquiring a shared memory area in an initialization processing unit in a parent process for allocating an area corresponding to each communication definition sub-object file to the shared memory area; and a file for a communication definition sub-object file in the communication definition object file group. Means for allocating one or more initialization child processes less than the number of files, and allocating one or more communication definition sub-object files to each initialization child process. A table relating to a communication definition sub-object file group corresponding to each of the initialization child processes generated by the child process allocating means capable of performing a table expansion process relating to the communication definition main object file. A table in an initialization processing unit in a parent process that controls the development processing to be performed independently and in parallel and determines whether the table development processing by itself and each initialization child process is completed normally. Expanding means and the table expanding means Table expansion process by each initializer process has been completed successfully "
If it is determined that, an integrated hash table is generated,
Starting a communication management program, comprising: a hash table integration / linking unit in an initialization processing unit in a parent process that establishes a link relationship across a plurality of regions of the shared memory region acquired by the shared memory region acquiring unit. Time initialization method.
【請求項4】 通信定義オブジェクトファイル群を構成
する各通信定義オブジェクトファイルが通信定義メイン
オブジェクトファイル,通信処理装置対応通信定義サブ
オブジェクトファイル,通信制御プログラム・回線対応
通信定義サブオブジェクトファイル,および端末対応通
信定義サブオブジェクトファイルであることを特徴とす
る請求項記載の通信管理プログラム起動時初期設定方
式。
4. A communication definition object file constituting a group of communication definition object files includes a communication definition main object file, a communication processing device-specific communication definition sub-object file, a communication control program / line-specific communication definition sub-object file, and a terminal correspondence. 4. The communication management program startup initialization method according to claim 3 , wherein the communication management program is a communication definition sub-object file.
【請求項5】 通信管理プログラムの起動時においてホ
ストコンピュータを、メモリ上に共有メモリ領域を獲得
して通信定義オブジェクトファイル群中の通信定義メイ
ンオブジェクトファイルおよび各通信定義サブオブジェ
クトファイルに対応する領域を当該共有メモリ領域上に
割り当てる共有メモリ領域獲得手段,前記通信定義オブ
ジェクトファイル群中の通信定義サブオブジェクトファ
イルのファイル数と同数の複数の初期設定子プロセスを
作成し、各通信定義サブオブジェクトファイルを各初期
設定子プロセスに割り当てる子プロセス割当て手段,通
信定義メインオブジェクトファイルに関するテーブル展
開処理を行い、前記子プロセス割当て手段によって作成
された各初期設定子プロセスに対して当該各初期設定子
プロセスに対応する通信定義サブオブジェクトファイル
に関するテーブル展開処理をそれぞれ独立して並列的に
行わせるように制御し、自己および各初期設定子プロセ
スによるテーブル展開処理が正常に終了したか否かを判
定するテーブル展開手段,ならびに前記テーブル展開手
段によって「自己および各初期設定子プロセスによるテ
ーブル展開処理が正常に終了した」と判定された場合
に、統合ハッシュテーブルを生成し、前記共有メモリ領
域獲得手段によって獲得された共有メモリ領域の複数領
域にまたがるリンク関係を張るハッシュテーブル統合・
リンク手段として機能させるためのプログラムを記録し
た記録媒体。
5. When the communication management program is started, the host computer obtains a shared memory area in the memory and sets the area corresponding to the communication definition main object file and each communication definition sub-object file in the communication definition object file group. Means for acquiring a shared memory area to be allocated on the shared memory area, creating a plurality of initialization child processes as many as the number of communication definition sub-object files in the communication definition object file group, and A child process allocating means to be assigned to the initialization child process, a table expansion process for the communication definition main object file is performed, and each initialization child process created by the child process allocating means corresponds to each initialization child process. A table expansion means for controlling the table expansion processing relating to the communication definition sub-object file to be performed independently and in parallel, and determining whether or not the table expansion processing by itself and each of the initialization child processes has ended normally; And a shared memory acquired by the shared memory area acquiring means when an integrated hash table is generated by the table expanding means when it is determined that "the table developing process by the self and each initialization child process has been completed normally". Hash table integration that links over multiple areas
A recording medium on which a program for functioning as link means is recorded.
【請求項6】 通信管理プログラムの起動時においてホ
ストコンピュータを、メモリ上に共有メモリ領域を獲得
して通信定義オブジェクトファイル群中の通信定義メイ
ンオブジェクトファイルおよび各通信定義サブオブジェ
クトファイルに対応する領域を当該共有メモリ領域上に
割り当てる共有メモリ領域獲得手段,前記通信定義オブ
ジェクトファイル群中の通信定義サブオブジェクトファ
イルのファイル数未満の1以上の初期設定子プロセスを
作成し、1以上の通信定義サブオブジェクトファイルを
各初期設定子プロセスに割り当てる複数ファイル対応可
能子プロセス割当て手段,通信定義メインオブジェクト
ファイルに関するテーブル展開処理を行い、前記複数フ
ァイル対応可能子プロセス割当て手段によって作成され
た初期設定子プロセスに対して当該各初期設定子プロセ
スに対応する通信定義サブオブジェクトファイル群に関
するテーブル展開処理をそれぞれ独立して並列的に行わ
せるように制御し、自己および各初期設定子プロセスに
よるテーブル展開処理が正常に終了したか否かを判定す
るテーブル展開手段,ならびに前記テーブル展開手段に
よって「自己および各初期設定子プロセスによるテーブ
ル展開処理が正常に終了した」と判定された場合に、統
合ハッシュテーブルを生成し、前記共有メモリ領域獲得
手段によって獲得された共有メモリ領域の複数領域にま
たがるリンク関係を張るハッシュテーブル統合・リンク
手段として機能させるためのプログラムを記録した記録
媒体。
6. When the communication management program is started, the host computer obtains a shared memory area on a memory and sets an area corresponding to the communication definition main object file and each communication definition sub-object file in the communication definition object file group. Means for acquiring a shared memory area to be allocated on the shared memory area, creating one or more initialization child processes less than the number of communication definition sub-object files in the communication definition object file group, and creating one or more communication definition sub-object files Means for allocating a plurality of file-capable child processes to each of the initialization child processes, performing a table expansion process for the communication definition main object file, and executing the initialization child process created by the plurality of file-capable child process allocating means. To perform the table expansion processing for the communication definition sub-object file group corresponding to each of the initialization sub-processes independently and in parallel. A table developing means for determining whether or not the processing has been completed normally, and an integrated hash table is generated when the table developing means determines that "the table developing processing by itself and each initialization child process has been completed normally". Further, a recording medium recording a program for functioning as a hash table integration / linking means for establishing a link relationship over a plurality of areas of the shared memory area acquired by the shared memory area acquiring means.
JP26361998A 1998-09-17 1998-09-17 Communication management program startup initial setting method Expired - Fee Related JP3301394B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26361998A JP3301394B2 (en) 1998-09-17 1998-09-17 Communication management program startup initial setting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26361998A JP3301394B2 (en) 1998-09-17 1998-09-17 Communication management program startup initial setting method

Publications (2)

Publication Number Publication Date
JP2000099433A JP2000099433A (en) 2000-04-07
JP3301394B2 true JP3301394B2 (en) 2002-07-15

Family

ID=17392060

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26361998A Expired - Fee Related JP3301394B2 (en) 1998-09-17 1998-09-17 Communication management program startup initial setting method

Country Status (1)

Country Link
JP (1) JP3301394B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100827227B1 (en) * 2005-06-24 2008-05-07 삼성전자주식회사 Method and apparatus for managing DRM right object in low-processing power's storage efficiently

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
加藤佐一,どうなる?!95年のパソコンLAN環境 注目のOS環境[Windows95],[WindowsNTサーバ」でWindowsまわりは,コンピュータ&ネットワークLAN,日本,株式会社オーム社,1994年12月1日,第12巻 第12号,第21頁〜第30頁,CSNW199800867003

Also Published As

Publication number Publication date
JP2000099433A (en) 2000-04-07

Similar Documents

Publication Publication Date Title
US6449642B2 (en) Method and system for integrating a client computer into a computer network
KR101130370B1 (en) Method and system for providing a common operating system
US9317270B2 (en) Model-based virtual system provisioning
US7437706B2 (en) Automating the life cycle of a distributed computing application
CA2332084C (en) Method and system for supporting multiple operating systems on the same disk running on different computers at the same time
CN112181602A (en) Resource arranging method and device, electronic equipment and storage medium
JP3355184B1 (en) Method and apparatus for simultaneous emulation of multiple circuit designs on emulation systems
EP1989622A1 (en) Method, system, and program product for deploying a platform dependent application in a grid environment
US6158002A (en) Method and apparatus of boot device switching by a floppy disk
WO2022142601A1 (en) Application program construction method and apparatus, and computer device
US6968543B2 (en) Information processing apparatus
US6016514A (en) Method and apparatus for an improved specialization of a CORBAservices GenericFactory
JP3301394B2 (en) Communication management program startup initial setting method
US20060195586A1 (en) Sessions and terminals configured for binding in an extensible manner
JPS6325384B2 (en)
JP7279371B2 (en) Management server, boot server, network boot system, network boot method, program
US7350214B2 (en) Printer driver initialization
JP4137877B2 (en) ACPI control method name collision avoidance
JP7545078B2 (en) Test code generation device, test code generation method, and test code generation program
JP7417462B2 (en) Package generation device, package management system and package generation method
US20060075400A1 (en) System and method for data migration integration with information handling system manufacture
JPS6312300B2 (en)
CN115202830B (en) Root file system preparation method, system, computing device and readable storage medium
US20040049560A1 (en) Method and apparatus for configuring a computer system to operate with perhiperal devices
KR100631780B1 (en) Communication method between overlay units and apparatus using same

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080426

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090426

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100426

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110426

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120426

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees