JP2013254284A - Method of maintaining connection between networks - Google Patents

Method of maintaining connection between networks Download PDF

Info

Publication number
JP2013254284A
JP2013254284A JP2012128498A JP2012128498A JP2013254284A JP 2013254284 A JP2013254284 A JP 2013254284A JP 2012128498 A JP2012128498 A JP 2012128498A JP 2012128498 A JP2012128498 A JP 2012128498A JP 2013254284 A JP2013254284 A JP 2013254284A
Authority
JP
Japan
Prior art keywords
communication
peripheral device
abnormality
virtual
connection
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
JP2012128498A
Other languages
Japanese (ja)
Other versions
JP2013254284A5 (en
Inventor
Kentaro Kataoka
賢太郎 片岡
Eishoku Hayashi
栄植 林
Kazutoshi Takada
和俊 高田
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.)
Silex Technology Inc
Original Assignee
Silex Technology 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 Silex Technology Inc filed Critical Silex Technology Inc
Priority to JP2012128498A priority Critical patent/JP2013254284A/en
Publication of JP2013254284A publication Critical patent/JP2013254284A/en
Publication of JP2013254284A5 publication Critical patent/JP2013254284A5/ja
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a device server system capable of stably using a USB device from a PC irrespective of a communication state between the PC and device server.SOLUTION: Even when a communication pipe between a PC and a device server is unstable, the breakage of a virtual USB device connection is not done, although done in the prior art. Furthermore, a plurality of TCP sessions (communication pipes) are used for the virtual USB device connection; and even when one of the connection pipes becomes unstable, the connection can be maintained by using another communication pipe without interrupting communication that uses the virtual USB device connection. As a result, a reliable device server system capable of performing high-speed processing can be obtained.

Description

本願発明はデバイスサーバシステムに関し,特に,クライアントとデバイスサーバとの間の接続を維持する技術に関する。   The present invention relates to a device server system, and more particularly to a technique for maintaining a connection between a client and a device server.

USB機器(以下USBデバイス)に代表される周辺機器をネットワークで共有する周辺機器利用システム(以下デバイスサーバシステム)という技術が知られ
ている(非特許文献1)。デバイスサーバシステムとは,図1に示すようなシステムであり,USBデバイス103(図1ではプリンタを例示)が接続されたデバイスサーバ102と,デバイスサーバシステムにおけるクライアントであるPC101などのコンピュータとがネットワーク接続されている環境において,PC101からネットワーク越しに当該USBデバイス103を利用させることのできるシステムである。
A technique called a peripheral device utilization system (hereinafter referred to as device server system) that shares peripheral devices represented by USB devices (hereinafter referred to as USB devices) over a network is known (Non-Patent Document 1). The device server system is a system as shown in FIG. 1, in which a device server 102 to which a USB device 103 (a printer is illustrated in FIG. 1) is connected and a computer such as a PC 101 as a client in the device server system are connected to a network. In the connected environment, the USB device 103 can be used from the PC 101 via the network.

サイレックス・テクノロジー株式会社 ホームページ<http://www.silex.jp/products/usbdeviceserver/index.html?init>Silex Technology Co., Ltd. Home Page <http://www.silex.jp/products/usbdeviceserver/index.html?init>

デバイスサーバシステムでは,PC101は,USBデバイス103が自らに直接接続されたかのように,USBデバイス103を利用することができる。もちろん,実際にPC101に対して直接USBデバイス103が接続されているわけではないので,ネットワークを介した仮想的な接続(後述)に基づいてUSBデバイス103を利用する。
[デバイスサーバシステムにおける機能ブロック]
In the device server system, the PC 101 can use the USB device 103 as if the USB device 103 was directly connected to itself. Of course, since the USB device 103 is not actually connected directly to the PC 101, the USB device 103 is used based on a virtual connection (described later) via the network.
[Function blocks in the device server system]

図2はデバイスサーバシステムにおけるPC101とデバイスサーバ102の機能ブロックを示したものである。   FIG. 2 shows functional blocks of the PC 101 and the device server 102 in the device server system.

まずはPC101について説明する。デバイスドライバ201は,USBデバイス103を制御するソフトウェアである。具体的には,USBデバイス103に対する入出力要求(IO Request Packet)を生成・発行するものである。図中には記載していないが,ワープロソフトなどのアプリケーションはこのデバイスドライバ201を介してUSBデバイス103を利用することができる。   First, the PC 101 will be described. The device driver 201 is software that controls the USB device 103. Specifically, an input / output request (IO Request Packet) to the USB device 103 is generated and issued. Although not shown in the figure, an application such as word processing software can use the USB device 103 via the device driver 201.

第1のカプセル処理手段202は,デバイサーバシステムを支える重要技術である。本手段は,デバイスドライバ201の発行するUSBデバイス103への入出力要求をネットワーク上に送信することができるよう,当該入出力要求をネットワークパケットにカプセル化するものである。その一方,入出力要求に対する応答が含まれるネットワークパケットを受信すると,当該ネットワークパケットからこの応答を取り出し(デカプセルして)デバイスドライバ201に与える。   The first capsule processing means 202 is an important technology that supports the device server system. This means encapsulates the input / output request into a network packet so that the input / output request to the USB device 103 issued by the device driver 201 can be transmitted over the network. On the other hand, when a network packet including a response to the input / output request is received, this response is extracted (decapsulated) from the network packet and given to the device driver 201.

第1のTCP通信手段203は,いわゆるTCPスタックの事であり,任意のネットワーク機器とTCP通信を行うための手段である。   The first TCP communication unit 203 is a so-called TCP stack, and is a unit for performing TCP communication with an arbitrary network device.

第1のネットワークインタフェース204は,物理的なネットワークインタフェースであり,有線LANや無線LANのインタフェースの事である。図では有線LANの場合を示している。   The first network interface 204 is a physical network interface, which is a wired LAN or wireless LAN interface. In the figure, a wired LAN is shown.

