JPH0667857A - Database register system based upon transaction distribution - Google Patents

Database register system based upon transaction distribution

Info

Publication number
JPH0667857A
JPH0667857A JP4216711A JP21671192A JPH0667857A JP H0667857 A JPH0667857 A JP H0667857A JP 4216711 A JP4216711 A JP 4216711A JP 21671192 A JP21671192 A JP 21671192A JP H0667857 A JPH0667857 A JP H0667857A
Authority
JP
Japan
Prior art keywords
management information
database
transaction
file
registration
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
JP4216711A
Other languages
Japanese (ja)
Inventor
Kaoru Umezawa
薫 梅澤
Shingo Yasumasa
真吾 安政
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Corp, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP4216711A priority Critical patent/JPH0667857A/en
Publication of JPH0667857A publication Critical patent/JPH0667857A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To register management information in a database in each transaction by outputting registering processing information from various software developing resources in a system for regitering management information stored by various software developing resources in a database. CONSTITUTION:Management information to be recognized by a software developing tool 1 such as a compiler and a linker is stored in a management information storing file 3, information for updating a data base in each transaction is stored in a register processing information file 2 and a management information storing base 9 manages those management information. In a registering part 4, a master task analyzes the file 2 and determines a slave task for registering the management information of the tool 1 in each transaction.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、コンパイラ、リンカ等
のソフトウェア開発ツールが認識する管理情報を格納し
た管理情報格納ファイルを登録処理情報ファイルによ
り、トランザクション毎に分配してデータベースに登録
する方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of distributing a management information storage file storing management information recognized by a software development tool such as a compiler and a linker by a registration processing information file and registering it in a database for each transaction. It is a thing.

【0002】[0002]

【従来の技術】近年、ソフトウェア開発は、ハード/ソ
フトの進歩、システム規模の拡大、システム環境の多様
化、処理要求の高度化、利用者層の拡大、等の背景に伴
い、生産性向上、信頼性向上、資源有効利用、資産有効
利用、円滑運営といった目標をかかげてきた。そこで、
情報システムに関する情報つまり管理データを一元管理
しようという考え方がでてきた。そして、各種ソフトウ
ェア開発資源から管理データをファイル出力し、データ
ベースに登録し管理するといったシステムが実現されて
いる。
2. Description of the Related Art In recent years, in software development, productivity has been improved with the background of progress of hardware / software, expansion of system scale, diversification of system environment, sophistication of processing requirements, expansion of users, etc. It has set goals for improving reliability, effective use of resources, effective use of assets, and smooth operation. Therefore,
The idea has emerged to centrally manage information about information systems, that is, management data. Then, a system has been realized in which management data is output as a file from various software development resources, registered in a database, and managed.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のデータ
ベース登録方式では、各種ソフトウェア開発ツールが、
単に、管理情報ファイルを出力するだけであるため、デ
ータベース登録において、管理情報ファイルに出力され
た順に処理する必要があり効率的でないという課題があ
る。
In the above conventional database registration method, various software development tools
Since the management information file is simply output, there is a problem that it is not efficient in database registration because it is necessary to process the management information file in the order output.

【0004】[0004]

【課題を解決するための手段】本発明のトランザクショ
ン分配によるデータベース登録方式は、コンパイラやリ
ンカのソフトウェア開発資源が保持する管理情報をデー
タベースに登録するシステムにおいて、データベースを
トランザクション毎に更新するための情報を格納した登
録処理情報ファイルと、コンパイラやリンカのソフトウ
ェア開発ツールが認識する管理情報を格納した管理情報
格納ファイルと、前記管理情報を管理するための管理情
報格納データベースと、複数の子タスク、および、前記
登録処理情報ファイルを解析し、前記ソフトウェア開発
ツールの管理情報をトランザクション毎に登録する子タ
スクを前記子タスクの中から決定する親タスクを含むマ
ルチタスク構造の登録部とを持つことを特徴とする。
A database registration method by transaction distribution according to the present invention is an information for updating a database for each transaction in a system for registering management information held by software development resources of a compiler and a linker in the database. A registration processing information file, a management information storage file storing management information recognized by the software development tool of the compiler or linker, a management information storage database for managing the management information, a plurality of child tasks, and A multi-task structure registration unit including a parent task that analyzes the registration processing information file and determines a child task that registers management information of the software development tool for each transaction from among the child tasks. And

【0005】[0005]

【作用】本発明においては、管理情報をトランザクショ
ン毎に分配して登録することによってデータベースの登
録処理を効率的に行うようにする。
In the present invention, the management information is distributed and registered for each transaction to efficiently perform the database registration processing.

【0006】[0006]

