JPH05342179A - Data processing method for data base client/server distributed processing system - Google Patents

Data processing method for data base client/server distributed processing system

Info

Publication number
JPH05342179A
JPH05342179A JP4151663A JP15166392A JPH05342179A JP H05342179 A JPH05342179 A JP H05342179A JP 4151663 A JP4151663 A JP 4151663A JP 15166392 A JP15166392 A JP 15166392A JP H05342179 A JPH05342179 A JP H05342179A
Authority
JP
Japan
Prior art keywords
protocol
database
processing
data
processing result
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.)
Withdrawn
Application number
JP4151663A
Other languages
Japanese (ja)
Inventor
Michiyo Komatsu
道代 小松
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 Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
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 Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP4151663A priority Critical patent/JPH05342179A/en
Publication of JPH05342179A publication Critical patent/JPH05342179A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To shorten data processing time and to accelerate an entire distributed processing system for processing data in a data base while linking an application program(AP) to be operated on a terminal computer through a data base client system(DBCL) to a data base server system(DBSL) on a host computer. CONSTITUTION:The DBCL on the terminal computer is composed of an AP interface part 101 to receive the processing request of the AP and to return the processing result to the AP, protocol assembly/analysis part 102 to convert the processing request of the AP to a protocol or to convert a protocol transmitted to the DBSV to a certain form so as to return it to the AP side, and communication managing part 102 to exchange the protocol with the DBSV, and these constitutive parts are controlled by a control part 104.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データ処理を行う端末
コンピュータ上で動作するアプリケーションプログラム
(以後APと略す)から、データベースクライアントシ
ステム(DBCL)を介し、データ操作言語(DML)
を転送することにより、ホストコンピュータ上のデータ
ベースサーバシステム(DBSV)に結合したデータベ
ース(DB)を操作する様な分散処理システムで、DB
CL・DBSV間の通信時間を利用し、APが次に要求
するDMLを予測し実行しておくことにより、処理時間
の短縮を実現するデータベース クライアント・サーバ
システムのデータ処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data manipulation language (DML) from an application program (hereinafter abbreviated as AP) running on a terminal computer for data processing, via a database client system (DBCL).
Is a distributed processing system that operates a database (DB) linked to a database server system (DBSV) on a host computer by transferring
The present invention relates to a data processing method for a database client / server system that realizes a reduction in processing time by predicting and executing the DML that the AP requests next by using the communication time between CL and DBSV.

【0002】[0002]

【従来の技術】従来のDBCL・DBSV間のデータ処
理方法は、DBCLがAPからの要求を受けるとDML
をDBSVへ転送し、DBSVはDMLを受け取ってか
らDBにアクセスし、DBから処理結果を受け取るとD
BCLへ転送するという繰り返しである。
2. Description of the Related Art A conventional data processing method between DBCL and DBSV is DML when DBCL receives a request from AP.
To the DBSV, the DBSV receives the DML, accesses the DB, and receives the processing result from the DB.
It is the repetition of transferring to the BCL.

【0003】図4は従来のデータベースクライアント・
サーバ分散処理システムの構造図である。DBCL・D
BSVの周囲環境とのつながりを示す。また、DBCL
・DBSV内の機能部品は以下で説明している。
FIG. 4 shows a conventional database client.
It is a structural diagram of a server distributed processing system. DBCL / D
Shows the connection of the BSV to the surrounding environment. Also, DBCL
-The functional components within the DBSV are described below.

【0004】端末コンピュータ上のDBCLは、APの
処理要求を受け、またAPに処理結果を返却するAPイ
ンターフェイス部401と、APの処理要求を通信可能
な形式(プロトコル)に変換したり、DBSVから送信
されたプロトコルをAP側に返却可能な形式に変換する
プロトコル組立・解析部402と、そしてDBSVとプ
ロトコルを送受信する通信管理部403から成り、制御
部404がそれらを制御する。
The DBCL on the terminal computer receives an AP processing request and converts the AP processing request into a communicable format (protocol), and from the DBSV. A protocol assembling / analyzing unit 402 that converts the transmitted protocol into a format that can be returned to the AP side, and a communication management unit 403 that transmits / receives the protocol to / from the DBSV, and the control unit 404 controls them.

