JP5819085B2 - I / O controller - Google Patents

I / O controller Download PDF

Info

Publication number
JP5819085B2
JP5819085B2 JP2011079943A JP2011079943A JP5819085B2 JP 5819085 B2 JP5819085 B2 JP 5819085B2 JP 2011079943 A JP2011079943 A JP 2011079943A JP 2011079943 A JP2011079943 A JP 2011079943A JP 5819085 B2 JP5819085 B2 JP 5819085B2
Authority
JP
Japan
Prior art keywords
priority
program
request
list
backup
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
JP2011079943A
Other languages
Japanese (ja)
Other versions
JP2012216004A (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.)
PHC Holdings Corp
Original Assignee
Panasonic Healthcare Holdings Co 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 Panasonic Healthcare Holdings Co Ltd filed Critical Panasonic Healthcare Holdings Co Ltd
Priority to JP2011079943A priority Critical patent/JP5819085B2/en
Publication of JP2012216004A publication Critical patent/JP2012216004A/en
Application granted granted Critical
Publication of JP5819085B2 publication Critical patent/JP5819085B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、入出力制御装置に関する。   The present invention relates to an input / output control device.

バックアップを行うシステムとしては特許文献1のものがある。これは、対象となるクライアントの起動用OSイメージをバックアップサーバが作成してメディアに記録するので、そのメディアを介して起動用OSをクライアントが導入して起動することにより、ネットワークを介してクライアントがバックアップサーバに接続される。その後、バックアップ対象のハードディスクやバックアップ先を選択してバックアップサーバに通知すると、バックアップ処理が行われた後、起動用OSが自動的に終了するものである。尚、個々のアプリケーションプログラムに実行時の優先度を設定することも従来から行われている。例えば、表側を走るサービスプログラムの優先度を高くし、裏で走るバックアッププログラムの優先度を低く設定する等である。   As a system for performing backup, there is one disclosed in Patent Document 1. This is because the backup server creates a boot OS image of the target client and records it on a medium. When the client installs and boots the boot OS via the medium, the client can connect via the network. Connected to the backup server. Thereafter, when a hard disk to be backed up and a backup destination are selected and notified to the backup server, after the backup process is performed, the boot OS is automatically terminated. It has been conventionally performed to set execution priorities for individual application programs. For example, the priority of the service program running on the front side is set high, and the priority of the backup program running on the back side is set low.

特開2002−358245JP 2002-358245

ところで、バックアップ処理では大量のファイルやデータを外部の記憶装置、例えばハードディスク装置等のファイル装置に記録する。その際、OS(オペレーティングシステム)に対して大量のI/O要求を発行するので、OSがその処理に忙殺されてしまって、表側で走っているアプリケーションプログラムの処理に悪い影響を与えてしまことがある。つまり、プログラムあるいはタスクとしての実行優先度は低くても、大量のI/O要求を発行すると他のアプリケーションプログラムのI/Oが待たされてしまい、結果としてアプリケーションプログラムの速度低下や反応の悪さとなって表れて、ユーザの使い勝手が低下していた。そこで、本願では、アプリケーションプログラムの走行中に並行してバックアップ処理を実行しても、アプリケーションプログラムに与える影響が少なくなるような入出力制御装置を提供することを目的とする。   By the way, in backup processing, a large amount of files and data are recorded in an external storage device, for example, a file device such as a hard disk device. At that time, since a large amount of I / O requests are issued to the OS (operating system), the OS is overwhelmed with its processing, which adversely affects the processing of the application program running on the front side. There is. In other words, even if the execution priority as a program or task is low, if a large number of I / O requests are issued, the I / O of another application program is kept waiting, resulting in a slowdown of the application program and poor response. As a result, the user-friendliness was reduced. Therefore, an object of the present application is to provide an input / output control device that reduces the influence on an application program even if backup processing is executed in parallel while the application program is running.

