JP2008129927A - Purchase and sales system, telegram transmission control method, transmission permitted telegram serial number notification program, and business telegram transmission control program - Google Patents

Purchase and sales system, telegram transmission control method, transmission permitted telegram serial number notification program, and business telegram transmission control program Download PDF

Info

Publication number
JP2008129927A
JP2008129927A JP2006315709A JP2006315709A JP2008129927A JP 2008129927 A JP2008129927 A JP 2008129927A JP 2006315709 A JP2006315709 A JP 2006315709A JP 2006315709 A JP2006315709 A JP 2006315709A JP 2008129927 A JP2008129927 A JP 2008129927A
Authority
JP
Japan
Prior art keywords
message
sequence number
transmission
business
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.)
Pending
Application number
JP2006315709A
Other languages
Japanese (ja)
Inventor
Kenichi Kobayashi
賢一 小林
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.)
Tokyo Stock Exchange Inc
Original Assignee
Tokyo Stock Exchange Inc
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 Tokyo Stock Exchange Inc filed Critical Tokyo Stock Exchange Inc
Priority to JP2006315709A priority Critical patent/JP2008129927A/en
Publication of JP2008129927A publication Critical patent/JP2008129927A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a purchase and sales system capable of efficiently transmitting and receiving a business telegram without retaining the business telegram within the range of a server's processing power. <P>SOLUTION: In the purchase and sales system comprising a virtual server for transmitting a business telegram and a purchase and sales server for performing predetermined purchase and sales processing on the basis of the business telegram received from the virtual server, the purchase and sales server is provided with a telegram serial number transmitting means for determining a transmission permitted telegram serial number in accordance with its own processing state and transmitting the transmission permitted telegram serial number to the virtual server, and the virtual server is provided with a serial number storing means for storing the transmission permitted telegram serial number, a serial number updating means for receiving the transmission permitted telegram serial number from the purchase and sales server and storing the transmission permitted telegram serial number in the serial number storing means, a telegram transmitting means for attaching a serial number to a business telegram to be transmitted to the purchase and sales server and transmitting the business telegram to the purchase and sales server, and a control means for controlling business telegram transmission by the telegram transmitting means so as not to make the serial number attached to the business telegram to be transmitted exceed the transmission permitted telegram serial number stored in the serial number storing means. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、サーバ間で売買に関する業務電文を送受信する売買システムにおいて、業務電文を効率良く送信することができる売買システム、電文送信制御方法、送信許可電文通番通知プログラム及び業務電文送信制御プログラムに関する。   The present invention relates to a trading system, a message transmission control method, a transmission permission message serial number notification program, and a business message transmission control program that can efficiently transmit a business message in a trading system that transmits and receives business messages related to trading between servers.

サーバ間において証券取引のような売買に関する業務電文の送受信を行う場合、注文を行う側のサーバから送信した注文の業務電文を確かに受信したことを示す応答の業務電文を、注文を受ける側のサーバから注文を行う側のサーバに対して送信することが行われている。注文を送信する側のサーバは、この注文に対する応答を受信した後に新たな注文の業務電文を送信することができるようになっており、直前の注文に対する応答が返ってくるまで新たな注文の送信を待機させる必要がある。このようなシステムでは、注文を受信する側のサーバにおいて業務処理負荷が高まった場合、応答が返るまでの時間がかかるようになるため、自ずと注文流量の制御が行われることになる。   When sending and receiving business messages related to buying and selling such as securities transactions between servers, a business message with a response indicating that the business message of the order sent from the server on the ordering side has been received has been received. Transmission is performed from the server to the server on the ordering side. The server that sends the order can send a business message for a new order after receiving a response to this order, and sends a new order until a response to the previous order is returned. Need to wait. In such a system, when the business processing load increases on the server that receives the order, it takes time until a response is returned, so that the order flow rate is automatically controlled.

なお、フロー制御を行う先行技術として、電子計算機網での通信時に確立される送信用コネクションと受信用コネクションの中継処理を行うコネクション中継処理システムにおいて、送信用コネクションと受信用コネクションによる通信制御を行うと共に、送信用コネクションの障害発生時に、受信用コネクションに対するフロー制御を行い、新たな電文の受信を抑止する通信制御モジュールを設けることにより、送信側コネクションの障害時における受信電文の滞留数の増加を抑止し、コネクション中継処理システムの性能を向上させることができるシステムが知られている(例えば、特許文献1参照)。
特開2001−156795号公報
In addition, as a prior art for performing flow control, in a connection relay processing system that performs relay processing of a transmission connection and a reception connection established at the time of communication on an electronic computer network, communication control is performed using a transmission connection and a reception connection. At the same time, by providing a communication control module that controls the flow of the incoming connection when a failure occurs in the sending connection and suppresses the reception of new telegrams, the increase in the number of stays in the received telegram when the sending side connection fails A system that can suppress and improve the performance of a connection relay processing system is known (see, for example, Patent Document 1).
JP 2001-156895 A

ところで、注文の業務電文を送信し、この注文に対する応答を受信した後に、新たな注文の業務電文を送信するという手順では、直前の注文に対する応答が返ってくるまで新たな注文の送信を待機させる必要があるため、注文を行う側のサーバは注文の業務電文を効率よく送信することができないという問題がある。このような問題を解決するためには、注文の業務電文の送信と、この注文に対する応答の送信とを非同期にして、注文する側の任意のタイミングで注文の業務電文を送信できるだけ送信し、注文を受ける側の任意のタイミングで注文に対する応答を順次送信すれば、注文の業務電文を効率良く送信することが可能となる。   By the way, after sending a business message for an order and receiving a response to this order, a procedure for sending a business message for a new order waits for a new order to be sent until a response to the previous order is returned. Since it is necessary, there is a problem that the server on the ordering side cannot efficiently transmit the business message of the order. In order to solve this problem, sending the order business message and sending the response to this order asynchronously, sending the order business message as much as possible at any time on the ordering side, sending the order If a response to an order is sequentially transmitted at an arbitrary timing on the receiving side, an order business message can be efficiently transmitted.

一方、証券取引における売買処理を実行するシステムにおいては、以下に示す課題がある。
(1)売買システムは、取引所の業務を担う1台のサーバと、証券会社の業務を担う多数のサーバとの接続によって構成されるシステムであるため、大量の注文が取引所のサーバに集中する事態が発生しやすいため、取引所のサーバの能力を超えた注文を受信する事態を確実に回避する必要がある。
(2)市場機能を守るという主旨で、どこか一つの注文を送信するサーバの障害等で大量の異常電文が発生したことにより、この影響を受けて市場機能が損なわれるような事態があってはならないため、これを防ぐ仕組みを持つ必要がある。
(3)TCPフロー制御などの低位層での制御ではなく、業務アプリケーション層における制御が可能となる仕組みを実装する必要がある。
(4)大量の業務電文を高速で処理することが必須要件の売買システムでは、TCPのフロー制御や業務処理の遅延が発生して、注文が滞留するような状況になって高速処理に影響が出るような事態を避ける必要があるため、取引所のサーバ側の能力(ハードウェアの能力及び業務を遂行するアプリケーションソフトウェアの能力)を超えるまで注文が入らないよう、注文を受信するサーバ側で注文の受信量を意図的にコントロールできる仕組みを持つ必要がある。
(5)注文を送信するサーバは多数存在するため、売買サーバ側が一律に制御できることにより、注文を送信するサーバ間(さらには証券会社間)の公平性が保たれる必要がある。
(6)売買サーバにおける注文受信量の制御は、注文を送信する1サーバ単位で行える必要がある。
売買システムにおいては、このような証券取引特有の課題に加え、今後は注文件数が飛躍的に増加することが想定されており、従来から行ってきた注文に対する応答を待ってから新たな注文を行うという手順では、大量の業務電文を迅速に処理することが困難であるという問題がある。
On the other hand, a system that executes trading processing in securities trading has the following problems.
(1) The trading system is a system that consists of a single server responsible for exchange business and a large number of servers responsible for securities company business. Therefore, it is necessary to reliably avoid the situation of receiving an order exceeding the capacity of the exchange server.
(2) With the aim of protecting the market function, there is a situation where the market function is impaired due to the occurrence of a large number of abnormal messages due to the failure of the server that sends one order somewhere. Therefore, it is necessary to have a mechanism to prevent this.
(3) It is necessary to implement a mechanism that enables control in the business application layer instead of control in the lower layer such as TCP flow control.
(4) In a trading system where it is essential to process a large amount of business messages at high speed, delays in TCP flow control and business processing occur, resulting in a situation where orders are stagnating, affecting high-speed processing. Since it is necessary to avoid such a situation, the server that receives the order places an order so that the order does not enter until it exceeds the capacity on the server side of the exchange (capacity of hardware and application software that performs business). It is necessary to have a mechanism that can intentionally control the received amount of.
(5) Since there are a large number of servers that transmit orders, it is necessary to maintain fairness between servers that transmit orders (and also between securities companies) because the trading server side can uniformly control.
(6) The order reception amount in the trading server must be controlled in units of one server that transmits orders.
In the trading system, in addition to the issues peculiar to securities trading, it is assumed that the number of orders will increase dramatically in the future, and after waiting for a response to an order that has been made, a new order is placed. This procedure has a problem that it is difficult to process a large amount of business messages quickly.