【0005】ホストコンピュータ上のDBSVは、DB
CLとプロトコルを送受信する通信管理部405と、D
Bアクセス後の処理結果をプロトコルに変換したり、D
BCLから送信されたプロトコルを解析しAPの処理要
求を認識するプロトコル組立・解析部406と、そして
実際にDBにアクセスを行い処理結果を受け取るDBア
クセス部407から成り、制御部408がそれらを制御
する。
The DBSV on the host computer is a DB
A communication management unit 405 that transmits and receives a protocol to and from CL, and D
Convert the processing result after B access to the protocol, or D
The protocol assembly / analysis unit 406 that analyzes the protocol transmitted from the BCL and recognizes the processing request of the AP, and the DB access unit 407 that actually accesses the DB and receives the processing result, and the control unit 408 controls them. To do.

【0006】[0006]

【発明が解決しようとする課題】データベースクライア
ント・サーバ分散処理システムは、データ処理を行う利
用者が、端末コンピュータ上で動作するAPを介して、
データベースのデータを読み込んだり書き込んだりする
システムである。
In the database client / server distributed processing system, a user who performs data processing, via an AP operating on a terminal computer,
It is a system that reads and writes database data.

【0007】利用者が必要とするデータを読み込む際に
転送するDML「レコードの順次読み込み(FETC
H)」は特に利用頻度が高く、連続して要求されること
が多い。全体的なデータ処理時間を短縮するために、F
ETCHのデータ処理時間を短縮することが要求されて
いる。
DML “record sequential reading (FETC) which is transferred when reading data required by the user
H) ”is particularly frequently used and is often requested continuously. In order to reduce the overall data processing time, F
It is required to reduce the data processing time of ETCH.

【0008】また、実行したDMLから、次にAPが要
求するDMLが予測することが可能である。
Further, it is possible to predict the DML requested by the AP next from the executed DML.

【0009】DBSVは処理結果を送信後、次のDML
を受信するまでの間は処理が止まった状態、すなわち待
ち時間である。
After sending the processing result, the DBSV sends the next DML.
Is a waiting state until the reception of, ie, a waiting time.

【0010】[0010]

【課題を解決するための手段】本発明は、端末コンピュ
ータ上で動作するアプリケーションプログラムが、デー
タベースクライアントシステムを介して、ホストコンピ
ュータ上のデータベースサーバシステムと連結されたデ
ータベースのデータ処理を行う分散処理システムのデー
タ処理方法において、前記データベースクライアントシ
ステムが送信したデータ操作言語から前記データベース
サーバシステムがデータベースをアクセスし、処理結果
を前記データベースクライアントシステムに送信した後
に、次に前記データベースクライアントシステムが送信
するデータ操作言語を予測してデータベースをアクセス
し処理結果を保持しておく手段と、前記データベースク
ライアントシステムが送信したデータ操作言語が、前記
データベースサーバシステムが予測したものと同じであ
れば、保持している処理結果を、前記データベースクラ
イアントシステムに送信する手段と、前記データベース
クライアントシステムが送信したデータ操作言語が前記
データベースサーバシステムが予測したものと異なれ
ば、保持している処理結果を、一時待避エリアに保存し
ておく手段と、前記データベースクライアントシステム
が送信したデータ操作言語が以前前記データベースサー
バシステムが予測したものと同じであり、処理結果が一
時待避エリアに保存されている時、それを取り出し前記
データベースクライアントシステムに送信する手段とを
備えたことを特徴とするものである。
DISCLOSURE OF THE INVENTION The present invention provides a distributed processing system in which an application program running on a terminal computer performs data processing of a database connected to a database server system on a host computer via a database client system. In the data processing method, the database operation is performed by the database server system after the database server system accesses the database from the data operation language transmitted by the database client system and the processing result is transmitted to the database client system. A means for predicting the language to access the database and holding the processing result, and a data operation language transmitted by the database client system are the database server. If the system is the same as predicted, the means for transmitting the retained processing result to the database client system and the data operation language transmitted by the database client system are different from those predicted by the database server system. For example, the means for saving the stored processing result in the temporary save area and the data operation language transmitted by the database client system are the same as those previously predicted by the database server system, and the processing result is temporarily stored. It is characterized in that it is provided with means for retrieving it when it is stored in the save area and transmitting it to the database client system.

