JP2001160014A - Method for transmitting queuing for reducing data amount - Google Patents

Method for transmitting queuing for reducing data amount

Info

Publication number
JP2001160014A
JP2001160014A JP34425299A JP34425299A JP2001160014A JP 2001160014 A JP2001160014 A JP 2001160014A JP 34425299 A JP34425299 A JP 34425299A JP 34425299 A JP34425299 A JP 34425299A JP 2001160014 A JP2001160014 A JP 2001160014A
Authority
JP
Japan
Prior art keywords
data
queue
registered
merged
transmission
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
JP34425299A
Other languages
Japanese (ja)
Inventor
Takeshi Takashima
武志 高島
Mitsuhiro Matsuda
光広 松田
Teruhiro Date
彰宏 伊達
Akiko Matsushita
晶子 松下
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 JP34425299A priority Critical patent/JP2001160014A/en
Publication of JP2001160014A publication Critical patent/JP2001160014A/en
Pending legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce data to be registered in a queue by merging data, when data which can be merged with data to be registered in a queue by a program for operating data transmission are already registered in the queue. SOLUTION: At transmission and reception time of data between plural programs, a data transmission program retrieves whether data, which can be merged with data (data B), are already registered in a queue at registering of the data B in the queue, and when data (data A) which can be merged with the data to be registered are registered in the queue, the data transmission program reads the data A from the queue, merges the data A with the data B, prepares data (data AB) to be newly registered in the queue, and registers the data AB instead of the data A and the data B.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は一台または複数のコ
ンピュータ上で動作するプログラム間のデータの受渡し
にキューを用いるシステムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a system using a queue for transferring data between programs running on one or more computers.

【0002】[0002]

【従来の技術】一台または複数のコンピュータ上で動作
するプログラム間でデータの受渡しにキューを介してお
こなうデータ送信システムが実用化されている。
2. Description of the Related Art A data transmission system has been put to practical use for transferring data between programs operating on one or a plurality of computers via a queue.

【0003】この種のデータ送信システムは、データを
送信するプログラムが受信するプログラムに対して送信
要求した時、送信要求されたデータをキューにそのまま
登録する。
In this type of data transmission system, when a program for transmitting data requests transmission of a program to be received, the data requested for transmission is registered in a queue as it is.

【0004】[0004]

【発明が解決しようとする課題】従来のデータ送信シス
テムのキューイング方法では、データ送信を行うプログ
ラムがデータをキューへ登録する場合、既にキューに存
在するデータとは無関係に登録するため、登録するデー
タが既にキューに存在するデータとマージできる場合に
おいても、同様に登録を行っていた。そのため、データ
受信を行うプログラムにデータを渡す処理とデータ受信
を行うプログラムのデータ処理するための処理とキュー
に登録したデータを保持するためのコンピュータの資源
はデータ送信を行うプログラムがキューへデータを登録
した件数に比例して増大するという問題があった。
In the queuing method of the conventional data transmission system, when a data transmitting program registers data in a queue, the data is registered irrespective of data already in the queue. Even when the data can be merged with the data already existing in the queue, the registration has been performed similarly. Therefore, the process of passing data to the program that performs data reception, the process of performing data processing of the program that performs data reception, and the computer resources for holding the data registered in the queue are performed by the program that performs data transmission. There was a problem that the number increased in proportion to the number of registered cases.

【0005】本発明の目的は、データ送信を行うプログ
ラムがキューに登録しようとするデータとマージ可能な
データがすでにキューに登録されている場合、データを
マージすることでキューに登録するデータを削減し、前
記問題点を解決する方法を提供することにある。
An object of the present invention is to reduce data to be registered in a queue by merging data when data that can be merged with data to be registered in the queue is already registered in the queue. Another object of the present invention is to provide a method for solving the above problem.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に、本発明ではキューに登録されている各データからマ
ージ可能なデータの検索を行い、登録しようとするデー
タとマージし、登録を行う。
In order to achieve the above object, according to the present invention, data that can be merged is searched from each data registered in a queue, merged with the data to be registered, and registered. .

