[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

JPH0231269A - Multi-scheduling controlling system - Google Patents

Multi-scheduling controlling system

Info

Publication number
JPH0231269A
JPH0231269A JP63182388A JP18238888A JPH0231269A JP H0231269 A JPH0231269 A JP H0231269A JP 63182388 A JP63182388 A JP 63182388A JP 18238888 A JP18238888 A JP 18238888A JP H0231269 A JPH0231269 A JP H0231269A
Authority
JP
Japan
Prior art keywords
transaction
transaction processing
program
scheduling
request message
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.)
Granted
Application number
JP63182388A
Other languages
Japanese (ja)
Other versions
JP2536081B2 (en
Inventor
Masaaki Kawanishi
川西 正章
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 JP63182388A priority Critical patent/JP2536081B2/en
Publication of JPH0231269A publication Critical patent/JPH0231269A/en
Application granted granted Critical
Publication of JP2536081B2 publication Critical patent/JP2536081B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To shorten the processing time in a multi-scheduling controlling system by scheduling plural program processing operations at one time in the case these operations are independent of a single transaction processing request message and are not dependent on the processing order in terms of time. CONSTITUTION:A register means 6 divides previously a transaction processing request message by an identifier, and plural (n) program names that can be processed in parallel to the same identifier are registered in a transaction control table. This table is stored in a control table part 5a. A scheduling control means 4 reads simultaneously those corresponding (n) program names based on the transaction control table and by the information received from a transmission/reception control means 3. Then the means 4 performs a scheduling action and sends a processing result message to each terminal via the means 3. Thus the processing time is shortened in a multi-scheduling control system.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置のトランザクション処理システム
に利用される。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Field of Application] The present invention is utilized in a transaction processing system of an information processing device.

本発明は、オンライントランザクション処理システムに
おけるトランザクション処理要求メツセージのスケジュ
ーリング制御方式に関し、特に、その多重スケグ5 +
 IJソング御方式に関する。
The present invention relates to a scheduling control method for transaction processing request messages in an online transaction processing system, and in particular, the present invention relates to a method for controlling the scheduling of transaction processing request messages in an online transaction processing system.
Regarding the IJ song method.

〔概要〕〔overview〕

本発明は、情報処理装置のトランザクション処理システ
ムにおけるトランザクション処理メツセージをプログラ
ムにスケジューリングする制御を行うスケジューリング
制御方式において、一つのトランザクション処理要求メ
ツセージを複数のプログラムに多重にスケジューリング
できるようにすることにより、 処理時間の短縮化をはかった多重スケジューリング制御
方式を実現したものである。
The present invention provides a scheduling control method for controlling the scheduling of transaction processing messages to programs in a transaction processing system of an information processing device, by making it possible to multiplex schedule one transaction processing request message to multiple programs. This realizes a multiple scheduling control method that saves time.

〔従来の技術〕[Conventional technology]

従来、この種のオンライントランザクション処理システ
ムにおいては、端末装置から投入された一つのトランザ
クション処理要求メツセージを受信すると一つのプログ
ラムに対してスケジューリングし、そのプログラムでデ
ータベースの検索更新を行い、その結果であるトランザ
クション処理結果メツセージを端末装置へ送出していた
Conventionally, in this type of online transaction processing system, when one transaction processing request message input from a terminal device is received, it is scheduled for one program, the program searches and updates the database, and the result is Transaction processing result messages were being sent to the terminal device.

例えば、一つのトランザクション処理要求メツセージを
一つの端末装置1から投入し、トランザクション処理と
しては、端末装置1向けのメツセージを作成する処理と
他の端末装置2向けにメツセージを作成する処理とを行
う場合がある(第」図参照)。一つのトランザクション
処理要求メツセージでスケジューリングされるプログラ
ムは一つであるため、一つのプログラムの中で端末装置
1向けの処理と端末装置2向けの処理と順番に行い、最
後には、両端末装置1および2にトランザクション処理
結果のメツセージを送出することになる。
For example, when one transaction processing request message is input from one terminal device 1, and the transaction processing includes processing to create a message for terminal device 1 and processing to create a message for another terminal device 2. (See figure 1). Since only one program is scheduled for one transaction processing request message, processing for terminal device 1 and processing for terminal device 2 are performed in order in one program, and finally, both terminal devices 1 and 2 are scheduled. and 2, a message of the transaction processing result will be sent.