【0011】[0011]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0012】まず、実施例を述べる前に本発明のシステ
ム構成「データベースクライアント・サーバ分散処理シ
ステム」の機能構成について説明する。
First, the functional configuration of the system configuration "database client / server distributed processing system" of the present invention will be described before describing the embodiments.

【0013】図1は本発明のDBCLとDBSVの構成
図である。DBCL・DBSVの周囲環境とのつながり
を示す。また、DBCL・DBSV内の機能部品は以下
で説明している。
FIG. 1 is a block diagram of DBCL and DBSV of the present invention. Shows the connection of DBCL / DBSV to the surrounding environment. The functional components in DBCL / DBSV are described below.

【0014】端末コンピュータ上のDBCLは、APの
処理要求を受け、またAPに処理結果を返却するAPイ
ンターフェイス部101と、APの処理要求をプロトコ
ルに変換したり、DBSVから送信されたプロトコルを
AP側に返却可能な形式に変換するプロトコル組立・解
析部102と、そしてDBSVとプロトコルを送受信す
る通信管理部103から成り、これらを制御部104で
制御している。
The DBCL on the terminal computer receives an AP processing request, returns the processing result to the AP, and the AP interface unit 101, converts the AP processing request into a protocol, and converts the protocol transmitted from the DBSV into the AP. A protocol assembling / analyzing unit 102 for converting into a format that can be returned to the side, and a communication managing unit 103 for transmitting / receiving a protocol to / from the DBSV are controlled by a control unit 104.

【0015】ホストコンピュータ上のDBSVは、DB
CLとプロトコルを送受信する通信管理部105と、D
Bアクセス後の処理結果をプロトコルに変換したり、D
BCLから送信されたプロトコルを解析しAPの処理要
求を認識するプロトコル組立・解析部106と、そして
実際に、DBにアクセスを行い処理結果を受け取るDB
アクセス部107とから成り、これらを制御部108で
制御している。そしてDBSVが処理結果のプロトコル
を送信してから、DBCLがそれを受け取っ再びDBS
Vに対し処理要求のプロトコルを送信するまでの間、D
BSVは処理要求プロトコル受信待ち状態であり、処理
が止まっている状態である。その時間を利用して、AP
が次に要求する処理を予測したり、予測した処理を実行
したり、その処理結果をプロトコルに変換しておく。そ
して実際にDBCLから受信した処理要求プロトコルが
予測通りであった場合に先に作成しておいた処理結果プ
ロトコルを送信したり、予測と異なった処理要求プロト
コルがきた場合に先に作成しておいた処理結果プロトコ
ルを一時待避エリアに保存してから処理要求を実行した
り、予測と異なった処理要求プロトコルがきた場合に受
信した処理要求が先の予測処理によって実行されてい
て、その処理結果が一時待避エリアに保存されてあれ
ば、その処理結果プロトコルを取り出しそれを送信した
りする、予測アクセス部109がある。
The DBSV on the host computer is a DB
A communication management unit 105 that transmits and receives a protocol to and from CL, and D
Convert the processing result after B access to the protocol, or D
A protocol assembling / analyzing unit 106 that analyzes the protocol transmitted from the BCL and recognizes the processing request of the AP, and a DB that actually accesses the DB and receives the processing result.
The access unit 107 and the control unit 108 control these. Then, after the DBSV sends the protocol of the processing result, the DBCL receives it and the DBS again.
Until the processing request protocol is sent to V, D
The BSV is in a waiting state for receiving the processing request protocol, and is in a state where processing is stopped. Using that time, AP
Predicts the next requested process, executes the predicted process, and converts the process result into a protocol. Then, when the processing request protocol actually received from DBCL is as expected, the processing result protocol that has been created previously is transmitted, and when a processing request protocol different from the prediction is received, it is created first. The processing request protocol that was saved in the temporary save area before executing the processing request, or if a processing request protocol different from the prediction came, the received processing request was executed by the previous prediction processing, and the processing result is There is a predictive access unit 109 that takes out the processing result protocol if it is stored in the temporary save area and transmits it.

【0016】この実施例は、図4と比較するとわかるよ
うに、DBSVの制御部108に予測アクセス部109
を持たせたものである。
In this embodiment, as can be seen by comparing with FIG. 4, the DBSV control unit 108 and the predictive access unit 109 are connected.
It has a.

