JP2022105891A - Information processing apparatus, information processing system, and control method of information processing apparatus - Google Patents

Information processing apparatus, information processing system, and control method of information processing apparatus Download PDF

Info

Publication number
JP2022105891A
JP2022105891A JP2021000499A JP2021000499A JP2022105891A JP 2022105891 A JP2022105891 A JP 2022105891A JP 2021000499 A JP2021000499 A JP 2021000499A JP 2021000499 A JP2021000499 A JP 2021000499A JP 2022105891 A JP2022105891 A JP 2022105891A
Authority
JP
Japan
Prior art keywords
information
communication terminal
processing
instruction
information processing
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
JP2021000499A
Other languages
Japanese (ja)
Inventor
篤 池田
Atsushi Ikeda
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.)
Canon Inc
Original Assignee
Canon 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 Canon Inc filed Critical Canon Inc
Priority to JP2021000499A priority Critical patent/JP2022105891A/en
Publication of JP2022105891A publication Critical patent/JP2022105891A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

To improve a convenience of a user when using a browser on a cloud.SOLUTION: An information processing apparatus capable of communicating with a communication terminal includes acquisition means that acquires Web information, processing means that performs processing of interpreting the Web information, and transmission means that transmits a processing result by the processing means to the communication terminal. The transmission means transmits, when instruction information that can be executed by the communication terminal is acquired by the processing means, the instruction information with priority over image data that is generated by the processing means and is displayed on the communication terminal.SELECTED DRAWING: Figure 4

Description

本発明は、情報処理装置、情報処理システム、情報処理装置の制御方法、及びプログラムに関する。 The present invention relates to an information processing device, an information processing system, a control method of the information processing device, and a program.

現在、Webブラウザ(以下、ブラウザ)を搭載し、そのブラウザ上でWebページを閲覧できる機能を有する通信端末が普及している。ブラウザを通して外部サービスのWebページを表示することにより、通信端末が外部サービスと連携できるようになる。
ところで、クラウドサーバ上で動作するブラウザにおいてWebページの描画結果を生成し、描画結果を通信端末に送信することでブラウザを有しない端末装置においてWebページを表示する技術がある。このようなクラウド上のブラウザはクラウドサーバ上で稼働する仮想マシン上で稼働する。仮想マシンには、PCに必要とされる様々な機器リソースが仮想的に割り当てられる。このため、仮想マシン上で稼働するブラウザは、PC上で稼働する場合と同じように動作することができる。特許文献1には、プライバシーにかかわる情報を扱うか否かによってブラウザの種類を切り替えるクラウドシステムについて記載されている。
Currently, communication terminals equipped with a Web browser (hereinafter referred to as a browser) and having a function of browsing a Web page on the browser have become widespread. By displaying the Web page of the external service through the browser, the communication terminal can cooperate with the external service.
By the way, there is a technique of generating a drawing result of a Web page in a browser operating on a cloud server and transmitting the drawing result to a communication terminal to display the Web page on a terminal device having no browser. Such a browser on the cloud runs on a virtual machine running on a cloud server. Various equipment resources required for the PC are virtually allocated to the virtual machine. Therefore, the browser running on the virtual machine can be operated in the same manner as when running on the PC. Patent Document 1 describes a cloud system that switches the type of browser depending on whether or not it handles privacy-related information.

特開2014-200072号公報Japanese Unexamined Patent Publication No. 2014-200072

しかしながら、通信端末の機能の呼び出し可能に設計されたブラウザをクラウド上で利用する場合、通信端末は描画結果を受け取るまで所定の機能を実行できないという問題があった。例えば、disabled属性が付与された要素により生成された表示アイテムを押下すると、通信端末から音が鳴動するように設計されたブラウザを考える。音の鳴動の用途は、ユーザに該当要素の操作が不可である旨を気付かせることである。ここで、Webページにはユーザ操作入力を待ち受ける複数の<button>要素があり、その内で1つの<button>要素にdisabled属性が付与されているとする。一般の組込みブラウザを利用する場合、ユーザがdisabled属性が付与された<button>要素に基づくボタンを押下すると、即時音が鳴動する。しかしながら、クラウド上のブラウザを利用する場合、Webページの処理結果としての描画結果の通知に合わせて音が鳴動する。このため、描画結果の生成に時間がかかる場合、ユーザがボタンを押下してから、音が鳴動するまで時間がかかってしまい、ユーザを困惑させてしまう恐れがある。 However, when a browser designed to be able to call the function of the communication terminal is used on the cloud, there is a problem that the communication terminal cannot execute a predetermined function until the drawing result is received. For example, consider a browser designed to make a sound from a communication terminal when a display item generated by an element to which the disabled attribute is given is pressed. The purpose of sounding is to make the user aware that the corresponding element cannot be operated. Here, it is assumed that the Web page has a plurality of <button> elements that await user operation input, and one of the <button> elements is given the disabled attribute. When using a general embedded browser, when the user presses a button based on the <button> element to which the disabled attribute is added, an immediate sound is sounded. However, when using a browser on the cloud, a sound is emitted in accordance with the notification of the drawing result as the processing result of the Web page. Therefore, when it takes time to generate the drawing result, it takes time from the user pressing the button until the sound is heard, which may be confusing to the user.

そこで本発明は、クラウド上のブラウザを利用する際のユーザの利便性を向上させることを目的とする。 Therefore, an object of the present invention is to improve the convenience of the user when using the browser on the cloud.

本発明の情報処理装置は、通信端末と通信可能な情報処理装置であって、Webページの描画結果を前記通信端末に送信する第1の送信手段と、前記第1の送信手段により送信された前記Webページに対する前記通信端末における操作を示す情報を取得する取得手段と、前記取得手段より取得された前記情報が示す操作に応じて前記Webページの描画を更新し、更新した描画結果を前記通信端末に送信する第2の送信手段と、前記取得手段より取得された前記情報が示す操作に応じた処理の指示を、前記第2の送信手段による前記更新した描画結果の送信より優先して前記通信端末に送信する第3の送信手段と、を有することを特徴とする。
本発明の他の態様の情報処理装置は、通信端末と通信可能な情報処理装置であって、Web情報を取得する取得手段と、前記Web情報を解釈する処理を行う処理手段と、前記処理手段による処理結果を前記通信端末に送信する送信手段と、を有し、前記送信手段は、前記処理手段により前記通信端末で実行可能な命令情報が取得された場合に、前記処理手段により生成される前記通信端末に表示させるための画像データよりも前記命令情報を優先的に送信することを特徴とする。
The information processing device of the present invention is an information processing device capable of communicating with a communication terminal, and is transmitted by a first transmission means for transmitting a drawing result of a Web page to the communication terminal and the first transmission means. The drawing of the Web page is updated according to the acquisition means for acquiring the information indicating the operation of the communication terminal for the Web page and the operation indicated by the information acquired from the acquisition means, and the updated drawing result is transmitted to the communication. The second transmission means to be transmitted to the terminal and the processing instruction according to the operation indicated by the information acquired from the acquisition means are given priority over the transmission of the updated drawing result by the second transmission means. It is characterized by having a third transmission means for transmitting to a communication terminal.
The information processing device of another aspect of the present invention is an information processing device capable of communicating with a communication terminal, which is an acquisition means for acquiring Web information, a processing means for interpreting the Web information, and the processing means. The transmission means includes a transmission means for transmitting the processing result of the above to the communication terminal, and the transmission means is generated by the processing means when the instruction information that can be executed by the communication terminal is acquired by the processing means. It is characterized in that the command information is preferentially transmitted over the image data to be displayed on the communication terminal.

本発明によれば、クラウド上のブラウザを利用する際のユーザの利便性を向上させることができる。 According to the present invention, it is possible to improve the convenience of the user when using the browser on the cloud.