仮想USBデバイス接続管理手段205は,PC101のデバイスドライバ201とデバイスサーバ102のUSBホストコントローラ212との間の仮想的な接続(以下,仮想USBデバイス接続と呼ぶ)を管理する手段である。本手段からの指示により,仮想USBデバイス接続の確立および破棄を行うことができる。なお,この仮想USBデバイス接続の詳細は後述する。   The virtual USB device connection management unit 205 is a unit that manages a virtual connection (hereinafter referred to as a virtual USB device connection) between the device driver 201 of the PC 101 and the USB host controller 212 of the device server 102. The virtual USB device connection can be established and discarded by an instruction from this means. Details of this virtual USB device connection will be described later.

「仮想USBデバイス接続を確立する」とは,仮想USBデバイス接続管理手段205が,USBデバイス103のデバイス情報を取得し,これをPC101のOS(図示せず)に与えることでデバイスドライバ201をPC101のドライバスタックに組み込む,つまり,仮想USBデバイス接続管理手段205が,デバイスドライバ201を第1のカプセル処理手段202と通信可能な状態にすることを意味する。逆に「仮想USBデバイス接続を破棄する」とは,デバイスドライバ101をPC101のドライバスタックから切り離すことを意味する。   “Establish virtual USB device connection” means that the virtual USB device connection management unit 205 acquires the device information of the USB device 103 and gives it to the OS (not shown) of the PC 101, whereby the device driver 201 is sent to the PC 101. This means that the virtual USB device connection management means 205 makes the device driver 201 communicable with the first capsule processing means 202. Conversely, “discard the virtual USB device connection” means that the device driver 101 is disconnected from the driver stack of the PC 101.

次いでデバイスサーバ102について説明する。USBインタフェース211はUSBデバイス103と接続するインタフェースである。   Next, the device server 102 will be described. The USB interface 211 is an interface connected to the USB device 103.

USBホストコントローラ212はUSBのホスト側デバイスが備える装置であり,デバイスドライバ201からの入出力要求に基づいて,USBデバイス103を制御するものである。   The USB host controller 212 is a device provided in the USB host-side device, and controls the USB device 103 based on an input / output request from the device driver 201.

第2のカプセル処理手段213は,前述した第1のカプセル処理手段202と同じ機能を持った手段であり,デバイスサーバ102側に存在することから,名称を第2としている。これら2つのカプセル処理手段の働きにより,PC101のデバイスドライバ101とデバイスサーバ102のUSBホストコントローラ212との間で,USBの入出力要求を相互に送受信することができる。   The second capsule processing means 213 is a means having the same function as the first capsule processing means 202 described above, and since it exists on the device server 102 side, the name is second. By the operation of these two capsule processing means, USB input / output requests can be mutually transmitted and received between the device driver 101 of the PC 101 and the USB host controller 212 of the device server 102.

第2のTCP通信手段214も,前述した第1のTCP通信手段203と同じ機能を持った手段であり,デバイスサーバ102側に存在することから,名称を第2としている。上述の2つのカプセル処理手段による通信は,第1のTCP通信手段203と第2のTCP通信手段214との間のTCPセッション(通信パイプ)上で行われる。   The second TCP communication unit 214 is also a unit having the same function as the first TCP communication unit 203 described above, and since it exists on the device server 102 side, the name is second. Communication by the above-described two capsule processing means is performed on a TCP session (communication pipe) between the first TCP communication means 203 and the second TCP communication means 214.

第2のネットワークインタフェース215も,前述した第1のネットワークインタフェース204と同じ機能を持った手段であり,デバイスサーバ102側に存在することから,名称を第2としている。
[デバイスサーバシステムにおける通信経路]
The second network interface 215 is also a means having the same function as the first network interface 204 described above, and since it exists on the device server 102 side, the name is second.
[Communication path in device server system]

図3は,PC101がデバイスサーバ102を経由して実際にUSBデバイス103を制御する際の通信経路について示したものである。   FIG. 3 shows a communication path when the PC 101 actually controls the USB device 103 via the device server 102.

図の矢印で示すとおり,両者の間には2つの通信経路が存在する。1つは第1のTCP通信手段203と第2のTCP通信手段214の間におけるものであり,前述したTCPセッションの事である。もう1つはデバイスドライバ201とUSBホストコントローラ212との間におけるものであり,前述した仮想USBデバイス接続の事である。   As indicated by the arrows in the figure, there are two communication paths between the two. One is between the first TCP communication means 203 and the second TCP communication means 214, which is the TCP session described above. The other is between the device driver 201 and the USB host controller 212, which is the virtual USB device connection described above.

通常,PC101にUSBデバイス103を直接接続して使用する場合は,デバイスドライバ201はPC101が元来備えるUSBホストコントローラ(図示しない)に対して接続することとなる。これに対しデバイスサーバシステムでは,TCPセッションを利用し,ネットワーク越しにこの接続を確立する。これが前述した仮想USBデバイス接続である。この接続により,デバイスドライバ201に対しては,ネットワーク越しではあるが,あたかもUSBデバイス103がPC101に直接接続したかのように見せかけることができる。なお,すでに述べたように,この仮想USBデバイス接続は,PC101の仮想USBデバイス接続管理手段205からの指示によって確立・破棄することができる。   Normally, when the USB device 103 is directly connected to the PC 101 and used, the device driver 201 is connected to a USB host controller (not shown) originally provided in the PC 101. On the other hand, the device server system uses a TCP session to establish this connection over the network. This is the virtual USB device connection described above. With this connection, it is possible for the device driver 201 to appear as if the USB device 103 is directly connected to the PC 101 over the network. As described above, this virtual USB device connection can be established and discarded by an instruction from the virtual USB device connection management unit 205 of the PC 101.

仮想USBデバイス接続管理手段205からの指示により,仮想USBデバイス接続が確立されると,PC101上にてUSBデバイス103を認識することができる。この結果,PC101のデバイスドライバ201から発行された入出力要求をデバイスサーバ102のホストコントローラ212に届けることができ,最終的にUSBデバイス103を制御することができる。もちろん,USBデバイス103からの応答データも仮想USBデバイス接続を経由してデバイスドライバ201に届けられる。   When a virtual USB device connection is established by an instruction from the virtual USB device connection management unit 205, the USB device 103 can be recognized on the PC 101. As a result, the input / output request issued from the device driver 201 of the PC 101 can be delivered to the host controller 212 of the device server 102, and the USB device 103 can be finally controlled. Of course, the response data from the USB device 103 is also delivered to the device driver 201 via the virtual USB device connection.