【0017】図2は本発明の方法でレコードを読み込む
(FETCH)処理の例を示す図である。図5と比較し
たら、APから見てレスポンスが早くなっているのがわ
かる。ここでは、通信バッファ上に1度に4件のレコー
ドをブロッキング転送が可能であるとする。また、t
1,t2・・・・は処理時刻を示し、処理の流れる過程
をわかりやすくするために、全処理時間を等間隔で示し
てある。
FIG. 2 is a diagram showing an example of a process of reading a record (FETCH) by the method of the present invention. When compared with FIG. 5, it can be seen that the response is faster as seen from the AP. Here, it is assumed that four records can be blocked and transferred on the communication buffer at one time. Also, t
, T2 ... Show processing times, and the total processing time is shown at equal intervals in order to make the process flow easier to understand.

【0018】まず、DBCLはAPインターフェース部
101でAPから要求を受け、その要求に従ってプロト
コル組立・解析部102で要求プロトコルを組立て、通
信管理部103でDBSVへ送信する。DBSVは通信
管理部105で要求プロトコルを受信し、プロトコル組
立・解析106で解析し、APの要求を認識し、DBア
クセス部107でDBにアクセスを行いDBから処理結
果を受け取り、プロトコル組立・解析部106で処理結
果プロトコルを組立て、通信管理部105でDBCLへ
送信する、DBCLは、通信管理部103で処理結果プ
ロトコルを受け取り、プロトコル組立・解析部102で
解析し、APインターフェース部101で処理結果をA
Pに通知する。
First, the DBCL receives a request from the AP at the AP interface unit 101, assembles a requested protocol at the protocol assembling / analyzing unit 102 in accordance with the request, and sends it to the DBSV at the communication managing unit 103. The DBSV receives the requested protocol in the communication management unit 105, analyzes it in the protocol assembly / analysis 106, recognizes the AP request, accesses the DB in the DB access unit 107, receives the processing result from the DB, and assembles / analyzes the protocol. The processing result protocol is assembled by the unit 106 and transmitted to the DBCL by the communication management unit 105. The DBCL receives the processing result protocol by the communication management unit 103, analyzes the protocol by the protocol assembly / analysis unit 102, and the processing result by the AP interface unit 101. To A
Notify P.

【0019】従来、DBSVはDBCLヘ処理結果プロ
トコルを送信後、要求プロトコル受信待ち状態であっ
た。この待ち時間を利用する。通信管理部105で処理
結果プロトコルをDBCLに送信後、予測アクセス処理
部109でAPの次の要求を予測して、DBアクセス部
107でDBにアクセスを行いDBから処理結果を受け
取り、プロトコル組立・解析部106で処理結果プロト
コルを組立て、DBCLから要求プロトコルが送信され
るのを待つ。APの要求に従って、DBCLが送信した
要求プロトコルを通信管理部105が受信しプロトコル
組立・解析部106で解析し、先程予測した要求と同じ
であれば、既に作成してある処理結果レスポンスのプロ
トコルを予測アクセス処理部109で取り出し通信管理
部105で送信する。予測した要求と異なれば、予測ア
クセス処理部109で作成した処理結果プロトコルを一
時待避エリアに保存し、DBアクセス部107でAPの
要求に従いDBアクセスしDBから処理結果を受け取
り、プロトコル組立・解析部106で処理結果プロトコ
ルを組立て、通信管理部105でDBCLへ送信する。
Conventionally, the DBSV has been in the waiting state for receiving the request protocol after transmitting the processing result protocol to the DBCL. Use this waiting time. After transmitting the processing result protocol to the DBCL in the communication management unit 105, the predictive access processing unit 109 predicts the next request of the AP, the DB access unit 107 accesses the DB, receives the processing result from the DB, and assembles the protocol. The analysis unit 106 assembles the processing result protocol and waits for the request protocol to be transmitted from the DBCL. According to the AP's request, the communication management unit 105 receives the request protocol transmitted by DBCL, analyzes it by the protocol assembling / analyzing unit 106, and if it is the same as the previously predicted request, the protocol of the processing result response already created is used. The predicted access processing unit 109 takes out and the communication management unit 105 transmits. If it is different from the predicted request, the processing result protocol created by the predicted access processing unit 109 is saved in the temporary save area, the DB access unit 107 makes a DB access according to the AP request, receives the processing result from the DB, and the protocol assembly / analysis unit. At 106, a processing result protocol is assembled, and the communication management unit 105 transmits it to DBCL.