仮想マシンのハードウェア構成例を示す図である。It is a figure which shows the hardware configuration example of a virtual machine. 通信端末、及びwebサーバのハードウェア構成例を示す図である。It is a figure which shows the hardware configuration example of a communication terminal and a web server. 情報処理システムの全体構成例を示す図である。It is a figure which shows the whole configuration example of an information processing system. 第1の実施形態の通信端末の処理の流れを示すフローチャートである。It is a flowchart which shows the processing flow of the communication terminal of 1st Embodiment. 第1の実施形態の仮想マシンの処理の流れを示すフローチャートである。It is a flowchart which shows the process flow of the virtual machine of 1st Embodiment. 第1の実施形態のWebページの記述例と描画結果を示す図である。It is a figure which shows the description example and the drawing result of the Web page of 1st Embodiment. 第1の実施形態の命令テーブルの一例を示す図である。It is a figure which shows an example of the instruction table of 1st Embodiment. 第2の実施形態の仮想マシンの処理の流れを示すフローチャートである。It is a flowchart which shows the process flow of the virtual machine of 2nd Embodiment. 第2の実施形態のWebページの記述例と描画結果を示す図である。It is a figure which shows the description example and the drawing result of the Web page of 2nd Embodiment. 第2の実施形態の命令テーブルの一例を示す図である。It is a figure which shows an example of the instruction table of the 2nd Embodiment.

以下、本発明の実施形態について、図面を参照して説明する。なお、以下の実施の形態は特許請求の範囲に関る本発明を限定するものではなく、また、本実施の形態で説明されている特徴の組み合わせの全てが本発明の解決手段に必須のものとは限らない。なお、同一な構成については、同じ符号を付して説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. It should be noted that the following embodiments do not limit the present invention in terms of the scope of claims, and all combinations of features described in the present embodiments are essential for the means for solving the present invention. Not necessarily. The same configuration will be described with the same reference numerals.

<第1の実施形態>
本実施形態における仮想マシン100は、通信端末110で利用可能なブラウザをクラウド上で動作させている。この仮想マシン100は、Webページを処理する際に、通信端末110で実行可能な実行命令がある場合に、当該実行命令をWebページの描画結果よりも優先的に通信端末110に提供する。これにより、描画結果の生成に時間がかかる場合でも、通信端末110での動作を速やかに実行させることが可能になる。本実施形態では、HTML形式で記述されたWebページに含まれる特定の要素に対するユーザ操作に応じて、通信端末110から音を鳴動させる例について説明する。具体的には、disable属性やreadonly属性が付与された<button>要素や、<input>要素に基づく表示アイテムをユーザが押下した際に、通信端末から音を鳴動させる。Webページは、Web情報の一例である。なお本実施形態において仮想マシン100は、所定の操作があった場合に実行命令を取得する構成になっているが、これに限られず、エラー通知等があった場合に実行命令を取得する構成でもよい。
<First Embodiment>
The virtual machine 100 in this embodiment operates a browser that can be used by the communication terminal 110 on the cloud. When the virtual machine 100 processes a Web page, if there is an execution command that can be executed by the communication terminal 110, the virtual machine 100 provides the execution command to the communication terminal 110 with priority over the drawing result of the Web page. This makes it possible to promptly execute the operation on the communication terminal 110 even if it takes time to generate the drawing result. In this embodiment, an example of sounding a sound from a communication terminal 110 according to a user operation for a specific element included in a Web page described in HTML format will be described. Specifically, when the user presses a <button> element to which a diskable attribute or a ready attribute is added, or a display item based on the <input> element, a sound is sounded from the communication terminal. A web page is an example of web information. In the present embodiment, the virtual machine 100 is configured to acquire an execution command when a predetermined operation is performed, but the present invention is not limited to this, and the virtual machine 100 is also configured to acquire an execution command when an error notification or the like is received. good.

図1Aは、本実施形態における仮想マシン100のハードウェア構成例を示す図である。仮想マシン100は、クラウドサーバ上に構成されており、主として、CPU101、ROM102、RAM103、及びインタフェース104を備える。これらはバス105を介して相互に接続されている。仮想マシン100は、情報処理装置の一例である。CPU(Central Processing Unit)101は仮想マシン100の全体を制御する。CPU101は、ROM102等に記憶されたプログラムを読み出して実行することにより、後述するフローチャートの処理や各種の機能を実行する。ROM(Read Only Memory)102はCPU101が実行するプログラムや命令テーブル204(図2)を記憶する。RAM(Random Access Memory)103はCPU101の作業領域として機能する他、プログラム実行中に使用するデータを一時的に記憶する。 FIG. 1A is a diagram showing a hardware configuration example of the virtual machine 100 according to the present embodiment. The virtual machine 100 is configured on a cloud server and mainly includes a CPU 101, a ROM 102, a RAM 103, and an interface 104. These are interconnected via a bus 105. The virtual machine 100 is an example of an information processing device. The CPU (Central Processing Unit) 101 controls the entire virtual machine 100. By reading and executing the program stored in the ROM 102 or the like, the CPU 101 executes the processing of the flowchart described later and various functions. The ROM (Read Only Memory) 102 stores a program executed by the CPU 101 and an instruction table 204 (FIG. 2). The RAM (Random Access Memory) 103 functions as a work area of the CPU 101, and temporarily stores data used during program execution.

インタフェース104はゲートウェイ201(図2)と接続するためのネットワークインタフェースである。またインタフェース104はROM102等に保持するデータや外部から供給されたデータを表示する表示装置や、ユーザからの操作を受けてデータを入力するための入力装置と接続するための機能を有してもよい。さらに仮想マシン100は仮想的に設置されたハードディスクやメモリカード等を有してもよい。また仮想マシン100は仮想的に着脱可能なフレキシブルディスク(FD)やCompact Disk(CD)等の光ディスク、磁気や光カード、ICカード、メモリカード等を含む外部記憶装置にアクセスして、データの入出力を行ってもよい。 The interface 104 is a network interface for connecting to the gateway 201 (FIG. 2). Further, even if the interface 104 has a function of connecting to a display device for displaying data held in the ROM 102 or the like or data supplied from the outside, or an input device for inputting data in response to an operation from a user. good. Further, the virtual machine 100 may have a hard disk, a memory card, or the like virtually installed. Further, the virtual machine 100 accesses an external storage device including a virtually removable flexible disk (FD), an optical disk such as a Compact Disk (CD), a magnetic or optical card, an IC card, a memory card, and the like to input data. You may output.

図1Bは、本実施形態における通信端末110及びWebサーバ120のハードウェア構成例を示す図である。通信端末110は、ユーザが画面を閲覧、及び操作する端末装置であり、例えばPC(パーソナルコンピュータ)、タブレット端末である。なお通信端末110は、MFP(Multi Function Peripheral)であってもよい。Webサーバ120は、Webページの格納先のサーバ装置である。以下、通信端末110とWebサーバ120の同様の構成は通信端末110について説明し、Webサーバ120の説明を省略する。 FIG. 1B is a diagram showing a hardware configuration example of the communication terminal 110 and the Web server 120 in the present embodiment. The communication terminal 110 is a terminal device for a user to view and operate a screen, and is, for example, a PC (personal computer) or a tablet terminal. The communication terminal 110 may be an MFP (Multifunction Peripheral). The Web server 120 is a server device for storing a Web page. Hereinafter, the same configuration of the communication terminal 110 and the Web server 120 will be described with respect to the communication terminal 110, and the description of the Web server 120 will be omitted.

通信端末110は、主として、CPU111、ROM112、RAM113、HDD114、インタフェース115、及びタッチパネル116を備える。これらはバス117を介して相互に接続されている。CPU111は装置の全体を制御する。CPU111は、ROM112等に記憶されたプログラムを読み出して実行することにより、後述するフローチャートの処理や各種の機能を実行する。ROM112はCPU111が実行するプログラムを記憶する。RAM113はCPU111の作業領域として機能する他、プログラム実行中に使用するデータを一時的に記憶する。HDD114は、各種データや設定情報等を記憶する。またWebサーバ120のHDD114は、Webページを記憶するデータベースを有している。 The communication terminal 110 mainly includes a CPU 111, a ROM 112, a RAM 113, an HDD 114, an interface 115, and a touch panel 116. These are interconnected via bus 117. The CPU 111 controls the entire device. By reading and executing the program stored in the ROM 112 or the like, the CPU 111 executes the processing of the flowchart described later and various functions. The ROM 112 stores a program executed by the CPU 111. The RAM 113 functions as a work area of the CPU 111, and temporarily stores data used during program execution. The HDD 114 stores various data, setting information, and the like. Further, the HDD 114 of the Web server 120 has a database for storing Web pages.