ところで,言うまでもなくデバイスサーバシステムは,ネットワーク環境において利用するものである。当然ネットワーク環境が常に良好な状態に保たれているわけではなく,トラフィックの状況などにより通信品質は変化する。特に無線LANの場合,電波干渉等の事情によりさらにその現象が顕著となる。   Needless to say, the device server system is used in a network environment. Of course, the network environment is not always kept in a good state, and the communication quality changes depending on the traffic conditions. In particular, in the case of a wireless LAN, the phenomenon becomes more prominent due to radio wave interference and the like.

PC101にて通信の異常を検出した場合,PC101内のエラー処理によって,TCPセッションは破棄される。そうなると,付随的に当該TCPセッションを利用していた仮想USBデバイス接続も破棄されることとなる。結果,PC101からUSBデバイス103を制御することができなくなる。   When communication abnormality is detected in the PC 101, the TCP session is discarded by error processing in the PC 101. In this case, the virtual USB device connection that uses the TCP session is also discarded. As a result, the USB device 103 cannot be controlled from the PC 101.

他方,デバイスサーバ102側においても通信状態を監視しており,通信の異常を検出すると,TCPセッションが破棄される。これに加えデバイスサーバ102側ではUSBデバイス103に対する初期化処理も行う。   On the other hand, the communication state is also monitored on the device server 102 side, and when a communication abnormality is detected, the TCP session is discarded. In addition, the device server 102 also performs initialization processing for the USB device 103.

TCPセッションの破棄に伴い仮想USBデバイス接続も付随的に破棄されることは,非特許文献1に開示のある従来のデバイスサーバシステムでは一般的に行われている。その理由は,USBデバイス103からの応答が得られないことによって発生する,デバイスドライバ201に起因したトラブルを回避するためである。もともとデバイスドライバ201はPC101自身にUSBデバイス103が直接接続されることを想定したものであり,ローカル接続と比較し長時間にわたって通信不能になる状況を想定した構造となっていないものがあるためである。   In general, a conventional device server system disclosed in Non-Patent Document 1 also includes a virtual USB device connection that is incidentally destroyed along with the destruction of a TCP session. The reason is to avoid trouble caused by the device driver 201 that occurs when a response from the USB device 103 cannot be obtained. Originally, the device driver 201 assumes that the USB device 103 is directly connected to the PC 101 itself, and has a structure that does not assume a situation in which communication is impossible for a long time compared to local connection. is there.

このようにTCPセッションの破棄に伴い仮想USBデバイス接続も付随的に破棄することで,デバイスドライバ201に起因して発生する問題を回避することが可能になる。しかしその一方,通信効率の面では悪化するという問題があった。すなわち,破棄されたTCPセッションおよび仮想USBデバイス接続が復帰した後に行われる通信は,これらが破棄する前に行っていた通信の継続ではなく,当該通信における最初からのやりなおしとなるわけである。たとえば大量の印刷データが送受信されている状況において仮想USBデバイス接続が破棄されると,破棄する以前の通信の進捗にかかわらず,当該印刷データの先頭から再度送受信し直す必要があるわけである。   As described above, by destroying the virtual USB device connection accompanying the destruction of the TCP session, it is possible to avoid a problem caused by the device driver 201. On the other hand, however, there was a problem that communication efficiency deteriorated. That is, the communication performed after the discarded TCP session and the virtual USB device connection are restored is not the continuation of the communication performed before the destruction, but the communication is re-executed from the beginning. For example, when a virtual USB device connection is discarded in a situation where a large amount of print data is being transmitted / received, it is necessary to retransmit / receive again from the top of the print data regardless of the progress of communication before the discard.

本願発明はかかる課題を解決するものである。すなわち,デバイスサーバシステムにおいてPCとデバイスサーバ間の通信の状態にかかわらず,安定かつ効率的にPCからUSBデバイスを利用することができるデバイスサーバシステムを提供することである。   The present invention solves this problem. That is, to provide a device server system that can use a USB device from a PC stably and efficiently regardless of the state of communication between the PC and the device server in the device server system.

本願発明にかかる第1の形態は,複数の所定の下位層通信と当該所定の下位層通信のうち1つ以上を利用する所定の上位層通信により構成されるネットワーク端末間の通信システムであって,上位層通信が利用している所定の下位層通信の通信異常を検出する通信異常検出手段と,上位層通信を破棄する上位層通信破棄手段と,通信異常検出手段が異常を検出した場合,上位層通信破棄手段を所定期間のあいだ実行不能にする実行避止手段と,を備える。   A first mode according to the present invention is a communication system between network terminals configured by a plurality of predetermined lower layer communication and a predetermined higher layer communication using one or more of the predetermined lower layer communication. , If a communication abnormality detecting means for detecting a communication abnormality of a predetermined lower layer communication used by the upper layer communication, an upper layer communication discarding means for discarding the upper layer communication, and a communication abnormality detecting means detect an abnormality, And an execution avoidance unit that disables the upper layer communication discarding unit for a predetermined period.

より好ましくは,所定期間は,通信異常検出手段が検出した通信異常が発生している所定の下位層通信が正常な通信に復帰するまでの期間である。   More preferably, the predetermined period is a period until the predetermined lower layer communication in which the communication abnormality detected by the communication abnormality detecting means has occurred returns to normal communication.

これにより通信異常の発生した通信が即座に復帰した場合に,通信を途中から再開させることができる。   As a result, when the communication in which the communication abnormality has occurred immediately returns, the communication can be resumed from the middle.

より好ましくは,通信システムは,さらに,通信異常検出手段が異常を検出した場合,上位層通信が利用する所定の下位層通信を,異常の発生していない他の下位層通信に切り替える通信切替手段と,を備え,所定期間は通信切替手段による通信の切り替えが完了するまでの期間である。   More preferably, the communication system further includes a communication switching unit that switches a predetermined lower layer communication used by the upper layer communication to another lower layer communication in which no abnormality has occurred when the communication abnormality detecting unit detects an abnormality. The predetermined period is a period until the communication switching by the communication switching means is completed.

これにより,通信異常が長期間にわたる場合であっても,即座に通信を途中から再開させることができる。   As a result, communication can be resumed immediately from the middle even if the communication abnormality is for a long period of time.