本発明は、このような事情に鑑みてなされたもので、サーバ間で売買に関する業務電文を送受信する売買システムにおいて、注文の業務電文の送信と、この注文に対する応答の送信とを非同期にして、注文する側の任意のタイミングで注文の業務電文を送信できるだけ送信し、注文を受ける側の任意のタイミングで注文に対する応答を順次送信するともに、注文を受信するサーバの処理能力の範囲内において業務電文を滞留させることなく効率良く送受信されるように送信制御を行うことができる売買システム、電文送信制御方法、送信許可電文通番通知プログラム及び業務電文送信制御プログラムを提供することを目的とする。   The present invention was made in view of such circumstances, and in a trading system that transmits and receives business messages related to trading between servers, the transmission of business messages for orders and the transmission of responses to the orders are asynchronous, Send the order business message as much as possible at any time on the ordering side, send the response to the order sequentially at any time on the order receiving side, and within the processing capacity of the server that receives the order It is an object of the present invention to provide a trading system, a message transmission control method, a transmission permission message sequence number notification program, and a business message transmission control program that can perform transmission control so that transmission and reception can be performed efficiently without stagnation.

本発明は、業務電文を送信する仮想サーバと、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムであって、前記売買サーバは、自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信手段を備え、前記仮想サーバは、前記送信許可電文通番を記憶する通番記憶手段と、前記売買サーバから前記送信許可電文通番を受信して前記通番記憶手段に記憶する通番更新手段と、前記売買サーバに対して送信するべき業務電文に対して、通番を付与して、前記売買サーバへ送信する電文送信手段と、前記送信するべき業務電文に付与する通番が、前記通番記憶手段に記憶されている送信許可電文通番を超えないように、前記電文送信手段による業務電文送信を制御する制御手段とを備えたことを特徴とする。   The present invention is a trading system comprising a virtual server that transmits a business message and a trading server that performs a predetermined trading process based on the business message received from the virtual server, wherein the trading server has its own processing status And a message sequence number transmitting means for determining a transmission permitted message sequence number and transmitting the transmission permitted message sequence number to the virtual server, and the virtual server includes a sequence number storage means for storing the transmission permitted message sequence number; A serial number updating means for receiving the transmission-permitted electronic message serial number from the trading server and storing it in the serial number storage means; and a business message to be transmitted to the trading server, giving a serial number to the trading server The message transmission means for transmitting to the business message to be transmitted and the serial number assigned to the business message to be transmitted do not exceed the transmission permission message sequence number stored in the sequence number storage means. Characterized in that a control means for controlling the business message transmission by the transmission means.

本発明は、前記制御手段は、前記通番記憶手段に記憶されている送信許可電文通番を超えない通番が付与された業務電文を連続して前記売買サーバへ送信することを特徴とする。   The present invention is characterized in that the control means continuously transmits to the trading server a business message to which a serial number that does not exceed the transmission permission message serial number stored in the serial number storage means is assigned.

本発明は、前記電文通番送信手段は、所定の時間間隔毎に、更新するべき前記送信許可電文通番を送信し、前記通番更新手段は、前記電文通番送信手段によって送信された前記送信許可電文通番を受信する度に、前記通番記憶手段に記憶されている送信許可電文通番を更新することを特徴とする。   In the present invention, the message sequence number transmission means transmits the transmission permission message sequence number to be updated at predetermined time intervals, and the sequence number update means transmits the transmission permission message sequence number transmitted by the message sequence number transmission unit. The transmission permission message sequence number stored in the sequence number storage means is updated every time the message is received.

本発明は、前記通番更新手段は、前記電文通番送信手段によって送信された前記送信許可電文通番が不正な通番である場合に、前記通番記憶手段に記憶されている送信許可電文通番を更新しないことを特徴とする。   In the present invention, the sequence number update means does not update the transmission permission message sequence number stored in the sequence number storage means when the transmission permission message sequence number transmitted by the message sequence number transmission unit is an invalid sequence number. It is characterized by.

本発明は、前記売買サーバは、前記電文通番送信手段によって、前記仮想サーバに対して送信済みの前記送信許可電文通番を記憶する送信済電文通番記憶手段と、前記仮想サーバから受信した業務電文に付与されていた通番が、前記送信済電文通番記憶手段に記憶されている前記送信許可電文通番を超えていた場合に、該業務電文を受信しなかったものと見なすリジェクト電文を前記仮想サーバに対して送信する受信拒否制御手段とをさらに備えたことを特徴とする。   In the present invention, the trading server includes a transmitted message sequence number storage unit that stores the transmission permission message sequence number that has been transmitted to the virtual server by the message sequence number transmission unit, and a business message received from the virtual server. When the assigned serial number exceeds the transmission permitted message sequence number stored in the transmitted message sequence number storage means, a reject message that is considered not to have received the business message is sent to the virtual server. And a reception rejection control means for transmitting.

本発明は、前記受信拒否制御手段は、前記仮想サーバから受信した業務電文に付与されていた通番が、前記送信済電文通番記憶手段に記憶されている前記送信許可電文通番を超えている業務電文が連続して受信された場合に、前記仮想サーバとの間の通信回線を切断することを特徴とする。   According to the present invention, the reception rejection control means includes a business message in which the serial number assigned to the business message received from the virtual server exceeds the transmission permitted message serial number stored in the transmitted message serial number storage means. Is continuously received, the communication line with the virtual server is disconnected.

本発明は、送信許可電文通番を記憶する通番記憶手段と、送信するべき業務電文に対して、通番を付与して売買サーバに対して送信する電文送信手段とを備えた仮想サーバと、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムにおける電文送信制御方法であって、前記売買サーバが、自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信ステップと、前記仮想サーバが、前記売買サーバから前記送信許可電文通番を受信して前記通番記憶手段に記憶する通番更新ステップと、前記送信するべき業務電文に付与する通番が、前記通番記憶手段に記憶されている送信許可電文通番を超えないように、前記電文送信手段による業務電文の送信を制御する制御ステップとを有することを特徴とする。   The present invention provides a virtual server comprising a serial number storage means for storing a transmission-permitted electronic message serial number, and a message transmission means for assigning a serial number to a business message to be transmitted and transmitting it to a trading server; A message transmission control method in a trading system comprising a trading server that performs predetermined trading processing based on a business message received from a server, wherein the trading server determines a transmission permitted message serial number according to its own processing status A message sequence number transmission step for transmitting the transmission permitted message sequence number to the virtual server, and a sequence number update step in which the virtual server receives the transmission permission message sequence number from the trading server and stores it in the sequence number storage means. And the message transmission means so that the serial number assigned to the business message to be transmitted does not exceed the transmission permitted message sequence number stored in the sequence number storage means Characterized by a control step of controlling transmission of business message by.

本発明は、送信許可電文通番を記憶する通番記憶手段と、送信するべき業務電文に対して、通番を付与して売買サーバに対して送信する電文送信手段とを備えた仮想サーバと、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムにおいて、前記売買サーバが前記送信許可電文通番を送信する送信許可電文通番通知プログラムであって、自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信ステップをコンピュータに行わせることを特徴とする。   The present invention provides a virtual server comprising a serial number storage means for storing a transmission-permitted electronic message serial number, and a message transmission means for assigning a serial number to a business message to be transmitted and transmitting it to a trading server; In a trading system comprising a trading server that performs a predetermined trading process based on a business message received from a server, the trading server is a transmission permission message sequence number notification program for transmitting the transmission permission message sequence number, and its own processing status In response to this, the transmission permission message sequence number is determined, and the computer is caused to perform a message sequence number transmission step of transmitting the transmission permission message sequence number to the virtual server.