インタフェース115はインターネット等のネットワークに接続するためのネットワークインタフェースである。また通信端末110のインタフェース115は、スキャン装置やプリンタ等の周辺装置と接続する。通信端末110は、CPU111の制御により、スキャンや印刷を実行する。
タッチパネル116は、画面表示機能とユーザ操作の入力機能を兼ね備える。通信端末110は、CPU101の制御により、Webページの描画結果を通信端末110のタッチパネル116に表示する。通信端末110のタッチパネル116は、表示部の一例である。以下、通信端末110のタッチパネル116を画面と呼ぶ。Webページの描画結果には、ユーザからの入力操作を受け付ける表示アイテム(ボタン、入力欄等)が含まれる。タッチパネル116はタッチセンサを備えている。ユーザの指等によってタッチ操作が検出されると、タッチセンサで検出された信号はROM112に格納されたタッチセンサ用のプログラムにより処理され、タッチした位置がタッチパネル116上の座標情報として算出される。
更に通信端末110には、音声出力装置(不図示)やLEDランプ(不図示)が内蔵されている。通信端末110は、CPU101の制御により、音の鳴動や、LEDランプの点灯を実行する。
The interface 115 is a network interface for connecting to a network such as the Internet. Further, the interface 115 of the communication terminal 110 is connected to a peripheral device such as a scanning device or a printer. The communication terminal 110 executes scanning and printing under the control of the CPU 111.
The touch panel 116 has both a screen display function and a user-operated input function. The communication terminal 110 displays the drawing result of the Web page on the touch panel 116 of the communication terminal 110 under the control of the CPU 101. The touch panel 116 of the communication terminal 110 is an example of a display unit. Hereinafter, the touch panel 116 of the communication terminal 110 is referred to as a screen. The drawing result of the Web page includes display items (buttons, input fields, etc.) that accept input operations from the user. The touch panel 116 includes a touch sensor. When the touch operation is detected by the user's finger or the like, the signal detected by the touch sensor is processed by the program for the touch sensor stored in the ROM 112, and the touched position is calculated as the coordinate information on the touch panel 116.
Further, the communication terminal 110 has a built-in voice output device (not shown) and an LED lamp (not shown). The communication terminal 110 sounds a sound and lights an LED lamp under the control of the CPU 101.

次に、本実施形態に係る情報処理システムの全体構成例について、図2を参照して説明する。このシステムでは、仮想マシン100及びゲートウェイ201からなる画像生成システム200と、通信端末110と、Webサーバ120とが、ネットワークを介して相互に通信可能である。画像生成システム200は、通信端末110からの要求に応じてWebサーバ120からWebページを取得して、取得したWebページの描画結果としての画像データを生成するクラウドシステムである。画像生成システム200がWebページの描画結果を通信端末110に送信すると、通信端末110は画像生成システム200から受信した描画結果を画面に表示する。さらに通信端末110は描画結果が表示される画面に対するタッチ操作を検出した場合に、タッチした位置の座標情報を画像生成システム200に送信する。 Next, an example of the overall configuration of the information processing system according to the present embodiment will be described with reference to FIG. In this system, the image generation system 200 including the virtual machine 100 and the gateway 201, the communication terminal 110, and the Web server 120 can communicate with each other via a network. The image generation system 200 is a cloud system that acquires a Web page from the Web server 120 in response to a request from the communication terminal 110 and generates image data as a drawing result of the acquired Web page. When the image generation system 200 transmits the drawing result of the Web page to the communication terminal 110, the communication terminal 110 displays the drawing result received from the image generation system 200 on the screen. Further, when the communication terminal 110 detects a touch operation on the screen on which the drawing result is displayed, the communication terminal 110 transmits the coordinate information of the touched position to the image generation system 200.

ゲートウェイ201は、インターネット等のネットワークに接続して、通信端末110と仮想マシン100との通信、及びWebサーバ120と仮想マシン100との通信を制御する。図2の例では画像生成システム200は、1台の仮想マシン100により構成されているが、負荷分散可能なようにロードバランサを配置して、複数台の仮想マシンにより構成されてもよい。 The gateway 201 connects to a network such as the Internet and controls communication between the communication terminal 110 and the virtual machine 100, and communication between the Web server 120 and the virtual machine 100. In the example of FIG. 2, the image generation system 200 is configured by one virtual machine 100, but a load balancer may be arranged so that the load can be distributed, and the image generation system 200 may be configured by a plurality of virtual machines.

仮想マシン100は、Webサーバ120から受信したWebページを解釈する処理を行って、その処理結果を通信端末110に送信する。本実施形態において仮想マシン100は、ブラウザ202及び命令送信部203としての機能を有する。
ブラウザ202は、Webページを解釈する処理を行って通信端末110の画面に表示するための画像データ(描画結果)を生成する。また本実施形態においてブラウザ202は、通信端末110においてWebページに関する所定の操作が行われたと判定した場合、送信すべき実行命令を取得する。ここでブラウザ202は、Webページに含まれる所定の要素の表示位置が押下された場合に、所定の操作が行われたと判定する。ここでいう所定の要素は、disable属性やreadonly属性等の所定の属性が付与された、<button>要素や<input>要素等のユーザインタフェースの要素である。ブラウザ202は、通信端末110から座標情報を受信した場合に、受信した座標情報と所定の要素の座標情報とを比較することにより、所定の操作が行われたか否かを判定する。所定の操作が行われたと判定された場合にブラウザ202は、当該所定の操作に関連付く実行命令を取得する。操作の内容と、実行命令の内容とは、命令テーブル204により関連付けられている。ブラウザ202は、ROM102に記憶される命令テーブル204を読み出して、操作の内容に関連付く実行命令を取得する。その後命令送信部203は、ブラウザ202が描画結果を生成する処理を行う前に実行命令を送信する処理を行う。即ち仮想マシン100は、Webページの描画結果よりも命令情報を優先的に送信する。
The virtual machine 100 performs a process of interpreting a Web page received from the Web server 120, and transmits the process result to the communication terminal 110. In the present embodiment, the virtual machine 100 has functions as a browser 202 and a command transmission unit 203.
The browser 202 performs a process of interpreting a Web page and generates image data (drawing result) to be displayed on the screen of the communication terminal 110. Further, in the present embodiment, the browser 202 acquires an execution command to be transmitted when it is determined that a predetermined operation related to the Web page has been performed on the communication terminal 110. Here, the browser 202 determines that the predetermined operation has been performed when the display position of the predetermined element included in the Web page is pressed. The predetermined element here is a user interface element such as a <button> element or an <input> element to which a predetermined attribute such as a diskable attribute or a ready attribute is added. When the coordinate information is received from the communication terminal 110, the browser 202 determines whether or not the predetermined operation has been performed by comparing the received coordinate information with the coordinate information of the predetermined element. When it is determined that the predetermined operation has been performed, the browser 202 acquires the execution instruction associated with the predetermined operation. The content of the operation and the content of the execution instruction are related by the instruction table 204. The browser 202 reads the instruction table 204 stored in the ROM 102 and acquires an execution instruction related to the content of the operation. After that, the command transmission unit 203 performs a process of transmitting an execution command before the browser 202 performs a process of generating a drawing result. That is, the virtual machine 100 preferentially transmits the instruction information over the drawing result of the Web page.

次に情報処理システムで実行される処理の流れについて説明する。図3は、本実施形態に係る通信端末110の処理の流れを示すフローチャートである。図3のフローチャートの処理は、通信端末110のCPU111がROM112に記憶されたプログラムをRAM113に読み出して実行することにより実現される。以下の説明では、各工程(ステップ)について先頭にSを付けて表記することで、工程(ステップ)の表記を省略する。フローチャートにて示す処理内容は、例えばユーザが閲覧を希望するWebページのURLを入力した場合に開始する。 Next, the flow of processing executed in the information processing system will be described. FIG. 3 is a flowchart showing a processing flow of the communication terminal 110 according to the present embodiment. The processing of the flowchart of FIG. 3 is realized by the CPU 111 of the communication terminal 110 reading the program stored in the ROM 112 into the RAM 113 and executing the program. In the following description, the notation of the process (step) is omitted by adding S at the beginning of each process (step). The processing content shown in the flowchart starts when, for example, the user inputs the URL of the Web page desired to be viewed.