本願発明にかかる第2の形態は,周辺機器が接続された周辺機器サーバおよび当該周辺機器サーバのクライアントがネットワークに接続されている周辺機器サーバシステムであって,クライアントと周辺機器との間の仮想的な接続である仮想周辺機器接続と,クライアントと周辺機器サーバとの間における通信の異常を検出する通信異常検出手段と,仮想周辺機器接続を破棄する仮想周辺機器接続破棄手段と,通信異常検出手段が異常を検出した場合,仮想周辺機器接続破棄手段を所定期間のあいだ実行不能にする実行避止手段と,を備える。   A second aspect of the present invention is a peripheral device server to which a peripheral device is connected and a peripheral device server system in which a client of the peripheral device server is connected to a network. Virtual peripheral device connection, which is a general connection, a communication abnormality detecting means for detecting a communication abnormality between a client and a peripheral server, a virtual peripheral device connection discarding means for canceling a virtual peripheral device connection, and a communication abnormality detection And an execution avoidance means for disabling the virtual peripheral device connection discarding means for a predetermined period when the means detects an abnormality.

より好ましくは,周辺機器サーバシステムは,さらに,周辺機器の内部状態を初期化する周辺機器初期化手段,を備え,実行避止手段が実行を避止する対象は,仮想周辺機器接続破棄手段に加え,周辺機器初期化手段を含む。   More preferably, the peripheral device server system further includes a peripheral device initialization unit that initializes the internal state of the peripheral device, and the target that the execution avoidance unit prevents execution is in addition to the virtual peripheral device connection discarding unit, Peripheral device initialization means is included.

本願発明にかかる第3の形態は,周辺機器が接続された周辺機器サーバおよび当該周辺機器サーバのクライアントがネットワークに接続されている周辺機器サーバシステムであって,クライアントと周辺機器サーバとの間の通信であって,異なるアドレスを用いた通信を行う複数の通信パイプと,複数の通信パイプのうちいずれか1つを利用した,クライアントと周辺機器との間の仮想的な接続である仮想周辺機器接続と,クライアントと周辺機器サーバとの間における通信の異常を検出する通信異常検出手段と,仮想周辺機器接続を破棄する仮想周辺機器接続破棄手段と,通信異常検出手段が異常を検出した場合,仮想周辺機器接続破棄手段を実行不能にする実行避止手段と,通信異常検出手段が異常を検出した場合,仮想周辺機器接続の利用する通信パイプを,現在利用している通信パイプよりも通信品質の良い他の通信パイプに切り替える通信パイプ切替手段と,を備える。   A third embodiment according to the present invention is a peripheral device server to which a peripheral device is connected and a peripheral device server system in which a client of the peripheral device server is connected to a network. A virtual peripheral device that is a virtual connection between a client and a peripheral device using a communication pipe that performs communication using different addresses and one of the plurality of communication pipes. When a communication abnormality detection means for detecting a communication abnormality between the connection and the client and the peripheral server, a virtual peripheral device connection discarding means for discarding the virtual peripheral device connection, and a communication abnormality detection means detect an abnormality, If the execution avoidance means that disables the virtual peripheral device connection discarding means and the communication abnormality detection means detect an abnormality, A communication pipe for use, and a communicating pipe switching means for switching to another communication pipe good communication quality than the communication pipe utilizing current.

本願発明にかかるデバイスサーバシステムは,PCとデバイスサーバ間の通信が不安定になった場合であっても,従来のように仮想USBデバイス接続を破棄しない。さらに,本願発明にかかるデバイスサーバシステムは,仮想USBデバイス接続に複数のTCPセッション(通信パイプ)を用いることにより,1つの通信パイプが不安定になったとしても,代わりに他の通信パイプを使用することで,仮想USBデバイス接続を用いた通信を中断することなく継続することができる。結果として,信頼性が高くかつ高速処理が可能なデバイスサーバシステムが得られる。   The device server system according to the present invention does not discard the virtual USB device connection as in the prior art even when the communication between the PC and the device server becomes unstable. Furthermore, the device server system according to the present invention uses a plurality of TCP sessions (communication pipes) for virtual USB device connection, so that even if one communication pipe becomes unstable, another communication pipe is used instead. By doing so, communication using the virtual USB device connection can be continued without interruption. As a result, a device server system with high reliability and capable of high-speed processing is obtained.

以下では図面を参照し本願発明に係る実施例を説明する。
[実施例1]
[システム全体図]
Embodiments according to the present invention will be described below with reference to the drawings.
[Example 1]
[System overview]

本実施例におけるシステム全体図は,図1で既に説明したものと同じであるため説明を省略する。
[PCの機能ブロック]
The overall system diagram in the present embodiment is the same as that already described with reference to FIG.
[PC functional blocks]

次いで図4を参照してPC101の機能ブロックを説明する。   Next, functional blocks of the PC 101 will be described with reference to FIG.

図2において説明したものに加え,第1の通信異常検出手段401,第1の実行避止手段402,および通信パイプ切替手段403が追加されている。   In addition to what has been described with reference to FIG. 2, first communication abnormality detection means 401, first execution avoidance means 402, and communication pipe switching means 403 are added.

なお,第1のTCP通信手段203は,デバイスサーバ102の第2のTCP通信手段214との間においてTCPセッションを確立する手段であるが,本実施例におけるデバイスサーバ102は,後述する通り2つのネットワークインタフェースを有するため,デバイスサーバ102との間に2つのTCPセッションを確立する。   The first TCP communication unit 203 is a unit for establishing a TCP session with the second TCP communication unit 214 of the device server 102. The device server 102 in this embodiment includes two devices as described later. Since it has a network interface, two TCP sessions are established with the device server 102.

第1の通信異常検出手段401は,PC101とデバイスサーバ102との間の通信を監視し異常を検出する手段である。通信の異常とは,スループットの低下やリンク断などに加え,仮想USBデバイス接続上の通信異常も含まれる。通信の異常を検出すると後述する第1の実行避止手段402および通信パイプ切替手段403にその旨通知する。   The first communication abnormality detection unit 401 is a unit that monitors communication between the PC 101 and the device server 102 and detects an abnormality. The communication abnormality includes a communication abnormality on a virtual USB device connection in addition to a decrease in throughput and a link disconnection. When a communication abnormality is detected, a first execution avoidance unit 402 and a communication pipe switching unit 403 to be described later are notified to that effect.