本発明は、送信許可電文通番を記憶する通番記憶手段と、送信するべき業務電文に対して、通番を付与して売買サーバに対して送信する電文送信手段とを備えた仮想サーバと、自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信手段を備え、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムにおいて、前記仮想サーバが前記業務電文の送信を制御する業務電文送信制御プログラムであって、前記売買サーバから前記送信許可電文通番を受信して前記通番記憶手段に記憶する通番更新ステップと、前記送信するべき業務電文に付与する通番が、前記通番記憶手段に記憶されている送信許可電文通番を超えないように、前記電文送信手段による業務電文の送信を制御する制御ステップとをコンピュータに行わせることを特徴とする。   The present invention comprises a virtual server comprising a serial number storage means for storing a transmission-permitted message serial number, a message transmission means for assigning a serial number to a business message to be transmitted and transmitting it to a trading server, Depending on the processing status, a transmission permission message sequence number is determined, and a message transaction number transmission means for transmitting the transmission permission message sequence number to the virtual server is provided, and predetermined trading processing based on the business message received from the virtual server In the trading system comprising a trading server that performs the transaction, the virtual server is a business message transmission control program for controlling the transmission of the business message, and receives the transmission permission message sequence number from the trading server and stores it in the sequence number storage means The sequence number update step to be stored and the sequence number assigned to the business message to be transmitted do not exceed the transmission permission message sequence number stored in the sequence number storage means. , Characterized in that to perform a control step for controlling the transmission of the business message by the message transmission unit to the computer.

本発明によれば、売買サーバが自己の処理状況に応じて決定した送信許可電文通番を仮想サーバが受信し、仮想サーバから送信するべき業務電文に付与する通番が、送信許可電文通番を超えないように、業務電文の送信を制御するようにしたため、サーバ間で売買に関する業務電文を送受信する売買システムにおいて、各々のサーバの処理能力の範囲内において業務電文を滞留させることなく効率良く送受信することができるという効果が得られる。   According to the present invention, the virtual server receives the transmission permission message sequence number determined by the trading server according to its own processing status, and the sequence number assigned to the business message to be transmitted from the virtual server does not exceed the transmission permission message sequence number. As described above, since the transmission of business messages is controlled, in a trading system that transmits and receives business messages related to trading between servers, the business messages can be efficiently transmitted and received without staying within the processing capacity of each server. The effect of being able to be obtained.

以下、本発明の一実施形態による売買システムを図面を参照して説明する。図1は同実施形態の構成を示すブロック図である。この図において、符号1は、証券取引処理を行う売買サーバであり、例えば、証券取引所の業務を遂行するサーバである。符号2は、売買サーバ1に対して、証券取引の注文情報を送信する仮想サーバであり、例えば、証券会社の業務を遂行するサーバである。売買サーバ1と仮想サーバ2との間は、通信網Nを介して情報通信可能に接続されている。   Hereinafter, a trading system according to an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the embodiment. In this figure, reference numeral 1 denotes a trading server that performs stock transaction processing, for example, a server that performs operations of a stock exchange. Reference numeral 2 denotes a virtual server that transmits order information for securities trading to the trading server 1, for example, a server that performs a business of a securities company. The trading server 1 and the virtual server 2 are connected via a communication network N so that information communication is possible.

符号11は、通信網Nを介して、仮想サーバ2との間で通信回線を確立する通信部である。符号12は、通信部11を介して、仮想サーバ2に対して、受付通知、約定通知、市場管理、注意情報等の業務電文を送信する電文送信部である。符号13は、通信部11を介して、仮想サーバ2から送信された業務電文を受信する電文受信部である。符号14は、電文受信部13において受信した電文を蓄積する受信電文記憶部である。符号15は、受信電文記憶部14に記憶されている未処理の業務電文の量や取引処理の実行度合い等から自己の処理状況を分析する状況分析部である。符号16は、日付・時刻情報を出力するタイマである。符号17は、状況分析部15における状況分析結果に応じて、仮想サーバ2に対して、業務電文の送信を許可する送信許可電文通番を送信する送信許可電文通番送信部である。符号18は、一日の業務開始時において送信許可電文通番を初期化する通番初期化部である。符号19は、仮想サーバ2に対して送信済みの送信許可電文通番等の電文通番を管理するための情報を記憶しておく電文通番管理情報記憶部である。   Reference numeral 11 denotes a communication unit that establishes a communication line with the virtual server 2 via the communication network N. Reference numeral 12 denotes a message transmission unit that transmits business messages such as reception notifications, contract notifications, market management, and attention information to the virtual server 2 via the communication unit 11. Reference numeral 13 denotes a message receiving unit that receives a business message transmitted from the virtual server 2 via the communication unit 11. Reference numeral 14 denotes a received message storage unit that accumulates messages received by the message receiver 13. Reference numeral 15 denotes a status analysis unit that analyzes its own processing status based on the amount of unprocessed business messages stored in the received message storage unit 14 and the degree of execution of transaction processing. Reference numeral 16 denotes a timer for outputting date / time information. Reference numeral 17 denotes a transmission-permitted message sequence number transmission unit that transmits a transmission-permitted message sequence number that permits transmission of a business message to the virtual server 2 in accordance with the situation analysis result in the situation analysis unit 15. Reference numeral 18 denotes a serial number initialization unit that initializes a transmission permission message serial number at the start of a day of work. Reference numeral 19 denotes a message sequence number management information storage unit that stores information for managing a message sequence number such as a transmission permission message sequence number that has been transmitted to the virtual server 2.

符号21は、通信網Nを介して、売買サーバ1との間で通信回線を確立する通信部である。符号22は、売買サーバ1に対して、送信するべき業務電文(新規注文、変更注文、取消注文及び運用指示等)の情報が記憶される送信電文記憶部である。符号23は、送信電文記憶部22に記憶されている業務電文に対して、送信する順番に通番(通し番号)を付与して通信部21を介して、業務電文を売買サーバ1へ送信する電文送信部である。符号24は、通信部21を介して、売買サーバ1から送信された業務電文を受信する電文受信部である。符号25は、電文受信部24において受信した業務電文を蓄積する受信電文記憶部である。符号26は、通信部21を介して、売買サーバ1から送信された送信許可電文通番を受信して、必要に応じて更新を行う電文通番更新部である。符号27は、電文通番更新部26が受信した送信許可電文通番を記憶する送信許可電文通番記憶部である。電文送信部23は、送信するべき業務電文に付与した通番の値が送信許可電文通番記憶部27に記憶されている送信許可電文通番の値を超えていない(付与した通番≦送信許可電文通番)場合には、送信するべき業務電文を連続して送信するが、送信するべき業務電文に付与した通番の値が、送信許可電文通番の値を超えてしまう場合は、送信許可電文通番記憶部27に記憶されている送信許可電文通番が電文通番更新部26によって更新されるまで待機し、送信するべき業務電文に付与した通番の値が送信許可電文通番記憶部27に記憶されている送信許可電文通番の値を超えていない状態になった時点で、業務電文の送信を行う。   Reference numeral 21 denotes a communication unit that establishes a communication line with the trading server 1 through the communication network N. Reference numeral 22 denotes a transmission message storage unit that stores information on business messages (new orders, change orders, cancellation orders, operation instructions, etc.) to be transmitted to the trading server 1. The code | symbol 23 assign | provides a serial number (serial number) to the transmission order with respect to the business message memorize | stored in the transmission message memory | storage part 22, and transmits the business message to the trading server 1 via the communication part 21. Part. The code | symbol 24 is a message | telegram receiving part which receives the business message | telegram transmitted from the trading server 1 via the communication part 21. FIG. Reference numeral 25 denotes a received message storage unit that stores business messages received by the message receiver 24. The code | symbol 26 is a message | telegram serial number update part which receives the transmission permission message | telegram number transmitted from the trading server 1 via the communication part 21, and updates as needed. Reference numeral 27 denotes a transmission permission message sequence number storage unit that stores the transmission permission message sequence number received by the message sequence number update unit 26. The message transmission unit 23 does not exceed the value of the transmission permitted message sequence number stored in the transmission permission message sequence number storage unit 27 (assigned sequence number ≦ transmission permitted message sequence number). In this case, the business message to be transmitted is continuously transmitted. However, if the value of the serial number assigned to the business message to be transmitted exceeds the value of the transmission-permitted message sequence number, the transmission-permitted message sequence number storage unit 27 The transmission permission message sequence number stored in the transmission permission message sequence number storage unit 27 is waited until the message sequence number update unit 26 updates the transmission permission message sequence number stored in the transmission permission message sequence number. A business message is sent when the serial number value has not been exceeded.