【0020】図3のフローチャートでは、DBCL・D
BSVそれぞれの処理の流れを示す。
In the flow chart of FIG. 3, DBCL.D
The processing flow of each BSV is shown.

【0021】DBCLは、APから要求を入力し(ステ
ップ301)、要求プロトコルを組み立て(ステップ3
02)、送信し(ステップ303)、DBSVからの処
理結果プロトコルの受信待ち状態に入る。DBSVはD
BCLから送られた要求プロトコルを受信し(ステップ
311)、解析する(ステップ312)。AP要求の認
識を行い(ステップ313)、予測して実行した処理結
果がないと判断した場合(ステップ314)、DBをア
クセスし(ステップ318)、その処理結果から処理結
果プロトコルを組み立て(ステップ319)、送信する
(ステップ320)。そしてAPの次の要求を予測し
(ステップ321)、DBをアクセスし(ステップ32
2)、その処理結果プロトコルを組み立て(ステップ3
23)、DBSVかのプロトコルの受信待ち状態に入
る。DBCLはDBSVから送られた処理結果プロトコ
ルを受信し(ステップ304)、解析し(ステップ30
5)。処理結果をAPへ出力する(ステップ306)。
そして結果出力が終わるとAPの入力へ戻る(ステップ
501)。
The DBCL inputs a request from the AP (step 301) and assembles a request protocol (step 3).
02), transmit (step 303), and wait for reception of the processing result protocol from the DBSV. DBSV is D
The request protocol sent from the BCL is received (step 311) and analyzed (step 312). When the AP request is recognized (step 313) and it is determined that there is no predicted and executed processing result (step 314), the DB is accessed (step 318) and a processing result protocol is assembled from the processing result (step 319). ), And transmit (step 320). Then, the next request from the AP is predicted (step 321), and the DB is accessed (step 32).
2), assemble the processing result protocol (step 3
23), enter the standby state for receiving the DBSV protocol. DBCL receives the processing result protocol sent from DBSV (step 304) and analyzes it (step 30).
5). The processing result is output to the AP (step 306).
Then, when the output of the result ends, the process returns to the input of the AP (step 501).

【0022】ステップ314で、既に予測して実行した
結果があると判断し、その予測があたっていると判断し
た場合(ステップ315)、先程作成した処理結果プロ
トコルを取り出し(ステップ316)、送信する(ステ
ップ320)。そしてまた、APの次の要求を予測する
処理(ステップ321)に入る。
In step 314, if it is determined that there is a result of prediction and execution, and the prediction is correct (step 315), the processing result protocol created previously is extracted (step 316) and transmitted. (Step 320). Then, again, the process for predicting the next request of the AP (step 321) is started.

【0023】ステップ314で、既に予測して実行した
結果があると判断し、ステップ315で、その予測がは
ずれていると判断した場合、先程作成した処理結果プロ
トコルを一時待避エリアに保存し(ステップ317)、
APの要求にしたがってDBをアクセスし(ステップ3
18)、その結果からプロトコルを組み立て(ステップ
319)、送信する(ステップ320)。そしてまたA
Pの次の要求を予測する処理(ステップ321)に入
る。
If it is determined in step 314 that there is already a predicted and executed result, and if it is determined in step 315 that the prediction is incorrect, the processing result protocol created earlier is saved in the temporary save area (step 317),
Access the DB according to the AP request (Step 3
18), assemble a protocol from the result (step 319), and transmit (step 320). And again A
The process (step 321) of predicting P's next request is entered.

【0024】図4は従来のDBCLとDBSVの構成図
である。詳細は〔従来の技術〕で述べた。
FIG. 4 is a block diagram of a conventional DBCL and DBSV. Details are described in [Prior Art].

【0025】図5は従来の方法で、レコードを読み込む
(FETCH)処理の例を示す図である。ここでは、通
信バッファ上に1度に4件のレコードをブロッキング転
送が可能であるとする。また、t1,t2・・・・は処
理時刻を示し、処理の流れる過程をわかりやすくするた
めに、全処理時間を等間隔で示してある。
FIG. 5 is a diagram showing an example of a process of reading a record (FETCH) by the conventional method. Here, it is assumed that four records can be blocked and transferred on the communication buffer at one time. Further, t1, t2 ... Show the processing times, and the total processing time is shown at equal intervals in order to make the process flow easy to understand.