第1の実行避止手段402は第1の通信異常検出手段401からの通知があると,後述する仮想USBデバイス接続管理手段205に対し,所定期間のあいだ実行を避止させるよう指示する。当該所定期間は,通信の異常が正常の通信に復帰するまでの期間であり,具体的には後述する通信パイプ切替手段403による通信パイプの切り替えが完了するまでである。   When there is a notification from the first communication abnormality detection unit 401, the first execution avoidance unit 402 instructs a virtual USB device connection management unit 205 described later to prevent execution for a predetermined period. The predetermined period is a period until the communication abnormality returns to normal communication, and specifically, until the communication pipe switching by the communication pipe switching unit 403 described later is completed.

仮想USBデバイス接続管理手段205が第1の実行避止手段402からの実行避止の指示を受信すると,PC101とUSBデバイス103との間の仮想USBデバイス接続を破棄しないようにする。   When the virtual USB device connection management unit 205 receives the execution prevention instruction from the first execution prevention unit 402, the virtual USB device connection between the PC 101 and the USB device 103 is not discarded.

通信パイプ切替手段403は,第1の通信異常検出手段401からの通知を受信すると,仮想USBデバイス接続にて利用するTCPセッションとして,異常の発生していない他の通信パイプに切り替える。上述したように,本実施例では2つの通信パイプが存在するため,このような切り替えを行うことができる。切り替えが完了すると,この旨を第1の実行避止手段402に通知する。
[デバイスサーバの機能ブロック]
When the communication pipe switching unit 403 receives the notification from the first communication abnormality detecting unit 401, the communication pipe switching unit 403 switches to another communication pipe in which no abnormality has occurred as a TCP session used in the virtual USB device connection. As described above, since there are two communication pipes in this embodiment, such switching can be performed. When the switching is completed, this is notified to the first execution avoiding means 402.
[Function block of device server]

次いで図5を参照してデバイスサーバ102の機能ブロックを説明する。   Next, functional blocks of the device server 102 will be described with reference to FIG.

図2において説明したものに加え,第3のネットワークインタフェース501,第2の通信異常検出手段502,第2の実行避止手段503,およびUSBデバイス初期化手段504が追加されている。   In addition to what has been described with reference to FIG. 2, a third network interface 501, second communication abnormality detection means 502, second execution avoidance means 503, and USB device initialization means 504 are added.

第3のネットワークインタフェース501は,機能的には第2のネットワークインタフェース215と同じものである。異なる点はTCPセッションにおいて使用するIPアドレスである。すなわち,デバイスサーバ102は複数のネットワークインタフェースを備え,複数のIPアドレスを同時運用可能な装置である。これにより,先に述べたように,PC101とデバイスサーバ102との間において2つのTCPセッションが利用可能となる。   The third network interface 501 is functionally the same as the second network interface 215. The difference is the IP address used in the TCP session. That is, the device server 102 is a device that includes a plurality of network interfaces and can simultaneously operate a plurality of IP addresses. As a result, as described above, two TCP sessions can be used between the PC 101 and the device server 102.

第2の通信異常検出手段502は,機能的にはPC101の機能ブロックで説明した第1の通信異常検出手段401と同じである。異なる点は,検出する対象が複数のネットワークインタフェースとなる点である。通信の異常を検出すると後述する第2の実行避止手段503にその旨通知する。   The second communication abnormality detection unit 502 is functionally the same as the first communication abnormality detection unit 401 described in the functional block of the PC 101. The difference is that the object to be detected is a plurality of network interfaces. When a communication abnormality is detected, a notification to that effect is sent to second execution avoidance means 503 described later.

第2の実行避止手段503は第2の通信異常検出手段502からの通知があると,後述するUSBデバイス初期化手段504に対し,所定期間のあいだ実行を避止させるよう指示する。当該所定期間は,PC101との間の通信パイプの切り替えが完了するまでである。   When there is a notification from the second communication abnormality detecting means 502, the second execution avoiding means 503 instructs the USB device initializing means 504 described later to avoid execution for a predetermined period. The predetermined period is until the switching of the communication pipe with the PC 101 is completed.

USBデバイス初期化手段504は,USBインタフェース211を介してUSBデバイス103の内部状態を初期化する手段である。USBデバイス103が何らかの処理途中であった場合であっても,初期化を実行することにより,いったん当該処理を破棄し,再度リクエストを受付可能な状態に戻すことができる。第2の実行避止手段503からの実行避止の指示を受信すると,この初期化処理を行わないようにする。
[動作フロー]
The USB device initialization unit 504 is a unit that initializes the internal state of the USB device 103 via the USB interface 211. Even if the USB device 103 is in the middle of some processing, by executing initialization, the processing can be discarded once and the request can be received again. When the execution avoidance instruction from the second execution avoiding means 503 is received, the initialization process is not performed.
[Operation flow]

次いで,これまで説明したPC101およびデバイスサーバ102について,図6を用いてそれぞれの動作フロー示す。   Next, the operation flow of the PC 101 and the device server 102 described so far will be described with reference to FIG.

まずはPC101の動作フローについて説明する。   First, the operation flow of the PC 101 will be described.

ステップ601にて,仮想USBデバイス接続を確立するかどうかを判断する。具体的には,PC101のユーザからの指示があるかどうかを判断する。あれば次のステップに進み,なければ当該判断を繰り返す。   In step 601, it is determined whether to establish a virtual USB device connection. Specifically, it is determined whether there is an instruction from the user of the PC 101. If so, go to the next step, otherwise repeat the decision.

ステップ602にて,指示のあった仮想USBデバイス接続で利用する通信パイプを確立する。本実施例では2つの通信パイプを確立する。なお,この時点ではまだ仮想USBデバイス接続は確立されていない。   In step 602, a communication pipe to be used for connection with the designated virtual USB device is established. In this embodiment, two communication pipes are established. At this time, the virtual USB device connection has not been established yet.