ここで、送信許可電文通番について説明する。仮想サーバ2から売買サーバ1へ送信する業務電文には、送信元である仮想サーバ2を特定する情報と、業務電文送信の度に1ずつ増加する通し番号(通番)が付与される。例えば、業務開始時において送信許可電文通番が初期化された場合には、送信するべき業務電文に付与される通番も初期化されるため、業務開始後に初めて送信する業務電文には、通し番号「1」が付与され、この次に送信する業務電文には、「2」が付与される。仮想サーバ2が、送信するべき業務電文に付与する通番の値を、売買サーバ1から受信する送信許可電文通番の値を超えないようにすることにより、仮想サーバ2から売買サーバ1へ送信される業務電文の量を制限するものである。例えば、売買サーバ1から仮想サーバ2に対して、送信された送信許可電文通番が「1000」である場合、仮想サーバ2は、送信するべき業務電文に付与した通番が「1000」になるまでは、任意のタイミングで業務電文を連続して送信することが可能であるが、通番が「1001」である業務電文の送信は、新たな送信許可電文通番が売買サーバ1から送信されない限り行うことができないものである。新たに売買サーバ1から送信される送信許可電文通番の値は、直前に送信された送信許可電文通番の値以上(直前の送信許可電文通番≦新たな送信許可電文通番)の値を持つ送信許可電文通番となる。このとき、売買サーバ1は、自己の処理状況に応じて、直前と同じ値の送信許可電文通番を仮想サーバ1に対して送信する場合がある。したがって、仮想サーバ2は、送信許可電文通番と同じ値の通番を付与した業務電文を既に送信済みの場合、新たな送信許可電文通番が、現在の送信許可電文通番より大きい値になるまで、新たな業務電文の送信を待機する必要がある。この動作によって、仮想サーバ2から売買サーバ1へ送信される業務電文の量を売買サーバ1の都合で制限することができるようになる。   Here, the transmission permission message serial number will be described. The business message transmitted from the virtual server 2 to the trading server 1 is given information specifying the virtual server 2 that is the transmission source and a serial number (serial number) that is incremented by 1 each time the business message is transmitted. For example, when the transmission-permitted message sequence number is initialized at the start of business, the serial number assigned to the business message to be transmitted is also initialized. ", And" 2 "is assigned to the business message to be transmitted next. The virtual server 2 is transmitted from the virtual server 2 to the trading server 1 by preventing the value of the serial number assigned to the business message to be transmitted from exceeding the value of the transmission permission message serial number received from the trading server 1. It limits the amount of business messages. For example, if the transmission permission message sequence number transmitted from the trading server 1 to the virtual server 2 is “1000”, the virtual server 2 will continue until the sequence number assigned to the business message to be transmitted becomes “1000”. The business message can be transmitted continuously at an arbitrary timing, but the business message with the serial number “1001” can be transmitted unless a new transmission permission message sequence number is transmitted from the trading server 1. It is not possible. The value of the transmission permission message sequence number newly transmitted from the trading server 1 is equal to or greater than the value of the transmission permission message sequence number transmitted immediately before (transmission permission message sequence number immediately before ≦ new transmission permission message sequence number). It becomes a message serial number. At this time, the trading server 1 may transmit a transmission permission message sequence number having the same value as that immediately before to the virtual server 1 according to its own processing status. Therefore, if the business message to which the sequence number having the same value as the transmission-permitted message sequence number has already been transmitted, the virtual server 2 starts a new transmission until the new transmission-permitted message sequence number is larger than the current transmission-permitted message sequence number. It is necessary to wait for the transmission of a new business message. With this operation, the amount of business messages transmitted from the virtual server 2 to the trading server 1 can be limited due to the convenience of the trading server 1.

次に、図2、図3を参照して、図1に示す仮想サーバ2から売買サーバ1へ業務電文を送信する動作を説明する。まず、通番初期化部18は、タイマ16の出力情報を参照して、1日の業務開始時になるまで待機し、業務開始時(例えば、朝の8時)になった時点で、送信許可電文通番送信部17に対して、通番の初期化を指示する。これを受けて、送信許可電文通番送信部17は、電文通番管理情報記憶部19に記憶されている情報をリセットする。一方、送信許可電文通番記憶部27は、売買サーバ1との通信回線切断時にリセット(例えば「0」が書き込まれている)されている。電文送信部23は、送信許可電文通番記憶部27に記憶されている値が「初期値」(例えば「0」)であることを検出すると、送信するべき業務電文に付与する通番の値を「初期値」(例えば「1」)にリセットする。この時点で、電文送信部23は、送信許可電文通番記憶部27に記憶されている送信許可電文通番の値がリセットされた値(例えば「0」)であるため、業務電文を送信することはできない。   Next, an operation for transmitting a business message from the virtual server 2 shown in FIG. 1 to the trading server 1 will be described with reference to FIGS. First, the serial number initialization unit 18 refers to the output information of the timer 16 and waits until the start of the day's business, and at the time when the business starts (for example, 8:00 in the morning), the transmission permission message The serial number transmission unit 17 is instructed to initialize the serial number. In response to this, the transmission permission message sequence number transmission unit 17 resets the information stored in the message sequence number management information storage unit 19. On the other hand, the transmission permission message serial number storage unit 27 is reset (for example, “0” is written) when the communication line with the trading server 1 is disconnected. When detecting that the value stored in the transmission permission message sequence number storage unit 27 is “initial value” (for example, “0”), the message transmission unit 23 sets the value of the sequence number to be assigned to the business message to be transmitted to “ Reset to “initial value” (for example, “1”). At this time, since the value of the transmission permission message sequence number stored in the transmission permission message sequence number storage unit 27 is a reset value (for example, “0”), the message transmission unit 23 transmits the business message. Can not.

次に、送信許可電文通番送信部17は、タイマ16の出力情報を参照して、送信許可電文通番を送信するべきタイミングになったか否かを判定し、送信するべきタイミングになった時点で、業務開始後初めての送信許可電文通番を仮想サーバ2に対して送信する(図2(a)参照)。この送信許可電文通番は、通信部21を介して、電文通番更新部26が受信する。電文通番更新部26は、受信した送信許可電文通番の値と、送信許可電文通番記憶部27に記憶されている送信許可電文通番の値とを比較して、受信した送信許可電文通番が、記憶されている送信許可電文通番より大きい値であれば、受信した送信許可電文通番を送信許可電文通番記憶部27に上書きすることにより更新する。   Next, the transmission permission message sequence number transmission unit 17 refers to the output information of the timer 16 to determine whether or not it is time to transmit the transmission permission message sequence number, and when it is time to transmit, The first transmission-permitted message serial number is transmitted to the virtual server 2 after starting the business (see FIG. 2A). This transmission permission message sequence number is received by the message sequence number update unit 26 via the communication unit 21. The message sequence number update unit 26 compares the value of the received transmission permission message sequence number with the value of the transmission permission message sequence number stored in the transmission permission message sequence number storage unit 27, and stores the received transmission permission message sequence number. If the value is larger than the transmission permission message sequence number, the received transmission permission message sequence number is updated by overwriting the transmission permission message sequence number storage unit 27.

この動作によって、電文送信部23は、送信電文記憶部22に記憶されている業務電文の送信を開始することができる(図2(b)参照)。この業務電文の送信は、現時点で送信電文記憶部22に記憶されている全ての業務電文を送信しようとし、送信するべき業務電文に付与する通番が送信許可電文通番記憶部27に記憶されている送信許可電文通番と同じ値になるまで続行できる(図2(c)参照)。なお、送信電文記憶部22に記憶される業務電文は、電文送信部23の送信タイミングとは関係なく蓄積されるものであり、業務電文の蓄積動作と業務電文の送信動作とは同期しているものではない。   With this operation, the message transmission unit 23 can start transmitting the business message stored in the transmission message storage unit 22 (see FIG. 2B). The transmission of the business message tries to transmit all the business messages currently stored in the transmission message storage unit 22, and the serial numbers assigned to the business messages to be transmitted are stored in the transmission permission message sequence number storage unit 27. It can be continued until it becomes the same value as the transmission permission message serial number (see FIG. 2C). The business message stored in the transmission message storage unit 22 is accumulated regardless of the transmission timing of the message transmission unit 23, and the business message storage operation and the business message transmission operation are synchronized. It is not a thing.

一方、受信した送信許可電文通番と記憶されている送信許可電文通番が同じ値である場合、電文通番更新部26は、記憶されている送信許可電文通番を更新しない。また、受信した送信許可電文通番が記憶されている送信許可電文通番より小さい値である場合、電文通番更新部26は、受信した送信許可電文通番が不正であると見なして、送信許可電文通番記憶部27に記憶されている送信許可電文通番を更新しない。   On the other hand, when the received transmission permission message sequence number and the stored transmission permission message sequence number have the same value, the message sequence number update unit 26 does not update the stored transmission permission message sequence number. If the received transmission permission message sequence number is smaller than the stored transmission permission message sequence number, the message sequence number update unit 26 regards the received transmission permission message sequence number as invalid and stores the transmission permission message sequence number. The transmission permission message sequence number stored in the unit 27 is not updated.