【0007】複数プログラム間でデータの送受信をする
とき、データ送信プログラムはデータ(データBとす
る)をキューに登録する時、データBとマージ可能なデ
ータがキューに登録されているか検索し、登録するデー
タとマージ可能なデータ(データAとする)がキューに
登録されている場合、キューからデータAを読込み、デ
ータAとデータBをマージして、新たにキューに登録す
るデータ(データABとする)を作成しデータBとデー
タAの代わりにデータABを登録する。これにより、キ
ューに登録されるデータを削減し、データ受信を行うプ
ログラムにデータを渡す処理、データ受信を行うプログ
ラムのデータを処理するための処理、キューに登録した
データを保持するためのコンピュータの資源を削減す
る。
When transmitting and receiving data between a plurality of programs, the data transmission program searches for data that can be merged with data B in the queue when registering data (referred to as data B) in the queue. When data that can be merged with the data to be merged (data A) is registered in the queue, data A is read from the queue, data A and data B are merged, and data to be newly registered in the queue (data AB and Is created) and data AB is registered in place of data B and data A. As a result, data registered in the queue is reduced, data is passed to the program that performs data reception, processing for processing data of the program that performs data reception, and a computer that retains data registered in the queue. Reduce resources.

【0008】[0008]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面により詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0009】図1は本発明を適用した取引システムの実
施の形態の形態の概要をブロック図で示したものであ
る。図1において、取引システム1は、取引処理システ
ム2と板情報配信システム3と端末4からなり、電子的
に株などの取引を行うシステムである。取引システム1
は、注文状況を表示する手段として板という表示方法を
用いる。本発明の実施の形態の形態は、端末4で板(注
文状況)を見ながら取引処理システム2に注文をだし、
取引処理システム2では注文状況が変化することで、板
情報配信システム3を通じて端末4に注文状況が変化し
たことを板データとして通知し、端末4では、板データ
をもとに板(注文状況)を表示するシステムである。も
ちろん端末4は、複数あり、他の端末から出された注文
などによる注文状況変化に対しての板データも通知さ
れ、板(注文状況)を表示する。
FIG. 1 is a block diagram showing an outline of an embodiment of a transaction system to which the present invention is applied. In FIG. 1, a transaction system 1 comprises a transaction processing system 2, a board information distribution system 3, and a terminal 4, and is a system for electronically trading stocks and the like. Trading system 1
Uses a display method called a board as a means for displaying the order status. In the embodiment of the present invention, an order is placed on the transaction processing system 2 while viewing the board (order status) on the terminal 4,
When the order status changes in the transaction processing system 2, the terminal 4 is notified of the change in the order status through the board information distribution system 3 as board data, and the terminal 4 uses the board (order status) based on the board data. Is a system that displays Of course, a plurality of terminals 4 are provided, and board data is also notified of changes in order status due to orders placed from other terminals and the board (order status) is displayed.

【0010】次に、板(注文状況)の例を図4、図5、
図6に従い説明する。図4の板状態200、図5の板状
態210、図6の板状態220は、それぞれ銘柄Aの時
刻t1、t2、t3時における注文状況を板表示した図
である。t1とt2とt3の関係は、t1<t2<t3
であり、t3が最近の時刻である。板状態200におい
て値201は銘柄Aの価格が102円の売り注文が1
件、100枚あることを示す。値202は銘柄Aの価格
が100円の買い注文が1件、100枚あることを示
す。時刻t1時点では、売りと買いが同一価格に存在し
ないため取引は成立しない。例えば、時刻t1において
端末4から銘柄Aの価格が100円の売り注文1件、1
00枚を注文した場合、値202と取引が成立し、板
(注文状況)は値202の1件、100枚が0件、0枚
となる。図5、図6においても同様である。
Next, examples of plates (order status) are shown in FIGS.
This will be described with reference to FIG. The plate state 200 in FIG. 4, the plate state 210 in FIG. 5, and the plate state 220 in FIG. 6 are diagrams showing the order status of the brand A at times t1, t2, and t3, respectively. The relationship between t1, t2 and t3 is t1 <t2 <t3
And t3 is the latest time. In the plate state 200, the value 201 is 1 for a sell order with a price of the brand A of 102 yen.
Shows that there are 100 sheets. A value 202 indicates that there is one purchase order of 100 yen for brand A at 100 yen. At time t1, the transaction is not established because the sell and the buy do not exist at the same price. For example, at time t1, one sell order with a price of brand A of 100 yen is received from terminal 4;
When the order of 00 sheets is made, a transaction is established with the value 202, and the board (order status) becomes one with the value 202, and 100 pieces become 0 and 0 pieces. The same applies to FIGS. 5 and 6.