ステップ603にて,仮想USBデバイス接続を確立する。この接続はステップ602にて確立した2つの通信パイプのうち1つを利用する。   In step 603, a virtual USB device connection is established. This connection uses one of the two communication pipes established in step 602.

ステップ604にて,通信の異常を検出したかどうかを判断する。異常があれば次のステップに進み,そうでなければ当該判断を繰り返す。   In step 604, it is determined whether a communication abnormality is detected. If there is an abnormality, go to the next step, otherwise repeat the judgment.

ステップ605にて,仮想USBデバイス接続管理手段205に対し,通信パイプの切り替えが完了するまでのあいだ仮想USBデバイス接続の破棄を避止するよう指示する。   In step 605, the virtual USB device connection management unit 205 is instructed to avoid discarding the virtual USB device connection until the communication pipe switching is completed.

ステップ606にて,仮想USBデバイス接続にて利用する通信パイプを,異常の発生していない他の通信パイプに切り替える。   In step 606, the communication pipe used for the virtual USB device connection is switched to another communication pipe in which no abnormality has occurred.

ステップ607にて,第1の実行避止手段402による実行避止を解除する。これにより,仮想USBデバイス接続管理手段205による仮想USBデバイス接続の破棄は実行可能となる。本ステップが完了するとステップ604に戻る。   In step 607, the execution avoidance by the first execution avoiding means 402 is released. As a result, the virtual USB device connection management unit 205 can discard the virtual USB device connection. When this step is completed, the process returns to step 604.

次いでデバイスサーバ103の動作フローについて説明する。   Next, the operation flow of the device server 103 will be described.

ステップ611にて,通信の異常を検出したかどうかを判断する。異常があれば次のステップに進み,そうでなければ当該判断を繰り返す。   In step 611, it is determined whether a communication abnormality is detected. If there is an abnormality, go to the next step, otherwise repeat the judgment.

ステップ612にて,USBデバイス初期化手段504に対し,通信パイプの切り替えが完了するまでのあいだUSBデバイス103の初期化の実行を避止するよう指示する。   In step 612, the USB device initialization unit 504 is instructed to avoid the initialization of the USB device 103 until the communication pipe switching is completed.

ステップ613にて,通信パイプの切り替えが完了したかどうかを判断する。これは,PC101側のステップ606にて行われる処理が完了したかどうかの事である。切り替えが完了していれば次のステップに進み,そうでなければ当該判断を繰り返す。   In step 613, it is determined whether or not the communication pipe has been switched. This is whether or not the processing performed in step 606 on the PC 101 side has been completed. If the switching has been completed, the process proceeds to the next step, and if not, the determination is repeated.

ステップ614にて,USBデバイス初期化手段504の実行避止を解除して,ステップ611に戻る。   In step 614, the execution avoidance of the USB device initialization unit 504 is canceled, and the process returns to step 611.

本実施例では,通信パイプの異常が発生した場合に,仮想USBデバイス接続の破棄,およびUSBデバイス103の初期化を実行しないようにし,同時に他の通信パイプを用いて処理を継続するようにした。こうすることで,ネットワークの環境によらず安定してデバイスサーバシステムを利用することができる。また,通信パイプの切り替え処理は,上述したように必ずしもPC101がトリガとなる必要はなく,デバイスサーバ102側がトリガとなってもよい。
[他の実施例]
In this embodiment, when a communication pipe abnormality occurs, the virtual USB device connection is not discarded and the USB device 103 is not initialized, and the process is continued using another communication pipe at the same time. . In this way, the device server system can be used stably regardless of the network environment. Further, as described above, the PC 101 is not necessarily triggered by the communication pipe switching process, and the device server 102 side may be the trigger.
[Other embodiments]

実施例1では,複数の通信パイプを用意しておき,仮想USBデバイス接続の利用する通信パイプを随時切り替えることにより処理を継続させた。   In the first embodiment, a plurality of communication pipes are prepared, and the processing is continued by switching the communication pipes used for virtual USB device connection as needed.

また,通信パイプの数は必ずしも2つだけでなく,3つ以上用意しておき,通信異常が検出された場合は,残りの通信パイプのうち通信品質の良いいずれか1つを選択し切り替えるようにしてもよい。   In addition, the number of communication pipes is not necessarily two, but three or more are prepared, and when a communication abnormality is detected, one of the remaining communication pipes with good communication quality is selected and switched. It may be.

複数の通信パイプを効果的に利用する他の方法として,通信を多重化する方法がある。すなわち,1つの仮想USBデバイス接続の利用する通信パイプを最初から2つ以上にする方法である。同一の通信内容を複数の通信パイプを通じて送受信し,先に到着した通信のみを処理し,後に受信した同一の内容の通信を破棄するようにすることで,ネットワークの環境に依らず安定してデバイスサーバシステムを利用することができる。   As another method of effectively using a plurality of communication pipes, there is a method of multiplexing communication. In other words, this is a method in which two or more communication pipes used by one virtual USB device connection are used from the beginning. By sending and receiving the same communication content through multiple communication pipes, processing only the communication that arrives first, and discarding the communication with the same content that was received later, the device is stable regardless of the network environment. A server system can be used.

また,本実施例に記載した様な複数の通信パイプを備えることなく,通信の異常を検出した後直ちに仮想USBデバイス接続を切断せず,所定期間(例えば500ミリ秒間)を経たのちに切断するというより簡便な方法も考えられる。瞬間的な通信の異常が発生してもこの所定期間内に復帰することもあり得るからである。   Further, without providing a plurality of communication pipes as described in the present embodiment, the virtual USB device connection is not disconnected immediately after detecting a communication abnormality, but is disconnected after a predetermined period (for example, 500 milliseconds). A simpler method is also conceivable. This is because even if an instantaneous communication abnormality occurs, it may return within this predetermined period.

本願発明で利用する通信パイプは,有線ネットワークだけでなく無線ネットワークあるいは両者が混在するネットワークにおいても当然に適用可能である。  The communication pipe used in the present invention is naturally applicable not only to a wired network but also to a wireless network or a network in which both are mixed.