本発明は、要求元から送信されるI/O要求を受信し、要求元毎に及びアプリケーションプログラム毎に用意されたI/Oリストに受信したI/O要求を登録するI/O要求受信部と、I/Oリスト毎に優先度を保持するI/O優先度保持部と、入出力対象のI/O装置に送るI/O要求を格納するI/Oキューと、を有し、アプリケーションプログラムの一つであるバックアッププログラムの優先度は、前記アプリケーションプログラムの他のプログラムの優先度よりも相対的に低く設定されており、その設定の結果として、前記バックアッププログラムの処理時間は、前記他のプログラムの処理時間よりも相対的に短く設定されており、前記I/O優先度保持部から所定の順番で循環式に選択されたI/Oリスト毎の優先度を読み出し、前記バックアッププログラムの優先度の設定の結果として相対的に短く設定された前記バックアッププログラムの処理時間、及び、前記アプリケーションプログラムの他のプログラムの優先度の設定の結果として相対的に長く設定された前記他のプログラムの処理時間だけ繰り返して、当該I/Oリストに登録された前記バックアッププログラム及び前記他のプログラムに対応するI/O要求の読み出しとI/Oキューへの格納を実行するI/O発行部と、ユーザのリクエストに応じて前記I/O優先度保持部の内容を変更する優先度設定部と、を備え、上記課題を解決するものである。 The present invention receives an I / O request transmitted from a request source, and registers the received I / O request in an I / O list prepared for each request source and for each application program An I / O priority holding unit that holds priority for each I / O list, and an I / O queue that stores an I / O request to be sent to an I / O device to be input / output. The priority of a backup program that is one of the programs is set to be relatively lower than the priority of other programs of the application program, and as a result of the setting, the processing time of the backup program is than the program processing time is set relatively short, it reads the I / O priority priority for each selected I / O list in a circular fashion from the holding portion in a predetermined order, Serial processing time for relatively short set the backup program as a result of the priority setting of the backup program, and have been relatively long set as a result of the priority setting other programs of the application program the I / O that repeats the processing time of another program and reads out the I / O request corresponding to the backup program and the other program registered in the I / O list and stores them in the I / O queue An issuance unit and a priority setting unit that changes the contents of the I / O priority holding unit in response to a user request are provided to solve the above problem.

本発明のバックアップシステムによれば、裏側で走っているバックアッププログラムのI/O処理の優先度を、表側で走っているアプリケーションプログラムのI/O処理の優先度より相対的に低く設定して処理するので、バックアップに係るI/O処理の負荷が抑えられてアプリケーションプログラムの処理への悪影響が軽減される。これによりユーザの使い勝手が向上する。   According to the backup system of the present invention, the priority of the I / O processing of the backup program running on the back side is set to be relatively lower than the priority of the I / O processing of the application program running on the front side. Therefore, the I / O processing load related to backup is suppressed, and adverse effects on the processing of the application program are reduced. This improves user convenience.

実施形態のI/O処理に係る部分の構成を示す図である。It is a figure which shows the structure of the part which concerns on the I / O process of embodiment. 実施形態のI/O要求受信部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the I / O request | requirement part of embodiment. 実施形態のI/O発行部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the I / O issuing part of embodiment.

本発明の実施の形態におけるバックアップシステムのI/O処理に係る部分の構成を図1に示す。10はアプリケーションプログラムであり、ここでは、ユーザインターフェースを備えたいわゆる表側で実行されるサービスプログラムのみならず、裏側で実行されてサービスプログラムが作成した各種データやファイルをバックアップ処理するバックアッププログラムもアプリケーションプログラムに含まれる。アプリケーションプログラム10は各種I/Oの必要が生じるとそのI/O要求をI/O要求送信部11がI/O受付部に送信する。また、アプリケーションプログラム10は複数が同時並行に実行可能であり、バックアッププログラムは表側のアプリケーションプログラムが運用中にもバックアップ処理を実行する。   FIG. 1 shows a configuration of a portion related to the I / O processing of the backup system in the embodiment of the present invention. Reference numeral 10 denotes an application program. Here, not only a so-called front side service program provided with a user interface but also a back-up program for backing up various data and files created by the service program executed on the back side is an application program. include. When the application program 10 needs various I / O, the I / O request transmission unit 11 transmits the I / O request to the I / O reception unit. A plurality of application programs 10 can be executed simultaneously in parallel, and the backup program executes backup processing even when the front-side application program is in operation.