次に、電文受信部13は、仮想サーバ2から送信された業務電文を通信部11を介して受信し、受信電文記憶部14へ記憶するとともに、電文通番管理情報記憶部19に受信した業務電文の通番を記憶する。また、電文受信部13は、受信した業務電文に付与されていた電文通番を含む受信確認の電文を、電文送信部12から仮想サーバ2へ送信する。この受信確認の電文は、通信部21を介して、電文受信部24が受信し、受信電文記憶部25へ記憶する。これにより、受信電文記憶部25には、売買サーバ1が受信を確認できた業務電文に付与された通番の情報が記憶されることになる。   Next, the message receiving unit 13 receives the business message transmitted from the virtual server 2 via the communication unit 11, stores it in the received message storage unit 14, and receives the business message received in the message sequence number management information storage unit 19. Remember the serial number. In addition, the message reception unit 13 transmits a reception confirmation message including the message serial number assigned to the received business message from the message transmission unit 12 to the virtual server 2. The reception confirmation message is received by the message reception unit 24 via the communication unit 21 and stored in the reception message storage unit 25. As a result, the received message storage unit 25 stores the information of the serial number assigned to the business message that the trading server 1 has confirmed reception.

一方、状況分析部15は、受信電文記憶部14に蓄積された業務電文の量や取引処理の実行度合い等から自己の処理状況を分析して、送信許可電文通番送信部17へ通知する。送信許可電文通番送信部17は、状況分析部15から通知された処理状況の情報に基づいて、送信許可電文通番の増分値を決定し、この増分値を既に送信済みの送信許可電文通番に加算した値を新たな送信許可電文通番の値とする。そして、送信許可電文通番送信部17は、タイマ16の出力情報を参照して、直前に送信許可電文通番を送信してからの経過時間を求め、この経過時間が予め決められた経過時間であれば、新たに設定した送信許可電文通番を仮想サーバ2に対して送信するとともに、新たな送信許可電文通番の値を電文通番管理情報記憶部19に記憶する。これにより、仮想サーバ2が送信可能な業務電文の数が更新されることになる。このとき、売買サーバ1の処理状況によっては送信許可電文通番の値は更新されない場合がある(図2(c)、図3(d)参照)。   On the other hand, the status analysis unit 15 analyzes its own processing status based on the amount of business messages stored in the received message storage unit 14 and the degree of execution of transaction processing, and notifies the transmission permission message sequence number transmission unit 17. The transmission permission message sequence number transmission unit 17 determines the increment value of the transmission permission message sequence number based on the processing status information notified from the status analysis unit 15, and adds this increment value to the transmission permission message sequence number already transmitted. This value is used as a new transmission permission message sequence number. Then, the transmission permission message sequence number transmission unit 17 refers to the output information of the timer 16 to obtain the elapsed time since the transmission permission message sequence number was transmitted immediately before, and this elapsed time may be a predetermined elapsed time. For example, the newly set transmission permission message sequence number is transmitted to the virtual server 2, and the new transmission permission message sequence number is stored in the message sequence number management information storage unit 19. As a result, the number of business messages that can be transmitted by the virtual server 2 is updated. At this time, the value of the transmission permission message serial number may not be updated depending on the processing status of the buying and selling server 1 (see FIGS. 2C and 3D).

このように、売買サーバ1は、自己の処理状況に応じて、決定した送信許可電文通番を仮想サーバ2へ送信し、仮想サーバ2は、受信した送信許可電文通番を超えないように業務電文を売買サーバ1に対して送信するため、仮想サーバ2から売買サーバ1へ送信される業務電文の数を制御することが可能となる(図3(e)参照)。   Thus, the buying and selling server 1 transmits the determined transmission permission message sequence number to the virtual server 2 according to its own processing status, and the virtual server 2 transmits the business message so as not to exceed the received transmission permission message sequence number. Since it transmits with respect to the sales server 1, it becomes possible to control the number of the business messages transmitted from the virtual server 2 to the sales server 1 (refer FIG.3 (e)).

次に、図4を参照して、売買サーバ1から仮想サーバ2に対して業務電文を送信する動作を説明する。売買サーバ1から仮想サーバ2に対して送信する業務電文は、TCP層のフロー制御を用いて送信する。これにより、売買サーバ1が仮想サーバ2に対して過大な量の電文を送信することを防止することができる。売買サーバ1から仮想サーバ2に対して業務電文を送信する動作は、原則的に公知の処理動作によって行うため、ここでは詳細な説明を省略する。なお、売買サーバ1から仮想サーバ2に対して送信する業務電文を滞留することなく効率よく送信させる場合には、売買サーバ1と仮想サーバ2の役割を逆転させて、本発明による電文送信制御方法を利用してもよい。   Next, with reference to FIG. 4, the operation | movement which transmits a business message to the virtual server 2 from the trading server 1 is demonstrated. The business message transmitted from the trading server 1 to the virtual server 2 is transmitted using the flow control of the TCP layer. Thereby, it is possible to prevent the trading server 1 from transmitting an excessive amount of telegrams to the virtual server 2. Since the operation of transmitting a business message from the trading server 1 to the virtual server 2 is performed by a known processing operation in principle, detailed description is omitted here. In the case where the business message transmitted from the trading server 1 to the virtual server 2 is efficiently transmitted without staying, the roles of the trading server 1 and the virtual server 2 are reversed and the message transmission control method according to the present invention is performed. May be used.

次に、図5〜図7を参照して、図1に示す売買サーバ1と仮想サーバ2との間で行われる送受信動作について具体例を挙げて説明する。
まず、仮想サーバ2は、売買サーバ1から送信許可電文通番を受信していないため、送信するべき業務電文の送信はできない状態である(図5(a))。そして、売買サーバ1が仮想サーバ2に対して、「送信許可電文通番=200」を送信すると、仮想サーバ2は、この送信許可電文通番を受信して内部に保持する。これにより仮想サーバ2は、電文通番が200になるまで業務電文を連続して送信することが可能となる(図5(b))。
Next, a transmission / reception operation performed between the trading server 1 and the virtual server 2 illustrated in FIG. 1 will be described with reference to FIGS.
First, since the virtual server 2 has not received the transmission permission message sequence number from the trading server 1, it is in a state where it cannot transmit the business message to be transmitted (FIG. 5 (a)). Then, when the trading server 1 transmits “transmission permission message sequence number = 200” to the virtual server 2, the virtual server 2 receives this transmission permission message sequence number and holds it inside. As a result, the virtual server 2 can continuously transmit business messages until the message sequence number reaches 200 (FIG. 5B).

次に、仮想サーバ2が業務電文を100件(電文通番が100まで)送信を行い(図5(c))、その時点で、売買サーバ1から新たに「送信許可電文通番=300」を送信すると、仮想サーバ2は、この送信許可電文通番を受信して内部に保持している送信許可電文通番の値を「200」から「300」へ更新する(図6(d))。さらに、仮想サーバ2が新たな業務電文を100件(電文通番が200まで)送信した時点で、売買サーバ1から新たに「送信許可電文通番=400」を送信すると、仮想サーバ2は、この送信許可電文通番を受信して内部に保持している送信許可電文通番の値を「300」から「400」へ更新する(図6(e))。これにより仮想サーバ2は、電文通番が400になるまで業務電文を連続して送信することが可能となる。仮想サーバ2から売買サーバ1に対する業務電文の送信と、売買サーバ1から仮想サーバ2に対する送信許可電文通番の送信は、同期しておらず、それぞれが任意のタイミングで送信するものである。   Next, the virtual server 2 transmits 100 business messages (up to 100 message serial numbers) (FIG. 5C), and at that time, a new “transmission permitted message sequence number = 300” is transmitted from the trading server 1. Then, the virtual server 2 receives this transmission permission message sequence number and updates the value of the transmission permission message sequence number held therein from “200” to “300” (FIG. 6D). Furthermore, when the virtual server 2 transmits 100 new business messages (up to the message sequence number up to 200), when the transaction server 1 newly transmits “transmission permitted message sequence number = 400”, the virtual server 2 transmits this transmission message. The permitted message sequence number is received and the value of the transmission permitted message sequence number held therein is updated from “300” to “400” (FIG. 6E). As a result, the virtual server 2 can continuously transmit business messages until the message sequence number reaches 400. The transmission of the business message from the virtual server 2 to the trading server 1 and the transmission of the transmission permission message serial number from the trading server 1 to the virtual server 2 are not synchronized, and are transmitted at an arbitrary timing.

次に、仮想サーバ2内に保持している送信許可電文通番が「1200」であり、仮想サーバ2が「電文通番=1100」まで業務電文を送信している状態で(図7(a))、さらに業務電文の送信を続行することにより、「電文通番=1200」まで業務電文を送信すると、仮想サーバ2は、送信するべき業務電文が存在していても業務電文の送信を停止する(図7(b))。仮想サーバ2は、新たな送信許可電文通番が売買サーバ1から送信されるまで待機する。そして、売買サーバ1から新たに「送信許可電文通番=1300」を送信すると、仮想サーバ2は、この送信許可電文通番を受信して内部に保持している送信許可電文通番の値を「1200」から「1300」へ更新し、業務電文の送信を再開する(図7(c))。   Next, in a state where the transmission permission message sequence number held in the virtual server 2 is “1200” and the virtual server 2 is transmitting business messages up to “message sequence number = 1100” (FIG. 7A). Further, when the business message is transmitted until “message serial number = 1200” by continuing the transmission of the business message, the virtual server 2 stops the transmission of the business message even if the business message to be transmitted exists (see FIG. 7 (b)). The virtual server 2 waits until a new transmission permission message sequence number is transmitted from the trading server 1. Then, when “transmission permission message sequence number = 1300” is newly transmitted from the trading server 1, the virtual server 2 receives this transmission permission message sequence number and sets the value of the transmission permission message sequence number held therein to “1200”. To “1300”, and the transmission of the business message is resumed (FIG. 7C).