【0011】次に本発明のデータ送信システムを適用し
た板情報配信システムの概要を図2に従い説明する。図
2は、図1の板情報配信システム3の詳細のブロック図
を示したものである。板情報配信システム10は、配信
データ作成処理20と配信処理30からなる。配信デー
タ作成処理20は、図1の取引処理システム2から板デ
ータを受取り、板データをもとに前回の注文状況との差
分データであるデータ21の作成および配信処理30に
対し作成したデータ21の配信要求をおこなう。
Next, an outline of a board information distribution system to which the data transmission system of the present invention is applied will be described with reference to FIG. FIG. 2 shows a detailed block diagram of the board information distribution system 3 of FIG. The board information distribution system 10 includes a distribution data creation process 20 and a distribution process 30. The distribution data creation processing 20 receives the board data from the transaction processing system 2 of FIG. 1, creates the data 21 that is difference data from the previous order status based on the board data, and creates the data 21 created for the delivery processing 30. Request for distribution.

【0012】配信処理30は、31〜34のプログラム
と送信要求された1つまたは複数のデータ37を一時保
持する送信キュー36からなる。
The distribution process 30 includes a program 31 to 34 and a transmission queue 36 for temporarily storing one or more data 37 requested to be transmitted.

【0013】キュー制御部31は配信データ作成処理2
0からのデータ配信要求を受付ける機能と配信要求され
たデータ21と送信キュー36内のデータ37の中にマ
ージ可能なデータがあるかキュー管理部34にあらかじ
め登録されている検索条件をもとに検索を要求する機能
とキュー管理部34の検索結果を判定する機能とデータ
21とマージ可能なデータが存在すると判定した場合、
データ21とマージ可能なデータを所定の方法でマージ
する機能とキューイング実行部32にデータ37の読み
出しを要求する機能とキューイング実行部32にデータ
21あるいはデータ21とマージ可能なデータをマージ
したデータのキューへの登録を要求する機能を具備す
る。
The queue control unit 31 performs a distribution data creation process 2
0 and whether there is data that can be merged in the data 21 in the transmission queue 36 and the data 21 in the transmission queue 36 based on the search conditions registered in advance in the queue management unit 34. When it is determined that there is data that can be merged with the data 21 and the function of requesting the search and the function of determining the search result of the queue management unit 34,
A function of merging data that can be merged with data 21 in a predetermined method, a function of requesting queuing execution unit 32 to read data 37, and merging data 21 or data that can be merged with data 21 in queuing execution unit 32 It has a function to request registration of data in a queue.

【0014】キューイング実行部32はキュー制御部3
1またはデータ転送部32からの要求により、送信キュ
ー36にあるデータ37の読み出しおよびデータ21と
マージ可能なデータをマージしたデータを送信キュー3
6へ登録する処理をおこなう機能を具備している。
The queuing execution unit 32 includes a queue control unit 3
1 or in response to a request from the data transfer unit 32, the data 37 in the transmission queue 36 is read, and data obtained by merging data that can be merged with the data 21 is transmitted to the transmission queue 3
6 is provided.

【0015】キュー管理部34はキュー制御部31から
の検索要求に基づき、送信キュー36内のデータ37の
中からデータ21とマージ可能なデータを検索する機能
と検索結果をキュー制御部31に通知する機能を具備し
ている。
Based on a search request from the queue control unit 31, the queue management unit 34 notifies the queue control unit 31 of a function of searching for data that can be merged with the data 21 from the data 37 in the transmission queue 36. It has the function to do.

【0016】データ配信部33は、キューイング実行部
32を介し送信キュー36にあるデータ37を読み出し
通信回線80を介して端末90に転送する機能を具備し
ている。
The data distribution unit 33 has a function of reading data 37 in the transmission queue 36 via the queuing execution unit 32 and transferring the data 37 to the terminal 90 via the communication line 80.

【0017】次に、板情報配信システムの配信処理に適
用した本データ送信システムのキューへの登録方法を図
3のフローチャートおよび図4〜図9に従って説明す
る。
Next, a method of registering data in the queue of the data transmission system applied to the distribution processing of the board information distribution system will be described with reference to the flowchart of FIG. 3 and FIGS.