もし、端末装置1向けの処理と端末装置2向けの処理と
が、互いに独立しており時間的な処理順序が問題になら
ない場合でも一つのトランザクション処理要求メツセー
ジを処理するために、トランザクション処理要求メツセ
ージがスケジューリングされるプログラムは一つであり
、二つのプログラムに対しトランザクション処理要求メ
ツセージをスケジューリングすることができなかった。
Even if the processing for terminal device 1 and the processing for terminal device 2 are independent of each other and the temporal processing order does not matter, in order to process one transaction processing request message, the transaction processing request message The number of programs to be scheduled is one, and transaction processing request messages could not be scheduled for two programs.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

前述した従来のスケジューリング制御方式では、一つの
トランザクション処理要求メツセージで動作するプログ
ラムが一つであったため、トランザクション処理が、二
つの独立した処理から成り立っていても順次処理される
ことになり、端末装置へのトランザクション処理結果で
あるメツセージが送出されるのは、二つの処理が順次に
行われて完了した時であった。
In the conventional scheduling control method described above, only one program operates in response to one transaction processing request message, so even if the transaction processing consists of two independent processes, they are processed sequentially, and the terminal device The message that is the result of the transaction processing is sent when the two processes are completed sequentially.

一般的には、データベースの検索更新を行うために、磁
気ディスク装置への入出力が発生するようなプログラム
では、複数のタスクで並行してプログラムを実行させる
ことにより、全体の処理時間を短縮することが可能であ
る。
Generally, for programs that require input/output to a magnetic disk device to search and update a database, the overall processing time can be shortened by running the program in parallel with multiple tasks. Is possible.

しかし、一つのトランザクション処理要求メツセージを
二つのプログラムに対してスケジューリングできないた
めに、二つのプログラムによる並行処理で、トランザク
ション処理に要する全体の処理時間を短縮することがで
きないという問題点があった。
However, since one transaction processing request message cannot be scheduled for two programs, there is a problem in that the overall processing time required for transaction processing cannot be shortened by parallel processing by two programs.

本発明の目的は、前記の問題点を解消することにより、
トランザクション処理を複数のプログラムにより処理可
能とし、処理時間の短縮化を図った多重スケジューリン
グ制御方式を提供することにある。
The purpose of the present invention is to solve the above-mentioned problems.
It is an object of the present invention to provide a multiplex scheduling control method that enables transaction processing to be performed by a plurality of programs and reduces processing time.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、トランザクション処理要求メツセージに従っ
てデータベースを検索更新しトランザクション処理結果
メツセージを作成する処理を行うプログラムが格納され
た複数のプログラム部と、端末装置から投入されたトラ
ンザクション処理要求メツセージを受信し、またトラン
ザクション処理結果メツセージを前記端末装置へ送出す
る制御を行う送受信制御手段とを備えた情報処理装置の
トランザクション処理システムにおけるスケジューリン
グ制御方式において、トランザクション識別子を含むト
ランザクション処理情報が登録されたトランザクション
管理表が格納された管理表部と、前記トランザクション
管理表にあらかじめトランザクション処理情報を登録す
る登録手段と、前記送受信制御手段から通知されたトラ
ンザクション処理要求メツセージの中に含まれるトラン
ザクション識別子を基に前記トランザクション管理表を
探索し当該プログラムを決定する手段、この決定された
プログラムに対しトランザクション処理要求メツセージ
をスケジューリングする手段および当該プログラムから
通知されたトランザクション処理結果メツセージを前記
送受信制御手段に通知する手段を含むスケジューリング
制御手段とを備えたことを特徴とする。
The present invention includes a plurality of program sections storing programs for searching and updating a database according to a transaction processing request message and creating a transaction processing result message, and receiving a transaction processing request message input from a terminal device. In a scheduling control method in a transaction processing system of an information processing apparatus, the transaction management table in which transaction processing information including a transaction identifier is registered is stored. the transaction management table based on the transaction identifier included in the transaction processing request message notified from the transmission/reception control means; scheduling control means including means for searching and determining the program; means for scheduling a transaction processing request message for the determined program; and means for notifying the transmission/reception control means of a transaction processing result message notified from the program; It is characterized by having the following.

〔作用〕[Effect]