まずS301において、通信端末110は、入力されたWebページのURLを仮想マシン100へ送信する。その後S302において、通信端末110は、仮想マシン100から受信したWebページの描画結果を表示する。これによりWebページに含まれるユーザインタフェース(表示アイテム)が画面に表示される。なお本実施形態のWebページには、動画が含まれているとする。
次にS303において、通信端末110は、画面表示を終了するか否かを判定する。通信端末110が画面表示を終了すると判定した場合、仮想マシン100に表示終了指示を送信して、本フローチャートの処理が終了する。通信端末110が画面表示を終了しないと判定した場合、処理はS304へ進む。
S304において、通信端末110は、ユーザにより画面が押下されたか否かを判定する。通信端末110が画面が押下されたと判定した場合(S304のYes)、通信端末110は押下された位置の座標情報を算出して、仮想マシン100へ送信する(S305)。一方で、通信端末110が画面が押下されていないと判定した場合(S304のNo)、処理はS306へ進む。
First, in S301, the communication terminal 110 transmits the URL of the input Web page to the virtual machine 100. After that, in S302, the communication terminal 110 displays the drawing result of the Web page received from the virtual machine 100. As a result, the user interface (display item) included in the Web page is displayed on the screen. It is assumed that the Web page of this embodiment contains a moving image.
Next, in S303, the communication terminal 110 determines whether or not to end the screen display. When it is determined that the communication terminal 110 ends the screen display, the display end instruction is transmitted to the virtual machine 100, and the processing of this flowchart ends. If it is determined that the communication terminal 110 does not end the screen display, the process proceeds to S304.
In S304, the communication terminal 110 determines whether or not the screen has been pressed by the user. When the communication terminal 110 determines that the screen has been pressed (Yes in S304), the communication terminal 110 calculates the coordinate information of the pressed position and transmits it to the virtual machine 100 (S305). On the other hand, when the communication terminal 110 determines that the screen is not pressed (No in S304), the process proceeds to S306.

次にS306において、通信端末110は、仮想マシン100から情報を受信したか否か判定する。通信端末110が情報を受信したと判定した場合(S306のYes)、通信端末110はその情報が実行命令であるか否か判定する(S307)。一方で、通信端末110が情報を受信していないと判定した場合(S306のNo)、処理はS304に戻る。
続いて、S307の判定の結果、通信端末110が受信した情報が実行命令であると判定した場合(S307のYes)、通信端末110はその実行命令に従った処理を行う(S308)。例えば通信端末110は音声出力装置を用いて音を鳴動する。
一方で、S307の判定の結果、通信端末110が受信した情報が実行命令ではないと判定した場合(S307のNo)、その情報がWebページの描画結果であると判断し、処理はS302に戻る。本実施形態では、動画における次フレームが画面に表示される。
Next, in S306, the communication terminal 110 determines whether or not information has been received from the virtual machine 100. When it is determined that the communication terminal 110 has received the information (Yes in S306), the communication terminal 110 determines whether or not the information is an execution command (S307). On the other hand, when it is determined that the communication terminal 110 has not received the information (No in S306), the process returns to S304.
Subsequently, as a result of the determination in S307, when it is determined that the information received by the communication terminal 110 is an execution command (Yes in S307), the communication terminal 110 performs processing according to the execution command (S308). For example, the communication terminal 110 uses a voice output device to make a sound.
On the other hand, as a result of the determination of S307, when it is determined that the information received by the communication terminal 110 is not an execution command (No of S307), it is determined that the information is the drawing result of the Web page, and the process returns to S302. .. In the present embodiment, the next frame in the moving image is displayed on the screen.

以上のような通信端末110の処理によれば、ユーザがWebページに関する所定の操作を行った場合に、画面の表示が更新されるのを待つことなく、当該操作に対応する処理が速やかに実行される。即ちクラウド上のブラウザを利用する際の、操作に対応するレスポンスの遅延が抑制されて、ユーザを困惑させてしまうことがなくなる。 According to the processing of the communication terminal 110 as described above, when the user performs a predetermined operation related to the Web page, the processing corresponding to the operation is promptly executed without waiting for the screen display to be updated. Will be done. That is, when using a browser on the cloud, the delay in the response corresponding to the operation is suppressed, and the user is not confused.

図4は、本実施形態に係る仮想マシン100の処理の流れを示すフローチャートである。図4のフローチャートの処理は、仮想マシン100のCPU101がROM102に記憶されたプログラムをRAM103に読み出して実行することにより実現される。
まずS401において、仮想マシン100は、通信端末110からURLを受信する。
次にS402において、仮想マシン100は、S401で受信したURLのWebページをWebサーバ120から取得する。ここで、WebページはHTML文書、JavaScript(登録商標)、CSSファイル、外部フォント、画像、動画等を含む。仮想マシン100は、通信端末110から受信したURLが示すWebページの描画結果を通信端末110に送信する。
次にS403において、仮想マシン100は、S402で取得したWebページを解釈する処理を行う。仮想マシン100は、通信端末110に送信したWebページに対する通信端末110における操作を示す情報を取得し、当該情報に基づいて処理を決定する。例えば、仮想マシン100は、通信端末110における操作を示す情報に基づいて、Webページの描画の更新が必要か否かを判断する。
次にS404において、仮想マシン100は、通信端末110から押下された画面上の位置を示す座標情報(位置情報)を受信したか否か判定する。仮想マシン100が座標情報を受信したと判定した場合(S404のYes)、仮想マシン100は受信した座標情報に基づいて通信端末110において所定の操作があったか否か判定する(S405)。一方で、仮想マシン100が座標情報を受信していないと判定した場合(S404のNo)、処理はS407に進む。
FIG. 4 is a flowchart showing a processing flow of the virtual machine 100 according to the present embodiment. The processing of the flowchart of FIG. 4 is realized by the CPU 101 of the virtual machine 100 reading the program stored in the ROM 102 into the RAM 103 and executing the program.
First, in S401, the virtual machine 100 receives a URL from the communication terminal 110.
Next, in S402, the virtual machine 100 acquires the Web page of the URL received in S401 from the Web server 120. Here, the Web page includes an HTML document, Javascript (registered trademark), a CSS file, an external font, an image, a moving image, and the like. The virtual machine 100 transmits the drawing result of the Web page indicated by the URL received from the communication terminal 110 to the communication terminal 110.
Next, in S403, the virtual machine 100 performs a process of interpreting the Web page acquired in S402. The virtual machine 100 acquires information indicating an operation in the communication terminal 110 for a Web page transmitted to the communication terminal 110, and determines a process based on the information. For example, the virtual machine 100 determines whether or not it is necessary to update the drawing of the Web page based on the information indicating the operation in the communication terminal 110.
Next, in S404, the virtual machine 100 determines whether or not the coordinate information (position information) indicating the pressed position on the screen has been received from the communication terminal 110. When it is determined that the virtual machine 100 has received the coordinate information (Yes in S404), the virtual machine 100 determines whether or not a predetermined operation has been performed in the communication terminal 110 based on the received coordinate information (S405). On the other hand, when it is determined that the virtual machine 100 has not received the coordinate information (No in S404), the process proceeds to S407.

ここでS405の処理について、図5にWebページの例を示して具体的に説明する。図5(A)はWebページを構成するHTMLファイルの記述例を示す図である。図5(B)は図5(A)のHTMLファイルを処理した際に生成される描画結果を示す図である。図5(B)の描画結果には、2つのボタン511、512と、動画が再生される動画領域513が含まれる。
図5(A)の記述コード501は、disable属性が付与された<button>要素を示し、図5(B)のボタン511に対応している。図5(A)の記述コード502は、disable属性が付与されていない<button>要素を示し、図5(B)のボタン512に対応している。図5(A)の記述コード503は、<video>要素を示し、図5(B)の動画領域513に対応している。
Here, the process of S405 will be specifically described by showing an example of a Web page in FIG. FIG. 5A is a diagram showing a description example of an HTML file constituting a Web page. FIG. 5B is a diagram showing a drawing result generated when the HTML file of FIG. 5A is processed. The drawing result of FIG. 5B includes two buttons 511 and 512 and a moving image area 513 in which the moving image is played.
The description code 501 of FIG. 5 (A) indicates a <button> element to which the diskable attribute is added, and corresponds to the button 511 of FIG. 5 (B). The description code 502 in FIG. 5 (A) indicates a <button> element to which the diskable attribute is not added, and corresponds to the button 512 in FIG. 5 (B). The description code 503 in FIG. 5 (A) indicates a <video> element, and corresponds to the moving image region 513 in FIG. 5 (B).