20はI/O受付部であり、送信されてきたI/O要求を受信するI/O要求受信部21と、受信したI/O要求を登録するI/Oリスト22と、I/Oリスト22に登録されているI/O要求を取り出してI/O処理部にI/O要求を発行するI/O発行部23と、優先度設定を保持するI/Oリスト優先度保持部24を備える。このI/Oリスト優先度保持部24はI/Oリスト22毎の優先度を管理するI/Oリスト優先度管理テーブルとして構成されている。   Reference numeral 20 denotes an I / O reception unit, an I / O request reception unit 21 that receives a transmitted I / O request, an I / O list 22 that registers a received I / O request, and an I / O list. An I / O issuing unit 23 that takes out an I / O request registered in 22 and issues an I / O request to an I / O processing unit, and an I / O list priority holding unit 24 that holds priority settings Prepare. The I / O list priority holding unit 24 is configured as an I / O list priority management table that manages the priority for each I / O list 22.

I/Oリスト22はアプリケーションプログラム10毎に用意されており、送信されてきたI/O要求がそれを送信したアプリケーションプログラム10別に先入れ先出し方式でI/Oリスト22に溜められる。I/Oリスト22はそれぞれに優先度が設定され、その優先度がI/Oリスト優先度保持部24に登録されている。この優先度は本実施形態では当該I/Oリスト22に登録されているI/O要求をI/Oキュー31へ発行する処理(I/O要求をI/Oキュー31に格納する処理)を連続して行なうことができる時間の多小で設定される。優先度が高いものほど処理時間が多く割り当てられるので、それだけ多くのI/O要求を発行できる。また、このI/Oリスト優先度保持部24の内容は、アプリケーションプログラム10のリクエストを受けて、優先度設定部25が変更するようになっている。   The I / O list 22 is prepared for each application program 10, and the transmitted I / O requests are stored in the I / O list 22 in a first-in first-out manner for each application program 10 that has transmitted the I / O list. Each I / O list 22 has a priority set, and the priority is registered in the I / O list priority holding unit 24. In the present embodiment, this priority is determined by processing for issuing an I / O request registered in the I / O list 22 to the I / O queue 31 (processing for storing the I / O request in the I / O queue 31). It is set by the amount of time that can be continuously performed. The higher the priority, the more processing time is allocated, so that more I / O requests can be issued. The contents of the I / O list priority holding unit 24 are changed by the priority setting unit 25 in response to a request from the application program 10.

30はI/O処理部であり、I/O要求を先入れ先出し方式で格納するI/Oキュー31と、I/Oキュー31に格納されているI/O要求を順に取り出して、そのI/O要求の対象となるI/O装置にI/O即ち入出力を指示するI/O手段32とを備える。40はI/O装置であり、具体的には、例えば、ハードディスク装置で構成したファイル装置等が相当する。そして、これらI/O受付部20とI/O処理部30及びI/O装置40が入出力制御装置を構成する。   Reference numeral 30 denotes an I / O processing unit, which sequentially takes out an I / O queue 31 that stores I / O requests in a first-in first-out manner, and I / O requests stored in the I / O queue 31. I / O means 32 for instructing I / O, that is, input / output, to an I / O device to be requested. Reference numeral 40 denotes an I / O device, and specifically corresponds to, for example, a file device constituted by a hard disk device. The I / O receiving unit 20, the I / O processing unit 30, and the I / O device 40 constitute an input / output control device.