管理表部には、あらかじめ登録手段により、トランザク
ション処理要求メツセージをその識別子により区分し、
同一識別子に対して並列に処理可能な複数n個のプログ
ラム名が登録されたトランザクション管理表が格納され
る。そして、スケジューリング制御手段は、送受信制御
手段から通知されたトランザクション処理要求メツセー
ジに対して、その識別子によりトランザクション管理表
により該当するn個のプログラム名を読み出し、それら
の各プログラムに対して前記トランザクション処理要求
メツセージをスケジューリングを行い、各プログラムか
らのトランザクション処理結果メツセージを前記送受信
制御手段を介して各端末装置に送信する。
In the management table section, transaction processing request messages are classified in advance by their identifiers by a registration means, and
A transaction management table is stored in which a plurality of n program names that can be processed in parallel for the same identifier are registered. Then, in response to the transaction processing request message notified from the transmission/reception control means, the scheduling control means reads the corresponding n program names from the transaction management table using the identifier, and requests the transaction processing to each of these programs. Messages are scheduled, and transaction processing result messages from each program are transmitted to each terminal device via the transmission/reception control means.

従って、一つのトランザクション処理要求メツセージに
対して並列処理可能なプログラムが存在する場合に、従
来のように直列に処理することなく並列に処理できるた
め、処理時間を短縮することが可能となる。
Therefore, if there is a program that can process one transaction processing request message in parallel, the processing can be done in parallel instead of serially as in the conventional case, making it possible to shorten the processing time.

〔実施例〕〔Example〕

以下、本発明の実施例について図面を参照して説明する
Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明の一実施例を示すブロック構成図、第2
図はそのスケジューリング制御手段の要部を示すブロッ
ク構成図および第3図はその管理表部の一例を示す説明
図である。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG.
The figure is a block diagram showing the main part of the scheduling control means, and FIG. 3 is an explanatory diagram showing an example of the management table section.

第1図および第2図によると、本実施例は、トランザク
ション処理要求メツセージに従ってデータベース9また
は10を検索更新しトランザクション処理結果メツセー
ジを作成する処理を行うプログラム7および8が格納さ
れた二つのプログラム部7a 、8aと、端末装置1ま
たは2から投入されたトランザクション処理要求メツセ
ージを受信し、またトランザクション処理結果メツセー
ジを端末装置1または2へ送出する制御を行う送受信制
御手段3とを備えた情報処理装置のトランザクション処
理システムにおけるスケジューリング制御手段に右いて
、 トランザクション識別子を含むトランザクション処理情
報が登録されたトランザクション管理表5が格納された
管理表部5aと、トランザクション管理表5にあらかじ
めトランザクション処理情報を登録する登録手段6と、
送受信制御手段3から通知されたトランザクション処理
要求メツセージの中に含まれるトランザクション識別子
を基にトランザクション管理表5を探索し当該プログラ
ムを決定する手段としての管理表探索手段41および管
理表続出し手段42、この決定さ−れたプログラムに対
しトランザクション処理要求メツセージをスケジューリ
ングする手段としてのスケジューリング手段43、およ
び当該プログラムから通知されたトランザクション処理
結果メツセージを送受信制御手段3に通知する手段とし
ての処理結果メツセージ通知手段44を含むスケジュー
リング制御手段4とを備えている。
According to FIGS. 1 and 2, the present embodiment includes two program units storing programs 7 and 8 for searching and updating the database 9 or 10 according to a transaction processing request message and creating a transaction processing result message. 7a, 8a, and a transmission/reception control means 3 that receives a transaction processing request message input from the terminal device 1 or 2 and controls sending a transaction processing result message to the terminal device 1 or 2. The scheduling control means in the transaction processing system includes a management table section 5a storing a transaction management table 5 in which transaction processing information including transaction identifiers is registered, and a registration section 5a for registering transaction processing information in the transaction management table 5 in advance. means 6;
management table search means 41 and management table successive means 42 as means for searching the transaction management table 5 and determining the program based on the transaction identifier included in the transaction processing request message notified from the transmission/reception control means 3; A scheduling means 43 is a means for scheduling a transaction processing request message for the determined program, and a processing result message notification means is a means for notifying the transmission/reception control means 3 of a transaction processing result message notified from the program. and a scheduling control means 4 including 44.

また、第3図によるとトランザクション管理表5は、ト
ランザクション識別子51、登録プログラム数52、プ
ログラム名(1)53−1、プログラム名(n)53−
 nを含んでおり、一つのトランザクション処理すなわ