【0018】図3は配信データ作成処理20がデータB
211すなわちデータ21を配信要求し、キュー制御部
31によるマージ処理の判定を行い、マージ処理の判定
に従いマージを行い送信キュー36に配信データを登録
する場合を示したフローチャートである。
FIG. 3 shows that the distribution data creation processing 20
21 is a flowchart showing a case in which a distribution request is received for the data 21, the merge control is determined by the queue control unit 31, the merge is performed according to the determination of the merge process, and the distribution data is registered in the transmission queue 36.

【0019】図7の板差分データであるデータA211
は、板状態200が板状態210に変化した場合に配信
データ作成処理20が作成する板差分データである。デ
ータA211の属性として銘柄コードをA1C、価格をA1
P、売買区分をA1B、更新時刻をA1T、枚数をA1M、件数を
A1Kとする。データA221の内容は、板データ更新時
刻A1Tがt2時において前回の板データ更新時刻である
t1時からの銘柄コードA1CがAの注文状況の変化とし
て価格A1Pが101円の売買区分A1Bが売り注文の件数A1
Kが1件、枚数A1Mが100枚あったことを示す。
Data A211 which is the plate difference data of FIG.
Is board difference data created by the distribution data creation processing 20 when the board state 200 changes to the board state 210. A1C is a stock code and A1 is a price as attributes of data A211.
P, buy / sell category is A1B, update time is A1T, quantity is A1M, number is
A1K. The contents of the data A221 are as follows. When the board data update time A1T is t2, the order code A1C changes from the previous board data update time t1 at t1 as a change in the ordering status of A. A1
K indicates one case and A1M indicates 100 sheets.

【0020】図8の板差分データであるデータB221
は、板状態210が板状態220に変化した場合に配信
データ作成処理20が作成する板差分データである。デ
ータB221の属性として銘柄コードをA2C、価格をA2
P、売買区分をA2B、更新時刻をA2T、枚数をA2M、件数を
A2Kとする。データB221の内容は、板データ更新時
刻A2Tがt3時において前回の板データ更新時刻である
t2時からの銘柄コードA2CがAの注文状況の変化とし
て価格A2Pが101円の売買区分A2Bが売り注文の件数A2
Kが2件、枚数A2Mが200枚あったことを示す。
Data B221 which is the plate difference data of FIG.
Is board difference data created by the distribution data creation processing 20 when the board state 210 changes to the board state 220. A2C for stock code and A2 for price as attributes of data B221
P, buy / sell category is A2B, update time is A2T, quantity is A2M, number is
A2K. The contents of the data B221 are as follows: when the board data update time A2T is t3, the order code A2C has changed from the previous board data update time t2 at t2 as a change in the ordering status of A. A2
K indicates that there were two, and the number A2M was 200.

【0021】図9のデータAB230は、データA21
1とデータB221をマージしたデータである。データ
AB230の属性として銘柄コードをA3C、価格をA3P、
売買区分をA3B、更新時刻をA3T、枚数をA3M、件数をA3K
とする。データAB230の内容は、板データ更新時刻
A3Tがt3時において前回の板データ更新時刻であるt
1時からの銘柄コードA3CがAの注文状況の変化として
価格A3Pが101円の売買区分A3Bが売り注文の件数A3K
が3件、枚数A3Mが300枚あったことを示す。
The data AB 230 shown in FIG.
1 and data B221. As the attributes of the data AB230, the brand code is A3C, the price is A3P,
A3B for trading category, A3T for update time, A3M for quantity, A3K for number
And The content of the data AB230 is the board data update time.
A3T is t3 which is the previous plate data update time at t3.
The change of the order status of the stock code A3C from 1 o'clock A is the change of the order status of the price A3P is 101 yen, and the sales division A3B is the number of sell orders A3K.
Indicates that there were three cases and the number A3M was 300.

【0022】まず、配信データ作成処理20は、データ
21すなわち図8のデータB221を端末90へ配信す
るにあたりキュー制御部31に対して配信要求を行う
(ステップ100)。
First, the distribution data creation processing 20 requests the queue control unit 31 to distribute the data 21, that is, the data B 221 in FIG. 8, to the terminal 90 (step 100).

【0023】図3のフローチャートの開始時点での送信
キュー36内の状況は、データA211がデータ転送部
33によって配信されておらず送信キュー36内のデー
タ37にあるものとする。
The situation in the transmission queue 36 at the start of the flowchart of FIG. 3 is that the data A211 is not distributed by the data transfer unit 33 and is in the data 37 in the transmission queue 36.