続いて、図6に命令テーブル204の例を示す。命令テーブル204では、Webページに関する操作内容601を示す「Web page process」と、通信端末110で実行可能な命令情報602を示す「Device API」とが関連付けられている。例えば、“Push disable element”と“beep01()”が関連付けられているので、ユーザがdisable属性を付与された要素に基づく表示アイテムを押下した場合、通信端末110にて音(beep01)が鳴動することがわかる。即ち、仮想マシン100は、押下が有効ではないエレメントに対して押下が通信端末110において検出された場合、エラーを示す音(beep01)を出力する処理を通信端末110に指示する。図5の例では、ユーザが画面上のボタン511を押下した場合に、通信端末110から音が鳴動される。同様に、“Push readonly element”と“beep02()”が関連付けられているので、ユーザがreadonly属性を付与された要素に基づく表示アイテムを押下した場合、通信端末110にて音(beep02)が鳴動することがわかる。即ち、仮想マシン100は、読み込みのみが許可されたエレメントに対して押下が通信端末110において検出された場合、エラーを示す音(beep02)を出力する処理を通信端末110に指示する。なお命令情報602は、音の鳴動に限られず、通信端末110で実行可能な実行命令であれば、光の点灯等でもよい。 Subsequently, FIG. 6 shows an example of the instruction table 204. In the instruction table 204, the "Web process process" indicating the operation content 601 related to the Web page and the "Device API" indicating the instruction information 602 that can be executed by the communication terminal 110 are associated with each other. For example, since "Push diskeelement" and "beep01 ()" are associated with each other, when the user presses a display item based on an element to which the diskable attribute is given, a sound (beep01) is sounded on the communication terminal 110. You can see that. That is, the virtual machine 100 instructs the communication terminal 110 to output a sound (beep01) indicating an error when the press is detected in the communication terminal 110 for an element for which the press is not valid. In the example of FIG. 5, when the user presses the button 511 on the screen, a sound is emitted from the communication terminal 110. Similarly, since "Push readonly element" and "beep02 ()" are associated with each other, when the user presses a display item based on an element to which the readonly attribute is given, a sound (beep02) is sounded on the communication terminal 110. You can see that it does. That is, the virtual machine 100 instructs the communication terminal 110 to output a sound (beep02) indicating an error when the communication terminal 110 detects a press on an element for which only reading is permitted. The instruction information 602 is not limited to the sounding, and may be lighting or the like as long as it is an execution instruction that can be executed by the communication terminal 110.

図4の説明に戻る。S405で仮想マシン100は、命令テーブル204に登録される操作があったか否かを判定する。図5及び図6の例では、仮想マシン100はボタン511が押下されたか否かを判定する。仮想マシン100が命令テーブル204に登録される操作があったと判定した場合(S405のYes)、所定の操作があったとして、仮想マシン100は命令テーブル204から当該操作に関連付く実行命令を取得する。図5及び図6の例では、仮想マシン100は実行命令“beep01()”を取得する。その後仮想マシン100は取得した実行命令を通信端末110に送信する(S406)。この場合には通信端末110の処理フローにて、S307で受信した情報が実行すべき命令と判断され、S306にて実行命令“beep01()”が実行される。 Returning to the description of FIG. In S405, the virtual machine 100 determines whether or not there is an operation registered in the instruction table 204. In the examples of FIGS. 5 and 6, the virtual machine 100 determines whether or not the button 511 is pressed. When it is determined that the virtual machine 100 has an operation registered in the instruction table 204 (Yes in S405), the virtual machine 100 acquires an execution instruction related to the operation from the instruction table 204, assuming that the predetermined operation has been performed. .. In the examples of FIGS. 5 and 6, the virtual machine 100 acquires the execution instruction “beep01 ()”. After that, the virtual machine 100 transmits the acquired execution instruction to the communication terminal 110 (S406). In this case, in the processing flow of the communication terminal 110, it is determined that the information received in S307 is an instruction to be executed, and the execution instruction "beep01 ()" is executed in S306.

なお本実施形態において仮想マシン100は、実行命令を通信端末110に送信するが、ユーザが押下した要素名と当該要素名に付与されている属性とを命令情報として通信端末110に送信してもよい。その場合には、通信端末110が受信した命令情報に基づいて実行すべき命令が存在するか否かを判定し、実行すべき命令が存在する場合には、当該命令を実行する。実行すべき命令が存在するか否かの判定には、通信端末110側に記憶される命令テーブルが用いられる。 In the present embodiment, the virtual machine 100 transmits an execution command to the communication terminal 110, but even if the element name pressed by the user and the attribute given to the element name are transmitted to the communication terminal 110 as command information. good. In that case, it is determined whether or not there is an instruction to be executed based on the instruction information received by the communication terminal 110, and if there is an instruction to be executed, the instruction is executed. The instruction table stored in the communication terminal 110 side is used to determine whether or not there is an instruction to be executed.

続いてS407において、仮想マシン100は、Webページの解釈する処理が終了したか否か判定する。仮想マシン100が解釈する処理が終了したと判定した場合(S407のYes)、仮想マシン100はWebページの描画結果を生成し(S408)、描画結果を通信端末110へ送信する(S409)。仮想マシン100は、Webページに対する通信端末110における操作を示す情報が示す操作に応じてWebページの描画を更新する。この場合には通信端末110の処理フローにて、S302で画面にWebページの描画結果が表示される。即ち、仮想マシン100は、更新した描画結果を通信端末110に送信する。一方で、仮想マシン100が解釈する処理が終了してないと判定した場合(S407のNo)、処理はS403に戻る。このように、仮想マシン100は、Webページに対する通信端末110における操作を示す情報を取得し、それに応じて更新したWebページの描画結果の送信より優先して、通信端末110に操作に応じた処理の指示を送信する。
続いてS410において、仮想マシン100は、通信端末110から表示終了指示を受信したか否かを判定する。仮想マシン100が表示終了指示を受信したと判定した場合(S410のYes)、本フローチャートの処理が終了する。仮想マシン100が表示終了指示を受信していないと判定した場合(S410のNo)、処理はS403に戻る。
Subsequently, in S407, the virtual machine 100 determines whether or not the process of interpreting the Web page is completed. When it is determined that the process to be interpreted by the virtual machine 100 is completed (Yes in S407), the virtual machine 100 generates a drawing result of the Web page (S408) and transmits the drawing result to the communication terminal 110 (S409). The virtual machine 100 updates the drawing of the Web page according to the operation indicated by the information indicating the operation of the communication terminal 110 for the Web page. In this case, in the processing flow of the communication terminal 110, the drawing result of the Web page is displayed on the screen in S302. That is, the virtual machine 100 transmits the updated drawing result to the communication terminal 110. On the other hand, when it is determined that the process to be interpreted by the virtual machine 100 is not completed (No in S407), the process returns to S403. In this way, the virtual machine 100 acquires the information indicating the operation of the communication terminal 110 for the Web page, and gives priority to the transmission of the drawing result of the Web page updated accordingly, and processes the communication terminal 110 according to the operation. Send instructions.
Subsequently, in S410, the virtual machine 100 determines whether or not the display end instruction has been received from the communication terminal 110. When it is determined that the virtual machine 100 has received the display end instruction (Yes in S410), the processing of this flowchart ends. When it is determined that the virtual machine 100 has not received the display end instruction (No in S410), the process returns to S403.

以上のような第1の実施形態によれば、Webページの描画結果に先行して通信端末110で実行すべき命令が通信端末110に通知される。これによりユーザが特定のボタンを押下した場合に、例えば、動画における次のフレームが表示されるのを待つことなく音が鳴動し、ユーザに特定のボタンが押下不可である旨を速やかに通知することができる。即ち仮想マシン100は、ユーザが通信端末110の画面を操作する場合に、ユーザが通信端末110に組み込まれたブラウザを操作しているかのような画面表示、音の出力を行うことができる。従ってクラウド上のブラウザを利用する際のユーザの利便性を向上させることができる。 According to the first embodiment as described above, the communication terminal 110 is notified of an instruction to be executed by the communication terminal 110 prior to the drawing result of the Web page. As a result, when the user presses a specific button, for example, a sound is emitted without waiting for the next frame in the video to be displayed, and the user is promptly notified that the specific button cannot be pressed. be able to. That is, when the user operates the screen of the communication terminal 110, the virtual machine 100 can display the screen and output the sound as if the user is operating the browser incorporated in the communication terminal 110. Therefore, it is possible to improve the convenience of the user when using the browser on the cloud.