ち一つのトランザクション識別子51に対して複数n個
のプログラム名53−1〜53−nが登録される。
Also, according to FIG. 3, the transaction management table 5 includes a transaction identifier 51, number of registered programs 52, program name (1) 53-1, program name (n) 53-
A plurality of n program names 53-1 to 53-n are registered for one transaction process, that is, one transaction identifier 51.

本発明の特徴は、第1図において、第2図に示す処理手
段41〜43を含むスケジューリング制御手段4と、第
3図にその一例を示すトランザクション管理表5を格納
した管理表部5aと、その登録手段6とを設けたことに
ある。
The features of the present invention are, in FIG. 1, a scheduling control means 4 including processing means 41 to 43 shown in FIG. 2; a management table section 5a storing a transaction management table 5, an example of which is shown in FIG. 3; The reason is that the registration means 6 is provided.

次に、本実施例の動作について第4図に示す流れ図を参
照して説明する。ここで第4図はスケジューリング制御
手段のスケジューリング処理手順を示したものである。
Next, the operation of this embodiment will be explained with reference to the flowchart shown in FIG. Here, FIG. 4 shows the scheduling processing procedure of the scheduling control means.

オンライントランザクション処理が稼動を開始するにあ
たって前もって、登録手段6は、トランザクション識別
子とそれに対応してトランザクション処理を行うプログ
ラム名とプログラム数とをトランザクション管理表5に
登録する処理を行う。
Before starting online transaction processing, the registration means 6 performs a process of registering a transaction identifier and the corresponding program name and number of programs that perform transaction processing in the transaction management table 5.

すなわち、登録手段6は、トランザクション識別子、プ
ログラム数およびプログラム名を、トランザクション管
理表5の、トランザクション識別子51、登録プログラ
ム数52およびプログラム名(1)53−1〜(n)5
3− nの欄にそれぞれ登録する処理を行う。
That is, the registration means 6 stores the transaction identifier, the number of programs, and the program name in the transaction management table 5.
3- Perform the process of registering each in the n column.

端末装置1から投入されたトランザクション処理要求メ
ツセージを受信した送受信制御手段3は、スケジューリ
ング制御部段4に対してトランザクション処理要求メツ
セージを通知する。スケジューリング制御部&4は、管
理表探索手段41により、トランザクション処理要求メ
ツセージ中に含まれるトランザクション識別子51を取
り出しくステップSL)、)ランザクジョン識別子をキ
ーにしてトランザクション管理表5を探索する(ステッ
プ32)。トランザクション管理表5中の対応するトラ
ンザクション識別子51のエントリが見つかると管理表
続出し手段42により、登録プログラム数52の読み取
りを行う(ステップ33)。
The transmission/reception control means 3, which has received the transaction processing request message input from the terminal device 1, notifies the scheduling control section 4 of the transaction processing request message. The scheduling control unit &4 uses the management table search means 41 to extract the transaction identifier 51 included in the transaction processing request message (step SL),)) searches the transaction management table 5 using the transaction identifier as a key (step 32). When the entry of the corresponding transaction identifier 51 in the transaction management table 5 is found, the management table succession means 42 reads the number of registered programs 52 (step 33).

次に、プログラム名23を読み取り(ステップS4)、
スケジニーリング手段43により、当該プログラムに対
してトランザクション処理要求メツセージをスケジユー
リングする(ステップ35)。
Next, read the program name 23 (step S4),
The scheduling means 43 schedules the transaction processing request message for the program (step 35).

登録プログラム数52まで、ステップS4とステップS
5とを繰り返すことにより、前もって登録された複数の
プログラムに対してトランザクション処理要求メツセー
ジをスケジュールすることになる(ステップS6)。
Up to 52 registered programs, step S4 and step S
By repeating steps 5 and 5, transaction processing request messages are scheduled for a plurality of programs registered in advance (step S6).

