JP5291366B2 - Flow control device - Google Patents

Flow control device Download PDF

Info

Publication number
JP5291366B2
JP5291366B2 JP2008070081A JP2008070081A JP5291366B2 JP 5291366 B2 JP5291366 B2 JP 5291366B2 JP 2008070081 A JP2008070081 A JP 2008070081A JP 2008070081 A JP2008070081 A JP 2008070081A JP 5291366 B2 JP5291366 B2 JP 5291366B2
Authority
JP
Japan
Prior art keywords
request
unit
requests
type
processed
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.)
Active
Application number
JP2008070081A
Other languages
Japanese (ja)
Other versions
JP2009223810A (en
Inventor
陽介 遠山
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute 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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2008070081A priority Critical patent/JP5291366B2/en
Publication of JP2009223810A publication Critical patent/JP2009223810A/en
Application granted granted Critical
Publication of JP5291366B2 publication Critical patent/JP5291366B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ネットワーク経由で受け付けるリクエスト数を制限する流量制御技術に関する。   The present invention relates to a flow rate control technique for limiting the number of requests accepted via a network.

一般に、ネットワーク経由でリクエストを受け付けるサーバを運用する際には、サーバの処理能力を越えてリクエストを受信しないように、リクエスト数の上限を制限することでウェブアクセスのリクエスト流量を制御する流量制御装置をウェブサーバの前に配置することが行われる。これにより、サーバの処理能力がパンクして応答が返ってこなくなる事態を防止し、ウェブサーバから適切な応答時間で応答がなされるように維持することができる。   In general, when operating a server that accepts requests via a network, a flow control device that controls the request flow rate of web access by limiting the upper limit of the number of requests so that requests are not received beyond the processing capacity of the server Is placed in front of the web server. As a result, it is possible to prevent a situation in which the processing capability of the server is punctured and the response is not returned, and to maintain a response from the web server in an appropriate response time.

従来、システム業界では、一秒当たりに処理できる取引数であるTPS(Transaction Per Sec)単位でシステム性能要件の合意を得ることが一般的であり、処理システムとの単位時間当たりの同時接続数によって性能要件の合意を得ることは少ない。それに対し、従来の流量制御装置では、同時接続数の上限を設定することで流量制御を実行しているのが通常である。   Conventionally, in the system industry, it is common to obtain an agreement on system performance requirements in units of TPS (Transaction Per Sec), which is the number of transactions that can be processed per second, and depending on the number of simultaneous connections with the processing system per unit time There is little consensus on performance requirements. On the other hand, in the conventional flow control device, the flow control is usually executed by setting the upper limit of the number of simultaneous connections.

例えば、特許文献1は、エンドユーザ端末からの新規セッション確立要求を受信した際に、単位時間当たり接続可能なセッション数の上限値と、直近の単位時間において確立した接続セッション数との比較を行い、確立したセッション数が上限値以上の場合、セッション確立要求を廃棄するサーバ負荷分散装置を開示している。
特開2004−246833号公報
For example, when a new session establishment request is received from an end user terminal, Patent Literature 1 compares the upper limit value of the number of sessions that can be connected per unit time with the number of connection sessions established in the most recent unit time. A server load balancer that discards a session establishment request when the number of established sessions is equal to or greater than an upper limit value is disclosed.
JP 2004-246833 A

しかしながら、上記特許文献1に記載のように、流量制御装置において同時接続数を保証することによってTPSを確保しようとすると、後続のシステムが過剰性能となってしまうおそれがある。例えば、図1に示すように、10TPSを確保するためにクライアントと処理システムの間の同時接続数を「10」に設定したとする。この場合、図1(a)に示すように、リクエストが平均的にシステムに到達すれば接続数は2本で済む。しかし、図1(b)に示すように、平均200ミリ秒の処理時間を要する10個のリクエストが一時に集中した場合を考える。この場合、同時接続数10とした場合には、図1(c)に示すように、最大50TPS分の処理性能を有するシステムを準備しなければならなくなる。このように同時接続数の上限を定めることによる流量制御では、リクエストが一時に集中した場合を想定して、システムを要件よりも過剰な性能を有するように作っておく必要がある。このように、クライアントと合意する性能要件とシステムの実際の仕様とが一致していないという問題がある。   However, as described in Patent Document 1, if the TPS is secured by guaranteeing the number of simultaneous connections in the flow rate control device, there is a risk that the subsequent system will have excessive performance. For example, as shown in FIG. 1, it is assumed that the number of simultaneous connections between the client and the processing system is set to “10” in order to secure 10 TPS. In this case, as shown in FIG. 1A, if the requests reach the system on average, the number of connections is two. However, as shown in FIG. 1B, consider a case where 10 requests that require an average processing time of 200 milliseconds are concentrated at a time. In this case, when the number of simultaneous connections is 10, as shown in FIG. 1C, a system having a processing performance of 50 TPS at the maximum must be prepared. In the flow control by determining the upper limit of the number of simultaneous connections in this way, it is necessary to make the system so as to have a performance exceeding the requirements, assuming that requests are concentrated at one time. Thus, there is a problem that the performance requirements agreed with the client do not match the actual specifications of the system.

本発明はこうした状況に鑑みてなされたものであり、その目的は、後置される処理システムの性能要件を満足しつつ、過剰性能とならない処理システムの設計を可能とする流量制御技術を提供することにある。   The present invention has been made in view of such circumstances, and an object of the present invention is to provide a flow rate control technique that enables the design of a processing system that does not become excessive performance while satisfying the performance requirements of the subsequent processing system. There is.

本発明のある態様は、流量制御装置である。この装置は、所定の処理を実行するシステムに対する情報処理リクエストをクライアント端末から受け付け、単位時間内に受け付けたリクエスト数をカウントする受付リクエストカウント部と、システムからクライアント端末に対する処理結果の通知に基づき、単位時間内に処理が完了したリクエストの数をカウントする処理済みリクエストカウント部と、処理済みリクエストカウント部でカウントされたリクエスト数が単位時間内で予め定められた上限値に達したとき、新たなリクエストを発したクライアント端末に対してエラー応答を返すエラー処理部と、受付リクエストカウント部で受け取ったリクエストをキューに格納するリクエスト保持部と、システム上で同時に処理可能なリクエスト数である同時接続数を超えないように、リクエスト保持部内のリクエストをシステムに渡す同時接続制限部と、を備える。   One embodiment of the present invention is a flow control device. This device receives an information processing request for a system that executes a predetermined process from a client terminal, and based on a reception request count unit that counts the number of requests received within a unit time, and a notification of a processing result from the system to the client terminal, A processed request count unit that counts the number of requests that have been processed within a unit time, and when the number of requests counted by the processed request count unit reaches a predetermined upper limit within the unit time, a new An error processing unit that returns an error response to the client terminal that issued the request, a request holding unit that stores the requests received by the received request counting unit in a queue, and the number of simultaneous connections that can be processed simultaneously on the system So as not to exceed Comprising the simultaneous connection restriction unit that passes requests in list holding unit in the system, the.

この態様によると、リクエストの受け付けに関しては、処理システムが実際に処理を終えたリクエスト数に基づき制限される。これに対し、処理システムへのリクエストの引き渡しは、処理システムとの同時接続数に基づき処理する。これによって、処理システムが実際に処理を終えた数分だけリクエストを受けることになるので、処理システムの発注者との間で定めるTPSについての要件と、流量制御装置におけるリクエスト受付数を制限する仕組みとが同一になる。   According to this aspect, the acceptance of requests is limited based on the number of requests that the processing system has actually finished processing. On the other hand, the delivery of the request to the processing system is processed based on the number of simultaneous connections with the processing system. As a result, requests are received only for the number of times the processing system has actually finished processing, so the requirements for the TPS determined with the orderer of the processing system and the number of requests received in the flow control device are limited. And become the same.

リクエスト保持部は、受け取ったリクエストの種別を判断する種別判定部と、リクエスト種別毎にリクエストをキューに格納し、システムにリクエストを渡すタイミングをリクエスト種別毎に判定するキュー制御部と、を備えてもよい。これによると、受け付けたリクエストをその種別に応じた優先度に基づき処理システムに渡す順序を制御する優先制御を実行することが可能になる。   The request holding unit includes a type determination unit that determines the type of the received request, and a queue control unit that stores a request for each request type in a queue and determines the timing for passing the request to the system for each request type. Also good. According to this, it is possible to execute priority control for controlling the order in which the received request is passed to the processing system based on the priority according to the type.

同時接続制限部は、受け取ったリクエストの種別を判断する種別判定部と、リクエスト保持部から受け取るリクエストを種別毎に分けてキューに格納し、システムにリクエストを渡すタイミングをリクエスト種別毎に判定するキュー制御部と、を備えてもよい。これによると、受け付けたリクエストをその種別に応じた優先度に基づき処理システムに渡す順序を制御する優先制御を実行することが可能になる。   The simultaneous connection restriction unit is a type determination unit that determines the type of the received request, a queue that stores the requests received from the request holding unit for each type in a queue, and a queue that determines the timing for passing the request to the system for each request type And a control unit. According to this, it is possible to execute priority control for controlling the order in which the received request is passed to the processing system based on the priority according to the type.

種別判定部は、リクエスト種別毎に後続のシステムにおける処理の優先順位が設定されている優先度設定部と、優先度の高いリクエスト種別を保持するキューからリクエストを取り出すタイミング判定部と、を備えてもよい。これによると、特定種別のリクエストを優先して処理することが可能となる。   The type determination unit includes a priority setting unit in which the priority of processing in the subsequent system is set for each request type, and a timing determination unit that extracts a request from a queue holding a request type with a high priority. Also good. According to this, it becomes possible to preferentially process a specific type of request.

同時接続制限部は、システムにおけるリクエスト種別毎の平均処理時間を算出して保持する処理時間保持部と、リクエスト種別毎にキューに格納されているリクエストと、平均処理時間とに基づき、システムで単位時間内に処理可能なリクエスト数が最大となるようにリクエストを選択するリクエスト選択部と、をさらに備えてもよい。これによると、同時接続数を確保しつつ、処理システムにおいて単位時間当たりのリクエスト処理数を増加させることが可能となる。   The concurrent connection restriction unit is a unit in the system based on the processing time holding unit that calculates and holds the average processing time for each request type in the system, the request stored in the queue for each request type, and the average processing time. A request selection unit that selects requests so that the number of requests that can be processed in time is maximized. According to this, it is possible to increase the number of request processes per unit time in the processing system while securing the number of simultaneous connections.

なお、以上の構成要素の任意の組合せ、本発明を方法、装置、システム、記録媒体、コンピュータプログラムにより表現したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described components and a representation of the present invention by a method, apparatus, system, recording medium, and computer program are also effective as an aspect of the present invention.

本発明によれば、流量制御装置の後に配置される処理システムの性能要件を満足しつつ、過剰性能とならない処理システムの設計を可能とする流量制御を実行することができる。   ADVANTAGE OF THE INVENTION According to this invention, the flow control which enables the design of the processing system which does not become excess performance can be performed, satisfying the performance requirement of the processing system arrange | positioned after a flow control apparatus.

図2は、本発明の一実施形態に係る流量制御装置20を含むクライアントサーバシステム100の全体図である。クライアント端末12は少なくとも入力装置と表示装置とを備え、ネットワークへの接続機能を有するコンピュータ端末である。ユーザは、クライアント端末12にインストールされているブラウザを使用して、インターネット、LAN(Local Area Network)等のネットワーク14経由で様々なウェブサイトにアクセス可能である。クライアント端末12は、処理システム16に依頼する処理のタイプに応じて、パーソナルコンピュータ(PC)、携帯電話、PDA(Personal Digital Assistant)、POSレジスタ、自動販売機などであってよい。   FIG. 2 is an overall view of the client server system 100 including the flow control device 20 according to the embodiment of the present invention. The client terminal 12 is a computer terminal that includes at least an input device and a display device and has a function of connecting to a network. A user can access various websites via a network 14 such as the Internet or a LAN (Local Area Network) using a browser installed in the client terminal 12. The client terminal 12 may be a personal computer (PC), a mobile phone, a PDA (Personal Digital Assistant), a POS register, a vending machine, or the like depending on the type of processing requested to the processing system 16.

処理システム16はウェブサーバまたはアプリケーションサーバであり、ネットワーク14経由でクライアント端末12から処理リクエストを受け取り、リクエストに対する応答を各クライアント端末12に返す。処理システム16は、一例として、課金システム、予約システム、決済システムなどであるが、その対象とする処理に制限はない。   The processing system 16 is a web server or an application server, receives a processing request from the client terminal 12 via the network 14, and returns a response to the request to each client terminal 12. The processing system 16 is, for example, a billing system, a reservation system, a payment system, etc., but there is no limitation on the target processing.

流量制御装置20は、処理システム16とネットワーク14の間に配置され、処理システム16に対する処理リクエストを受け付ける。そして、処理システム16に対するリクエストの集中を検出し、システムの処理能力以上のリクエストの受信制限制御や、特定のリクエストの優先制御等を実行する。本実施形態では、流量制御装置20は、従来の流量制御装置における同時接続数や同時実行数に基づいた流量制御を実施する代わりに、単位時間当たりに処理システム16で処理可能な取引数に着目して流量制御を実行する。これについては後述する。   The flow control device 20 is disposed between the processing system 16 and the network 14 and receives a processing request for the processing system 16. Then, the concentration of requests with respect to the processing system 16 is detected, and reception limit control for requests exceeding the processing capacity of the system, priority control for specific requests, and the like are executed. In the present embodiment, the flow control device 20 focuses on the number of transactions that can be processed by the processing system 16 per unit time instead of performing flow control based on the number of simultaneous connections and the number of simultaneous executions in the conventional flow control device. Then, flow control is executed. This will be described later.

図3は、図2の流量制御装置20の詳細な構成を示す機能ブロック図である。ここに示す各ブロックは、ハードウェア的には、コンピュータのCPUやメモリをはじめとする素子で実現でき、ソフトウェア的には以下で述べる機能を有するコンピュータプログラム等によって実現されるが、ここでは、それらの連携によって実現される機能ブロックとして描いている。したがって、これらの機能ブロックはハードウェア、ソフトウェアの組合せによっていろいろなかたちで実現できることは、当業者には理解されるところである。   FIG. 3 is a functional block diagram showing a detailed configuration of the flow control device 20 of FIG. Each block shown here can be realized in hardware by an element such as a CPU and a memory of a computer, and is realized in software by a computer program having the functions described below. It is drawn as a functional block realized by the cooperation. Therefore, those skilled in the art will understand that these functional blocks can be realized in various forms by a combination of hardware and software.

受付リクエストカウント部30は、処理システム16に対する各クライアント端末からの処理リクエストを受け付ける。そして、所定の単位時間(例えば、1秒)内に受け付けたリクエストの数をカウントする。   The reception request count unit 30 receives a processing request from each client terminal to the processing system 16. Then, the number of requests accepted within a predetermined unit time (for example, 1 second) is counted.

リクエスト保持部32は、受付リクエストカウント部30で受け取ったリクエストをキューに格納(キューイング)する。このキューイングにより、クライアント端末からのリクエストのタイミングと、処理システム16におけるリクエスト処理のタイミングとを同期させる必要がなく、後述のリクエスト上限値以内のリクエスト数であれば確実にリクエストを処理することができる。   The request holding unit 32 stores (queues) the request received by the received request counting unit 30 in a queue. With this queuing, it is not necessary to synchronize the timing of requests from client terminals and the timing of request processing in the processing system 16, and requests can be reliably processed as long as the number of requests is within the request upper limit value described later. it can.

同時接続制限部34は、処理システム上で同時に処理可能なリクエスト数として設定されている同時接続数を超えないように、リクエスト保持部32にキューイングされているリクエストを取り出し、処理システム16に渡す。   The simultaneous connection restriction unit 34 extracts the requests queued in the request holding unit 32 so as not to exceed the number of simultaneous connections set as the number of requests that can be processed simultaneously on the processing system, and passes the requests to the processing system 16. .

このように、同時接続制限部34は、後続の処理システム16に接続できるコネクション数を定義することで、処理システム16へと流れるリクエストの流量を制御する。   Thus, the simultaneous connection restriction unit 34 controls the flow rate of requests flowing to the processing system 16 by defining the number of connections that can be connected to the subsequent processing system 16.

処理済みリクエストカウント部24は、処理システム16からクライアント端末12に対する処理結果の通知を中継する。この通知を受け取ると、処理済みリクエストカウント部24は、処理システム16においてリクエストに対応する動作が終了したと判定する。処理済みリクエストカウント部24は、所定の単位時間(例えば1秒)内に処理が完了したリクエストの数をカウントする。但し、この単位時間の長さは、受付リクエストカウント部30において受付リクエスト数をカウントする単位時間と同一であることが好ましい。   The processed request count unit 24 relays the processing result notification from the processing system 16 to the client terminal 12. When this notification is received, the processed request count unit 24 determines that the operation corresponding to the request is completed in the processing system 16. The processed request count unit 24 counts the number of requests that have been processed within a predetermined unit time (for example, 1 second). However, the length of this unit time is preferably the same as the unit time for counting the number of accepted requests in the accepted request counting unit 30.

エラー処理部26は、処理済みリクエストカウント部24でカウントされた、単位時間内の処理済みのリクエスト数を監視する。そして、処理済みリクエストが単位時間内で予め定められた上限値(以下「処理済みリクエスト上限値」という)に達した場合には、それ以降に受付リクエストカウント部30に届いたリクエストを発したクライアント端末12に対して、処理システム16がビジーでありリクエストを受け付けられない旨のエラー応答を返す。このように、リクエストに対する処理の終了によるコネクションの開放を検出することで、処理システム16の処理能力以上のリクエストの受信制限をすることができる。   The error processing unit 26 monitors the number of processed requests within the unit time counted by the processed request counting unit 24. When the processed request reaches a predetermined upper limit value within the unit time (hereinafter referred to as “processed request upper limit value”), the client that has issued a request that has reached the reception request count unit 30 thereafter An error response indicating that the processing system 16 is busy and cannot accept the request is returned to the terminal 12. In this way, by detecting the release of a connection due to the end of processing for a request, it is possible to restrict reception of a request that exceeds the processing capability of the processing system 16.

設定部22は、システム管理者からの指令に基づき、同時接続数、処理済みリクエスト上限値、単位時間等のパラメータの変更をする。   The setting unit 22 changes parameters such as the number of simultaneous connections, the processed request upper limit value, and unit time based on a command from the system administrator.

以下、本実施形態に係る流量制御装置20の動作を説明する。   Hereinafter, the operation of the flow control device 20 according to the present embodiment will be described.

処理済みリクエストカウント部24は、所定の単位時間内に処理システム16で処理されたリクエスト数をカウントし、規定の処理済みリクエスト上限値を超えたリクエストに対しては、エラー処理部26がクライアント端末12に対しエラー応答を返す。これとともに、同時接続制限部34は、処理システム16と流量制御装置20とのコネクションが最大接続数以下となるように、リクエスト保持部32でキューイングされているリクエストを順次処理システム16に渡す。このような構成により、流量制御装置20を、同時接続数ではなく、単位時間当たりに処理システム16で処理できるリクエスト数に基づき制御することができる。   The processed request count unit 24 counts the number of requests processed by the processing system 16 within a predetermined unit time, and for a request that exceeds a prescribed processed request upper limit value, the error processing unit 26 causes the client terminal to An error response is returned to 12. At the same time, the simultaneous connection restriction unit 34 sequentially passes the requests queued in the request holding unit 32 to the processing system 16 so that the connection between the processing system 16 and the flow rate control device 20 is equal to or less than the maximum number of connections. With such a configuration, the flow control device 20 can be controlled based on the number of requests that can be processed by the processing system 16 per unit time instead of the number of simultaneous connections.

なお、単位時間と、処理済みリクエスト上限値(すなわち、単位時間内に受付可能なリクエスト数)とは、処理システムの特性等に応じて任意に設定可能である。例えば、単位時間1秒以内に最大10リクエストまで、または単位時間60秒以内に最大200リクエストまでのような組合せが可能である。   The unit time and the processed request upper limit value (that is, the number of requests that can be accepted within the unit time) can be arbitrarily set according to the characteristics of the processing system. For example, a combination of up to 10 requests within a unit time of 1 second or up to 200 requests within a unit time of 60 seconds is possible.

上記のように、単位時間内に受付リクエスト数と処理済みリクエスト数とをカウントすると、当然ながら両者が一致しないこともある。この差分は、複数の単位時間をまたがって処理がなされているために発生すると判断できる。したがって、この差分に係るリクエストに対応する処理システムとのコネクションは開放されていないので、処理済みリクエスト数のみを考慮してリクエストの受付上限値を制限しても、処理システムがビジーとなることはない。   As described above, when the number of received requests and the number of processed requests are counted within a unit time, naturally, they may not match each other. It can be determined that this difference occurs because the processing is performed over a plurality of unit times. Therefore, since the connection with the processing system corresponding to the request related to this difference is not released, even if the upper limit value for accepting requests is limited considering only the number of processed requests, the processing system may not be busy. Absent.

図4および図5は、リクエストの種別を判定し、リクエスト種別に応じた流量制御を実施可能な構成を示す。これを実現するためには、1.リクエストを受け付けると直ちに種別毎に別のキューに格納する方法、2.リクエストをその種別に関係なくまとめてキューイングし、処理システムに渡す前に種別毎に分ける方法、の2種類がある。   4 and 5 show a configuration in which the request type is determined, and the flow rate control according to the request type can be performed. To achieve this, 1. 1. A method of storing a request in a different queue immediately after receiving a request; There are two types of methods: queuing requests regardless of their type and dividing them by type before passing them to the processing system.

図4は、上記リクエスト種別に応じた流量制御の第1の方法に対応し、リクエスト保持部32でリクエスト種別を判定する場合の構成を示す。   FIG. 4 corresponds to the first method of flow rate control according to the request type, and shows a configuration when the request type is determined by the request holding unit 32.

リクエスト保持部32は、種別判定部40、優先度設定部44、キュー制御部41およびタイミング判定部46を含む。種別判定部40は、受付リクエストカウント部30で受け付けたリクエストの種別を判定する。一例として、リクエストURLと予め準備されている文字列パターンとを比較して、リクエストの種別を判定する。ここでいう種別とは、一例として処理システムで行われるページ閲覧、購入手続、認証、決済などの処理を指しているが、その他リクエストURLに基づき区別できるものであれば特に限定されない。   The request holding unit 32 includes a type determination unit 40, a priority setting unit 44, a queue control unit 41, and a timing determination unit 46. The type determination unit 40 determines the type of request received by the reception request count unit 30. As an example, the request URL is compared with a character string pattern prepared in advance to determine the type of request. As used herein, the type refers to processes such as page browsing, purchase procedure, authentication, and settlement performed in the processing system, but is not particularly limited as long as it can be distinguished based on the request URL.

優先度設定部44は、種別判定部40で判定される種別毎の優先度を保持する。この優先度は、システム管理者等により予め設定されているものとする。例えば、種別判定部40において、リクエストがA、B、Cの三種別に分類される場合、Aの優先度を1、Bの優先度を2、Cの優先度を3というように設定している。優先度の数値が小さいほど、優先して処理システムで処理される。   The priority setting unit 44 holds the priority for each type determined by the type determination unit 40. This priority is set in advance by a system administrator or the like. For example, when the request is classified into three types A, B, and C in the type determination unit 40, the priority of A is set to 1, the priority of B is set to 2, and the priority of C is set to 3, and so on. Yes. The smaller the numerical value of the priority, the higher priority is processed by the processing system.

キュー制御部41は、種別判定部40で特定されたリクエスト種別毎に、それぞれ専用のキュー42に受付リクエストカウント部30から受け取ったリクエストを格納する。例えば、種別Aのリクエストは、全てキューAに格納される。   The queue control unit 41 stores the request received from the received request count unit 30 in the dedicated queue 42 for each request type specified by the type determination unit 40. For example, all requests of type A are stored in queue A.

タイミング判定部46は、種別毎のキュー42に保持されているリクエストのうち、いずれの種別のキューにあるリクエストを同時接続制限部34に渡すかを、優先度に基づき判断する。上述のように、種別A、B、Cのリクエストの優先度がそれぞれ1、2、3であった場合、タイミング判定部46は、キューAに格納されているリクエストから先に同時接続制限部34に渡すようにする。キューAのリクエストがなくなると、続いてキューB内のリクエストを同時接続制限部34に渡す。この場合、同時接続制限部34は、リクエスト保持部32から渡されるリクエストを、同時接続数を上回らない範囲で処理システム16に流す。   The timing determination unit 46 determines, based on the priority, which type of queue among the requests held in the queue 42 for each type is to be passed to the simultaneous connection restriction unit 34. As described above, when the priority levels of the requests of types A, B, and C are 1, 2, and 3, respectively, the timing determination unit 46 starts with the simultaneous connection restriction unit 34 first from the request stored in the queue A. To pass to. When there are no more requests in the queue A, the requests in the queue B are subsequently passed to the simultaneous connection restriction unit 34. In this case, the simultaneous connection restriction unit 34 flows the request passed from the request holding unit 32 to the processing system 16 within a range not exceeding the number of simultaneous connections.

なお、上記構成を取る場合でも、処理済みリクエストカウント部24でカウントされる処理済みリクエスト数については、種別毎にカウントする必要はない。   Even when the above configuration is adopted, the number of processed requests counted by the processed request counting unit 24 need not be counted for each type.

上述のような構成により、受け付けたリクエストをその種別に応じた優先度に基づき処理システムに渡す順序を制御する優先制御を実行することが可能になる。つまり、予め設定されている優先度のリクエスト種別に応じた優先制御を実施可能である。   With the configuration as described above, it is possible to execute priority control for controlling the order in which the received request is transferred to the processing system based on the priority according to the type. That is, priority control according to a request type having a preset priority can be performed.

図5は、上記リクエスト種別に応じた流量制御の第2の方法に対応し、同時接続制限部34でリクエスト種別を判定する場合の構成を示す。   FIG. 5 corresponds to the second method of flow control according to the request type, and shows a configuration when the request type is determined by the simultaneous connection restriction unit 34.

同時接続制限部34は、種別判定部50、優先度設定部54、キュー制御部51およびタイミング判定部56を含む。種別判定部50は、リクエスト保持部32にキューイングされているリクエストの種別を判定する。優先度設定部54は、種別判定部50で判定される種別毎の優先度を保持する。これらの機能は、図4で既に説明したものと同様である。   The simultaneous connection restriction unit 34 includes a type determination unit 50, a priority setting unit 54, a queue control unit 51, and a timing determination unit 56. The type determination unit 50 determines the type of request queued in the request holding unit 32. The priority setting unit 54 holds the priority for each type determined by the type determination unit 50. These functions are the same as those already described in FIG.

キュー制御部51は、種別判定部50で特定されたリクエスト種別毎に、それぞれ専用のキュー52にリクエスト保持部32から受け取ったリクエストを格納する。タイミング判定部56は、種別毎のキュー52に保持されているリクエストのうち、いずれの種別のキューにあるリクエストを処理システム16に渡すかを、優先度に基づき判断する。上述のように、種別A、B、Cのリクエストの優先度がそれぞれ1、2、3であった場合、タイミング判定部56は、キューAに格納されているリクエストから先に処理システム16に渡すようにする。キューAのリクエストがなくなると、続いてキューB内のリクエストを処理システム16に渡す。   The queue control unit 51 stores the request received from the request holding unit 32 in the dedicated queue 52 for each request type specified by the type determination unit 50. Based on the priority, the timing determination unit 56 determines which of the types of requests held in the queue 52 for each type is to be passed to the processing system 16. As described above, when the priority levels of the requests of types A, B, and C are 1, 2, and 3, respectively, the timing determination unit 56 first passes the requests stored in the queue A to the processing system 16. Like that. When there are no more requests in queue A, the requests in queue B are subsequently passed to processing system 16.

上述のような構成により、受け付けたリクエストをその種別に応じた優先度に基づき処理システムに渡す順序を制御する優先制御を実行することが可能になる。   With the configuration as described above, it is possible to execute priority control for controlling the order in which the received request is transferred to the processing system based on the priority according to the type.

なお、リクエストの種別毎に、同時接続数を設定してもよい。一例として、全体の同時接続数が「10」であるとき、種別Aの同時接続数を最大「5」のように設定してもよい。こうすることで、キューAに格納されているリクエストのみが処理システムに渡され続けるような事象を予防することができる。
また、受付リクエストカウント部30および処理済みリクエストカウント部24における単位時間や、処理可能なリクエストの上限値をリクエストの種別毎に設定してもよい。例えば、リクエストの種別によって処理システム16における処理時間が大きく相違する場合には、単位時間と受け付けリクエスト数を適宜調整することで、処理システムにおける処理効率を向上させられる可能性がある。
The number of simultaneous connections may be set for each request type. As an example, when the total number of simultaneous connections is “10”, the type A simultaneous connections may be set to a maximum of “5”. By doing so, it is possible to prevent an event in which only the request stored in the queue A continues to be passed to the processing system.
In addition, the unit time in the received request count unit 30 and the processed request count unit 24 and the upper limit value of requests that can be processed may be set for each type of request. For example, when the processing time in the processing system 16 differs greatly depending on the type of request, the processing efficiency in the processing system may be improved by appropriately adjusting the unit time and the number of received requests.

図6は、本実施形態に係る流量制御処理を説明するフローチャートである。
まず、受付リクエストカウント部30は、ネットワーク14経由で各クライアント端末12から処理システム16に対するリクエストを受け付ける(S10)。受付リクエストカウント部30は、受け付けたリクエスト数をカウントする(S12)。リクエスト保持部32は、受付リクエストカウント部30で受け取られたリクエストをキューに保持する(S14)。この場合、リクエストの種別毎に異なったキューに保持してもよい。このとき、各リクエストを発信したクライアント端末12を特定するための情報、例えばIPアドレス等を所定のメモリ(図示せず)に保持してもよい。
FIG. 6 is a flowchart illustrating the flow rate control process according to the present embodiment.
First, the reception request count unit 30 receives a request for the processing system 16 from each client terminal 12 via the network 14 (S10). The acceptance request counting unit 30 counts the number of accepted requests (S12). The request holding unit 32 holds the request received by the reception request counting unit 30 in the queue (S14). In this case, it may be held in a different queue for each request type. At this time, information for specifying the client terminal 12 that has transmitted each request, such as an IP address, may be held in a predetermined memory (not shown).

処理済みリクエストカウント部24は、単位時間毎に既に処理の完了したリクエスト数をカウントする(S16)。そして、この処理済みリクエスト数が予め定められている処理済みリクエスト上限値に達したか否かを判定し(S18)、上限値に達した場合には(S18のY)、エラー処理部26が受付リクエストカウント部30に照会してそれ以降にリクエストを発したクライアント端末12を特定し、リクエストを受け付けられないことを表すエラー応答をクライアント端末12に発信する(S20)。処理済みクエスト数が上限値に達していない場合には(S18のN)、S20をスキップする。   The processed request count unit 24 counts the number of requests that have already been processed per unit time (S16). Then, it is determined whether or not the number of processed requests has reached a predetermined processed request upper limit value (S18). If the upper limit is reached (Y in S18), the error processing unit 26 The reception request count unit 30 is inquired to identify the client terminal 12 that has issued the request thereafter, and an error response indicating that the request cannot be received is transmitted to the client terminal 12 (S20). If the number of processed quests has not reached the upper limit (N in S18), S20 is skipped.

同時接続制限部34は、単位時間毎に、処理システム16に渡したリクエストの数をカウントし(S22)、このリクエストの数が同時接続数を上回らないように、リクエスト保持部32に保持されているリクエストを順次処理システム16に渡す流量制御を実行する(S24)。リクエスト保持部32において、種別毎に異なるキューにリクエストが保持されている場合には、いずれの種別のリクエストをシステムに渡すかを決定する優先制御を実行してもよい。   The simultaneous connection restriction unit 34 counts the number of requests passed to the processing system 16 every unit time (S22), and is held in the request holding unit 32 so that the number of requests does not exceed the number of simultaneous connections. The flow control for passing the requests to the sequential processing system 16 is executed (S24). In the request holding unit 32, when requests are held in different queues for each type, priority control for determining which type of request is passed to the system may be executed.

以上説明したように、本実施形態による流量制御装置においては、流量制御装置が受け付け可能なリクエスト数と、処理システムに渡されるリクエスト数とが異なる。すなわち、リクエストの受け付けに関しては、処理システムが実際に処理を終えたリクエスト数に基づき制限される。これに対し、処理システムへのリクエストの引き渡しは、処理システムとの同時接続数に基づき処理する。これによって、処理システムが実際に処理を終えた数分だけリクエストを受けることになるので、処理システムの発注者との間で定めるTPSについての要件と、流量制御装置におけるリクエスト受付数を制限する仕組みとが同一になる。したがって、システムの設計が容易になる。また、従来の流量制御装置のように同時接続数で制御する場合と比べて、処理システムを過剰性能とする必要がない。   As described above, in the flow control device according to the present embodiment, the number of requests that can be accepted by the flow control device is different from the number of requests passed to the processing system. That is, the acceptance of requests is limited based on the number of requests that the processing system has actually finished processing. On the other hand, the delivery of the request to the processing system is processed based on the number of simultaneous connections with the processing system. As a result, requests are received only for the number of times the processing system has actually finished processing, so the requirements for the TPS determined with the orderer of the processing system and the number of requests received in the flow control device are limited. And become the same. Therefore, the system design becomes easy. Moreover, it is not necessary to make the processing system have excessive performance as compared with the case of controlling by the number of simultaneous connections as in the conventional flow control device.

また、リクエストが短期間に集中して到着した場合でも、処理システムで処理されているリクエストの数がTPSの範囲内であれば、単位時間当たりの処理済みリクエスト数が上限値に達することがない。したがって、エラー処理部からクライアント端末にエラー応答が返送されることはなく、リクエストをキューイングして、同時接続数の範囲内で処理システムにリクエストが送られることになる。よって、リクエストが集中した場合でも処理システムの能力を有効に活用できる。   Even if requests arrive in a short period of time, the number of processed requests per unit time will not reach the upper limit if the number of requests being processed by the processing system is within the TPS range. . Accordingly, an error response is not returned from the error processing unit to the client terminal, but the request is queued and the request is sent to the processing system within the range of the number of simultaneous connections. Therefore, the capacity of the processing system can be effectively utilized even when requests are concentrated.

以上、本発明をいくつかの実施の形態をもとに説明した。これらの実施の形態は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   The present invention has been described based on some embodiments. It is understood by those skilled in the art that these embodiments are exemplifications, and that various modifications can be made to combinations of the respective constituent elements and processing processes, and such modifications are also within the scope of the present invention. By the way.

請求項に記載の各構成要件が果たすべき機能は、本実施例において示された各機能ブロックの単体もしくはそれらの連係によって実現されることも当業者には理解されるところである。   It should also be understood by those skilled in the art that the functions to be fulfilled by the constituent elements described in the claims are realized by the individual functional blocks shown in the present embodiment or their linkage.

リクエスト種別毎に異なるキューにリクエストが保持される場合には、処理システムにおけるリクエスト種別毎の処理時間に応じて、処理システムに渡すべきリクエストを決定するようにしてもよい。一例として、同時接続制限部34が、図示しない処理時間保持部とリクエスト選択部とを備える。処理時間保持部は、処理システムにおけるリクエスト種別毎の平均処理時間を算出して保持する。リクエスト選択部は、リクエスト種別毎にキューに格納されているリクエストと、平均処理時間とに基づき、処理システムで単位時間内に処理可能なリクエスト数が最大となるようにリクエストを選択する。このような構成とすることで、同時接続数を確保しつつ、処理システムにおいて単位時間当たりのリクエスト処理数を増加させることが可能となる。   When requests are held in different queues for each request type, the request to be passed to the processing system may be determined according to the processing time for each request type in the processing system. As an example, the simultaneous connection restriction unit 34 includes a processing time holding unit and a request selection unit (not shown). The processing time holding unit calculates and holds the average processing time for each request type in the processing system. The request selection unit selects a request based on the request stored in the queue for each request type and the average processing time so that the number of requests that can be processed in the unit time by the processing system is maximized. With such a configuration, it is possible to increase the number of request processes per unit time in the processing system while securing the number of simultaneous connections.

従来の流量制御装置を説明する図である。It is a figure explaining the conventional flow control apparatus. 本発明の一実施形態に係る流量制御装置を含むシステムの全体図である。1 is an overall view of a system including a flow control device according to an embodiment of the present invention. 流量制御装置の詳細な構成を示す機能ブロック図である。It is a functional block diagram which shows the detailed structure of a flow control apparatus. リクエスト保持部でリクエスト種別を判定する場合を示す図である。It is a figure which shows the case where a request classification is determined in a request holding part. 同時接続制限部でリクエスト種別を判定する場合の構成を示す図である。It is a figure which shows the structure in the case of determining a request classification in a simultaneous connection restriction | limiting part. 一実施形態に係る流量制御処理を説明するフローチャートである。It is a flowchart explaining the flow control processing concerning one embodiment.

符号の説明Explanation of symbols

1 クライアント端末、 14 ネットワーク、 16 処理システム、 20 流量制御装置、 22 設定部、 24 処理済みリクエストカウント部、 26 エラー処理部、 30 受付リクエストカウント部、 32 リクエスト保持部、 34 同時接続制限部、 40 種別判定部、 42 キュー、 50 種別判定部、 52 キュー。   DESCRIPTION OF SYMBOLS 1 Client terminal, 14 Network, 16 Processing system, 20 Flow control apparatus, 22 Setting part, 24 Processed request count part, 26 Error processing part, 30 Accepted request count part, 32 Request holding part, 34 Simultaneous connection restriction part, 40 Type determination unit, 42 queues, 50 type determination unit, 52 queues.

Claims (6)

クライアント端末から受け付けた、所定の処理を実行するシステムに対する情報処理リクエストをキューに格納するリクエスト保持部と、
前記システムから前記クライアント端末に対する処理結果の通知に基づき、所定の単位時間内に前記システムでの処理が完了したリクエストの数をカウントする処理済みリクエストカウント部と、
前記処理済みリクエストカウント部でカウントされたリクエスト数が前記単位時間内で予め定められた上限値に達したとき、新たなリクエストを発したクライアント端末に対してエラー応答を返すエラー処理部と、
前記エラー処理部がエラー応答を返すとき、前記システム上で同時に処理可能なリクエスト数であり前記上限値とは値が異なる同時接続数を超えないように、前記リクエスト保持部内のリクエストを前記システムに渡す同時接続制限部と、
を備えることを特徴とする流量制御装置。
A request holding unit that stores an information processing request received from a client terminal for a system that executes a predetermined process in a queue;
Based on the notification of the processing result from the system to the client terminal, a processed request count unit that counts the number of requests that have been processed in the system within a predetermined unit time;
An error processing unit that returns an error response to a client terminal that has issued a new request when the number of requests counted by the processed request count unit reaches a predetermined upper limit within the unit time;
When the error processing unit returns an error response , requests in the request holding unit are sent to the system so that the number of requests that can be processed simultaneously on the system and the number of simultaneous connections different from the upper limit value is not exceeded. A concurrent connection restriction section to pass,
A flow rate control device comprising:
前記リクエスト保持部は、
受け取ったリクエストの種別を判断する種別判定部と、
リクエスト種別毎にリクエストをキューに格納するキュー制御部と、
前記システムにリクエストを渡すタイミングをリクエスト種別毎に判定するタイミング判定部と、
を備えることを特徴とする請求項1に記載の流量制御装置。
The request holding unit
A type determination unit that determines the type of the received request;
A queue control unit that stores a request in a queue for each request type;
A timing determination unit that determines the timing of passing a request to the system for each request type;
The flow control device according to claim 1, comprising:
前記同時接続制限部は、
受け取ったリクエストの種別を判断する種別判定部と、
前記リクエスト保持部から受け取るリクエストを種別毎に分けてキューに格納するキュー制御部と、
前記システムにリクエストを渡すタイミングをリクエスト種別毎に判定するタイミング判定部と、
を備えることを特徴とする請求項1に記載の流量制御装置。
The simultaneous connection restriction unit includes:
A type determination unit that determines the type of the received request;
A queue control unit that stores requests received from the request holding unit in a queue for each type;
A timing determination unit that determines the timing of passing a request to the system for each request type;
The flow control device according to claim 1, comprising:
リクエスト種別毎に後続のシステムにおける処理の優先順位が設定されている優先度設定部をさらに備え、
前記タイミング判定部は、優先度の高いリクエスト種別を保持するキューからリクエストを取り出すことを特徴とする請求項2または3に記載の流量制御装置。
A priority setting unit in which the priority of processing in the subsequent system is set for each request type;
The flow rate control apparatus according to claim 2, wherein the timing determination unit extracts a request from a queue that holds a request type having a high priority.
前記同時接続制限部は、
前記システムにおけるリクエスト種別毎の平均処理時間を算出して保持する処理時間保持部と、
リクエスト種別毎にキューに格納されているリクエストと、前記平均処理時間とに基づき、前記システムで単位時間内に処理可能なリクエスト数が最大となるようにリクエストを選択するリクエスト選択部と、
をさらに備えることを特徴とする請求項2または3に記載の流量制御装置。
The simultaneous connection restriction unit includes:
A processing time holding unit that calculates and holds an average processing time for each request type in the system;
A request selection unit that selects requests so that the number of requests that can be processed within a unit time in the system is maximized based on the requests stored in the queue for each request type and the average processing time;
The flow rate control device according to claim 2, further comprising:
クライアント端末から受け付けた、所定の処理を実行するシステムに対する情報処理リクエストをキューに格納するリクエスト保持機能と、
前記システムから前記クライアント端末に対する処理結果の通知に基づき、所定の単位時間内に前記システムでの処理が完了したリクエストの数をカウントする処理済みリクエストカウント機能と、
カウントされた処理済みのリクエスト数が前記単位時間内で予め定められた上限値に達したとき、新たなリクエストを発したクライアント端末に対してエラー応答を返すエラー処理機能と、
前記エラー処理機能がエラー応答を返すとき、前記システム上で同時に処理可能なリクエスト数であり前記上限値とは値が異なる同時接続数を超えないように、前記キューに格納されたリクエストを前記システムに渡す接続制御機能と、
をコンピュータに実現させるための流量制御プログラム。
A request holding function for storing in a queue an information processing request received from a client terminal for a system that executes a predetermined process;
A processed request count function that counts the number of requests that have been processed in the system within a predetermined unit time based on a notification of a processing result from the system to the client terminal;
An error processing function for returning an error response to the client terminal that has issued a new request when the number of processed requests counted reaches a predetermined upper limit value within the unit time;
When the error processing function returns an error response, the number of requests that can be processed at the same time on the system and the requests stored in the queue are not exceeded so that the number of simultaneous connections that is different from the upper limit value is not exceeded. Connection control function to pass to
A flow control program to make a computer realize.
JP2008070081A 2008-03-18 2008-03-18 Flow control device Active JP5291366B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008070081A JP5291366B2 (en) 2008-03-18 2008-03-18 Flow control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008070081A JP5291366B2 (en) 2008-03-18 2008-03-18 Flow control device

Publications (2)

Publication Number Publication Date
JP2009223810A JP2009223810A (en) 2009-10-01
JP5291366B2 true JP5291366B2 (en) 2013-09-18

Family

ID=41240481

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008070081A Active JP5291366B2 (en) 2008-03-18 2008-03-18 Flow control device

Country Status (1)

Country Link
JP (1) JP5291366B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012073715A (en) * 2010-09-28 2012-04-12 Nec System Technologies Ltd Information processing apparatus, electronic commerce method and electronic commerce program
WO2017149725A1 (en) * 2016-03-03 2017-09-08 株式会社日立製作所 Connection management system and connection management method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7243351B2 (en) * 2002-12-17 2007-07-10 International Business Machines Corporation System and method for task scheduling based upon the classification value and probability
JP2005062927A (en) * 2003-08-11 2005-03-10 Hitachi Ltd Load control method and device, and processing program therefor
JP2005184165A (en) * 2003-12-17 2005-07-07 Hitachi Ltd Traffic control unit and service system using the same
JP4726067B2 (en) * 2006-02-14 2011-07-20 Kddi株式会社 Request priority reception method and system
JP4916809B2 (en) * 2006-08-04 2012-04-18 日本電信電話株式会社 Load balancing control apparatus and method

Also Published As

Publication number Publication date
JP2009223810A (en) 2009-10-01

Similar Documents

Publication Publication Date Title
US10608906B2 (en) Load balancing by circling back to a secondary port of a first web server after a request is rejected a threshold number of times
JP4916809B2 (en) Load balancing control apparatus and method
Iyer et al. Overload control mechanisms for web servers
Samios et al. Modeling the throughput of TCP Vegas
US6789050B1 (en) Method and apparatus for modeling a web server
EP2023245A1 (en) Load control device and its method
CN110266557B (en) Method, device, system and storage medium for monitoring broadband service quality
WO2000019325A1 (en) Customer web log-in architecture
JP5173388B2 (en) Information processing apparatus and information processing method
JP2013508805A (en) Data update for website users based on preset conditions
EP3119132B1 (en) Access port queuing & resource management
US9609068B2 (en) Session management system, session management apparatus, and non-transitory computer readable medium
JP5291366B2 (en) Flow control device
EP3952256B1 (en) Improved admission policies for queued website visitors
JP4350098B2 (en) Execution control apparatus and method
JP4394710B2 (en) Load control apparatus, method, and program
JP5268785B2 (en) Login restriction method for Web server system
JP2002091910A (en) Web server request classification system for classifying request based on user behavior and prediction
Reeser et al. An analytic model of web servers in distributed computing environments
CN110401708B (en) Session processing system and method based on server load state
Sugiki et al. Tuning mechanisms for two major parameters of Apache web servers
JP2008217346A (en) Method for reducing load in peak time period in online system
KR102427456B1 (en) Method and device for providing service to certain user by referring to tracking information on the status of server
CN112804224B (en) Authentication and authorization method and device based on micro-service, medium and electronic equipment
JP2014041509A (en) Congestion control device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110105

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120326

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120403

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120604

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121106

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130402

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130510

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130604

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130607

R150 Certificate of patent or registration of utility model

Ref document number: 5291366

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250