次に、図1、図8を参照して、仮想サーバ2から送信許可電文通番の値を超えた電文通番が付与された業務電文が売買サーバ1に対して送信された場合の動作を説明する。
売買サーバ1から送信された送信許可電文通番が「1200」であり、既に仮想サーバ2が「電文通番=1200」まで業務電文を送信している状態では、仮想サーバ2は、それ以降業務電文の送信を行うことができない(図8(a))。しかし、誤って仮想サーバ2から送信許可電文通番を超える電文通番「1201」が付与された業務電文が送信された場合、この業務電文を受信した売買サーバ1の電文受信部13は、電文通番管理情報記憶部19から送信済みの送信許可電文通番の値(ここでは「1200」)を読み出し、受信した業務電文に付与されていた電文通番がこの読み出した送信許可電文通番の値を超えているため当該電文を不正電文と見なし、電文送信部12に対して、リジェクト電文の送信を指示する。これを受けて電文送信部12は、仮想サーバ2に対して、送信許可電文通番の値を超えているためにリジェクトしたことが仮想サーバ2で認識できるようリジェクト理由を付して、リジェクト電文を送信する(図8(b))。そして、さらに送信許可電文通番の値を超える電文通番が付与された業務電文の受信が連続した場合(例えば、3回連続)、電文送信部12は、該不正電文に対するリジェクト電文を各々送信した後に、通信部11に対して、仮想サーバ2との間で確立している通信回線の切断を指示する。これを受けて、通信部11は、仮想サーバ2との間で確立している通信回線を切断する。これにより、送信許可電文通番の値を超える電文通番が付与された業務電文が連続して受信されることを防止することができる。なお、送信許可電文通番の値を超える電文通番が付与された業務電文を1回受信した場合においても、即時に同様の処理にて通信回線を接続するようにしてもよい。
Next, with reference to FIG. 1 and FIG. 8, the operation when a business message to which a message sequence number exceeding the value of the transmission permitted message sequence number is given from the virtual server 2 is transmitted to the trading server 1 will be described. .
In a state in which the transmission permission message sequence number transmitted from the trading server 1 is “1200” and the virtual server 2 has already transmitted the business message up to “message sequence number = 1200”, the virtual server 2 thereafter transmits the business message. Transmission cannot be performed (FIG. 8A). However, if a business message to which the message sequence number “1201” exceeding the transmission permitted message sequence number is erroneously transmitted from the virtual server 2, the message reception unit 13 of the trading server 1 that has received this business message receives the message sequence number management. Since the value of the transmission permitted message sequence number already transmitted ("1200" in this case) is read from the information storage unit 19, and the message sequence number assigned to the received business message exceeds the value of the read transmission permitted message sequence number. The message is regarded as an illegal message, and the message transmission unit 12 is instructed to transmit a reject message. In response to this, the message transmission unit 12 gives a rejection reason to the virtual server 2 so that the virtual server 2 can recognize that it has been rejected because it exceeds the value of the transmission permission message sequence number. Transmit (FIG. 8B). If the business message to which the message sequence number exceeding the value of the transmission permitted message sequence number is further received (for example, three consecutive times), the message transmission unit 12 transmits each reject message for the unauthorized message. The communication unit 11 is instructed to disconnect the communication line established with the virtual server 2. In response to this, the communication unit 11 disconnects the communication line established with the virtual server 2. Thereby, it is possible to prevent continuous reception of business messages to which a message sequence number exceeding the value of the transmission permitted message sequence number is given. Even when a business message to which a message sequence number exceeding the value of the transmission permitted message sequence number is given is received once, the communication line may be immediately connected by the same process.

次に、図1、図9を参照して、売買サーバ1から不正な送信許可電文通番が送信された場合の動作を説明する。
売買サーバ1から送信された送信許可電文通番が「1200」であり、既に仮想サーバ2から「電文通番=1100」まで業務電文が送信された時点において、仮想サーバ2は、電文通番が「1200」になるまで業務電文を送信することが可能である(図9(a))。この状態であるときに、売買サーバ1から「送信許可電文通番=1050」を受信した仮想サーバ2の電文通番更新部26は、送信許可電文通番記憶部27に記憶されている送信許可電文通番の値(ここでは「1200」)と受信した送信許可電文通番の値「1050」とを比較して、受信した送信許可電文通番の値が記憶されている送信許可電文通番の値より小さいため、受信した送信許可電文通番は不正であると見なして、送信許可電文通番記憶部27に記憶されている送信許可電文通番の値を更新しない(図9(b))。その後、売買サーバ1から「送信許可電文通番=1300」を受信した場合、電文通番更新部26は、受信した送信許可電文通番の値が記憶されている送信許可電文通番の値より大きいため、送信許可電文通番記憶部27に記憶されている送信許可電文通番の値を「1300」に更新する(図9(c))。このように、正当な送信許可電文通番の値が受信された場合に限り、送信許可電文通番記憶部27に記憶されている値が更新されるため、不正な送信許可電文通番の値が受信された場合でも誤った値の送信許可電文通番に更新されてしまうことを防止することができる。
Next, with reference to FIG. 1 and FIG. 9, the operation when an unauthorized transmission permission message sequence number is transmitted from the trading server 1 will be described.
When the transmission permission message sequence number transmitted from the trading server 1 is “1200” and the business message has already been transmitted from the virtual server 2 to “message sequence number = 1100”, the virtual server 2 has the message sequence number “1200”. It is possible to transmit a business message until it becomes (FIG. 9A). In this state, the message sequence number update unit 26 of the virtual server 2 that has received “transmission permitted message sequence number = 1050” from the trading server 1 stores the transmission permitted message sequence number stored in the transmission permitted message sequence number storage unit 27. The value (here, “1200”) is compared with the value “1050” of the received transmission permission message sequence number, and the received transmission permission message sequence number value is smaller than the stored transmission permission message sequence number value. The transmission permission message sequence number is regarded as invalid, and the value of the transmission permission message sequence number stored in the transmission permission message sequence number storage unit 27 is not updated (FIG. 9B). Thereafter, when “transmission permitted message sequence number = 1300” is received from the trading server 1, the message sequence number updating unit 26 transmits the value because the value of the received transmission permission message sequence number is larger than the stored transmission permission message sequence number value. The value of the transmission permitted message sequence number stored in the permitted message sequence number storage unit 27 is updated to “1300” (FIG. 9C). Thus, since the value stored in the transmission permission message sequence number storage unit 27 is updated only when a valid transmission permission message sequence number value is received, an invalid transmission permission message sequence number value is received. Even in the case of an error, it is possible to prevent the transmission permission message sequence number having an incorrect value from being updated.

なお、仮想サーバ2は、送信停止状態(送信許可電文通番まで業務電文を送信済み状態)であっても、売買サーバ1とのセションを制御するための電文(セション制御電文)は送信停止対象外とし、売買サーバ1に対して送信することが可能である。また売買サーバ1は、仮想サーバ2に対して通知した直近の送信許可電文通番を超える電文通番が設定された電文を受信した場合であっても、仮想サーバ2からの受信電文が送信停止対象外のセション制御電文である場合には、通常通り処理を行う。   Note that even if the virtual server 2 is in a transmission stopped state (a business message has been transmitted up to the transmission permitted message sequence number), a message (session control message) for controlling a session with the trading server 1 is not subject to transmission suspension. And can be transmitted to the trading server 1. Further, even when the trading server 1 receives a message in which a message sequence number exceeding the latest transmission permitted message sequence number notified to the virtual server 2 is received, the received message from the virtual server 2 is not subject to transmission suspension. If it is a session control message, the process is performed as usual.

このように、売買サーバ1が自己の処理状況に応じて決定した送信許可電文通番を仮想サーバ2が受信し、仮想サーバ2から売買サーバ1へ送信するべき業務電文に付与する通番が、送信許可電文通番を超えないように、業務電文の送信を制御するようにしたため、サーバ間で売買に関する業務電文を送受信する売買システムにおいて、各々のサーバの処理能力の範囲内において業務電文を滞留させることなく効率良く送受信することができる。   In this way, the virtual server 2 receives the transmission permission message sequence number determined by the trading server 1 according to its own processing status, and the sequence number assigned to the business message to be transmitted from the virtual server 2 to the trading server 1 is the transmission permission. Because the transmission of business messages is controlled so as not to exceed the message sequence number, in a trading system that sends and receives business messages related to trading between servers, business messages are not retained within the processing capacity of each server It can transmit and receive efficiently.