【0024】キュー制御部31は、図8のデータB22
1と送信キュー36にあるデータ37の中にマージ可能
なデータがあるか判断するため、キュー管理部34に対
してマージ可能なデータがあるか検索要求を行う。キュ
ー制御部31は、キュー管理部34に対してマージ可能
か判断するための属性として図8のデータB221の属
性である銘柄コードA2C、価格A2P、売買区分A2Bを渡
す。
The queue control unit 31 stores the data B22 in FIG.
In order to determine whether there is any data that can be merged among the data 37 in the transmission queue 36 with the data 1, a search request is made to the queue management unit 34 as to whether there is any data that can be merged. The queue control unit 31 passes the brand code A2C, the price A2P, and the trading category A2B, which are the attributes of the data B221 in FIG. 8, to the queue management unit 34 as attributes for determining whether merging is possible.

【0025】キュー管理部34は、データB221の属
性である銘柄コードA2C、価格A2P、売買区分A2Bの値と
一致するデータを送信キュー36から検索処理を行い、
データA211が前記に該当するデータであることをキ
ュー制御部31へ通知する(ステップ110)。
The queue management unit 34 searches the transmission queue 36 for data matching the values of the brand code A2C, the price A2P, and the trading category A2B, which are the attributes of the data B221.
It notifies the queue control unit 31 that the data A211 corresponds to the above (step 110).

【0026】キュー制御部31は、前記のステップ11
0の結果としてデータB221の属性である銘柄コード
A2C、価格A2P、売買区分A2Bの値と一致したデータであ
るデータA211が送信キュー36内のデータ37に
「存在する」と判定した場合(ステップ111)、キュ
ーイング実行部32に対してデータA211の取出しを
要求し、キューイング実行部32は送信キュー36から
データA211の読込み処理を行い、データA211を
キュー制御部31へ渡す。その場合、データ転送部33
がデータA211の処理を行わないようにする(ステッ
プ120)。
The queue control unit 31 performs the processing in step 11
Brand code which is the attribute of data B221 as a result of 0
When it is determined that the data A211 that is data matching the values of A2C, price A2P, and trading category A2B is “present” in the data 37 in the transmission queue 36 (step 111), the data A211 is sent to the queuing execution unit 32. The queuing execution unit 32 reads data A211 from the transmission queue 36, and passes the data A211 to the queue control unit 31. In that case, the data transfer unit 33
Does not process the data A211 (step 120).

【0027】キュー制御部31は、読み込んだデータA
211とデータB221を所定の方法でマージし新たな
データAB230の作成を行う(ステップ130)。
The queue control unit 31 reads the data A
The new data AB 230 is created by merging the data 211 with the data B 221 by a predetermined method (step 130).

【0028】キュー制御部31は、データAB230の
送信キュー36への登録要求をキューイング実行部32
に対して行い、キューイング実行部32は、キュー制御
部31より渡されたデータAB230を送信キュー36
へ登録する(ステップ140)。
The queue control unit 31 sends a registration request of the data AB 230 to the transmission queue 36 to the queuing execution unit 32
The queuing execution unit 32 transmits the data AB 230 passed from the queue control unit 31 to the transmission queue 36.
Is registered (step 140).

【0029】図3のフローチャートの開始時点での送信
キュー36内の状況は、データA211がデータ転送部
33によって配信されている場合は、前記のステップ1
11の判定が「存在しない」となり、キュー制御部31
は、データB221の送信キュー36への登録要求をキ
ューイング実行部32に対して行い、キューイング実行
部32は、キュー制御部31より渡されたデータB22
1を送信キュー36へ登録する(ステップ170)。
The situation in the transmission queue 36 at the start of the flowchart of FIG. 3 is the same as that of the above-described step 1 when the data A211 is distributed by the data transfer unit 33.
The determination of No. 11 is “not present” and the queue control unit 31
Makes a request to register the data B 221 to the transmission queue 36 to the queuing execution unit 32, and the queuing execution unit 32 transmits the data B 221 passed from the queue control unit 31.
1 is registered in the transmission queue 36 (step 170).

【0030】次にステップ130で実施するマージ例と
して図9のフローチャートに従いデータマージ方式を説
明する。
Next, a data merge method will be described with reference to the flowchart of FIG.