【実施例】図1は、本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【0007】各種ソフトウェア開発ツール1と、各種ソ
フトウェア開発ツール1が出力する_データベースで一
意となる名前に対応する値、および、その名前でハッシ
ュされた番号を保持する登録処理情報ファイル2と、各
種ソフトウェア開発ツール2が出力する、データベース
で一意となる名前、および管理情報が格納される管理情
報格納ファイル3と、登録処理情報ファイル2を読み込
む登録処理情報ファイル読み込み部5、読み込んだ内容
を解析する登録処理情報解析部6、管理情報格納ファイ
ル3を読み込む管理情報格納ファイル読み込み部7、お
よび、読み込んだ内容を管理情報格納データベース9に
登録するデータベース登録部8からなるマルチタスク構
造の登録部4と、管理情報を格納する管理情報格納デー
タベース9とから構成されている。
[0007] Various software development tools 1, a value corresponding to a name unique in the _database output by the various software development tools 1, and a registration processing information file 2 holding a number hashed by the name, various The management information storage file 3 that stores the management information and the unique name in the database output by the software development tool 2, the registration processing information file reading unit 5 that reads the registration processing information file 2, and the read contents are analyzed. A registration processing information analysis unit 6, a management information storage file reading unit 7 that reads the management information storage file 3, and a registration unit 4 having a multitask structure including a database registration unit 8 that registers the read contents in the management information storage database 9. From the management information storage database 9 that stores management information It has been made.

【0008】次にソフトウェア開発ツール1が出力する
ファイルの詳細について説明する。
Next, the details of the file output by the software development tool 1 will be described.

【0009】図2において、管理情報格納ファイル3が
保持するデータは、データベースで一意となる名前10
と、管理情報11である。登録処理情報ファイル2が保
持するデータはデータベースで一意となる名前と対応す
る値12と、データベースで一意となる名前でハッシュ
された番号13である。
In FIG. 2, the data held in the management information storage file 3 has a name 10 which is unique in the database.
And the management information 11. The data stored in the registration processing information file 2 is a value 12 corresponding to a unique name in the database and a number 13 hashed with the unique name in the database.

【0010】次に登録部4の処理フローについて図3を
も参照して説明する。
Next, the processing flow of the registration unit 4 will be described with reference to FIG.

【0011】登録部4が起動されると登録処理情報格納
ファイル読み込み部5が登録処理情報格納ファイル2よ
りデータを読み込む(ステップ3−1)。読み込まれた
データは、登録処理解析部6において、データベースで
一意となる名前でハッシュされた番号13が解析され
(ステップ3−2)そのトランザクションがどの子タス
クで処理されるかを判断し子タスクを起動する。子タス
クが起動されると管理情報格納ファイル読み込み部7が
管理情報格納ファイル3を読み込む(ステップ3−
4)。読み込まれたデータは、データベース登録部8に
よりデータベースで一意となる名前10と管理情報11
を管理情報格納データベース9に登録する(ステップ3
−5)。子タスクがこの1トランザクションの処理を実
行中に親タスクは登録処情報格納ファイル読み込み部5
より次のトランザクションを読み込み、同様にデータベ
ースで一意となる名前でハッシュされた番号13で解析
した結果に相当する子タスクを起動し登録処理を実行す
る。決定された子タスクが処理中の場合はそのトランザ
クションの処理が終わるまで次のトランザクションの登
録処理は行わない。登録処理情報ファイル2に管理情報
格納データベースへの登録の終了依頼(ステップ3−
3)があるまでこの処理を実行することにより、全ての
データがトランザクション毎にデータの登録順に矛盾が
発生することなくデータベースへ登録が可能となる。
When the registration unit 4 is activated, the registration processing information storage file reading unit 5 reads data from the registration processing information storage file 2 (step 3-1). In the read data, the registration processing analysis unit 6 analyzes the hashed number 13 with a unique name in the database (step 3-2) to determine which child task the transaction is processed in and the child task To start. When the child task is activated, the management information storage file reading unit 7 reads the management information storage file 3 (step 3-
4). The read data includes a name 10 and management information 11 that are unique in the database by the database registration unit 8.
Is registered in the management information storage database 9 (step 3)
-5). While the child task is executing the processing of this one transaction, the parent task reads the registration processing information storage file reading unit 5
The next transaction is read, and a child task corresponding to the result of analysis by the number 13 hashed with a unique name in the database is activated and registration processing is executed. When the determined child task is being processed, the next transaction is not registered until the processing of that transaction is completed. Request to end registration in the management information storage database in the registration processing information file 2 (step 3-
By executing this processing until 3), all data can be registered in the database for each transaction without any contradiction in the data registration order.