なお、図1における処理部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより送信許可電文通番通知処理及び業務電文送信制御処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(RAM)のように、一定時間プログラムを保持しているものも含むものとする。   The program for realizing the function of the processing unit in FIG. 1 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into the computer system and executed to execute a transmission permission message sequence number. Notification processing and business message transmission control processing may be performed. Here, the “computer system” includes an OS and hardware such as peripheral devices. The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. Further, the “computer-readable recording medium” refers to a volatile memory (RAM) in a computer system that becomes a server or a client when a program is transmitted via a network such as the Internet or a communication line such as a telephone line. In addition, those holding programs for a certain period of time are also included.

また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。   The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line. The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

本発明の一実施形態の構成を示すブロック図である。It is a block diagram which shows the structure of one Embodiment of this invention. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG. 図1に示す売買サーバ1及び仮想サーバ2の動作を示す説明図である。It is explanatory drawing which shows operation | movement of the buying and selling server 1 and the virtual server 2 which are shown in FIG.

符号の説明Explanation of symbols

1・・・売買サーバ、11・・・通信部、12・・・電文送信部、13・・・電文受信部、14・・・受信電文記憶部、15・・・状況分析部、16・・・タイマ、17・・・送信許可電文通番送信部、18・・・通番初期化部、19・・・電文通番管理情報記憶部、2・・・仮想サーバ、21・・・通信部、22・・・送信電文記憶部、23・・・電文送信部、24・・・電文受信部、25・・・受信電文記憶部、26・・・電文通番更新部、27・・・送信許可電文通番記憶部、N・・・通信網   DESCRIPTION OF SYMBOLS 1 ... Trading server, 11 ... Communication part, 12 ... Message transmission part, 13 ... Message reception part, 14 ... Received message memory | storage part, 15 ... Situation analysis part, 16 ...・ Timer, 17... Transmission permission message sequence number transmission unit, 18... Sequence number initialization unit, 19... Message sequence number management information storage unit, 2... Virtual server, 21. ..Transmission message storage unit, 23... Message transmission unit, 24... Message reception unit, 25... Received message storage unit, 26. Part, N ... communication network

Claims (9)

業務電文を送信する仮想サーバと、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムであって、
前記売買サーバは、
自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信手段を備え、
前記仮想サーバは、
前記送信許可電文通番を記憶する通番記憶手段と、
前記売買サーバから前記送信許可電文通番を受信して前記通番記憶手段に記憶する通番更新手段と、
前記売買サーバに対して送信するべき業務電文に対して、通番を付与して、前記売買サーバへ送信する電文送信手段と、
前記送信するべき業務電文に付与する通番が、前記通番記憶手段に記憶されている送信許可電文通番を超えないように、前記電文送信手段による業務電文送信を制御する制御手段とを備えた
ことを特徴とする売買システム。
A trading system comprising a virtual server that transmits a business message and a trading server that performs a predetermined trading process based on the business message received from the virtual server,
The trading server is
According to its own processing status, it comprises a message sequence number transmission means for determining a transmission permitted message sequence number and transmitting the transmission permitted message sequence number to the virtual server,
The virtual server is
Serial number storage means for storing the transmission permission message serial number;
Serial number updating means for receiving the transmission permission message serial number from the trading server and storing it in the serial number storage means;
A message transmission means for giving a serial number to the business message to be transmitted to the trading server and transmitting it to the trading server;
Control means for controlling business message transmission by the message transmission means so that a serial number assigned to the business message to be transmitted does not exceed a transmission permission message sequence number stored in the sequence number storage means. A characteristic trading system.
前記制御手段は、前記通番記憶手段に記憶されている送信許可電文通番を超えない通番が付与された業務電文を連続して前記売買サーバへ送信することを特徴とする請求項1に記載の売買システム。   The trading unit according to claim 1, wherein the control unit continuously transmits to the trading server a business message to which a sequence number not exceeding a transmission permission message sequence number stored in the sequence number storage unit is assigned. system. 前記電文通番送信手段は、所定の時間間隔毎に、更新するべき前記送信許可電文通番を送信し、
前記通番更新手段は、前記電文通番送信手段によって送信された前記送信許可電文通番を受信する度に、前記通番記憶手段に記憶されている送信許可電文通番を更新する
ことを特徴とする請求項1に記載の売買システム。
The message sequence number transmission means transmits the transmission permission message sequence number to be updated every predetermined time interval,
The said sequence number update means updates the transmission permission message sequence number memorize | stored in the said sequence number memory | storage means, whenever the said transmission permission message sequence number transmitted by the said message sequence number transmission means is received. The buying and selling system described in.
前記通番更新手段は、前記電文通番送信手段によって送信された前記送信許可電文通番が不正な通番である場合に、前記通番記憶手段に記憶されている送信許可電文通番を更新しないことを特徴とする請求項3に記載の売買システム。   The sequence number update means does not update the transmission permission message sequence number stored in the sequence number storage means when the transmission permission message sequence number transmitted by the message sequence number transmission unit is an invalid sequence number. The trading system according to claim 3. 前記売買サーバは、
前記電文通番送信手段によって、前記仮想サーバに対して送信済みの前記送信許可電文通番を記憶する送信済電文通番記憶手段と、
前記仮想サーバから受信した業務電文に付与されていた通番が、前記送信済電文通番記憶手段に記憶されている前記送信許可電文通番を超えていた場合に、該業務電文を受信しなかったものと見なすリジェクト電文を前記仮想サーバに対して送信する受信拒否制御手段と
をさらに備えたことを特徴とする請求項1に記載の売買システム。
The trading server is
A transmitted message sequence number storage unit that stores the transmission permitted message sequence number that has been transmitted to the virtual server by the message sequence number transmission unit;
When the serial number assigned to the business message received from the virtual server exceeds the transmission permitted message sequence number stored in the transmitted message sequence number storage means, the business message has not been received. The trading system according to claim 1, further comprising: a reception rejection control unit that transmits a reject message to be considered to the virtual server.
前記受信拒否制御手段は、
前記仮想サーバから受信した業務電文に付与されていた通番が、前記送信済電文通番記憶手段に記憶されている前記送信許可電文通番を超えている業務電文が連続して受信された場合に、前記仮想サーバとの間の通信回線を切断することを特徴とする請求項5に記載の売買システム。
The reception rejection control means includes
When a business message in which the serial number assigned to the business message received from the virtual server exceeds the transmission permitted message sequence number stored in the transmitted message sequence number storage means is continuously received, The trading system according to claim 5, wherein a communication line with the virtual server is disconnected.
送信許可電文通番を記憶する通番記憶手段と、送信するべき業務電文に対して、通番を付与して売買サーバに対して送信する電文送信手段とを備えた仮想サーバと、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムにおける電文送信制御方法であって、
前記売買サーバが、自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信ステップと、
前記仮想サーバが、前記売買サーバから前記送信許可電文通番を受信して前記通番記憶手段に記憶する通番更新ステップと、
前記送信するべき業務電文に付与する通番が、前記通番記憶手段に記憶されている送信許可電文通番を超えないように、前記電文送信手段による業務電文の送信を制御する制御ステップと
を有することを特徴とする電文送信制御方法。
A virtual server comprising a serial number storage means for storing a transmission-permitted message serial number, and a message transmission means for assigning a serial number to the business message to be transmitted and transmitting it to the trading server, received from the virtual server A message transmission control method in a trading system comprising a trading server that performs predetermined trading processing based on a business message,
The trading server determines a transmission permission message sequence number according to its own processing status, and transmits the transmission permission message sequence number to the virtual server;
A sequence number updating step in which the virtual server receives the transmission permission message sequence number from the trading server and stores it in the sequence number storage means;
A control step for controlling transmission of the business message by the message transmission means so that the serial number assigned to the business message to be transmitted does not exceed the transmission permission message sequence number stored in the sequence number storage means. Characteristic message transmission control method.
送信許可電文通番を記憶する通番記憶手段と、送信するべき業務電文に対して、通番を付与して売買サーバに対して送信する電文送信手段とを備えた仮想サーバと、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムにおいて、前記売買サーバが前記送信許可電文通番を送信する送信許可電文通番通知プログラムであって、
自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信ステップを
コンピュータに行わせることを特徴とする送信許可電文通番通知プログラム。
A virtual server comprising a serial number storage means for storing a transmission-permitted message serial number, and a message transmission means for assigning a serial number to the business message to be transmitted and transmitting it to the trading server, received from the virtual server In a trading system comprising a trading server that performs predetermined trading processing based on a business message, the trading server is a transmission permission message sequence number notification program for transmitting the transmission permission message sequence number,
A transmission-permitted message sequence number notification program that determines a transmission-permitted message sequence number according to its processing status and causes a computer to perform a message sequence number transmission step for transmitting the transmission-permitted message sequence number to the virtual server. .
送信許可電文通番を記憶する通番記憶手段と、送信するべき業務電文に対して、通番を付与して売買サーバに対して送信する電文送信手段とを備えた仮想サーバと、自己の処理状況に応じて、送信許可電文通番を決定し、前記仮想サーバに対して該送信許可電文通番を送信する電文通番送信手段を備え、前記仮想サーバから受信した業務電文に基づいて所定の売買処理を行う売買サーバとからなる売買システムにおいて、前記仮想サーバが前記業務電文の送信を制御する業務電文送信制御プログラムであって、
前記売買サーバから前記送信許可電文通番を受信して前記通番記憶手段に記憶する通番更新ステップと、
前記送信するべき業務電文に付与する通番が、前記通番記憶手段に記憶されている送信許可電文通番を超えないように、前記電文送信手段による業務電文の送信を制御する制御ステップと
をコンピュータに行わせることを特徴とする業務電文送信制御プログラム。
A virtual server comprising a serial number storage means for storing a transmission-permitted message serial number, a message transmission means for giving a serial number to a business message to be transmitted and transmitting it to the trading server, and according to its own processing status A transaction server that includes a message sequence number transmitting means for determining a transmission permitted message sequence number and transmitting the transmission permitted message sequence number to the virtual server, and performing a predetermined transaction process based on the business message received from the virtual server In the trading system consisting of: a business message transmission control program for controlling the transmission of the business message by the virtual server,
A serial number update step of receiving the transmission permission message serial number from the trading server and storing it in the serial number storage means;
A control step for controlling transmission of the business message by the message transmission means is performed on the computer so that the serial number assigned to the business message to be transmitted does not exceed the transmission permission message sequence number stored in the sequence number storage means. A business message transmission control program characterized by
JP2006315709A 2006-11-22 2006-11-22 Purchase and sales system, telegram transmission control method, transmission permitted telegram serial number notification program, and business telegram transmission control program Pending JP2008129927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006315709A JP2008129927A (en) 2006-11-22 2006-11-22 Purchase and sales system, telegram transmission control method, transmission permitted telegram serial number notification program, and business telegram transmission control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006315709A JP2008129927A (en) 2006-11-22 2006-11-22 Purchase and sales system, telegram transmission control method, transmission permitted telegram serial number notification program, and business telegram transmission control program