トランザクション処理要求メツセージをスケジユーリン
グされたプログラム7は、データベース9の検索更新処
理を行い、その結果であるトランザクション処理結果メ
ツセージをスケジューリング制御手段4に通知する。ま
た、同時にトランザクション処理要求メツセージをスケ
ジユーリングされたプログラム8(t1データベース1
0の検索更新処理を行い、その結果であるトランザクシ
ョン処理結果メツセージをスケジューリング制御部段4
に通知する。
The program 7 that has been scheduled with the transaction processing request message performs a search and update process on the database 9 and notifies the scheduling control means 4 of the transaction processing result message that is the result. At the same time, a transaction processing request message is scheduled for program 8 (t1 database 1).
0 search update processing is performed, and the transaction processing result message that is the result is sent to the scheduling control unit stage 4.
Notify.

ここでプログラム7とプログラム8とが行うトランザク
ション処理は、互いに独立しており時間的な処理順序に
依存することなく並行して実行可能であるものとする。
It is assumed here that the transaction processing performed by the program 7 and the program 8 are mutually independent and can be executed in parallel without depending on the temporal processing order.

スケジューリング制御部段4は、プログラム7および8
からのトランザクション処理結果メツセージを、処理結
果メツセージ通知手段44により、送受信制御手段3に
介して通知する。
The scheduling control section 4 includes programs 7 and 8.
The processing result message notifying means 44 notifies the transaction processing result message from the transaction processing result message via the transmission/reception control means 3.

送受信制御手段3は、プログラム7からのトランザクシ
ョン処理結果メツセージを端末装置1へ送出し、またプ
ログラム8からのトランザクション処理結果メツセージ
を端末装置2へ送出する。
The transmission/reception control means 3 sends a transaction processing result message from the program 7 to the terminal device 1, and also sends a transaction processing result message from the program 8 to the terminal device 2.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、一つのトランザクション
処理要求メツセージに対して行われるプログラムの処理
が互いに独立した複数の処理から構成され時間的処理順
序に依存しない場合にいつのトランザクション処理要求
メツセージを複数のプログラムに対して同時にスケジユ
ーリングするようにしたことにより、複数のプログラム
で並行してトランザクション処理を行うことができ、そ
の結果トランザクション処理に要する全体の処理時間を
短縮することができる効果がある。
As explained above, the present invention provides a method for processing a transaction processing request message into a plurality of processes when the program processing performed on one transaction processing request message is composed of a plurality of mutually independent processes and does not depend on the temporal processing order. By scheduling programs simultaneously, transaction processing can be performed in parallel in a plurality of programs, and as a result, the overall processing time required for transaction processing can be reduced.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示すブロック構成図。 第2図はそのトランザクション制御部の要部を示すブロ
ック構成図。 第3図はその管理表部の一例を示す説明図。 第4図はそのスケジューリング制御手段のスケジューリ
ング処理手順を示す流れ図。 1.2・・・端末装置、3・・・送受信制御手段、4・
・・スケジューリング制御手段、5・・・トランヂクシ
ョン管理表、5a・・・管理表部、6・・・登録手段、
7、訃・・プログラム、7a s 8a・・・プログラ
ム部、9.10・・・データベース、41・・・管理表
探索手段、42・・・管理表続出し手段、43・・・ス
ケジコーリング手段、44・・・処理結果メツセージ通
知手段、51・・・トランザクション識別子、52・・
・登録プログラム数、53−1・・・プログラム名(1
)、53−n・・・プログラム名(n)、5l−56・
・・ステップ。
FIG. 1 is a block diagram showing an embodiment of the present invention. FIG. 2 is a block diagram showing the main parts of the transaction control section. FIG. 3 is an explanatory diagram showing an example of the management table section. FIG. 4 is a flowchart showing the scheduling processing procedure of the scheduling control means. 1.2...Terminal device, 3...Transmission/reception control means, 4.
... Scheduling control means, 5... Transition management table, 5a... Management table section, 6... Registration means,
7. Death...Program, 7a s 8a... Program section, 9.10... Database, 41... Management table search means, 42... Management table succession means, 43... Schedule calling means , 44... Processing result message notification means, 51... Transaction identifier, 52...
・Number of registered programs, 53-1...Program name (1
), 53-n...Program name (n), 5l-56.
...step.

Claims (1)

【特許請求の範囲】 1、トランザクション処理要求メッセージに従ってデー
タベース(9、10)を検索更新しトランザクション処
理結果メッセージを作成する処理を行うプログラム(7
、8)が格納された複数のプログラム部(7a、8a)
と、 端末装置(1、2)から投入されたトランザクション処
理要求メッセージを受信し、またトランザクション処理
結果メッセージを前記端末装置へ送出する制御を行う送
受信制御手段(3)とを備えた情報処理装置のトランザ
クション処理システムにおけるスケジューリング制御方
式において、 トランザクション識別子を含むトランザクション処理情
報が登録されたトランザクション管理表(5)が格納さ
れた管理表部(5a)と、 前記トランザクション管理表にあらかじめトランザクシ
ョン処理情報を登録する登録手段(6)と、 前記送受信制御手段から通知されたトランザクション処
理要求メッセージの中に含まれるトランザクション識別
子を基に前記トランザクション管理表を探索し当該プロ
グラムを決定する手段(41、42)、この決定された
プログラムに対しトランザクション処理要求メッセージ
をスケジューリングする手段(43)および当該プログ
ラムから通知されたトランザクション処理結果メッセー
ジを前記送受信制御手段に通知する手段(44)を含む
スケジューリング制御手段(4)と を備えたことを特徴とする多重スケジューリング制御方
式。
[Claims] 1. A program (7) that searches and updates databases (9, 10) according to a transaction processing request message and creates a transaction processing result message.
, 8) are stored in a plurality of program sections (7a, 8a).
and a transmission/reception control means (3) that receives a transaction processing request message input from a terminal device (1, 2) and controls sending a transaction processing result message to the terminal device. A scheduling control method in a transaction processing system includes: a management table section (5a) storing a transaction management table (5) in which transaction processing information including a transaction identifier is registered; and transaction processing information is registered in advance in the transaction management table. registration means (6); means (41, 42) for searching the transaction management table and determining the program based on the transaction identifier included in the transaction processing request message notified from the transmission/reception control means; scheduling control means (4) including means (43) for scheduling a transaction processing request message for a program that has been sent, and means (44) for notifying the transmission/reception control means of a transaction processing result message notified from the program; A multiplex scheduling control method characterized by:
JP63182388A 1988-07-20 1988-07-20 Multiple scheduling control system Expired - Lifetime JP2536081B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63182388A JP2536081B2 (en) 1988-07-20 1988-07-20 Multiple scheduling control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63182388A JP2536081B2 (en) 1988-07-20 1988-07-20 Multiple scheduling control system