本願発明はこれまで説明したデバイスサーバシステムだけでなく,所定の下位層通信と,当該所定の下位層通信を利用する所定の上位層通信によって構成される,所定のネットワーク端末間の通信システムにも適用可能である。すなわち,複数の下位層通信を用意しておき,いずれかが不安定になった場合であっても,上位層通信を破棄せず,適宜,下位層通信だけを入れ替えることで,ネットワークの環境に依らず効率的で安定したネットワーク端末間の通信が可能である。特に上位層通信と下位層通信との結合度が高く,下位層通信が異常となった場合に,付随的に上位層通信が破棄されるような通信システムに効果的である。
[まとめ]
The present invention is not limited to the device server system described so far, but also to a communication system between predetermined network terminals configured by predetermined lower layer communication and predetermined upper layer communication using the predetermined lower layer communication. Applicable. In other words, multiple lower layer communications are prepared, and even if one of them becomes unstable, the upper layer communication is not discarded, and only the lower layer communication is replaced as appropriate. Regardless, efficient and stable communication between network terminals is possible. In particular, this is effective for a communication system in which higher-layer communication and lower-layer communication are highly coupled, and when lower-layer communication becomes abnormal, the upper-layer communication is incidentally discarded.
[Summary]

本願発明にかかるデバイスサーバシステムは,PCとデバイスサーバ間の通信が不安定になった場合であっても,従来のように仮想USBデバイス接続を破棄しない。さらに,本願発明にかかるデバイスサーバシステムは,仮想USBデバイス接続に複数のTCPセッション(通信パイプ)を用いることにより,1つの通信パイプが不安定になったとしても,代わりに他の通信パイプを使用することで,仮想USBデバイス接続を用いた通信を中断することなく継続することができる。結果として,信頼性が高くかつ高速処理が可能なデバイスサーバシステムが得られる。
The device server system according to the present invention does not discard the virtual USB device connection as in the prior art even when the communication between the PC and the device server becomes unstable. Furthermore, the device server system according to the present invention uses a plurality of TCP sessions (communication pipes) for virtual USB device connection, so that even if one communication pipe becomes unstable, another communication pipe is used instead. By doing so, communication using the virtual USB device connection can be continued without interruption. As a result, a device server system with high reliability and capable of high-speed processing is obtained.

従来のデバイスサーバシステムConventional device server system 従来のデバイスサーバシステムにおける機能ブロックFunctional blocks in a conventional device server system デバイスサーバシステムにおける通信パイプCommunication pipe in device server system PCの機能ブロックPC function block デバイスサーバの機能ブロックDevice server functional block 動作フローOperation flow

205 仮想USBデバイス接続管理手段
401 第1の通信異常検出手段
402 第1の実行避止手段
403 通信パイプ切替手段
502 第2の通信異常検出手段
503 第2の実行避止手段
504 USBデバイス初期化手段
205 Virtual USB device connection management means 401 First communication abnormality detection means 402 First execution prevention means 403 Communication pipe switching means 502 Second communication abnormality detection means 503 Second execution prevention means 504 USB device initialization means

Claims (6)

複数の所定の下位層通信と当該所定の下位層通信のうち1つ以上を利用する所定の上位層通信により構成されるネットワーク端末間の通信システムであって,
前記上位層通信が利用している所定の下位層通信の通信異常を検出する通信異常検出手段と,
前記上位層通信を破棄する上位層通信破棄手段と,
前記通信異常検出手段が異常を検出した場合,前記上位層通信破棄手段を所定期間のあいだ実行不能にする実行避止手段と,
を備える通信システム。
A communication system between network terminals configured by a plurality of predetermined lower layer communication and a predetermined upper layer communication using one or more of the predetermined lower layer communication,
A communication abnormality detecting means for detecting a communication abnormality of a predetermined lower layer communication used by the upper layer communication;
Upper layer communication discarding means for discarding the upper layer communication;
An execution avoidance means for disabling the upper layer communication discarding means for a predetermined period when the communication abnormality detection means detects an abnormality;
A communication system comprising:
前記所定期間は,前記通信異常検出手段が検出した通信異常が発生している前記所定の下位層通信が正常な通信に復帰するまでの期間である,
請求項1に記載の通信システム。
The predetermined period is a period until the predetermined lower layer communication in which the communication abnormality detected by the communication abnormality detection means has occurred returns to normal communication.
The communication system according to claim 1.
前記通信システムは,さらに,
前記通信異常検出手段が異常を検出した場合,前記上位層通信が利用する所定の下位層通信を,異常の発生していない他の下位層通信に切り替える通信切替手段と,を備え,
前記所定期間は前記通信切替手段による通信の切り替えが完了するまでの期間である,
請求項1に記載の通信システム。
The communication system further comprises:
Communication switching means for switching a predetermined lower layer communication used by the upper layer communication to another lower layer communication in which no abnormality has occurred, when the communication abnormality detection unit detects an abnormality,
The predetermined period is a period until the communication switching by the communication switching unit is completed.
The communication system according to claim 1.
周辺機器が接続された周辺機器サーバおよび当該周辺機器サーバのクライアントがネットワークに接続されている周辺機器サーバシステムであって,
前記クライアントと前記周辺機器との間の仮想的な接続である仮想周辺機器接続と,
前記クライアントと前記周辺機器サーバとの間における通信の異常を検出する通信異常検出手段と,
前記仮想周辺機器接続を破棄する仮想周辺機器接続破棄手段と,
前記通信異常検出手段が異常を検出した場合,前記仮想周辺機器接続破棄手段を所定期間のあいだ実行不能にする実行避止手段と,
を備える周辺機器サーバシステム。
A peripheral device server system in which a peripheral device connected to a peripheral device and a client of the peripheral device server are connected to a network,
A virtual peripheral connection that is a virtual connection between the client and the peripheral;
Communication abnormality detection means for detecting an abnormality in communication between the client and the peripheral device server;
Virtual peripheral device connection discarding means for discarding the virtual peripheral device connection;
An execution avoidance means for disabling the virtual peripheral device connection discarding means for a predetermined period when the communication abnormality detection means detects an abnormality;
A peripheral device server system comprising:
前記周辺機器サーバシステムは,さらに,
前記周辺機器の内部状態を初期化する周辺機器初期化手段,を備え,
前記実行避止手段が実行を避止する対象は,前記仮想周辺機器接続破棄手段に加え,前記周辺機器初期化手段を含む,
請求項4に記載の周辺機器サーバシステム。
The peripheral device server system further includes:
Peripheral device initialization means for initializing the internal state of the peripheral device,
Targets that the execution avoiding means prevent execution include the peripheral device initialization means in addition to the virtual peripheral device connection discarding means,
The peripheral device server system according to claim 4.
周辺機器が接続された周辺機器サーバおよび当該周辺機器サーバのクライアントがネットワークに接続されている周辺機器サーバシステムであって,
前記クライアントと前記周辺機器サーバとの間の通信であって,異なるアドレスを用いた通信を行う複数の通信パイプと,
前記複数の通信パイプのうちいずれか1つを利用した,前記クライアントと前記周辺機器との間の仮想的な接続である仮想周辺機器接続と,
前記クライアントと前記周辺機器サーバとの間における通信の異常を検出する通信異常検出手段と,
前記仮想周辺機器接続を破棄する仮想周辺機器接続破棄手段と,
前記通信異常検出手段が異常を検出した場合,前記仮想周辺機器接続破棄手段を実行不能にする実行避止手段と,
前記通信異常検出手段が異常を検出した場合,前記仮想周辺機器接続の利用する通信パイプを,現在利用している通信パイプよりも通信品質の良い他の通信パイプに切り替える通信パイプ切替手段と,
を備える周辺機器サーバシステム。