ここで、図2および図3を参照して本実施形態の動作を説明する。図2はI/O要求受信部21の動作を表すフローチャートであり、図3はI/O発行部23の動作を表すフローチャートである。要求元であるアプリケーションプログラム10からI/O要求が送信されると、I/O要求受信部11がそれを受信し(ステップS21)、送信元のプログラムに対応するI/Oリスト22に登録する(ステップS22)。   Here, the operation of the present embodiment will be described with reference to FIGS. FIG. 2 is a flowchart showing the operation of the I / O request receiving unit 21, and FIG. 3 is a flowchart showing the operation of the I / O issuing unit 23. When an I / O request is transmitted from the application program 10 that is the request source, the I / O request receiving unit 11 receives it (step S21) and registers it in the I / O list 22 corresponding to the program of the transmission source. (Step S22).

一方、I/O発行部23は、複数用意されているI/Oリスト22を所定の順番で循環式に選択し(ステップS31)、選択したI/Oリスト22について、そこに登録されたI/O要求を読み出し、その読み出したI/O要求をI/Oキュー31に格納する(ステップS33)。その際、I/O発行部23は、当該I/Oリスト22に設定された優先度を、I/Oリスト優先度保持部24を参照して取得し(ステップS32)、その優先度に対応した所定の処理時間だけ、I/Oリスト22からI/O要求を読み出してI/Oキュー31に格納する処理を、I/Oリスト22が空になるまで繰り返し実行する。そして、処理時間が経過するか、又はI/Oリスト22が空になると、そのI/Oリスト22に対する処理を終了し、次のI/Oリスト22を処理の対象として選択し、選択したI/Oリスト22について同様の処理を実行するものである。   On the other hand, the I / O issuing unit 23 selects a plurality of prepared I / O lists 22 in a predetermined order in a cyclic manner (step S31), and the I / O list 22 registered therein is selected for the selected I / O list 22. The / O request is read, and the read I / O request is stored in the I / O queue 31 (step S33). At that time, the I / O issuing unit 23 acquires the priority set in the I / O list 22 with reference to the I / O list priority holding unit 24 (step S32), and corresponds to the priority. For the predetermined processing time, the process of reading the I / O request from the I / O list 22 and storing it in the I / O queue 31 is repeatedly executed until the I / O list 22 becomes empty. When the processing time elapses or the I / O list 22 becomes empty, the processing for the I / O list 22 is terminated, the next I / O list 22 is selected as a processing target, and the selected I / O list 22 is selected. The same processing is executed for the / O list 22.

I/O処理部30のI/O手段32は、I/Oキュー31に格納されたI/O要求を先入れ先出し方式、即ち、古いものから新しいものへと順に取り出していって、入出力対象のI/O装置40に入出力を指示する処理を繰り返す。こうしてアプリケーションプログラム10のI/O要求がI/Oキュー31に格納され、格納された順にI/O装置40に送られて入出力処理が実行される。   The I / O means 32 of the I / O processing unit 30 takes out the I / O requests stored in the I / O queue 31 in a first-in first-out manner, that is, in order from the oldest to the newest, The process of instructing the input / output to the I / O device 40 is repeated. In this way, the I / O request of the application program 10 is stored in the I / O queue 31, and is sent to the I / O device 40 in the order in which it is stored to execute input / output processing.

本実施形態では、アプリケーションプログラム10の1つであるバックアッププログラムには、他のアプリケーションプログラム19よりも相対的に低い優先度を設定している。バックアッププログラムが送信するI/O要求は、送信の都度すべてI/O要求受信部21により受信されてバックアッププログラム用のI/Oリスト22に一旦登録されるが、その後、I/Oキュー31への格納に際してこの優先度が効いてくる。   In the present embodiment, a priority lower than that of the other application programs 19 is set for the backup program that is one of the application programs 10. All I / O requests transmitted by the backup program are received by the I / O request receiving unit 21 every time they are transmitted, and are once registered in the I / O list 22 for the backup program. This priority will be effective when storing.