【0031】図9は、銘柄Aの注文状況が図6の板状態
220になり配信データ作成処理20がデータB221
を作成し、キュー制御部31に対しデータ配信要求をお
こなったのち、キュー管理部がデータB221とマージ
可能なデータを検索し、送信キュー36にデータA21
1が存在し、ステップ111の判定で「データB221
と送信キュー36内にマージ可能なデータであるデータ
A211が存在する」となり、キューイング実行部32
に対してデータA211の取出しを要求し、キューイン
グ実行部32は送信キュー36からデータA211の読
込み処理を行い、データA211をキュー制御部31へ
渡した場合のステップ130のマージ処理で、データB
221とデータA211のマージデータであるデータA
B231を作成する場合を示した図である。
FIG. 9 shows that the order status of the brand A becomes the plate state 220 in FIG.
After making a data distribution request to the queue control unit 31, the queue management unit searches for data that can be merged with the data B221, and stores the data A21 in the transmission queue 36.
1 exists, and "data B221
And data A211 which is data that can be merged in the transmission queue 36 ".
, The queuing execution unit 32 reads the data A211 from the transmission queue 36, and performs the merge process of step 130 when the data A211 is passed to the queue control unit 31.
Data A, which is a merged data of data 221 and data A211
FIG. 18 is a diagram illustrating a case where B231 is created.

【0032】まず、データB221の更新時刻A2Tをデ
ータAB230の更新時刻A3Tに代入する(図10のス
テップ300)。
First, the update time A2T of the data B221 is substituted for the update time A3T of the data AB230 (step 300 in FIG. 10).

【0033】次に、データA211の枚数A1Mとデータ
B221の枚数A2Mの加算した結果をデータAB230
の枚数A3Mに代入する(ステップ310)。
Next, the result of addition of the number A1M of data A211 and the number A2M of data B221 is referred to as data AB230.
(Step 310).

【0034】次に、データA211の件数A1Kとデータ
B221の件数A2Kの加算をデータAB230の件数A3K
に代入する(ステップ320)。
Next, the number A1K of data A211 and the number A2K of data B221 are added to the number A3K of data AB230.
(Step 320).

【0035】ステップ300からステップ320を行う
ことにより、データA211とデータB221のマージ
データのデータAB230が作成される。
By performing steps 300 to 320, data AB230 of merge data of data A211 and data B221 is created.

【0036】本送信キュー32への登録方式およびマー
ジ方式は、データの属性である銘柄コード、価格、売買
区分という検索条件をもとにマージ可能データの検索を
行い、属性によって置換や加算というマージを行う方法
であるが、キュー制御部31のキュー管理部34への検
索要求機能におけるあらかじめ登録されている検索条件
およびマージ機能におけるマージ方法を変更すれば、他
の方式でマージ可能データの検索およびマージは可能で
ある。
The registration method and the merge method in the transmission queue 32 perform a search for mergeable data based on search conditions such as a brand code, a price, and a trade category, which are attributes of data, and perform a merge such as replacement or addition depending on the attribute. However, if the search condition registered in advance in the search request function to the queue management unit 34 of the queue control unit 31 and the merge method in the merge function are changed, search and search of mergeable data by another method can be performed. Merging is possible.

【0037】発明の実施の形態の形態の他に、キュー内
にあるデータと新たにキューに登録するデータをマージ
することができ、マージしたデータをキューに登録すれ
ば既にキュー内にあるデータと新たにキューに登録する
データは必要ないという特徴があるデータを処理するシ
ステム、または、キュー内にあるデータを新たにキュー
に登録するデータで置換えることができるという特徴が
あるデータを処理するシステムに本発明は利用できる。
In addition to the embodiment of the present invention, the data in the queue and the data to be newly registered in the queue can be merged. If the merged data is registered in the queue, the data already in the queue can be merged. A system that processes data that has the characteristic that no data to be newly registered in the queue is required, or a system that processes data that has the characteristic that data in the queue can be replaced with data that is newly registered in the queue. The present invention can be used.

【0038】[0038]