<第2の実施形態>
上述の第1の実施形態では、仮想マシン100が通信端末110で実行可能な実行命令を取得した場合に、当該実行命令を通信端末110に即時送信する例について説明した。ここで通信端末110と画像生成システム200をつなぐ通信帯域が逼迫している場合、遅延が許容されない実行命令を優先的に送信することが必要となる。例えば、ユーザがWebページのユーザインタフェースを操作した際の音の鳴動が遅延すると、ユーザを困惑させることが多い。一方で、ユーザがWebページ内の印刷実行ボタンを押下してから印刷が開始されるまで数100ms(ミリ秒)必要だったとしても、ユーザを困惑させることは少ない。そこで第2の実施形態では、ユーザの操作に連動する必要のある命令を、ユーザの操作に連動する必要のない命令よりも優先的に送信する例について説明する。本実施形態における構成は図1A、図1B及び図2と同様である。また本実施形態で実行される通信端末110の処理フローは図3と同様である。従って本実施形態において、第1の実施形態と同様の部分の説明は省略する。
<Second embodiment>
In the first embodiment described above, when the virtual machine 100 acquires an execution instruction that can be executed by the communication terminal 110, an example of immediately transmitting the execution instruction to the communication terminal 110 has been described. Here, when the communication band connecting the communication terminal 110 and the image generation system 200 is tight, it is necessary to preferentially transmit an execution instruction whose delay cannot be tolerated. For example, if the sound is delayed when the user operates the user interface of the Web page, the user is often confused. On the other hand, even if it takes several hundred ms (milliseconds) from the time when the user presses the print execution button in the Web page until the start of printing, it does not confuse the user. Therefore, in the second embodiment, an example of transmitting an instruction that needs to be linked to the user's operation with priority over an instruction that does not need to be linked to the user's operation will be described. The configuration in this embodiment is the same as in FIGS. 1A, 1B and 2. The processing flow of the communication terminal 110 executed in this embodiment is the same as that in FIG. Therefore, in the present embodiment, the description of the same part as that of the first embodiment will be omitted.

図7は、本実施形態に係る仮想マシン100の処理の流れを示すフローチャートである。なお図7のフローチャートは、図3のS406をS701~S703に置き換えたフローチャートである。従ってS701~S703について説明し、他の工程(ステップ)の説明を省略する。
まず、図8にWebページの例を示して具体的に説明する。図8(A)はWebページを構成するHTMLファイルの記述例を示す図である。図8(B)は図8(A)のHTMLファイルを処理した際に生成される描画結果を示す図である。図8(B)の描画結果は、図5(B)と同様である。図8(A)と図5(A)の相違点は、記述コード502が記述コード801に置き換えられている点である。図8(A)の記述コード801は、イベントハンドラに“print()”が登録されている<button>要素を示し、図8(B)のボタン512に対応している。ボタン512は、通信端末110に印刷の実行を指示する印刷実行ボタンである。
FIG. 7 is a flowchart showing a processing flow of the virtual machine 100 according to the present embodiment. The flowchart of FIG. 7 is a flowchart in which S406 of FIG. 3 is replaced with S701 to S703. Therefore, S701 to S703 will be described, and the description of other steps (steps) will be omitted.
First, FIG. 8 shows an example of a Web page and explains it concretely. FIG. 8A is a diagram showing a description example of an HTML file constituting a Web page. FIG. 8B is a diagram showing a drawing result generated when the HTML file of FIG. 8A is processed. The drawing result of FIG. 8B is the same as that of FIG. 5B. The difference between FIG. 8A and FIG. 5A is that the description code 502 is replaced with the description code 801. The description code 801 of FIG. 8A indicates a <button> element in which "print ()" is registered in the event handler, and corresponds to the button 512 of FIG. 8B. The button 512 is a print execution button that instructs the communication terminal 110 to execute printing.

続いて、図9に命令テーブル204の例を示す。図9と図6との第1の相違点は、“Perform print()”と“print()”とが関連付けられるデータが追加されている点である。このデータの追加により、ユーザが印刷実行ボタンを押下した場合に、通信端末110にて印刷の実行が行われる。
ここで、ユーザのボタン操作から音が鳴動するまでの時間に遅延が生じると、ユーザが困惑することが多い。即ち音の鳴動は、ユーザの操作に連動する必要のある処理である。このような処理の実行命令を第1の命令情報と称する。第1の命令情報としては、音の鳴動の他に、光の点灯等が挙げられる。一方で、ユーザが印刷実行ボタンを押下してから印刷の実行が開始されるまでの時間に遅延が生じしても、ユーザが困惑することは少ない。即ち印刷は、ユーザの操作に連動する必要のない処理である。このような処理の実行命令を第2の命令情報と称する。第2の命令情報としては、印刷の他に、スキャン、通信端末110の設定変更等が挙げられる。
Subsequently, FIG. 9 shows an example of the instruction table 204. The first difference between FIGS. 9 and 6 is that data associated with "Perform print ()" and "print ()" is added. By adding this data, when the user presses the print execution button, printing is executed on the communication terminal 110.
Here, if there is a delay in the time from the user's button operation to the sounding, the user is often confused. That is, the sounding is a process that needs to be linked to the user's operation. The execution instruction of such a process is referred to as the first instruction information. As the first command information, in addition to the sounding, lighting of light and the like can be mentioned. On the other hand, even if there is a delay in the time from when the user presses the print execution button to when the print execution is started, the user is less likely to be confused. That is, printing is a process that does not need to be linked to the user's operation. The execution instruction of such a process is referred to as a second instruction information. The second command information includes scanning, changing the setting of the communication terminal 110, and the like, in addition to printing.

また図9と図6との第2の相違点は、遅延時間901を示す項目「Delay」が更に関連付けられている点である。遅延時間901は、実行命令が取得されてから送信されるまでの時間を指定するための時間情報である。例えば「Delay」が0msに指定されている場合、仮想マシン100はその実行命令を取得後直ちに送信する。また、「Delay」が500msに指定されている場合、仮想マシン100は、その実行命令を取得してから500ミリ秒経過後に送信する。本実施形態では、第1の命令情報の遅延時間901を第2の命令情報の遅延時間901よりも短くする。即ち仮想マシン100は、第1の命令情報を第2の命令情報よりも優先的に送信する。なお命令テーブル204に設定される情報は、送信すべき命令情報が複数ある場合に送信順序を決定可能な情報であれば、遅延時間901に限られない。 The second difference between FIG. 9 and FIG. 6 is that the item “Delay” indicating the delay time 901 is further associated. The delay time 901 is time information for designating the time from the acquisition of the execution instruction to the transmission. For example, when "Delay" is specified in 0 ms, the virtual machine 100 transmits the execution instruction immediately after acquisition. Further, when "Delay" is specified for 500 ms, the virtual machine 100 transmits the execution command 500 milliseconds after the acquisition of the execution command. In the present embodiment, the delay time 901 of the first command information is made shorter than the delay time 901 of the second command information. That is, the virtual machine 100 transmits the first instruction information with priority over the second instruction information. The information set in the instruction table 204 is not limited to the delay time 901 as long as the information can determine the transmission order when there are a plurality of instruction information to be transmitted.