つまり、バックアッププログラム用のI/Oリスト22には相対的に低い優先度が設定されているので、その低い優先度に対応して、I/O発行部23がバックアッププログラムの為に使えるI/O要求のI/Oキュー31への格納処理の処理時間が、他のアプリケーションプログラムに使える時間より短くなる。その為、バックアッププログラムのI/O要求がI/Oキュー31に格納される量が抑えられる。この結果、バックアッププログラムの入出力処理が、例えばユーザインターフェースを司る業務プログラム等のいわゆる表側で走るサービスプログラムの入出力処理よりも少なくなるので、それら業務プログラムの速度低下や反応速度低下によるユーザビリティの悪化を抑えることができるものである。   That is, since a relatively low priority is set in the I / O list 22 for the backup program, the I / O issuing unit 23 can use an I / O usable for the backup program corresponding to the low priority. The processing time for storing the O request in the I / O queue 31 is shorter than the time available for other application programs. Therefore, the amount of backup program I / O requests stored in the I / O queue 31 is suppressed. As a result, the input / output processing of the backup program is less than the input / output processing of the so-called service program that runs on the front side, such as a business program that manages the user interface. Can be suppressed.

また、ユーザ(アプリケーションプログラム10)からのリクエストに応じて、優先度設定部25がI/Oリスト優先度保持部24の内容を変更するので、使用状況や環境に応じて優先度を柔軟に設定してシステムを運用できるようになるものである。   In addition, since the priority setting unit 25 changes the contents of the I / O list priority holding unit 24 in response to a request from the user (application program 10), the priority can be flexibly set according to the use situation and environment. The system can be operated.

10 アプリケーションプログラム 20 I/O受付部 22 I/Oリスト 23 I/O発行部 24 I/Oリスト優先度保持部 30 I/O処理部 DESCRIPTION OF SYMBOLS 10 Application program 20 I / O reception part 22 I / O list 23 I / O issue part 24 I / O list priority holding part 30 I / O processing part

Claims (1)

要求元から送信されるI/O要求を受信し、要求元毎に及びアプリケーションプログラム毎に用意されたI/Oリストに受信したI/O要求を登録するI/O要求受信部と、I/Oリスト毎に優先度を保持するI/O優先度保持部と、入出力対象のI/O装置に送るI/O要求を格納するI/Oキューと、
を有し、
アプリケーションプログラムの一つであるバックアッププログラムの優先度は、前記アプリケーションプログラムの他のプログラムの優先度よりも相対的に低く設定されており、その設定の結果として、前記バックアッププログラムの処理時間は、前記他のプログラムの処理時間よりも相対的に短く設定されており、
前記I/O優先度保持部から所定の順番で循環式に選択されたI/Oリスト毎の優先度を読み出し、前記バックアッププログラムの優先度の設定の結果として相対的に短く設定された前記バックアッププログラムの処理時間、及び、前記アプリケーションプログラムの他のプログラムの優先度の設定の結果として相対的に長く設定された前記他のプログラムの処理時間だけ繰り返して、当該I/Oリストに登録された前記バックアッププログラム及び前記他のプログラムに対応するI/O要求の読み出しとI/Oキューへの格納を実行するI/O発行部と、
ユーザのリクエストに応じて前記I/O優先度保持部の内容を変更する優先度設定部と、
をさらに有することを特徴とする入出力制御装置。
An I / O request receiving unit that receives an I / O request transmitted from a request source and registers the received I / O request in an I / O list prepared for each request source and for each application program; An I / O priority holding unit that holds a priority for each O list, an I / O queue that stores an I / O request to be sent to an I / O device to be input / output,
Have
The priority of the backup program which is one of the application programs is set relatively lower than the priority of the other programs of the application program, and as a result of the setting, the processing time of the backup program is It is set relatively shorter than the processing time of other programs,
The priority for each I / O list selected cyclically in a predetermined order is read from the I / O priority holding unit, and the backup set relatively short as a result of setting the priority of the backup program The processing time of the program and the processing time of the other program set relatively long as a result of setting the priority of the other program of the application program are repeated and registered in the I / O list. An I / O issuing unit that executes reading of an I / O request corresponding to the backup program and the other program and storage in an I / O queue;
A priority setting unit that changes the contents of the I / O priority holding unit in response to a user request;
And an input / output control device.
JP2011079943A 2011-03-31 2011-03-31 I / O controller Active JP5819085B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011079943A JP5819085B2 (en) 2011-03-31 2011-03-31 I / O controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011079943A JP5819085B2 (en) 2011-03-31 2011-03-31 I / O controller