【0012】[0012]

【発明の効果】以上説明した如く、本発明によれば、各
種ソフトウェア開発資源から出力された管理情報をトラ
ンザクション毎に分配し、同時に複数のトランザクショ
ンを登録することが出来、登録処理効率が向上する。
As described above, according to the present invention, the management information output from various software development resources can be distributed for each transaction, and a plurality of transactions can be registered at the same time, which improves the efficiency of registration processing. .

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

【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【図2】ソフトウェア開発ツールが出力するファイルの
詳細を示す図である。
FIG. 2 is a diagram showing details of a file output by a software development tool.

【図3】登録処理部の動作を示すフロー図である。FIG. 3 is a flowchart showing an operation of a registration processing unit.

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

1 各種ソフトウェア開発資源 2 登録処理情報ファイル 3 管理情報格納ファイル 4 マルチタスク構造の登録部 5 登録処理情報ファイル読み込み部 6 登録処理情報解析部 7 管理情報格納ファイル読み込み部 8 データベース登録部 9 管理情報格納データベース 1 Various software development resources 2 Registration processing information file 3 Management information storage file 4 Multitask structure registration section 5 Registration processing information file reading section 6 Registration processing information analysis section 7 Management information storage file reading section 8 Database registration section 9 Management information storage The database

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 コンパイラやリンカのソフトウェア開発
資源が保持する管理情報をデータベースに登録するシス
テムにおいて、 データベースをトランザクション毎に更新するための情
報を格納した登録処理情報ファイルと、 コンパイラやリンカのソフトウェア開発ツールが認識す
る管理情報を格納した管理情報格納ファイルと、 前記管理情報を管理するための管理情報格納データベー
スと、 複数の子タスク、および、前記登録処理情報ファイルを
解析し、前記ソフトウェア開発ツールの管理情報をトラ
ンザクション毎に登録する子タスクを前記子タスクの中
から決定する親タスクを含むマルチタスク構造の登録部
とを持つことを特徴とするトランザクション分配による
データベース登録方式。
1. A system for registering management information held by software development resources of a compiler or linker in a database, a registration processing information file storing information for updating the database for each transaction, and software development of the compiler or linker. A management information storage file storing management information recognized by the tool, a management information storage database for managing the management information, a plurality of child tasks, and the registration processing information file are analyzed, and the software development tool A database registration system by transaction distribution, comprising: a registration unit having a multitask structure including a parent task that determines a child task that registers management information for each transaction from the child tasks.
JP4216711A 1992-08-14 1992-08-14 Database register system based upon transaction distribution Pending JPH0667857A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4216711A JPH0667857A (en) 1992-08-14 1992-08-14 Database register system based upon transaction distribution

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4216711A JPH0667857A (en) 1992-08-14 1992-08-14 Database register system based upon transaction distribution

Publications (1)

Publication Number Publication Date
JPH0667857A true JPH0667857A (en) 1994-03-11

Family

ID=16692727

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4216711A Pending JPH0667857A (en) 1992-08-14 1992-08-14 Database register system based upon transaction distribution

Country Status (1)

Country Link
JP (1) JPH0667857A (en)

Similar Documents

Publication Publication Date Title
US9189270B2 (en) Realizing jumps in an executing process instance
JP3315857B2 (en) Compiler with general front end and dynamically loadable back end
JP3122185B2 (en) Database search processor
CN1965296A (en) Dependency graph parameter scoping
JPH0588907A (en) Compiling system in distributed circumstances
US20080313610A1 (en) Discoscript: a simplified distributed computing scripting language
US20060150172A1 (en) Binding to types
US7305652B2 (en) Standard application development template
CN105573836A (en) Data processing method and device
JP3090641B2 (en) Parallel data processing system and control method thereof
US20050204338A1 (en) Standard application development framework
JPH0667857A (en) Database register system based upon transaction distribution
CN115840775A (en) Data extraction method, device, server and storage medium
Shu Chare kernel and its implementation on multicomputers
CN117033497B (en) Method for updating and reading data on data lake and related equipment
JPH05233231A (en) Method for managing library
JP4180247B2 (en) Apparatus and method for switching object management method
EP0831406A2 (en) Implementing a workflow engine in a database management system
Harvey et al. Comparing inter-tool communication in control-centred tool integration frameworks
JP3311067B2 (en) Program development management device
JP2557953B2 (en) Interface definition and analysis support method
JP3192177B2 (en) Object processing device
JPH0566931A (en) Data base registering system
CN117093252A (en) Cloud object delivery method, cloud object delivery device, electronic equipment and computer readable storage medium
JP2001043079A (en) Device for supporting software development, device and method for generating software part, and recording medium

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000704