まずS701で、仮想マシン100は、命令テーブル204から取得した実行命令を送信するジョブである命令送信ジョブをタイマーに登録する。ここで仮想マシン100は、その実行命令の遅延時間901を命令テーブル204から取得してタイマーに登録する。例えば、“Perform print()”は「Delay」が500msであるため、500ミリ秒経過後に実行命令“print()”を送信するように登録される。
次にS702で、仮想マシン100は、命令送信ジョブの登録からの経過時間が指定時間に達したか否かを判定する。経過時間が指定時間に達したと判定された場合(S702のYes)、仮想マシン100は該当する命令送信ジョブを実行し(S703)、その後処理はS407に進む。一方で、経過時間が指定時間に達していないと判定された場合(S702のNo)、処理はS407に進む。
First, in S701, the virtual machine 100 registers an instruction transmission job, which is a job for transmitting an execution instruction acquired from the instruction table 204, in the timer. Here, the virtual machine 100 acquires the delay time 901 of the execution instruction from the instruction table 204 and registers it in the timer. For example, since "Delay" is 500 ms, "Perform print ()" is registered to transmit the execution instruction "print ()" after 500 milliseconds have elapsed.
Next, in S702, the virtual machine 100 determines whether or not the elapsed time from the registration of the instruction transmission job has reached the designated time. When it is determined that the elapsed time has reached the designated time (Yes in S702), the virtual machine 100 executes the corresponding instruction transmission job (S703), and then the process proceeds to S407. On the other hand, if it is determined that the elapsed time has not reached the designated time (No in S702), the process proceeds to S407.

以上のような第2の実施形態によれば、ユーザの操作に連動する必要のある実行命令とユーザの操作に連動する必要のない実行命令とが、ほぼ同時に発生した場合、連動の必要のある実行命令を、連動の必要のない実行命令よりも優先的に送信することができる。従って、通信端末110と画像生成システム200をつなぐ通信帯域が逼迫していても、通信端末110にてユーザが特定のボタンを押下した場合に遅延することなく音が鳴動し、ユーザに特定のボタンが押下不可である旨を速やかに通知することができる。即ち第1の実施形態と同様に、クラウド上のブラウザを利用する際のユーザの利便性を向上させることができる。 According to the second embodiment as described above, when the execution instruction that needs to be linked to the user's operation and the execution instruction that does not need to be linked to the user's operation occur almost at the same time, it is necessary to link them. Execution instructions can be sent with priority over execution instructions that do not need to be linked. Therefore, even if the communication band connecting the communication terminal 110 and the image generation system 200 is tight, when the user presses a specific button on the communication terminal 110, a sound is sounded without delay and the user can press the specific button. Can be promptly notified that is not pressable. That is, as in the first embodiment, it is possible to improve the convenience of the user when using the browser on the cloud.

なお第2の実施形態の変形例として、図7では描画生成処理(S408)が、指定時間の経過後に開始されるが、命令送信ジョブのタイマー登録と同時、又はタイマー登録から所定時間経過後に開始されてもよい。これによりできる限り早く描画結果を通信端末110に送信することが可能になる。 As a modification of the second embodiment, in FIG. 7, the drawing generation process (S408) is started after the lapse of the designated time, but is started at the same time as the timer registration of the instruction transmission job or after the lapse of a predetermined time from the timer registration. May be done. This makes it possible to transmit the drawing result to the communication terminal 110 as soon as possible.

以上、本発明を各実施形態と共に説明したが、上記実施形態は本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。 Although the present invention has been described above with each embodiment, the above-described embodiment is merely an example of the embodiment of the present invention, and the technical scope of the present invention is limitedly interpreted by these. It should not be. That is, the present invention can be implemented in various forms without departing from the technical idea or its main features.

(その他の実施形態)
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
(Other embodiments)
The present invention supplies a program that realizes one or more functions of the above-described embodiment to a system or device via a network or storage medium, and one or more processors in the computer of the system or device reads and executes the program. It can also be realized by the processing to be performed. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

100:仮想マシン100:通信端末、120:Webサーバ、200:画像生成システム、202:ブラウザ、203:命令送信部、204:命令テーブル 100: Virtual machine 100: Communication terminal, 120: Web server, 200: Image generation system, 202: Browser, 203: Command transmitter, 204: Command table

Claims (16)