Publications (2)

Publication Number Publication Date
JP2012216004A JP2012216004A (en) 2012-11-08
JP5819085B2 true JP5819085B2 (en) 2015-11-18

Family

ID=47268726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011079943A Active JP5819085B2 (en) 2011-03-31 2011-03-31 I / O controller

Country Status (1)

Country Link
JP (1) JP5819085B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6226666B2 (en) * 2013-09-20 2017-11-08 株式会社エクサ Batch processing control program, batch processing system
KR102317786B1 (en) 2015-02-02 2021-10-26 삼성전자주식회사 Input/output processing method in storage device, and storage device and non-volatile memory device adopting the same

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009199367A (en) * 2008-02-21 2009-09-03 Nec Corp Computer system, i/o scheduler and i/o scheduling method
JP5171602B2 (en) * 2008-12-25 2013-03-27 京セラドキュメントソリューションズ株式会社 RAID driver, electronic device including the same, and access request arbitration method for RAID

Also Published As

Publication number Publication date
JP2012216004A (en) 2012-11-08

Similar Documents

Publication Publication Date Title
US11983198B2 (en) Multi-cluster warehouse
JP5088366B2 (en) Virtual computer control program, virtual computer control system, and virtual computer migration method
US20150269187A1 (en) Apparatus and method for providing virtual machine image file
JP5737057B2 (en) Program, job scheduling method, and information processing apparatus
JP2008293149A (en) Foresight data transfer type hierarchical storage system
CN102541460A (en) Multiple disc management method and equipment
JP2008107966A (en) Computer system
JP5819085B2 (en) I / O controller
CN107528871B (en) Data analysis in storage systems
JP2012181578A (en) Update control device and program
US20190026142A1 (en) Information processing apparatus, control method and storage medium
US9336049B2 (en) Method, system, and program for scheduling jobs in a computing system
JP5294014B2 (en) File sharing method, computer system, and job scheduler
US10289312B2 (en) Method of reordering a queue of write requests
WO2017017774A1 (en) Storage monitoring system and monitoring method therefor
US20230244522A1 (en) Detached Global Scheduler
US20210149726A1 (en) Scheduling device, scheduling system, scheduling method, and non-transitory computer-readable medium
JP2015094976A (en) Information processing apparatus, information processing method, and program
JP2017111581A (en) Information processing system, and control method
JP2020190867A (en) Configuration changeable integrated circuit allocation system, configuration changeable integrated circuit allocation method and computer program
WO2013065151A1 (en) Computer system, data transmission method, and data transmission program
JP6547363B2 (en) Management device, control method of management device, and program
JP5570469B2 (en) Distributed data management system and method
JPWO2018173300A1 (en) I / O control method and I / O control system
US20170147408A1 (en) Common resource updating apparatus and common resource updating method

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20140214

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140328

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141210

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150113

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20150121

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150313

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150728

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150824

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: 20150908

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150930

R150 Certificate of patent or registration of utility model

Ref document number: 5819085

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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