【0026】まず、DBCLはAPインターフェ―ス部
401でAPから要求を受け、その要求に従ってプロト
コル組立・解析部402で要求プロトコルを組立て、通
信管理部403でDBSVへ送信する。
First, in the DBCL, the AP interface unit 401 receives a request from the AP, the protocol assembling / analyzing unit 402 assembles a requested protocol in accordance with the request, and the communication managing unit 403 sends it to the DBSV.

【0027】DBSVは通信管理部405で要求プロト
コルを受信し、プロトコル組立・解析部406で解析し
てAPの要求を認識し、DBアクセス部407でDBに
アクセスを行いDBから処理結果を受け取り、プロトコ
ル組立・解析部406で処理結果プロトコルを組立て、
通信管理部405でDBCLへ送信する。DBCLは、
通信管理部403で処理結果プロトコルを受け取り、プ
ロトコル組立・解析部402で解析し、APインターフ
ェース部401で処理結果をAPに通知する。
The DBSV receives the request protocol in the communication management unit 405, analyzes it in the protocol assembly / analysis unit 406 to recognize the AP request, accesses the DB in the DB access unit 407, and receives the processing result from the DB. The processing result protocol is assembled by the protocol assembly / analysis unit 406,
The communication management unit 405 transmits to DBCL. DBCL is
The communication management unit 403 receives the processing result protocol, the protocol assembly / analysis unit 402 analyzes it, and the AP interface unit 401 notifies the AP of the processing result.

【0028】[0028]

【発明の効果】以上説明した様に、本発明によれば、通
信の待ち時間を利用してAPの要求を予測し、先にDB
アクセスを行うことにより、APからみて、要求から処
理結果受けとりまでの時間が短縮できる。
As described above, according to the present invention, the waiting time of communication is utilized to predict the AP request, and the DB is first searched.
By performing the access, the time from the request to the reception of the processing result can be shortened as seen from the AP.

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

【図1】データベースクライアント・サーバ分散処理シ
ステムの本発明の構造図である。
FIG. 1 is a structural diagram of the present invention of a database client / server distributed processing system.

【図2】図1のシステムでのデータベースクライアント
・サーバ分散処理システムのデータ処理方式の一例を示
す図である。
FIG. 2 is a diagram showing an example of a data processing method of a database client / server distributed processing system in the system of FIG.

【図3】データベースクライアント・サーバ分散処理シ
ステムのフローチャートである。
FIG. 3 is a flowchart of a database client / server distributed processing system.

【図4】データベースクライアント・サーバ分散処理シ
ステムの従来の構造図である。
FIG. 4 is a conventional structural diagram of a database client / server distributed processing system.

【図5】図4のシステムでのデータベースクライアント
・サーバ分散処理システムのデータ処理方式の一例を示
す図である。
5 is a diagram showing an example of a data processing method of a database client / server distributed processing system in the system of FIG.

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

