JPS63138439A - 分散データベースアクセス要求処理方法 - Google Patents

分散データベースアクセス要求処理方法

Info

Publication number
JPS63138439A
JPS63138439A JP61286162A JP28616286A JPS63138439A JP S63138439 A JPS63138439 A JP S63138439A JP 61286162 A JP61286162 A JP 61286162A JP 28616286 A JP28616286 A JP 28616286A JP S63138439 A JPS63138439 A JP S63138439A
Authority
JP
Japan
Prior art keywords
processing
database
client
request
server
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
JP61286162A
Other languages
English (en)
Other versions
JPH0552973B2 (ja
Inventor
Rinichi Takashi
高志 林一
Hiromichi Ishikawa
石川 博道
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP61286162A priority Critical patent/JPS63138439A/ja
Publication of JPS63138439A publication Critical patent/JPS63138439A/ja
Priority to US07/515,364 priority patent/US5046002A/en
Publication of JPH0552973B2 publication Critical patent/JPH0552973B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24532Query optimisation of parallel queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99938Concurrency, e.g. lock management in shared database
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99939Privileged access

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は分散データベースシステムにおけるデータベー
スアクセス要求処理方式に関し、特に分散データベース
シスシムのクライアント側とサーバ側の処理を並行処理
化および交信回数の削減化に好適なアクセス要求処理方
式に関“する。
〔従来の技術〕
従来の分散データベースのアクセス制御方式としては、
例えば、特開昭56−94433号公報に開示された如
く、通信オーバーヘッドを軽減するため、クライアント
側でスタックキューに更新要求と更新データを保持し、
参照要求があったときにサーバ側に送出する方式となっ
ており、クライアント側とサーバ側の並行処理化という
点については配慮されてしなかった。
〔発明が解決しようとする問題点〕
上記従来技術は、データベースアクセス要求を依頼する
クライアント側からデータベースのサービスをするサー
バ側にデータベースアクセス要求を依頼すると、サーバ
側は要求されたすべてのデ−タベース処理の完了を待っ
てからクライアント側に応答を返すというものである。
しかし、この方法では、サーバ側がデータベース処理を
している時間、クライアント側はサーバ側からの応答待
ち状態となっており、クライアント側における実行時間
を増大させるという重大な問題があった。
本発明は上記事情に鑑みてなされたもので、その目的と
するところは、従来の分散データベースアクセス要求処
理方式における上述の如き問題を解消し、クライアント
側のデータベースアクセス要求のうち、更新系について
はサーバ側でクライアント側と非同期に実行できる点に
着目し、クライアント側とサーバ側の処理を並行処理可
能にして、クライアント側の実行時間を短縮することが
可能な分散データベースアクセス要求処理方式を提供す
ることにある。
〔問題点を解決するための手段〕
本発明の上記目的は、データベースを有するコンピュー
タシステムと、前記データベースに対して更新または参
照を行おうとする複数のコンピュータシステムとから成
る分散データベースシステムにおいて、データベースア
クセスを要求するクライアント側で該データベースアク
セスが参照系であれば同期処理を、更新系であれば非同
期処理をサーバ側に対して要求し、サーバ側では同期処
理を依頼されると依頼されたデータベース処理の完了を
待って応答を前記クライアント側に返し。
非同期処理を依頼されるち依頼されたデータベース処理
の完了を待たずに前記クライアント側に応答を返すこと
を特徴とする分散データベースアクセス要求処理方式に
よって達成される。
【作用〕
クライアント側は、データベースアクセスの要求が発生
するとデータベースアクセス要求を分析することにより
、アクセス要求を参照系と更新系に分類し、参照系であ
ればサーバ側に対して同期処理を要求し、更新系であれ
ばサーバ側に対して非同期処理を要求するように動作す
る。
また、サーバ側は、クライアント側から同期処理でデー
タベースアクセス要求を受付けると、そのデータベース
処理に対する応答は、そのデータベース処理が完了した
時点でクライアント側に返され、一方、クライアント側
から非同期処理でデータベースアクセス要求を受付ける
と、そのデータベース処理に対する応答は、そのデータ
ベース処理が完了する前にクライアント側に返される如
く動作する。
これにより、クライアント側は更新系のデータベースア
クセス処理については、サーバ側と並行して処理を続け
ることが可能になり、クライアント側の実行時間を短縮
することができる。
〔実施例〕
以下、本発明の実施例を図面に基づいて詳細に説明する
第1図は本発明の分散データベースアクセス要求処理方
式をデータベースのサービスを要求するクライアント側
とデータベースのサービスをするサーバ側に分け、各々
の動作を時間の経過に従って記述したものであり、図に
おいて、1はクライアント側システム、2はサーバ側シ
ステム、3はサーバに対するデータベースアクセス要求
処理をするクライアント処理部、4はサーバ側における
データベースアクセス要求受付は処理部、5はサーバ側
におけるデータベース処理部、また、6はクライアント
処理部における処理実行部分、7はサーバ側におけるデ
ータベースアクセス要求受付は処理部の処理実行部分、
8はサーバ側におけるデータベース処理部の実行部分、
9はサーバ側におけるデータベース処理部の処理待ち部
分、10はクライアント側システムとサーバ側システム
間の要求および応答、11はサーバ側システム内での受
付は処理部とデータベース処理部の要求および応答、1
2はアクセスの対象となるデータベースを示している。
第2図はクライアント側システムのクライアント処理部
の動作フローチャート、第3図はサーバ側システムの受
付は処理部とデータベース処理部の動作フローチャート
である。これらの動作の概要は下記の通りである。
クライアント側システム1においてデータベースアクセ
ス要求が発生し、クライアント処理部3が起動されると
、第2図に示す如く、アクセス要求解析処理13により
要求仕様についての解析が実行された後、処理分類処理
14においてデータベースアクセス要求が参照系である
か更新系であるかの判断が行われ、参照系であればサー
バ同期処理依頼処理16によりサーバに対して同期処理
でデータベースアクセス要求が依頼され、更新系であれ
ばサーバ非同期処理依頼処理15によりサーバに対して
非同期処理でデータベースアクセス要求が依頼される。
データベースアクセス要求が継続して発生すれば、同様
の処理が、終了判定処理17により終了が検知されるま
で繰り返される。
サーバ側では、受付は処理部4内で、第3図に示す如く
、処理モード判定処理18により、同期処理でデータベ
ースアクセスを処理するか非同期処理でデータベースア
クセスを処理するかの判断が行われ、参照要求について
は同期処理を行うためにシリアライズ処理19で、既に
クライアントがらの要求を受付けてデータベース12の
更新処理を実行中であるかどうかの判断を行い、完了し
ていればデータベースアクセス処理21を実行し、これ
が完了した時点で応答報告22を行う、上記シリアライ
ズ処理19で、クライアントからの要求を受付けてデー
タベース12の更新処理を実行中である場合には、待ち
処理20でその完了を待つことになる。
また、更新要求については非同期処理を行うために、ま
ず、応答報告処理23で更新応答をクライアント処理部
3に返す、これにより、データベース処理部の処理とク
ライアント処理部の処理が並行処理されることになる。
その後に、シリアライズ処理24で、以前のデータベー
ス12の更新処理を実行中であるかどうかの判断を行い
、完了していればデータベースアクセス処理26を実行
する。上記シリアライズ処理24で、データベース12
の更新処理を実行中である場合には、待ち処理25でそ
の完了を待つことになる。
以下、第1図に示した例に0従って、具体的な動作を説
明する。
クライアント側システム1においてクライアント処理部
3が起動され、参照要求(a)10−1の処理をサーバ
側システム2に対して依頼しようとする場合、前述の如
く、アクセス要求解析処理13により要求仕様について
の解析が実行された後、処理分類処理14においてデー
タベースアクセス要求が参照系であるか更新系であるか
の判断が行われる。ここでは、参照要求であるので、サ
ーバ同期処理依頼処理16によりサーバに対して同期処
理でデータベースアクセス要求が依頼され、サーバ側受
付は処理部7−1■こ受付けられる。
上記データベース受付は処理部7−1では、前述の如く
、処理モード判定処理18により、同期処理でデータベ
ースアクセスを処理するか非同期処理でデータベースア
クセスを処理するかの判断が行われ、ここでは、参照要
求であるので、同期処理を行うためにシリアライズ処理
19で、既にクライアントからの要求を受付けてデータ
ベース12の更新処理を実行中であるかどうかの判断を
行う。
上記シリアライズ処理19で、クライアントがらの要求
を受付けてデータベース12の更新処理を実行中である
場合には、待ち処理2oでその完了を待つことになるが
、ここでは、データベース処理部5に対する要求11−
1の処理8−1での最初の要求であるため、待ちは発生
しない。
そこで、データベースアクセス処理部21の処理を実行
し、これが完了した時点で応答報告処理2゛2により応
答11−2を受付は処理部7−2に返す。
受付は処理部7−1.7−2では、サーバ側に対する要
求が同期処理であるので、同期処理を行うためにデータ
ベース処理部5の応答11−2を待った後、クライアン
ト側システム1に参照応答(a)10−2を合す。
クライアント処理部3では、適切な処理6−2を実行し
た後、データベース12を更新する必要が生ずると、更
新要求(b)10−3をサーバ側に対して送ることにな
るが、この場合の処理も、先程と同様に、クライアント
処理部で処理分類処理14における。データベースアク
セス要求が参照系であるか更新系であるかの判断から行
われる。ここでは、更新要求であるので、サーバ非同期
処理依頼処理15によりサーバ側受付は処理部4に制御
が渡され、サーバ受付は処理7−3が実行される。
上記サーバ受付は処理7−3では、前述の如く処理モー
ド判定処理18を実行した結果、非同期処理要求である
ことから、まず、応答報告処理23を実行することにな
り、更新応答(b)10−4がクライアント処理部3に
返される。これにより、データベース処理部の処理8−
2と、クライアント処理部の処理6−3が並行処理され
ることになる。
サーバ側のデータベース処理部の処理8−2は、前記シ
リアライズ処理24により、以前の更新処理が完了して
いなければ待ち処理25により以前の更新処理を待つこ
とになるが、以前の処理8−1は既に処理が終了してい
るので、待たずにデータベースアクセス処理26によっ
て実行される。
データベースアクセス処理をデータベース処理8−2で
実行中に、並行してクライアント処理部の処理6−3が
実行され、更新要求(c)10−5の要求が発生すると
、クライアント処理部の処理分類処理14の実行結果に
より、データベースアクセス要求が更新系であるので年
す−バ非同期処誠依頼処理15が実行され、更新要求(
c)10−5が非同期処理要求としてサーバ側に送られ
、受付は処理部4で処理7−4が実行される。
上記受付は処理部の処理7−4では、前記処理モード判
定処理18を実行した結果、更新要求(c)10−5が
非同期処理要求であることから、応答報告処理23を実
行し、更新応答(c)10−6をクライアント処理部に
返すことになる。クライアント処理部の処理6−3は、
サーバ側と並行して処理されるが、サーバ側のデータベ
ース処理部の処理8−3を実行しようとすると、以前の
処理8−2が終了していないため、シリアライズ処理2
4がら待ち処理25に制御を移し、待ち処理9−1を発
生させる。
また、クライアント処理部の処理6−4で参照要求(d
)10−7が発生すると、クライアント処理部の処理分
類処理14の実行結果より、データベースアクセス要求
が参照系であるので、サーバ同期処理依頼処理16が実
行され、参照要求(d)10−7が同期処理要求として
サーバ側に送られる。サーバ側受付は処理部の処理7−
5では、前記処理モード判定処理18により同期処理要
求であることがわかるため、シリアライズ処理19を実
行する。
シリアライズ処理19では、以前のデータベース処理が
完了するまで待つかどうかの判定を行い。
以前の処理8−3が完了していないため待ち処理9−2
を発生させる。処理8−3が完了すると、処理8−4が
データベースアクセス処理21で実行され、その処理が
完了した時点で応答報告処理22が実行され参照応答(
d)10−8が処理7−6を経由してクライアント処理
部に返される。
クライアント処理部の処理6−5では、引続きデータベ
ースアクセス要求が発生すれば、上述の如き処理を、終
了判定処理17により終了を検知するまで繰り返すこと
になる。すべての終了を終了判定処理17により検知し
た場合は、2フ工−ズコミツトメント方式におけるプリ
ペアツーコミットにより、最終的な同期を保証すること
ができる。
上記実施例によれば1分散データベースシステムにおい
て、クライアント側から見たデータベース処理の一貫性
を保証しながら、クライアント側とサーバ側の並行処理
化を実現し、クライアント側の実行時間を短縮させる効
果がある。また、サーバ側システムでは、データベース
アクセス要求を並行して受付けることになるので、サー
バ側システムのCPU利用効率を向上させるという効果
もある。
なお、上記実施例は一例として示したものであり、本発
明はこれに限定されるものではないことは言うまでもな
いことである。
〔発明の効果〕
以上述べた如く、本発明によれば、データベースを有′
するコンピュータシステムと、前記データベースに対し
て更新または参照を行おうとする複数のコンピュータシ
ステムとから成る分散データベースシステムにおいて、
データベースアクセスを要求するクライアント側で該デ
ータベースアクセスが参照系であれば同期処理を、更新
系であれば非同期処理をサーバ側に対して要求し、サー
バ側では同期処理を依頼されると依頼されたデータベー
ス処理の完了を待って応答を前記クライアント側に返し
、非同期処理を依頼されるち依頼されたデータベース処
理の完了を待たずに前記クライアント側に応答を返すよ
うにしたので、クライアント側のデータベースアクセス
要求のうち、更新系についてはサーバ側でクライアント
側と非同期に実行できる点に着目し、クライアント側と
サーバ側の処理を並行処理可能にして、クライアント側
の実行時間を短縮することが可能な分散データベースア
クセス要求処理方式を実現できるという顕著な効果を奏
するものである。
【図面の簡単な説明】
第1図は本発明の一実施例を示すクライアント側システ
ムとサーバ側システム間における処理の流れを示す図、
第2図はクライアント処理部の動作フローチャート図、
第3図はサーバ側の受付は処理部とデータベース処理部
の動作フローチャート図である。 1:クライアント側システム、2:サーバ側システム、
3:クライアント処理部、4:データベースアクセス要
求受付は処理部、5:データベース処理部、6,7,8
 :処理実行部分、9:処理待ち部分、10:クライア
ント側システムとサーバ側システム間の要求および応答
、11:サーバ側システム内での受付は処理部とデータ
ベース処理部の要求および応答、12:データベース。 第     2     図 第     3     図

Claims (1)

    【特許請求の範囲】
  1. 1、データベースを有するコンピュータシステムと、前
    記データベースに対して更新または参照を行おうとする
    複数のコンピュータシステムとから成る分散データベー
    スシステムにおいて、データベースアクセスを要求する
    クライアント側で該データベースアクセスが参照系であ
    れば同期処理を、更新系であれば非同期処理をサーバ側
    に対して要求し、サーバ側では同期処理を依頼されると
    依頼されたデータベース処理の完了を待って応答を前記
    クライアント側に返し、非同期処理を依頼されるち依頼
    されたデータベース処理の完了を待たずに前記クライア
    ント側に応答を返すことを特徴とする分散データベース
    アクセス要求処理方式。
JP61286162A 1986-12-01 1986-12-01 分散データベースアクセス要求処理方法 Granted JPS63138439A (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP61286162A JPS63138439A (ja) 1986-12-01 1986-12-01 分散データベースアクセス要求処理方法
US07/515,364 US5046002A (en) 1986-12-01 1990-04-26 Distributed data base access request processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61286162A JPS63138439A (ja) 1986-12-01 1986-12-01 分散データベースアクセス要求処理方法

Publications (2)

Publication Number Publication Date
JPS63138439A true JPS63138439A (ja) 1988-06-10
JPH0552973B2 JPH0552973B2 (ja) 1993-08-06

Family

ID=17700739

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61286162A Granted JPS63138439A (ja) 1986-12-01 1986-12-01 分散データベースアクセス要求処理方法

Country Status (2)

Country Link
US (1) US5046002A (ja)
JP (1) JPS63138439A (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02122362A (ja) * 1988-10-31 1990-05-10 Hitachi Ltd 分散データ管理システム
JPH11238046A (ja) * 1997-11-21 1999-08-31 Fuji Xerox Co Ltd コンピュータシステム
JP2011065244A (ja) * 2009-09-15 2011-03-31 Yahoo Japan Corp イベント通知機能提供システム

Families Citing this family (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0293836A (ja) * 1988-09-30 1990-04-04 Toshiba Corp 分散型データベース管理装置
US5175851A (en) * 1989-05-15 1992-12-29 International Business Machines Corporation System and method for controlling client machine access to a portion of a file with a variable length
JPH02310665A (ja) * 1989-05-25 1990-12-26 Toshiba Corp 分散トランザクション処理システム
US5212789A (en) * 1989-10-12 1993-05-18 Bell Communications Research, Inc. Method and apparatus for updating application databases used in a distributed transaction processing environment
US5144557A (en) * 1990-08-13 1992-09-01 International Business Machines Corporation Method and system for document distribution by reference to a first group and particular document to a second group of user in a data processing system
US5247664A (en) * 1991-03-28 1993-09-21 Amoco Corporation Fault-tolerant distributed database system and method for the management of correctable subtransaction faults by the global transaction source node
US5606693A (en) * 1991-10-02 1997-02-25 International Business Machines Corporation Distributed database management over a network
US5423038A (en) * 1992-10-14 1995-06-06 Davis; Marilyn Specialized data management method
JP3503957B2 (ja) * 1992-11-25 2004-03-08 富士通株式会社 遠隔データベースの制御方法及び装置
JP3335407B2 (ja) * 1993-03-01 2002-10-15 富士通株式会社 電子取引システム
JP2557192B2 (ja) * 1993-03-15 1996-11-27 インターナショナル・ビジネス・マシーンズ・コーポレイション トランザクション処理の同期方法、トランザクション処理のモニタ方法及びトランザクションのコミット処理方法
US5544318A (en) * 1993-04-16 1996-08-06 Accom, Inc., Asynchronous media server request processing system for servicing reprioritizing request from a client determines whether or not to delay executing said reprioritizing request
CA2100533C (en) * 1993-06-22 2004-05-25 Duncan Wayne Lee Method and system for synchronizing computer mail user directories
US6381595B1 (en) 1994-09-29 2002-04-30 International Business Machines Corporation System and method for compensation of functional differences between heterogeneous database management systems
US5768577A (en) * 1994-09-29 1998-06-16 International Business Machines Corporation Performance optimization in a heterogeneous, distributed database environment
US5680610A (en) * 1995-01-19 1997-10-21 Unisys Corporation Method and apparatus for testing recovery scenarios in global transaction processing systems
US5644720A (en) * 1995-07-31 1997-07-01 West Publishing Company Interprocess communications interface for managing transaction requests
US5761696A (en) * 1996-04-02 1998-06-02 International Business Machines Corporation Parallel database serving mechanism for a single-level-store computer system
US5802062A (en) * 1996-06-19 1998-09-01 At&T Corp Preventing conflicts in distributed systems
US5884324A (en) * 1996-07-23 1999-03-16 International Business Machines Corporation Agent for replicating data based on a client defined replication period
US5787415A (en) * 1996-10-30 1998-07-28 International Business Machines Corporation Low maintenance data delivery and refresh system for decision support system database
US6161145A (en) * 1997-05-08 2000-12-12 International Business Machines Corporation Updating server-related data at a client
US5963945A (en) * 1997-06-05 1999-10-05 Microsoft Corporation Synchronization of a client and a server in a prefetching resource allocation system
US5960436A (en) * 1997-08-29 1999-09-28 International Business Machines Corp. Transaction compaction for replay of transactions from client to server
TW444456B (en) * 1999-06-04 2001-07-01 Inst Information Industry Data display device and method for request of data update
US6876991B1 (en) 1999-11-08 2005-04-05 Collaborative Decision Platforms, Llc. System, method and computer program product for a collaborative decision platform
US7251693B2 (en) * 2001-10-12 2007-07-31 Direct Computer Resources, Inc. System and method for data quality management and control of heterogeneous data sources
US7987246B2 (en) 2002-05-23 2011-07-26 Jpmorgan Chase Bank Method and system for client browser update
US7594022B2 (en) * 2004-04-21 2009-09-22 Microsoft Corporation Regulating client requests in an electronic messaging environment
US20060074897A1 (en) * 2004-10-04 2006-04-06 Fergusson Iain W System and method for dynamic data masking
JP2006302065A (ja) * 2005-04-22 2006-11-02 Nec Corp ファイル共有システム、ファイル共有プログラム、管理サーバ及びクライアント端末
US8433730B2 (en) * 2006-10-31 2013-04-30 Ariba, Inc. Dynamic data access and storage
US7975109B2 (en) 2007-05-30 2011-07-05 Schooner Information Technology, Inc. System including a fine-grained memory and a less-fine-grained memory
US8732386B2 (en) * 2008-03-20 2014-05-20 Sandisk Enterprise IP LLC. Sharing data fabric for coherent-distributed caching of multi-node shared-distributed flash memory
US8229945B2 (en) 2008-03-20 2012-07-24 Schooner Information Technology, Inc. Scalable database management software on a cluster of nodes using a shared-distributed flash memory
US20110137909A1 (en) * 2009-12-07 2011-06-09 Sap Ag Location independent execution of user interface operations
US9164554B2 (en) 2010-04-12 2015-10-20 Sandisk Enterprise Ip Llc Non-volatile solid-state storage system supporting high bandwidth and random access
US9047351B2 (en) 2010-04-12 2015-06-02 Sandisk Enterprise Ip Llc Cluster of processing nodes with distributed global flash memory using commodity server technology
US8856593B2 (en) 2010-04-12 2014-10-07 Sandisk Enterprise Ip Llc Failure recovery using consensus replication in a distributed flash memory system
US8868487B2 (en) 2010-04-12 2014-10-21 Sandisk Enterprise Ip Llc Event processing in a flash memory-based object store
US8700842B2 (en) 2010-04-12 2014-04-15 Sandisk Enterprise Ip Llc Minimizing write operations to a flash memory-based object store
US8954385B2 (en) 2010-06-28 2015-02-10 Sandisk Enterprise Ip Llc Efficient recovery of transactional data stores
US9038177B1 (en) 2010-11-30 2015-05-19 Jpmorgan Chase Bank, N.A. Method and system for implementing multi-level data fusion
US8694733B2 (en) 2011-01-03 2014-04-08 Sandisk Enterprise Ip Llc Slave consistency in a synchronous replication environment
US8874515B2 (en) 2011-04-11 2014-10-28 Sandisk Enterprise Ip Llc Low level object version tracking using non-volatile memory write generations
US9135064B2 (en) 2012-03-07 2015-09-15 Sandisk Enterprise Ip Llc Fine grained adaptive throttling of background processes
CN104731899A (zh) * 2015-03-19 2015-06-24 浪潮通用软件有限公司 一种基于异步处理的数据高并发处理方法
CN106911784B (zh) * 2017-03-02 2020-12-18 北京奇鱼时代科技有限公司 一种执行异步事件的方法和装置
US10057373B1 (en) * 2017-05-15 2018-08-21 Palantir Technologies Inc. Adaptive computation and faster computer operation

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6024656A (ja) * 1983-07-20 1985-02-07 Hitachi Ltd デ−タの更新処理方式
JPS61145660A (ja) * 1984-12-18 1986-07-03 Fujitsu Ltd 分散デ−タベ−ス制御処理方式

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4432057A (en) * 1981-11-27 1984-02-14 International Business Machines Corporation Method for the dynamic replication of data under distributed system control to control utilization of resources in a multiprocessing, distributed data base system
US4769772A (en) * 1985-02-28 1988-09-06 Honeywell Bull, Inc. Automated query optimization method using both global and parallel local optimizations for materialization access planning for distributed databases
US4714995A (en) * 1985-09-13 1987-12-22 Trw Inc. Computer integration system
US4800488A (en) * 1985-11-12 1989-01-24 American Telephone And Telegraph Company, At&T Bell Laboratories Method of propagating resource information in a computer network
US4714992A (en) * 1985-11-26 1987-12-22 International Business Machines Corporation Communication for version management in a distributed information service
US4745559A (en) * 1985-12-27 1988-05-17 Reuters Limited Method and system for dynamically controlling the content of a local receiver data base from a transmitted data base in an information retrieval communication network
US4799156A (en) * 1986-10-01 1989-01-17 Strategic Processing Corporation Interactive market management system
US4845624A (en) * 1987-03-05 1989-07-04 International Business Machines Corporation Relational data base lock avoidance system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6024656A (ja) * 1983-07-20 1985-02-07 Hitachi Ltd デ−タの更新処理方式
JPS61145660A (ja) * 1984-12-18 1986-07-03 Fujitsu Ltd 分散デ−タベ−ス制御処理方式

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02122362A (ja) * 1988-10-31 1990-05-10 Hitachi Ltd 分散データ管理システム
JPH11238046A (ja) * 1997-11-21 1999-08-31 Fuji Xerox Co Ltd コンピュータシステム
JP2011065244A (ja) * 2009-09-15 2011-03-31 Yahoo Japan Corp イベント通知機能提供システム

Also Published As

Publication number Publication date
JPH0552973B2 (ja) 1993-08-06
US5046002A (en) 1991-09-03

Similar Documents

Publication Publication Date Title
JPS63138439A (ja) 分散データベースアクセス要求処理方法
US4274139A (en) Digital telecommunication network having improved data processing systems
US20030018606A1 (en) Revocation of tokens without communication between the token holders and the token server
CN116016546A (zh) 一种在cdn中批量预热资源文件的方法及系统
KR100233238B1 (ko) 분산 트랜잭션 시스템에서 다중 쓰레드를 이용한 2단계 승인통신방법
JPS63174154A (ja) トランザクシヨン処理の制御方式
JPS63113644A (ja) デ−タベ−スの排他制御方式
JPH02245864A (ja) 多重プロセッサシステム
JP2595332B2 (ja) ネットワーク・システムのデータ転送方式
JPH05134960A (ja) ローカルプロセツシング方式
JPS61848A (ja) 分散制御システムのバス選択方式
JPH11353197A (ja) 共有プール資源制御方式
JPH06214914A (ja) 複数のシステム間での連携業務の処理方法
JPS6265137A (ja) ユ−ザ・タスクの優先度制御方式
JPH11203179A (ja) トランザクション振り分け方式
JPH1131100A (ja) 複数データベースのリアルタイムデータ更新方式
JPH0723913A (ja) 医用画像処理システム
JP2000003287A (ja) 共有リソースの排他制御装置、排他制御方法及び排他制御プログラムを記録した記録媒体
JPH0981437A (ja) トランザクション処理方法
JPH0392945A (ja) トランザクション処理の終了方法
JPS59177638A (ja) メツセ−ジ優先送出制御方式
KR100253790B1 (ko) 중대형 컴퓨터 컨트롤러 보드의 인터페이스 방법
JP2650907B2 (ja) 資源同期制御方法
JPH08115301A (ja) プロセス間の優先順位制御装置
JPH03276251A (ja) 分散システム処理方式

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term