Publications (2)

Publication Number Publication Date
JPH0231269A true JPH0231269A (en) 1990-02-01
JP2536081B2 JP2536081B2 (en) 1996-09-18

Family

ID=16117442

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63182388A Expired - Lifetime JP2536081B2 (en) 1988-07-20 1988-07-20 Multiple scheduling control system

Country Status (1)

Country Link
JP (1) JP2536081B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100082762A1 (en) * 2008-09-29 2010-04-01 Fujitsu Limited Message tying processing method and apparatus

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6394360A (en) * 1986-10-09 1988-04-25 Hitachi Ltd Transaction processing system
JPS63121963A (en) * 1986-11-11 1988-05-26 Mitsubishi Electric Corp Exclusive control system for record

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6394360A (en) * 1986-10-09 1988-04-25 Hitachi Ltd Transaction processing system
JPS63121963A (en) * 1986-11-11 1988-05-26 Mitsubishi Electric Corp Exclusive control system for record

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100082762A1 (en) * 2008-09-29 2010-04-01 Fujitsu Limited Message tying processing method and apparatus
US8539035B2 (en) * 2008-09-29 2013-09-17 Fujitsu Limited Message tying processing method and apparatus

Also Published As

Publication number Publication date
JP2536081B2 (en) 1996-09-18

Similar Documents

Publication Publication Date Title
JPH0231269A (en) Multi-scheduling controlling system
JPH0448348A (en) Decentralized updating processing system
JP3006311B2 (en) Method and apparatus for changing network configuration
JPH07143227A (en) Software update control method for network element
JPH0340053A (en) Control system for plural communication procedures
JPH05342119A (en) Time activation control system
JPS62164346A (en) Automatic collection and distribution control system
JPH0635774A (en) Data base management system
JPH09204307A (en) Program dynamically linking device and its method
JPS63146130A (en) Knowledge unit management system
JPH02127732A (en) Job control system
JPH01287739A (en) Automatic state transition table generating device
JPH0659964A (en) Management system for distributed operation of dictionary
JPH05101101A (en) Data base selection processor
JPS63129455A (en) System for matching distributed processing version
JPH01120621A (en) Retrieving/updating system for data base
JPH0512298A (en) Schedule preparing device
JPH0476742A (en) Data base updating system
JPH0484333A (en) System for managing knowledge base of maintenance work supporting system
JPH03269639A (en) Batch job execution system
JPH1040116A (en) Method for managing executed state of parallel processing process and system therefor
JPH056229B2 (en)
JPS63140351A (en) Multiplex managing system for library file
JP2000330776A (en) Program generating method and its implementation device, and storage medium recording processing program thereof
JPH11194978A (en) Priority control system for transmission data