101 APインターフェ―ス部 102 プロトコル組立・解析部 103 通信管理部 104 制御部 105 通信管理部 106 プロトコル組立・解析部 107 DBアクセス部 108 制御部 101 AP Interface Unit 102 Protocol Assembly / Analysis Unit 103 Communication Management Unit 104 Control Unit 105 Communication Management Unit 106 Protocol Assembly / Analysis Unit 107 DB Access Unit 108 Control Unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 端末コンピュータ上で動作するアプリケ
ーションプログラムが、データベースクライアントシス
テムを介して、ホストコンピュータ上のデータベースサ
ーバシステムと連結されたデータベースのデータ処理を
行う分散処理システムのデータ処理方法において、 前記データベースクライアントシステムが送信したデー
タ操作言語から前記データベースサーバシステムがデー
タベースをアクセスし、処理結果を前記データベースク
ライアントシステムに送信した後に、次に前記データベ
ースクライアントシステムが送信するデータ操作言語を
予測してデータベースをアクセスし処理結果を保持して
おく手段と、 前記データベースクライアントシステムが送信したデー
タ操作言語が、前記データベースサーバシステムが予測
したものと同じであれば、保持している処理結果を、前
記データベースクライアントシステムに送信する手段
と、 前記データベースクライアントシステムが送信したデー
タ操作言語が前記データベースサーバシステムが予測し
たものと異なれば、保持している処理結果を、一時待避
エリアに保存しておく手段と、 前記データベースクライアントシステムが送信したデー
タ操作言語が以前前記データベースサーバシステムが予
測したものと同じであり、処理結果が一時待避エリアに
保存されている時、それを取り出し前記データベースク
ライアントシステムに送信する手段とを備えたことを特
徴とする、データベースクライアント・サーバシステム
のデータ処理方法。
1. A data processing method of a distributed processing system, wherein an application program running on a terminal computer performs data processing of a database connected to a database server system on a host computer via a database client system. After the database server system accesses the database from the data manipulation language sent by the client system and sends the processing result to the database client system, the database manipulation is predicted next time and the database is accessed to access the database. Means for holding the processing result, and the data manipulation language sent by the database client system predicted by the database server system If they are the same, the processing result that is held is held if the means for sending to the database client system and the data operation language sent by the database client system are different from those predicted by the database server system. The processing result is stored in the temporary save area, and the data operation language transmitted by the database client system is the same as that previously predicted by the database server system, and the processing result is saved in the temporary save area. And a means for retrieving it when the data is present and transmitting it to the database client system.
JP4151663A 1992-06-11 1992-06-11 Data processing method for data base client/server distributed processing system Withdrawn JPH05342179A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4151663A JPH05342179A (en) 1992-06-11 1992-06-11 Data processing method for data base client/server distributed processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4151663A JPH05342179A (en) 1992-06-11 1992-06-11 Data processing method for data base client/server distributed processing system

Publications (1)

Publication Number Publication Date
JPH05342179A true JPH05342179A (en) 1993-12-24

Family

ID=15523510

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4151663A Withdrawn JPH05342179A (en) 1992-06-11 1992-06-11 Data processing method for data base client/server distributed processing system

Country Status (1)

Country Link
JP (1) JPH05342179A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100405745B1 (en) * 1999-09-30 2003-11-15 가부시끼가이샤 도시바 Data management system and method using a plurality of data operation modules, and computer usable medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100405745B1 (en) * 1999-09-30 2003-11-15 가부시끼가이샤 도시바 Data management system and method using a plurality of data operation modules, and computer usable medium

Similar Documents

Publication Publication Date Title
US6237005B1 (en) Web server mechanism for processing multiple transactions in an interpreted language execution environment
JPH07117931B2 (en) Computer network
US6732360B1 (en) System and method for providing connection between client and heterogeneous database management systems
US7882133B2 (en) Apparatus for processing integrated query from various sensor networks and method thereof
US5734918A (en) Computer system with an input/output processor which enables direct file transfers between a storage medium and a network
JPH05342179A (en) Data processing method for data base client/server distributed processing system
KR100503291B1 (en) A transaction united message processing system with a hierarchical structure for a process of analayzing and performing the realtime transaction-processing request message
US6976040B2 (en) System and method of data-management and data-management program
JPH064239A (en) Printer server system for lan
JP3907295B2 (en) Information retrieval apparatus and method, and computer-readable storage medium
KR940001700B1 (en) Maintenance system of electronic exchange
KR100622621B1 (en) Method and system for synchronizing configuration data between active system and standby system in internet protocol communication system replicated in active-standby mode
JPH1153401A (en) Automatic index geenration system for database
JP2000010922A (en) Job start method and system for computer network and recording medium recording programmed job start method
CN117033748B (en) Service query information acquisition method, service data query method and device
JPH08297616A (en) Electronic mail service manager corresponding to schedule managing function
JP2003005987A (en) Emulation device
JPH10320218A (en) Automatic starting method for cooperative job in data transfer processing
JP2002278777A (en) Method for transplanting application program
JPH0749880A (en) Data base access request device
JPH06301578A (en) Distributed database control system
CN113641679A (en) Data transfer method, data transfer system, computer device and medium
JPH04330552A (en) Computer network system
JP3383527B2 (en) Language processing system
JP2002032247A (en) Method and device for unitary controlling data processing of input/output device and data base by processing setting table

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990831