A peripheral device server system in which a peripheral device connected to a peripheral device and a client of the peripheral device server are connected to a network,
A plurality of communication pipes for performing communication between the client and the peripheral device server using different addresses;
A virtual peripheral connection that is a virtual connection between the client and the peripheral using any one of the plurality of communication pipes;
Communication abnormality detection means for detecting an abnormality in communication between the client and the peripheral device server;
Virtual peripheral device connection discarding means for discarding the virtual peripheral device connection;
An execution avoidance means for disabling the virtual peripheral device connection discarding means when the communication abnormality detection means detects an abnormality;
A communication pipe switching means for switching the communication pipe used by the virtual peripheral device connection to another communication pipe having better communication quality than the currently used communication pipe when the communication abnormality detection means detects an abnormality;
A peripheral device server system comprising:



JP2012128498A 2012-06-06 2012-06-06 Method of maintaining connection between networks Pending JP2013254284A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012128498A JP2013254284A (en) 2012-06-06 2012-06-06 Method of maintaining connection between networks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012128498A JP2013254284A (en) 2012-06-06 2012-06-06 Method of maintaining connection between networks

Publications (2)

Publication Number Publication Date
JP2013254284A true JP2013254284A (en) 2013-12-19
JP2013254284A5 JP2013254284A5 (en) 2015-07-16

Family

ID=49951751

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012128498A Pending JP2013254284A (en) 2012-06-06 2012-06-06 Method of maintaining connection between networks

Country Status (1)

Country Link
JP (1) JP2013254284A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015125655A (en) * 2013-12-26 2015-07-06 サイレックス・テクノロジー株式会社 Ip-converted usb device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5963833A (en) * 1982-10-04 1984-04-11 Toshiba Corp Monitoring method of transmissoin circuit
JPH09167128A (en) * 1995-12-18 1997-06-24 Hitachi Ltd Dynamic lan controller switching method
JP2000036824A (en) * 1998-07-21 2000-02-02 Canon Inc Communication controller, communication control method and storage medium
JP2008282064A (en) * 2007-05-08 2008-11-20 Silex Technology Inc Ic card information authentication system
JP2008299694A (en) * 2007-06-01 2008-12-11 Silex Technology Inc Peripheral device driver installation system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5963833A (en) * 1982-10-04 1984-04-11 Toshiba Corp Monitoring method of transmissoin circuit
JPH09167128A (en) * 1995-12-18 1997-06-24 Hitachi Ltd Dynamic lan controller switching method
JP2000036824A (en) * 1998-07-21 2000-02-02 Canon Inc Communication controller, communication control method and storage medium
JP2008282064A (en) * 2007-05-08 2008-11-20 Silex Technology Inc Ic card information authentication system
JP2008299694A (en) * 2007-06-01 2008-12-11 Silex Technology Inc Peripheral device driver installation system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015125655A (en) * 2013-12-26 2015-07-06 サイレックス・テクノロジー株式会社 Ip-converted usb device

Similar Documents

Publication Publication Date Title
JP4881564B2 (en) Data transfer device, multicast system, and program
US8886831B2 (en) System and methodology for fast link failover based on remote upstream failures
EP3352431B1 (en) Network load balance processing system, method, and apparatus
WO2016037504A1 (en) Unified server communication method, baseboard management controller and server
CN101951345B (en) Message transmitting method and equipment
MX2008003407A (en) Fault-tolerant communications in routed networks.
JP5419907B2 (en) Network system and communication recovery method
JP2008092465A (en) Apparatus and method for managing/controlling connection of computer terminal to network for communication
JP2008305394A (en) Intelligent failover in load-balanced networking environment
CN103825777A (en) DMZ server switching method and device
JP2009232358A (en) Communication system, relay transmission apparatus, router device and communication method
JP4964666B2 (en) Computer, program and method for switching redundant communication paths
JP4795984B2 (en) Firewall device and firewall system
TWM432075U (en) Monitoring device and monitoring system applicable to cloud algorithm
JP2013254284A (en) Method of maintaining connection between networks
JP5558436B2 (en) Network system and network failure avoidance method
JP6593137B2 (en) Packet storage device and packet storage method
JP2017058858A (en) Communication device, communication method, and computer program
KR20200007060A (en) Apparatus for supporting communication between seperate networks and method for the same
JP5862336B2 (en) COMMUNICATION CONTROL DEVICE, COMMUNICATION CONTROL METHOD, AND COMMUNICATION CONTROL PROGRAM
JP7120678B1 (en) Communication processing device, communication processing system, failure notification method and failure notification program
JP5755352B1 (en) Monitoring and control apparatus, communication system, and system switching method
JP4992962B2 (en) Data transfer device, multicast system, and program
JP5459094B2 (en) Link aggregation communication device
JP5879223B2 (en) Gateway device, gateway system and computer system

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150602

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150602

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20150602

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20150617

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150623

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20151023