通信端末と通信可能な情報処理装置であって、
Webページの描画結果を前記通信端末に送信する第1の送信手段と、
前記第1の送信手段により送信された前記Webページに対する前記通信端末における操作を示す情報を取得する取得手段と、
前記取得手段より取得された前記情報が示す操作に応じて前記Webページの描画を更新し、更新した描画結果を前記通信端末に送信する第2の送信手段と、
前記取得手段より取得された前記情報が示す操作に応じた処理の指示を、前記第2の送信手段による前記更新した描画結果の送信より優先して前記通信端末に送信する第3の送信手段と、
を有することを特徴とする情報処理装置。
An information processing device that can communicate with a communication terminal.
A first transmission means for transmitting the drawing result of the Web page to the communication terminal,
An acquisition means for acquiring information indicating an operation in the communication terminal for the Web page transmitted by the first transmission means, and an acquisition means.
A second transmission means that updates the drawing of the Web page according to the operation indicated by the information acquired from the acquisition means and transmits the updated drawing result to the communication terminal.
A third transmission means for transmitting the processing instruction according to the operation indicated by the information acquired from the acquisition means to the communication terminal in preference to the transmission of the updated drawing result by the second transmission means. ,
An information processing device characterized by having.
通信端末と通信可能な情報処理装置であって、
Web情報を取得する取得手段と、
前記Web情報を解釈する処理を行う処理手段と、
前記処理手段による処理結果を前記通信端末に送信する送信手段と、を有し、
前記送信手段は、前記処理手段により前記通信端末で実行可能な命令情報が取得された場合に、前記処理手段により生成される前記通信端末に表示させる画像データよりも前記命令情報を優先的に送信する
ことを特徴とする情報処理装置。
An information processing device that can communicate with a communication terminal.
Acquisition method for acquiring Web information and
A processing means for interpreting the Web information and
It has a transmission means for transmitting the processing result by the processing means to the communication terminal.
When the processing means acquires command information that can be executed by the communication terminal, the transmitting means preferentially transmits the command information over the image data to be displayed on the communication terminal generated by the processing means. An information processing device characterized by doing so.
前記処理手段は、前記通信端末において前記Web情報に関する所定の操作があった場合に、前記命令情報を取得することを特徴とする請求項2に記載の情報処理装置。 The information processing apparatus according to claim 2, wherein the processing means acquires the command information when a predetermined operation regarding the Web information is performed on the communication terminal. 前記所定の操作の内容と、前記命令情報とを関連付けて記憶する記憶手段を更に有し、
前記処理手段は、前記所定の操作があった場合に、前記所定の操作に関連付く前記命令情報を取得することを特徴とする請求項3に記載の情報処理装置。
Further having a storage means for storing the contents of the predetermined operation in association with the command information.
The information processing apparatus according to claim 3, wherein the processing means acquires the command information related to the predetermined operation when the predetermined operation is performed.
前記所定の操作が、前記Web情報に含まれる所定の要素に基づく表示アイテムに対する操作であることを特徴とする請求項3又は4に記載の情報処理装置。 The information processing apparatus according to claim 3 or 4, wherein the predetermined operation is an operation for a display item based on a predetermined element included in the Web information. 前記画像データが表示される画面に対して操作された位置情報を、前記通信端末から受信する受信手段を更に有し、
前記処理手段は、前記受信手段により受信した位置情報と前記Web情報に含まれる所定の要素の位置情報とに基づいて、前記表示アイテムに対する操作があったか否かを判定することを特徴とする請求項5に記載の情報処理装置。
Further having a receiving means for receiving the position information operated with respect to the screen on which the image data is displayed from the communication terminal.
The processing means is characterized in that it determines whether or not there has been an operation on the display item based on the position information received by the receiving means and the position information of a predetermined element included in the Web information. The information processing apparatus according to 5.
前記送信手段は、前記所定の操作に連動して実行される必要のある処理の前記命令情報である第1の命令情報を、前記所定の操作に連動して実行される必要のない処理の前記命令情報である第2の命令情報よりも優先的に送信することを特徴とする請求項3に記載の情報処理装置。 The transmitting means said that the first instruction information, which is the instruction information of the processing that needs to be executed in conjunction with the predetermined operation, does not need to be executed in conjunction with the predetermined operation. The information processing apparatus according to claim 3, wherein the information processing apparatus is characterized in that it is transmitted with priority over the second instruction information which is instruction information. 前記所定の操作の内容と、前記命令情報と、前記命令情報が取得されてから送信されるまでの時間を指定する時間情報とを関連付けて記憶する記憶手段を更に有し、
前記第1の命令情報の前記時間情報が、前記第2の命令情報の前記時間情報よりも短くなっており、
前記処理手段は、前記所定の操作があった場合に、前記所定の操作に関連付く前記命令情報と前記時間情報とを取得し、
前記送信手段は、前記時間情報に基づいて前記第2の命令情報を前記第1の命令情報よりも遅延させて送信することを特徴とする請求項7に記載の情報処理装置。
Further having a storage means for storing the contents of the predetermined operation, the command information, and the time information for designating the time from the acquisition of the command information to the transmission thereof.
The time information of the first command information is shorter than the time information of the second command information.
The processing means acquires the command information and the time information related to the predetermined operation when the predetermined operation is performed.
The information processing apparatus according to claim 7, wherein the transmission means transmits the second command information later than the first command information based on the time information.
前記第1の命令情報が、音の鳴動、及び光の点灯のうちの少なくとも何れか1つの命令情報であることを特徴とする請求項7又は8に記載の情報処理装置。 The information processing apparatus according to claim 7, wherein the first instruction information is at least one instruction information of ringing a sound and lighting a light. 前記第2の命令情報が、印刷、スキャン、及び前記通信端末の設定変更のうちの少なくとも何れか1つの命令情報であることを特徴とする請求項7乃至9の何れか1項に記載の情報処理装置。 The information according to any one of claims 7 to 9, wherein the second instruction information is at least one instruction information of printing, scanning, and setting change of the communication terminal. Processing equipment. 前記Web情報が、HTML文書を含むことを特徴とする請求項5又は6に記載の情報処理装置。 The information processing apparatus according to claim 5 or 6, wherein the Web information includes an HTML document. 前記所定の要素が、前記HTML文書の所定の属性が付与された要素であることを特徴とする請求項11に記載の情報処理装置。 The information processing apparatus according to claim 11, wherein the predetermined element is an element to which a predetermined attribute of the HTML document is given. 通信端末及び前記通信端末と通信可能な情報処理装置から構成される情報処理システムであって、
前記情報処理装置は、
Web情報を取得する取得手段と、
前記Web情報を解釈する処理を行う処理手段と、
前記処理手段による処理結果を前記通信端末に送信する送信手段と、を有し、
前記送信手段は、前記処理手段により前記通信端末で実行可能な命令情報が取得された場合に、前記処理手段により生成される前記通信端末に表示させるための画像データよりも前記命令情報を優先的に送信し、
前記通信端末は、
前記情報処理装置から前記処理結果を受信する受信手段と、
前記受信手段により受信した前記処理結果が前記命令情報である場合には前記命令情報の処理を実行するように制御し、前記処理結果が前記画像データである場合には表示部に前記画像データを表示するように制御する制御手段と、
を有することを特徴する情報処理システム。
An information processing system consisting of a communication terminal and an information processing device capable of communicating with the communication terminal.
The information processing device is
Acquisition method for acquiring Web information and
A processing means for interpreting the Web information and
It has a transmission means for transmitting the processing result by the processing means to the communication terminal.
When the processing means acquires command information that can be executed by the communication terminal, the transmitting means gives priority to the command information over the image data to be displayed on the communication terminal generated by the processing means. Send to
The communication terminal is
A receiving means for receiving the processing result from the information processing device, and
When the processing result received by the receiving means is the command information, the processing of the command information is controlled to be executed, and when the processing result is the image data, the image data is displayed on the display unit. Control means to control to display,
An information processing system characterized by having.
通信端末と通信可能な情報処理装置の制御方法であって、
Webページの描画結果を前記通信端末に送信する第1の送信ステップと、
前記第1の送信ステップにより送信された前記Webページに対する前記通信端末における操作を示す情報を取得する取得ステップと、
前記取得ステップより取得された前記情報が示す操作に応じて前記Webページの描画を更新し、更新した描画結果を前記通信端末に送信する第2の送信ステップと、
前記取得ステップより取得された前記情報が示す操作に応じた処理の指示を、前記第2の送信ステップによる前記更新した描画結果の送信より優先して前記通信端末に送信する第3の送信ステップと、
を含むことを特徴とする情報処理装置の制御方法。
A control method for information processing devices that can communicate with communication terminals.
The first transmission step of transmitting the drawing result of the Web page to the communication terminal,
An acquisition step for acquiring information indicating an operation in the communication terminal for the Web page transmitted by the first transmission step, and an acquisition step.
A second transmission step of updating the drawing of the Web page according to the operation indicated by the information acquired from the acquisition step and transmitting the updated drawing result to the communication terminal.
A third transmission step of transmitting the processing instruction according to the operation indicated by the information acquired from the acquisition step to the communication terminal in preference to the transmission of the updated drawing result by the second transmission step. ,
A method for controlling an information processing apparatus, which comprises.
通信端末と通信可能な情報処理装置の制御方法であって、
Web情報を取得する取得ステップと、
前記Web情報を解釈する処理を行う処理ステップと、
前記処理ステップによる処理結果を前記通信端末に送信する送信ステップと、を含み、
前記送信ステップは、前記処理ステップにより前記通信端末で実行可能な命令情報が取得された場合に、前記処理ステップにより生成される前記通信端末に表示させる画像データよりも前記命令情報を優先的に送信する
ことを特徴とする情報処理装置の制御方法。
A control method for information processing devices that can communicate with communication terminals.
The acquisition step to acquire Web information and
A processing step for interpreting the Web information and
A transmission step of transmitting the processing result of the processing step to the communication terminal is included.
When the instruction information that can be executed by the communication terminal is acquired by the processing step, the transmission step preferentially transmits the instruction information over the image data to be displayed on the communication terminal generated by the processing step. A control method for an information processing device, which is characterized by the fact that the information processing device is used.
コンピュータを、請求項1乃至12の何れか1項に記載された情報処理装置の各手段として機能させるためのプログラム。 A program for making a computer function as each means of the information processing apparatus according to any one of claims 1 to 12.
JP2021000499A 2021-01-05 2021-01-05 Information processing apparatus, information processing system, and control method of information processing apparatus Pending JP2022105891A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021000499A JP2022105891A (en) 2021-01-05 2021-01-05 Information processing apparatus, information processing system, and control method of information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021000499A JP2022105891A (en) 2021-01-05 2021-01-05 Information processing apparatus, information processing system, and control method of information processing apparatus

Publications (1)

Publication Number Publication Date
JP2022105891A true JP2022105891A (en) 2022-07-15

Family

ID=82365533

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021000499A Pending JP2022105891A (en) 2021-01-05 2021-01-05 Information processing apparatus, information processing system, and control method of information processing apparatus

Country Status (1)

Country Link
JP (1) JP2022105891A (en)

Similar Documents

Publication Publication Date Title
JP6024848B1 (en) Information processing apparatus and program
US10223039B2 (en) Information processing system for helping a user of an electronic device
JP6090511B1 (en) Terminal device and program
JP2015172875A (en) Image processor and system including the same
JP2009276889A (en) Server unit, client unit, server-based computing system, server control method, and client control method
US9667831B2 (en) Information processing apparatus, printing method, and non-transitory computer-readable recording medium for generating print data corresponding to a display image
US20120192120A1 (en) Image forming apparatus and terminal device each having touch panel
JP2011124957A (en) Information processor, method to control the same, program, and memory medium
US8879079B2 (en) Information processing apparatus that displays web page, method of controlling information processing apparatus, and storage medium
JP2013050893A (en) Image processing device, control method thereof, and program
US9179017B2 (en) Image processing apparatus and method for processing an image which utilizes a first mode for instructions from the image processing apparatus and a second mode for instructions received from an external apparatus and for instructions from the image processing apparatus
JP6075501B1 (en) Information processing apparatus and program
JP6075502B1 (en) Information processing apparatus and program
JP2022151114A (en) Image processing system
JP7247035B2 (en) Control device, control method, information processing system, and program
JP2022105891A (en) Information processing apparatus, information processing system, and control method of information processing apparatus
JP2007058632A (en) Information processor and information processing program
JP6432612B2 (en) Information processing apparatus and program
JP2012060521A (en) Information processing apparatus, control method for information processing apparatus, and program therefor
JP2015014853A (en) Information processing device, method and program for controlling the same
JP2017201515A (en) Information processing device and program
JP2017151563A (en) Information processing device, control method thereof, and program
JP7070728B2 (en) Startup source program and terminal device
JP2001136585A (en) Network device
JP2017201503A (en) Information processing device and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20231222

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20240729

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240806