【発明の効果】以上説明したように、本発明によれば、
データ送信システムにおいて、データのマージによりキ
ューに登録されるデータが削減される為、データ受信を
行うプログラムにデータを渡す処理、データ受信を行う
プログラムのデータを処理するための処理、キューに登
録したデータを保持するためのコンピュータの資源を削
減し、データ送信システムの効率を大幅に向上できる。
As described above, according to the present invention,
In the data transmission system, since data registered in the queue is reduced by merging data, a process of passing data to a program for receiving data, a process for processing data of a program for receiving data, and a process of registering in a queue The computer resources for holding data can be reduced, and the efficiency of the data transmission system can be greatly improved.

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

【図1】本発明の実施の形態の形態で示す概要システム
構成ブロック図。
FIG. 1 is a schematic system configuration block diagram shown in an embodiment of the present invention.

【図2】本発明の実施の形態の形態で示すシステム構成
ブロック図。
FIG. 2 is a block diagram showing a system configuration according to an embodiment of the present invention.

【図3】図1におけるキューへの登録方法の手順を示す
フローチャート。
FIG. 3 is a flowchart showing a procedure of a registration method for a queue in FIG. 1;

【図4】時刻t1のときのA銘柄の板状態を示す図。FIG. 4 is a view showing a state of the A brand at the time t1.

【図5】時刻t2のときのA銘柄の板状態を示す図。FIG. 5 is a view showing a state of the A brand at time t2.

【図6】時刻t3のときのA銘柄の板状態を示す図。FIG. 6 is a view showing a state of the A brand at time t3.

【図7】板状態を時刻t1と時刻t2に変化するための
板差分データを示す図。
FIG. 7 is a view showing plate difference data for changing a plate state between time t1 and time t2.

【図8】板状態を時刻t1と時刻t2に変化するための
板差分データを示す図。
FIG. 8 is a view showing plate difference data for changing a plate state between time t1 and time t2.

【図9】板状態を時刻t1と時刻t3に変化するための
板差分データを示す図。
FIG. 9 is a view showing plate difference data for changing a plate state between time t1 and time t3.

【図10】マージ処理の手順を示すフローチャート。FIG. 10 is a flowchart illustrating the procedure of a merge process.

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

10…板情報配信システム、20…配信データ作成処理
プログラム、21…キューに登録するデータ、30…配
信処理、31…キュー制御プログラム、32…キューイ
ング実行プログラム、33…データ転送プログラム、3
4…キュー管理プログラム、36…送信キュー、37…
送信キュー内のデータ、80…ネットワーク、90…端
末。
10: board information distribution system, 20: distribution data creation processing program, 21: data to be registered in a queue, 30: distribution processing, 31: queue control program, 32: queuing execution program, 33: data transfer program, 3
4: Queue management program, 36: transmission queue, 37 ...
Data in the transmission queue, 80 ... network, 90 ... terminal.

フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 15/21 Q (72)発明者 伊達 彰宏 神奈川県川崎市幸区鹿島田890番地 株式 会社日立製作所情報システム事業部内 (72)発明者 松下 晶子 神奈川県川崎市幸区鹿島田890番地 株式 会社日立製作所情報システム事業部内 Fターム(参考) 5B049 AA06 BB47 CC05 DD05 EE02 EE05 FF07 GG02 GG07 5B089 GA01 GB01 KB09 KD01 KE01 5B098 AA09 AA10 GA01 GB13 GC16 5K030 HA08 HB19 KA02 LA20 MB15Continuation of the front page (51) Int.Cl. 7 Identification code FI Theme coat II (Reference) G06F 15/21 Q (72) Inventor Akihiro Date 890 Kashimada, Saiwai-ku, Kawasaki-shi, Kanagawa Prefecture Information Systems Division, Hitachi, Ltd. ( 72) Inventor Akiko Matsushita 890 Kashimada, Yuki-ku, Kawasaki City, Kanagawa Prefecture F-term in the Information Systems Division, Hitachi, Ltd. 5K030 HA08 HB19 KA02 LA20 MB15

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 一台または複数のコンピュータ上で動作
するプログラム間でデータの受渡しにキューを用いて行
うシステムにおいて、キューに登録するデータとキュー
に既に登録されているデータがマージ可能か判断する手
段と、キューに登録するデータとキューに既に登録され
ているデータがマージ可能なときに前記のデータから新
しいデータを作成する手段を持つことを特徴とするデー
タ送信システム。
In a system for transferring data between programs operating on one or more computers using a queue, it is determined whether data registered in the queue and data already registered in the queue can be merged. And a means for creating new data from the data when the data to be registered in the queue and the data already registered in the queue can be merged.
【請求項2】 データ送信プログラムがデータ(データ
Bとする)をキューに登録するときデータBとマージ可
能なデータがキューに既に登録されているか判断し、キ
ューにマージが可能なデータ(データAとする)がある
場合はデータBとデータAをマージして新たにデータ
(データABとする)を作成し、データAとデータBの
代わりにデータABをキューに登録することを特徴とす
るデータ送信システムのキューへの登録方法。
2. When a data transmission program registers data (referred to as data B) in a queue, it determines whether data that can be merged with data B has already been registered in the queue, and determines whether data (data A) can be merged into the queue. ), Data B and data A are merged to create new data (referred to as data AB), and data AB is registered in a queue instead of data A and data B. How to queue the sending system.
JP34425299A 1999-12-03 1999-12-03 Method for transmitting queuing for reducing data amount Pending JP2001160014A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34425299A JP2001160014A (en) 1999-12-03 1999-12-03 Method for transmitting queuing for reducing data amount

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34425299A JP2001160014A (en) 1999-12-03 1999-12-03 Method for transmitting queuing for reducing data amount