Publications (1)

Publication Number Publication Date
JP2008129927A true JP2008129927A (en) 2008-06-05

Family

ID=39555665

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006315709A Pending JP2008129927A (en) 2006-11-22 2006-11-22 Purchase and sales system, telegram transmission control method, transmission permitted telegram serial number notification program, and business telegram transmission control program

Country Status (1)

Country Link
JP (1) JP2008129927A (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6421558A (en) * 1987-07-15 1989-01-24 Fujitsu Ltd Session opening system based upon reservation system
JPH01128639A (en) * 1987-11-13 1989-05-22 Hitachi Ltd System for confirming simultaneous transmission and response
JPH10290354A (en) * 1997-04-15 1998-10-27 Murata Mach Ltd Communication terminal equipment
JP2000311134A (en) * 1999-04-27 2000-11-07 Nippon Yunishisu Kk Unit and method for access control and server system
JP2001111618A (en) * 1999-10-08 2001-04-20 Nippon Telegr & Teleph Corp <Ntt> Communication system and its communication method, and medium recording its program
JP2002149519A (en) * 2000-11-10 2002-05-24 Fujitsu Ltd Service providing method using network and service providing system using the same
JP2002189650A (en) * 2000-12-20 2002-07-05 Hitachi Ltd Method and device for controlling computer, and recording medium stored with processing program therefor
JP2002222123A (en) * 2001-01-25 2002-08-09 Ibm Japan Ltd Connection accepting system, accepting server, client terminal, connection acceptance management method, storage medium, and computer program
JP2002352070A (en) * 2001-05-30 2002-12-06 Good Lots:Kk System for increasing processing speed of stock transaction
JP2003058499A (en) * 2001-08-10 2003-02-28 Fujitsu Ltd Server, program and medium for managing load
JP2005109765A (en) * 2003-09-30 2005-04-21 Denon Ltd Data reception device
JP2006033711A (en) * 2004-07-21 2006-02-02 Canon Inc Data processing apparatus, communication processing method and computer program
JP2006114973A (en) * 2004-10-12 2006-04-27 Nec Infrontia Corp Radio base station and radio terminal equipment
JP2006155578A (en) * 2004-10-27 2006-06-15 Canon Inc Information management device, information management system, and information management method
JP2006180413A (en) * 2004-12-24 2006-07-06 Kyocera Corp Radio communication terminal device and program thereof
JP2006211015A (en) * 2005-01-25 2006-08-10 Matsushita Electric Ind Co Ltd Wireless communication terminal and wireless communication control method

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6421558A (en) * 1987-07-15 1989-01-24 Fujitsu Ltd Session opening system based upon reservation system
JPH01128639A (en) * 1987-11-13 1989-05-22 Hitachi Ltd System for confirming simultaneous transmission and response
JPH10290354A (en) * 1997-04-15 1998-10-27 Murata Mach Ltd Communication terminal equipment
JP2000311134A (en) * 1999-04-27 2000-11-07 Nippon Yunishisu Kk Unit and method for access control and server system
JP2001111618A (en) * 1999-10-08 2001-04-20 Nippon Telegr & Teleph Corp <Ntt> Communication system and its communication method, and medium recording its program
JP2002149519A (en) * 2000-11-10 2002-05-24 Fujitsu Ltd Service providing method using network and service providing system using the same
JP2002189650A (en) * 2000-12-20 2002-07-05 Hitachi Ltd Method and device for controlling computer, and recording medium stored with processing program therefor
JP2002222123A (en) * 2001-01-25 2002-08-09 Ibm Japan Ltd Connection accepting system, accepting server, client terminal, connection acceptance management method, storage medium, and computer program
JP2002352070A (en) * 2001-05-30 2002-12-06 Good Lots:Kk System for increasing processing speed of stock transaction
JP2003058499A (en) * 2001-08-10 2003-02-28 Fujitsu Ltd Server, program and medium for managing load
JP2005109765A (en) * 2003-09-30 2005-04-21 Denon Ltd Data reception device
JP2006033711A (en) * 2004-07-21 2006-02-02 Canon Inc Data processing apparatus, communication processing method and computer program
JP2006114973A (en) * 2004-10-12 2006-04-27 Nec Infrontia Corp Radio base station and radio terminal equipment
JP2006155578A (en) * 2004-10-27 2006-06-15 Canon Inc Information management device, information management system, and information management method
JP2006180413A (en) * 2004-12-24 2006-07-06 Kyocera Corp Radio communication terminal device and program thereof
JP2006211015A (en) * 2005-01-25 2006-08-10 Matsushita Electric Ind Co Ltd Wireless communication terminal and wireless communication control method

Similar Documents

Publication Publication Date Title
CN101193078B (en) Method and system for managing subscribing matching
KR101850351B1 (en) Method for Inquiring IoC Information by Use of P2P Protocol
EP1592184A2 (en) Method and system for transmitting data for data synchronization between server and client when data synchronization session was abnormally terminated
JP2004005092A (en) Storage system, storage device, and information sharing method using the storage device
US20100058355A1 (en) Firewall data transport broker
JP2008033952A (en) Most eligible server in common work queue environment
WO2013078689A1 (en) Method and device for realizing message transfer in cloud message service
CN105721389B (en) The processing of multi-terminal equipment communicating data and service response method, device
KR102123314B1 (en) MMS-based Industrial Internet of Things platform using unidirectional data transfer technique
JP4410608B2 (en) Web service providing method
JP2005165402A (en) Equipment control device and remote equipment control system
RU2647687C2 (en) Device monitoring using multiple servers optimised for different types of communications
JP2006243985A (en) Message notification system and method, and server used therefor
CN111726401B (en) File transmission method and device
JP5353714B2 (en) Server system and its event message transmission method
JP2008129927A (en) Purchase and sales system, telegram transmission control method, transmission permitted telegram serial number notification program, and business telegram transmission control program
JP2008124977A (en) Method, apparatus, and program of message delivery
JP2000040062A (en) Information managing system
JP2020030626A (en) Processing system, control system, relay device and communication method
US8924547B1 (en) Systems and methods for managing network devices based on server capacity
KR101389214B1 (en) Remote managing system and method
JP2008004015A (en) Online system
US8352553B2 (en) Electronic mail connector
JP6922194B2 (en) Connection determination program, device, and method
JP6801919B2 (en) Sales management system, transmission method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090908

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110308

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110428

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110726