Publications (1)

Publication Number Publication Date
JP2001160014A true JP2001160014A (en) 2001-06-12

Family

ID=18367815

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34425299A Pending JP2001160014A (en) 1999-12-03 1999-12-03 Method for transmitting queuing for reducing data amount

Country Status (1)

Country Link
JP (1) JP2001160014A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2128772A1 (en) * 2006-12-22 2009-12-02 International Business Machines Corporation Message hub, program, and method
JP2011118895A (en) * 2009-12-03 2011-06-16 Internatl Business Mach Corp <Ibm> Method for merging logically associated messages in message queue

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2128772A1 (en) * 2006-12-22 2009-12-02 International Business Machines Corporation Message hub, program, and method
JPWO2008078593A1 (en) * 2006-12-22 2010-04-22 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Maschines Corporation Message hub device, program, and method
JP4988766B2 (en) * 2006-12-22 2012-08-01 インターナショナル・ビジネス・マシーンズ・コーポレーション Message hub device, program, and method
US8478810B2 (en) 2006-12-22 2013-07-02 International Business Machines Corporation Message hub apparatus, program product, and method
EP2128772A4 (en) * 2006-12-22 2014-11-12 Ibm Message hub, program, and method
JP2011118895A (en) * 2009-12-03 2011-06-16 Internatl Business Mach Corp <Ibm> Method for merging logically associated messages in message queue
US9361165B2 (en) 2009-12-03 2016-06-07 International Business Machines Corporation Automated merger of logically associated messages in a message queue
US9367369B2 (en) 2009-12-03 2016-06-14 International Business Machines Corporation Automated merger of logically associated messages in a message queue

Similar Documents

Publication Publication Date Title
US7013294B1 (en) License management system
US6772130B1 (en) Method for parcel tracking on the internet with e-mail notification
US6981061B1 (en) Method and system for updating a data system in conjunction with synchronized clock modules
JP2002099792A (en) On-line selection of service provider in providing distributed on-demand service
US6718230B2 (en) Transaction management method and apparatus, and program and recording medium thereof
CN111353841A (en) Document data processing method, device and system
EP1619611A1 (en) Technique for processing electronic documents in a computer network
JP2001160014A (en) Method for transmitting queuing for reducing data amount
KR20200132650A (en) Method providing food material ordering service
EP1450324B1 (en) Pos system, pos server, shop terminal, sale managing method, and recorded medium
JP4406310B2 (en) MQ data synchronization system and MQ data synchronization program
US5179697A (en) System for deleting prioritized data stored in second memory after all the data has been successfully transferred to first memory
JPS6367703B2 (en)
US20010021924A1 (en) Electronic commerce system, electronic commerce method, storage media storing electronic, commerce program and electronic commerce program
JP2001142767A (en) Information coinciding method in distribution system
JP2000076159A (en) Terminal controller
JP4481622B2 (en) Securities trading system
JP2010039840A (en) Data distribution system
JPH08106501A (en) Sales transaction processing system
JP4920127B2 (en) Sales management system
JPH0342777B2 (en)
JP3541681B2 (en) Item status monitoring system
JP2001344324A (en) Support system for exchange of information between distribution businesses
JPH079661B2 (en) Transaction processor
CN113627835A (en) Distribution management method and device