JP6079845B2 - System and processing terminal - Google Patents
System and processing terminal Download PDFInfo
- Publication number
- JP6079845B2 JP6079845B2 JP2015180437A JP2015180437A JP6079845B2 JP 6079845 B2 JP6079845 B2 JP 6079845B2 JP 2015180437 A JP2015180437 A JP 2015180437A JP 2015180437 A JP2015180437 A JP 2015180437A JP 6079845 B2 JP6079845 B2 JP 6079845B2
- Authority
- JP
- Japan
- Prior art keywords
- processing
- server
- printer
- target data
- 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
Links
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
- Facsimiles In General (AREA)
Description
本発明は,処理制御サーバー,処理制御方法および処理端末に関し,特にクラウドコンピューティングシステムにおいてユーザーからサーバー経由で取得したリクエストを即時に実行するための技術に関する。 The present invention relates to a processing control server, a processing control method, and a processing terminal, and more particularly to a technique for immediately executing a request acquired from a user via a server in a cloud computing system.
従来,電子メールの送信によって特定のプリンターに印刷を実行させるためのサービスを提供するクラウドコンピューティングシステムが知られている(例えば特許文献1)。このクラウドコンピューティングシステムは,特定の電子メールを受信すると電子メールに基づいて特定のプリンターに対応した印刷データを生成するサーバーを備え,サーバーに登録されている特定のプリンターはサーバーから印刷データを取得して印刷を実行する。したがって利用者は,PC(Personal Computer),スマートフォン等の通信端末にプリンタードライバーがインストールされていない場合であっても,サーバーに登録されているプリンターを利用することが可能になる。このシステムにおいては,特定の電子メールアドレスと対応付けられたプリンターの登録処理がサーバーにおいてなされると,当該電子メールアドレスを知っている任意のユーザーが当該プリンターを利用可能になる。 2. Description of the Related Art Conventionally, a cloud computing system that provides a service for causing a specific printer to execute printing by sending an e-mail is known (for example, Patent Document 1). This cloud computing system includes a server that generates print data corresponding to a specific printer based on the e-mail when a specific e-mail is received, and the specific printer registered in the server obtains the print data from the server And execute printing. Therefore, the user can use the printer registered in the server even when the printer driver is not installed in a communication terminal such as a PC (Personal Computer) or a smartphone. In this system, when a printer registration process associated with a specific electronic mail address is performed at the server, any user who knows the electronic mail address can use the printer.
ここで,サーバーからプリンターが印刷データをHTTP(Hyper Text Transfer Protocol)に基づいて取得しながら印刷を実行している場合に,ユーザーが印刷の中止を指示する状況について述べる。この状況では,ユーザーの通信端末から中止要求を取得したサーバーがプリンターに印刷を中止させることになる。まず,サーバーがプリンターに印刷を中止させるために,印刷データファイルを削除すると仮定する。しかし,一般にHTTPサーバーでは,HTTP接続が切断されてファイルが閉じられるまでは,送信中のファイルのデータにアクセスできる仕様になっているため,印刷データファイルを削除しようとしても印刷データの送信は続行することになり,プリンターによる印刷を中止させることができない。そして,サーバーでは印刷が中止されたものとして扱われることになるという問題も生ずる。次に,サーバーがプリンターに印刷を中止させるために,印刷データファイルを削除するとともにHTTP接続を切断すると仮定する。しかし,プリンターからの要求に応じて印刷データの送信が開始された後に,HTTPサーバーから印刷データの送信を中止するには,処理の実行依頼主体と処理の中止依頼主体とが異なるため,HTTPサーバーの負荷を著しく増大させる特殊な処理が必要となる。次に,サーバーがプリンターに印刷を中止させるために,サーバーからプリンターにHTTPに基づいて印刷の中止依頼を送信するとともに印刷データファイルを削除すると仮定する。しかし,HTTPに基づいて印刷データが送信されている期間中に同じHTTPで印刷の中止依頼を送信するには,印刷データの送信処理に割り込むことになるため,HTTPサーバーの負荷を著しく増大させる特殊な処理が必要となる。 Here, a situation will be described in which the user gives an instruction to cancel printing when the printer is executing printing while acquiring print data from the server based on HTTP (Hyper Text Transfer Protocol). In this situation, the server that has acquired the cancel request from the user's communication terminal causes the printer to cancel printing. First, assume that the server deletes the print data file so that the printer can stop printing. However, in general, the HTTP server is designed so that the data of the file being sent can be accessed until the file is closed after the HTTP connection is cut off. Therefore, even if an attempt is made to delete the print data file, transmission of the print data continues. Therefore, printing by the printer cannot be stopped. Then, there is a problem that the server treats the print as being canceled. Next, it is assumed that the server deletes the print data file and disconnects the HTTP connection in order to cause the printer to stop printing. However, to stop sending print data from the HTTP server after transmission of print data is started in response to a request from the printer, the process execution requesting entity and the process cancellation requesting entity are different. Special processing that significantly increases the load on the system is required. Next, it is assumed that the server transmits a print cancel request to the printer based on HTTP and deletes the print data file in order for the server to stop printing. However, sending a print cancellation request using the same HTTP during a period in which print data is being sent based on HTTP interrupts the print data sending process, and this is a special case that significantly increases the load on the HTTP server. Processing is required.
本発明は,サーバーの負荷を増大させずに処理端末による処理を中止させることを目的とする。 An object of the present invention is to stop processing by a processing terminal without increasing the load on the server.
(1)上記目的を達成するための処理制御サーバーは,HTTPに基づいた第一の接続を用いて処理端末と通信する第一通信手段と,前記第一の接続と異なる第二の接続を用いて前記処理端末と通信する第二通信手段と,処理要求を取得した後に,前記処理端末に対象データをHTTPに基づいて送信し,中止要求の取得に応じて前記対象データの処理の中止を前記第二の接続を用いて前記処理端末に要求する処理制御手段と,を備える。 (1) A processing control server for achieving the above object uses a first communication means for communicating with a processing terminal using a first connection based on HTTP, and a second connection different from the first connection. Second communication means for communicating with the processing terminal, and after acquiring the processing request, the target data is transmitted to the processing terminal based on HTTP, and the processing of the target data is stopped according to the acquisition of the cancellation request. Processing control means for requesting the processing terminal using a second connection.
本発明によると,処理端末に対象データをHTTPに基づいて送信している最中であっても,処理データの送信に用いられる第一の接続と異なる第二の接続を用いて処理端末と通信することによって,対象データの処理の中止を処理端末に要求する。すなわち,対象データの送信と対象データの処理中止の要求とがHTTPと同一階層のプロトコルレベルで分離されることになるため,処理制御サーバーの負荷を抑制することができる。 According to the present invention, even when target data is being transmitted to the processing terminal based on HTTP, communication is performed with the processing terminal using a second connection different from the first connection used for transmitting the processing data. As a result, the processing terminal is requested to stop processing the target data. That is, since the transmission of the target data and the request to stop the processing of the target data are separated at the same protocol level as HTTP, the load on the processing control server can be suppressed.
(2)上記目的を達成するための処理制御サーバーにおいて,前記処理制御手段は,前記処理端末に中止を要求したことに対する応答に基づいて前記対象データの処理が前記処理端末において続行されるか否かを判定し,前記対象データの処理が続行されない場合には,前記対象データを削除し,前記対象データの処理が続行される場合には,前記対象データの削除を延期してもよい。 (2) In the processing control server for achieving the above object, the processing control means determines whether or not the processing of the target data is continued in the processing terminal based on a response to the request to stop the processing terminal. If the processing of the target data is not continued, the target data may be deleted. If the processing of the target data is continued, the deletion of the target data may be postponed.
本発明においては,処理端末の仕様が統一されていないことを想定している。例えば,対象データの処理を開始した後に処理端末がその処理の中止を要求された場合に,その処理を中止しないこともあり得る。このような場合,処理端末に中止を要求したことより処理制御サーバーが受信する応答はエラーを示す内容となるため,処理制御サーバーにおいては,その処理が続行されるか否かをその応答に基づいて判定可能となる。その処理が続行される場合,対象データを即座に削除するよりも,例えば,中止要求に対する処理が失敗したものとしてユーザーに通知することが好ましい。
(3)上記目的を達成するための処理制御サーバーにおいて、管理端末と通信する第三通信手段を更に備え、前記中止要求は前記第三通信手段を用いて前記管理端末から取得してもよい。
(4)前記第一通信手段と前記第二通信手段と前記処理制御手段とは、それぞれ別のコンピューターによって構成されてもよい。
In the present invention, it is assumed that the specifications of the processing terminals are not unified. For example, when the processing terminal is requested to stop the processing after starting the processing of the target data, the processing may not be stopped. In such a case, the response received by the processing control server due to the request to stop the processing terminal indicates an error. Therefore, the processing control server determines whether or not the processing is continued based on the response. Can be determined. When the process is continued, it is preferable to notify the user that the process for the cancel request has failed, for example, rather than deleting the target data immediately.
(3) The processing control server for achieving the above object may further include third communication means for communicating with the management terminal, and the stop request may be acquired from the management terminal using the third communication means.
(4) The first communication unit, the second communication unit, and the processing control unit may be configured by separate computers.
なお,請求項に記載された各手段の機能は,構成自体で機能が特定されるハードウェア資源,プログラムにより機能が特定されるハードウェア資源,又はそれらの組み合わせにより実現される。また,これら各手段の機能は,各々が物理的に互いに独立したハードウェア資源で実現されるものに限定されない。例えば,請求項に記載されたサーバーとは,1台のコンピューターで実現されているものに限られず,各手段をそれぞれ分担する複数のコンピューターの組み合わせによる群としてサーバーを実現しても良い。さらに,本発明は方法としても,処理端末としても,上記した機能をコンピュータに実現させるコンピュータープログラムとしても,そのプログラムの記録媒体としても成立する。むろん,そのコンピュータプログラムの記録媒体は,磁気記録媒体であってもよいし光磁気記録媒体であってもよいし,今後開発されるいかなる記録媒体であってもよい。 Note that the function of each means described in the claims is realized by hardware resources whose function is specified by the configuration itself, hardware resources whose function is specified by a program, or a combination thereof. Further, the functions of these means are not limited to those realized by hardware resources that are physically independent of each other. For example, the server recited in the claims is not limited to that realized by a single computer, and the server may be realized as a group of combinations of a plurality of computers each sharing each means. Furthermore, the present invention can be realized as a method, a processing terminal, a computer program for causing a computer to realize the above functions, and a recording medium for the program. Of course, the recording medium for the computer program may be a magnetic recording medium, a magneto-optical recording medium, or any recording medium that will be developed in the future.
以下,本発明の実施の形態を添付図面を参照しながら説明する。尚,各図において対応する構成要素には同一の符号が付され,重複する説明は省略される。
1.構成
処理制御サーバー2と処理端末としてのプリンター3a,3b,3c,3dを含む印刷システム全体の一実施例を図1に示す。図1に示す印刷システムは,処理制御サーバー2に登録されたプリンター3a,3b,3c,3dのいずれかに対応付けられた電子メールアドレスを宛先とする電子メールを任意の通信端末1から送信すると,宛先の電子メールアドレスに対応付けられたプリンター3a,3b,3c,3dのいずれかにおいて電子メールの添付ファイルや本文が印刷される機能を実現する。処理制御サーバー2,プリンター3a,3b,3c,3d,通信端末1はインターネット4に接続される。なお,プリンター3a,3b,3c,3dの構成は発明を理解する上において実質的に同一であるため,図1においてはプリンター3a,3b,3cの構成は省略されている。また,以下の説明では特に必要がない限り,プリンター3a,3b,3c,3dを区別することなく,プリンター3と表記する。なお、プリンター3はハブやルーターを経てインターネット4に接続されていてもよい。
Embodiments of the present invention will be described below with reference to the accompanying drawings. In addition, the same code | symbol is attached | subjected to the corresponding component in each figure, and the overlapping description is abbreviate | omitted.
1. Configuration FIG. 1 shows an embodiment of the entire printing system including a
処理制御サーバー2は1以上のコンピューターによって構成され,アプリケーションサーバー21,SMTPサーバー22,HTTPサーバー23およびXMPPサーバー24を含む。アプリケーションサーバー21,SMTPサーバー22,HTTPサーバー23,XMPPサーバー24のそれぞれは,図示しないCPUとRAMとROMとハードディスク装置と通信部とそれらを接続する内部インターフェースとを備えている。通信部はインターネットからLANを経由して受信する信号をプロトコルに従って変換して内部バスに送出し,内部バスから取り込んだ信号をプロトコルに従って変換してLANを経由してインターネットに送出する。
The
SMTPサーバー22は,アプリケーションサーバー21に登録されたプリンター3に割り当てられた電子メールアドレスにおいて電子メールを送受信する機能を有する。
The
HTTPサーバー23はプリンター3とHTTPに基づいて通信する第一通信手段として機能する。
The
XMPPサーバー24はプリンター3とXMPP(Extensible Messaging and Presence Protocol)に基づいて通信する第二通信手段として機能する。
The XMPP
アプリケーションサーバー21は,SMTPに基づいて印刷実行要求を取得すると,対応するプリンター3に応じた印刷データを生成し,生成した印刷データをHTTPに基づいて対応するプリンター3に送信し,HTTPに基づいて印刷中止要求を取得するとXMPPに基づいて対応するプリンター3に印刷中止を要求する処理制御手段として機能する。
When the
プリンター3は,処理制御サーバー2との常時接続によって処理制御サーバー2から取得する印刷実行要求に基づいて印刷を実行する機能を有する。したがってプリンター3は,CPU31,ROM32,RAM33,印刷部35等の通常のプリンターの構成要素に加えて,インターネット4を介してメッセージを送受信するための通信部34を備えている。通信部34はインターネット4からLANを経由して受信する信号をプロトコルに従って変換して内部バスに送出し,内部バスから取り込んだ信号をプロトコルに従って変換してLANを経由してインターネットに送出する。ROM32にはOS331,接続制御モジュール332,サーバーインターフェースモジュール333,印刷制御モジュール334等のRAM33に読み込まれCPU31によって実行される種々のコンピュータープログラムが記憶されている。これらのコンピュータープログラムをCPU31が実行することによって,プリンター3の各種の機能が実現される。
The printer 3 has a function of executing printing based on a print execution request acquired from the
OS331は,接続制御モジュール332,サーバーインターフェースモジュール333,印刷制御モジュール334等の各種のアプリケーションプログラムと協働してプリンター3のハードウェアを制御するとともに,TCP/IP,HTTP,XMPP等のプロトコルに従って処理制御サーバー2との通信を制御する機能を実現する。したがってOS331は,CPU31および通信部34を第一通信手段および第二通信手段として機能させるコンピュータープログラムである。なお,プリンター3がTCP/IP,HTTP,XMPP等のプロトコルに従って処理制御サーバー2と通信するためのアカウント情報は予めプリンター3と処理制御サーバー2とにそれぞれ設定されている。
The
サーバーインターフェースモジュール333は,HTTP,XMPP等のプロトコルに従って処理制御サーバー2と通信することによって,処理制御サーバー2から印刷実行要求や印刷データや印刷中止要求を取得する機能を実現する。
The
印刷制御モジュール334は,サーバーインターフェースモジュール333を介して印刷実行要求や印刷データや印刷中止要求を取得し,印刷実行要求を取得すると,印刷データに基づいて印刷部35を制御して印刷を実行し,印刷中止要求を取得すると印刷の実行を中止する機能を実現する。したがって印刷制御モジュール334は,CPU31および印刷部35を処理手段として機能させるコンピュータープログラムである。
The
2.処理制御方法
次に上述の処理制御サーバー2を本発明の一実施例としての処理制御サーバーとして機能させるとともにプリンター3を処理端末として機能させる処理制御方法について説明する。図1に示す印刷システムにおいては,通信端末1から処理制御サーバー2に印刷の実行が要求されたときにはプリンター3において印刷が即座に実行され,通信端末1から処理制御サーバー2に印刷中止が要求されたときにはプリンター3において印刷が即座に中止されることが望まれる。また,プリンター3が印刷実行要求や印刷中止要求を即時に取得するために処理制御サーバー2をHTTPに基づいたメッセージを使ってポーリングすることは処理制御サーバー2の負荷とネットワークトラフィックの観点から好ましくない。そこで,プリンター3はXMPPに基づいた印刷実行要求と印刷中止要求を処理制御サーバー2から取得する。XMPPは,双方向にメッセージを送信できるプッシュ型プロトコルであるため,プリンター3による処理制御サーバー2のポーリングは不要となる。以下に説明するシーケンスでは,JID,XMPPログインパスワード,電子メールアドレス等のプリンター3が処理制御サーバー2と通信するためのアカウントを,アプリケーションサーバー21に既に登録されている他のプリンターの登録情報を参照しながらプリンター3に割り当てる処理がプリンター3と処理制御サーバー2とにおいて実行されているものとする。
2. Process Control Method Next, a process control method for causing the above-described
ユーザーがプリンター3の電源ボタンを押して電源を遮断した後に再び電源ボタンを押して電源を投入するたびに,プリンター3は処理制御サーバー2とのXMPP接続のためのログインシーケンスを実行する(S301)。ログインシーケンスにおいて,プリンター3は各部の初期化処理を行うともに,XMPPサーバー24にJID,XMPPログインパスワード等のアカウント情報を送信する。XMPPアカウント情報を取得したXMPPサーバー24は,プリンター3とのXMPP接続を確立する(S202)。このようにしてXMPPサーバー24とプリンター3との間で確立されるXMPP接続はプリンター3の電源が遮断されるまで維持される。
Each time the user presses the power button of the printer 3 to cut off the power and then presses the power button again to turn on the power, the printer 3 executes a login sequence for XMPP connection with the processing control server 2 (S301). In the login sequence, the printer 3 initializes each unit and transmits account information such as a JID and an XMPP login password to the
通信端末1のユーザーは,メールユーザーエージェント(MUA)を操作することによって,対応する電子メールアドレスを取得しているプリンター3に印刷を実行させることができる。具体的には,まず,通信端末1のユーザーはMUAを操作することによって印刷依頼としての電子メールを生成し,プリンター3に割り当てられた電子メールアドレスを宛先として通信端末1からSMTPサーバー22に印刷依頼としての電子メールを送信する(S101)。
The user of the communication terminal 1 can cause the printer 3 that has acquired the corresponding e-mail address to execute printing by operating a mail user agent (MUA). Specifically, first, the user of the communication terminal 1 operates the MUA to generate an e-mail as a print request, and prints the e-mail address assigned to the printer 3 from the communication terminal 1 to the
アプリケーションサーバー21は,SMTPサーバー22が印刷依頼としての電子メールを受信すると,印刷設定ページを生成し,HTMLサーバー23に記憶させる(S202)。印刷制御ページとは,通信端末1から処理制御サーバー2を介して種々の印刷制御コマンドをプリンター3に送信するためのウェブページである。
When the
図3に印刷制御ページの一例を示す。印刷制御ページ5には,印刷対象ファイル,用紙サイズ,自動色変換の種類,画質レベル,印刷部数等を選択するための各種のドロップダウンリスト51,52,53,54,55,印刷実行要求を送信するための印刷ボタン56,自動色変換の種類,画質レベル等をユーザーが変更した場合にプレビュー画像59を更新するための再プレビューボタン57,印刷中止要求を送信するためのキャンセルボタン58,印刷対象ファイルのプレビュー画像59等が配置される。印刷制御ページ5と印刷対象のファイルとはアプリケーションサーバー21によって対応付けられている。
FIG. 3 shows an example of the print control page. The
アプリケーションサーバー21は,印刷制御ページ5を生成すると,印刷制御ページ5を取得するためのURLを含む電子メールを生成し,SMTPサーバー21を介して通信端末1に送信する(S203)。これにより,通信端末1が印刷制御ページ5を取得するのに必要な情報が処理制御サーバー2から通信端末1に通知される。
When the
通信端末1のユーザーは,MUAを操作することによって,電子メールに含まれた印刷制御ページ5を取得するためのURLをブラウザに取得させ,通信端末1のブラウザからHTMLサーバー23にそのURLを送信させる。その結果,通信端末1はHTMLサーバー23から印刷制御ページ5を取得し(S102),取得した印刷制御ページ5を画面表示する(S103)。印刷制御ページを取得した通信端末1のユーザーは,ブラウザを操作することによって,印刷の実行開始と実行中止をプリンター3に要求することができる。具体的には次の通りである。
The user of the communication terminal 1 operates the MUA to cause the browser to acquire a URL for acquiring the
印刷制御ページ5の印刷ボタン56がクリックされると,通信端末1のブラウザによって印刷実行要求が処理制御サーバー2に送信される(S104)。その結果,アプリケーションサーバー21がHTMLサーバー23を介して印刷実行要求を取得する。印刷実行要求は,ドロップダウンリスト51,52,53,54,55の選択項目を印刷ボタン56に埋め込まれたURLに送信するHTTPリクエストである。
When the
このようにして処理制御サーバー2において印刷実行要求が発生すると,アプリケーションサーバー21は印刷依頼としての電子メールから取得した印刷対象とドロップダウンリスト51,52,53,54,55の選択項目とに基づいて,プリンター3に応じた印刷データを含む印刷ジョブを生成する(S205)。
When a print execution request is generated in the
次にアプリケーションサーバー21はXMPPサーバー24を介して印刷ジョブの発生をプリンター3に通知する(S206)。印刷ジョブの発生をプリンター3に通知する際には、印刷データを取得するために必要な印刷ジョブ情報をHTTPサーバー23から取得するためのURLがXMPPサーバー24を介してプリンター3に送信される。このように印刷ジョブの発生をプリンター3に通知する処理にはXMPPが用いられるため,処理制御サーバー2が自律的に通知することができ,プリンター3からのポーリングを必要としない。このため,印刷ジョブの発生を即座にプリンター3に通知することができ,また,最小限の通信量で印刷ジョブの発生をプリンター3に通知することができる。
Next, the
印刷ジョブの発生を通知されたプリンター3は,印刷データを取得するために必要な印刷ジョブ情報を処理制御サーバー2からHTTPに基づいて取得する(S302)。印刷ジョブ情報には印刷データをダウンロードするためのURLが含まれる。
The printer 3 notified of the generation of the print job acquires the print job information necessary for acquiring the print data from the
印刷ジョブ情報を取得したプリンター3は,プリンター3がアイドル状態になるのを待ち,アイドル状態になると,印刷データをダウンロードするためのURLをHTTPサーバー23に送信することによって印刷データを取得し,取得した印刷データに基づいて印刷を実行する(S303)。
The printer 3 that has acquired the print job information waits for the printer 3 to enter an idle state. When the printer 3 enters the idle state, the printer 3 acquires the print data by sending a URL for downloading the print data to the
このように,印刷制御ページを取得した通信端末1のユーザーがブラウザを操作して印刷の実行開始を要求することによって印刷実行要求が発生すると,処理制御サーバー2は印刷の対象データである印刷データをHTTPに基づいてプリンター3に送信し,その結果,プリンター3において印刷が実行される。
In this way, when the user of the communication terminal 1 that has acquired the print control page operates the browser to request the start of print execution, the
一方、印刷実行要求が発生した後、印刷制御ページを取得した通信端末1のユーザーがブラウザを操作して、表示され続けている印刷制御ページのキャンセルボタン58をクリックすると,通信端末1のブラウザによって印刷中止要求が処理制御サーバー2に送信される(S106)。その結果,アプリケーションサーバー21がHTMLサーバー23を介して印刷中止要求を取得する。印刷中止要求は,キャンセルボタン58に埋め込まれたURLを含むHTTPリクエストである。
On the other hand, when the user of the communication terminal 1 that has acquired the print control page operates the browser and clicks the cancel
印刷中止要求を取得したアプリケーションサーバー21は,ステップS206で印刷ジョブの発生をプリンター3に通知した後であれば、XMPPサーバー24を介して印刷中止要求をプリンター3に送信する(S207)。すなわち,処理制御サーバー2は,印刷中止要求が発生すると,印刷実行の中止をプッシュ型プロトコルであるXMPPに基づいた通信によってプリンター3に要求する。この処理は,HTMLサーバー23によって印刷データをプリンター3に送信しているときであっても,XMPPサーバー24によって実行可能である。そして,XMPPがプッシュ型のプロトコルであるため,印刷中止要求が発生したとき即座にプリンター3に対して印刷実行の中止を要求することができる。一方、アプリケーションサーバー21の印刷中止要求の取得がステップS206で印刷ジョブの発生をプリンター3に通知する前であれば、プリンター3に通知を行うことなく印刷ジョブの生成を中止するか印刷ジョブを削除する。
The
印刷中止要求を取得したプリンター3は,印刷中止要求に対する応答をXMPPに基づいて処理制御サーバー2に送信する(S304)。印刷中止要求を取得したプリンター3が印刷中止に成功した場合には,印刷中止の成功が処理制御サーバー2に通知される。なお,プリンター3が印刷中止要求に対応していない場合や,印刷終了後に印刷中止要求をプリンター3が取得する場合や,印刷開始前に印刷中止要求をプリンター3が取得する場合については後述する。
The printer 3 that has acquired the print cancel request transmits a response to the print cancel request to the
印刷中止要求を取得したプリンター3は,次に,処理制御サーバー2から印刷データを取得する処理と,取得した印刷データに基づいて印刷を実行する処理とを中止し,受信済みの印刷データを含む印刷ジョブを削除する(S305)。
The printer 3 that has acquired the print cancel request next cancels the process of acquiring print data from the
印刷中止の成功が通知された処理制御サーバー2において,アプリケーションサーバー21は,XMPPサーバー24を介して印刷中止の成功ステータスを取得し,プリンター3に送信するために生成した印刷データを含む印刷ジョブを削除する(S208)。HTMLサーバー23は,アプリケーションサーバー21が印刷データを削除した後であっても削除前に開いた印刷データファイルを要求に応じてプリンター3に送信することが可能であるが,ステップS305においてプリンター3が印刷データを取得する処理,すなわち印刷データをHTMLサーバー23に要求する処理を中止しているため,プリンター3において印刷が続行されることはない。
In the
次にアプリケーションサーバー21は印刷中止の成功をユーザーに通知するための印刷中止ページを生成する(S209)。
Next, the
アプリケーションサーバー21によって生成された印刷中止ページは,HTMLサーバー23を介して通信端末1が取得し(S107),通信端末1のブラウザによって表示される(S108)。その結果,通信端末1のユーザーはプリンター3において印刷が中止されたことを知ることができる。
The print cancellation page generated by the
なお,印刷実行依頼の直後で印刷が開始される前に印刷中止要求が発生した場合や,印刷終了後に印刷中止要求が発生した場合には,印刷中止要求に対するプリンター3の応答は非印刷中エラーとし,印刷開始前であれば印刷を開始せずに受信済みの印刷データを含む印刷ジョブを削除すればよい。非印刷中エラーの応答をXMPPサーバー24を介して取得したアプリケーションサーバー21は,印刷中止が成功したものとして印刷ジョブを削除するとともに印刷中止ページを生成すればよい。もちろん,印刷終了後に印刷中止要求が発生した場合には,印刷中止が失敗したものとして扱い,印刷中止の失敗を通信端末1のユーザーに通知するためのウェブページを生成しても良い。
また,プリンター3と処理制御サーバー2との間でXMPP接続が確立されていない場合には,プリンター3の電源が遮断されているか、通信経路に異常が生じているものとして印刷ジョブを削除すればよい。
Note that if a print cancel request occurs immediately after a print execution request and before printing starts, or if a print cancel request occurs after printing ends, the response of the printer 3 to the print cancel request is a non-printing error. If it is before the start of printing, the print job including the received print data may be deleted without starting the printing. The
Also, if the XMPP connection is not established between the printer 3 and the
ところで,本実施例では,処理制御サーバー2に登録され得るプリンター3の仕様が統一されていないことを想定している。したがって,印刷を開始した後にプリンター3が印刷中止要求を取得した場合であっても,印刷を中止しないこともあり得る。このような場合,XMPPに基づいてプリンター3に印刷中止要求を送信したことより処理制御サーバー2が受信する応答は非対応エラーを示す内容となる。処理制御サーバー2は,非対応エラーを示す応答を受信した場合,印刷中止が失敗したものとして,印刷データを削除するタイミングを、通常の印刷完了の場合に削除するタイミングまで延期する。具体的には,アプリケーションサーバー21は,プリンター3から印刷終了が通知されるまでは印刷データを削除せずに保持しておけばよい。
すなわちアプリケーションサーバー21は,XMPPに基づいてプリンター3に中止を要求したことより受信する応答に基づいてプリンター3における印刷が続行されるか否かを判定し、判定結果に応じて印刷データを含む印刷ジョブを削除したり、印刷ジョブの削除を延期すればよい。
In the present embodiment, it is assumed that the specifications of the printer 3 that can be registered in the
That is, the
以上述べた実施例によると,HTTPサーバー23に特別な機能を追加せずに印刷の実行を中止させることができる。すなわち,処理制御サーバー2の負荷を増大させることなく,プリンター3による印刷の実行を遠隔操作によって中止させることができる。なお,印刷中止要求をプリンター3に送信するためのXMPPサーバー24は,印刷ジョブの発生を即時にプリンター3に通知するために必要であるから,印刷中止要求をプリンター3に送信するためにXMPPサーバー24を用いたとしても,XMPPサーバー24のピーク負荷が増大するわけではない。すなわち,印刷中止のための処理を処理制御サーバー2の内部において分散することによって,処理制御サーバー2の構成を簡素化し,印刷中止処理の実現のためのコストを抑制することができる。
According to the embodiment described above, the execution of printing can be stopped without adding a special function to the
3.他の実施形態
尚,本発明の技術的範囲は,上述した実施例に限定されるものではなく,以下の1つ又は複数の変形例を組み合わせる等,本発明の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。
3. Other Embodiments The technical scope of the present invention is not limited to the above-described embodiments, and various combinations are possible without departing from the spirit of the present invention, such as by combining one or more of the following modifications. Of course, changes can be made.
例えば,処理制御サーバー2は物理的に独立した複数のコンピューターによって構成されてもよいし,単一のコンピューターによって構成されても良い。
また、アプリケーションサーバー21は印刷制御ページ5を用いずに印刷依頼としての電子メールの受信に応じて印刷ジョブの生成を行い、その後に印刷ジョブの発生をプリンター3に通知しても良い。そして、例えば、ユーザーは通信端末1のブラウザを用いて、HTMLサーバー23に存在するプリンター3のジョブ管理画面を取得し、そのジョブ管理画面からジョブの削除と印刷中止を指示するようにする。あるいは、ユーザーは中止を指示する電子メールを送信するようにする。この場合でもステップS207以降は上述の実施例と同様に動作する。
For example, the
Further, the
また,プリンター3と処理制御サーバー2との常時接続のための通信プロトコルについては,XMPP以外の通信プロトコルを用いても良い。例えば,SIP(Session Initiation Protocol)やSIMPLE(SIP for Instant Messaging and Presence Leveraging Extensions)といったXMPP以外のプッシュ型通信プロトコル(サーバーからクライアントに対する処理を実行するためにクライアントからの要求を必要としないプロトコル)を用いて送信しても良いし、上述とは関係の無い目的でポーリングが必要である場合等には、そのポーリングで用いられるプル型通信プロトコルを用いて送信しても良い。
また,プリンター以外の様々な情報機器を処理端末として本発明を適用できることはいうまでもない。
Further, a communication protocol other than XMPP may be used as a communication protocol for constant connection between the printer 3 and the
Needless to say, the present invention can be applied to various information devices other than printers as processing terminals.
1…通信端末,2…処理制御サーバー,3a,3b,3c,3d…プリンター,4…インターネット,5…印刷制御ページ,21…アプリケーションサーバー,22…SMTPサーバー,23…HTTPサーバー,24…XMPPサーバー,31…CPU,32…ROM,33…RAM,34…通信部,35…印刷部,51,52,53,54,55…ドロップダウンリスト,56…印刷ボタン,57…再プレビューボタン,58…キャンセルボタン,59…プレビュー画像,332…接続制御モジュール,333…サーバーインターフェースモジュール,334…印刷制御モジュール
DESCRIPTION OF SYMBOLS 1 ... Communication terminal, 2 ... Processing control server, 3a, 3b, 3c, 3d ... Printer, 4 ... Internet, 5 ... Print control page, 21 ... Application server, 22 ... SMTP server, 23 ... HTTP server, 24 ...
Claims (3)
前記処理制御サーバーは、
HTTPに基づいた第一の接続を用いて処理端末と通信する第一通信手段と、
前記第一の接続と異なる第二の接続を用いて前記処理端末と通信する第二通信手段と、
処理要求を取得した後に,前記処理端末に対象データをHTTPに基づいて送信し、中止要求の取得に応じて前記対象データの処理の中止を前記第二の接続を用いて前記処理端末に要求する処理制御手段と、
を備え、
前記処理端末は、
HTTPに基づいた第一の接続を用いて処理制御サーバーと通信する第一通信手段と、
前記第一の接続と異なる第二の接続を用いて前記処理制御サーバーと通信する第二通信手段と、
前記第二の接続を用いてジョブの発生が通知されると、前記処理制御サーバーから対象データを前記第一の接続を用いて取得するとともに前記対象データに基づいて所定の処理を実行し、前記第二の接続を用いて中止要求を取得すると,前記対象データの処理を中止するとともに前記処理端末に中止を要求したことに対する応答を前記処理制御サーバーに送信する処理手段と、
を備え、
前記処理制御サーバーの前記処理制御手段は、前記処理端末に中止を要求したことに対する応答に基づいて前記対象データの処理が前記処理端末において続行されるか否かを判定し、前記対象データの処理が続行されない場合には,前記対象データを削除し、前記対象データの処理が続行される場合には,前記対象データの削除を延期する、
システム。 A system in which a processing terminal communicates with a processing control server,
The processing control server
First communication means for communicating with the processing terminal using a first connection based on HTTP;
Second communication means for communicating with the processing terminal using a second connection different from the first connection;
After acquiring the processing request, the target data is transmitted to the processing terminal based on HTTP, and the processing terminal is requested to stop processing the target data using the second connection in response to the acquisition of the cancel request. Processing control means;
With
The processing terminal is
First communication means for communicating with the process control server using a first connection based on HTTP;
Second communication means for communicating with the processing control server using a second connection different from the first connection;
When the occurrence of a job is notified using the second connection, the target data is acquired from the processing control server using the first connection and a predetermined process is executed based on the target data. Processing means for transmitting a response to the request to stop the processing terminal and the processing terminal to stop the processing of the target data when acquiring the stop request using the second connection;
With
The processing control means of the processing control server determines whether or not processing of the target data is continued in the processing terminal based on a response to requesting the processing terminal to stop, and processing the target data If the target data is not continued, the target data is deleted, and if the processing of the target data is continued, the deletion of the target data is postponed.
system.
HTTPに基づいた第一の接続を用いて処理制御サーバーと通信する第一通信手段と、
前記第一の接続と異なる第二の接続を用いて前記処理制御サーバーと通信する第二通信手段と、
前記第二の接続を用いてジョブの発生が通知されると、前記処理制御サーバーから対象データを前記第一の接続を用いて取得するとともに前記対象データに基づいて所定の処理を実行し、前記第二の接続を用いて中止要求を取得すると、前記対象データの処理を中止するとともに前記処理端末に中止を要求したことに対する応答を前記処理制御サーバーに送信する処理手段と、を備え、
前記処理制御サーバーは、前記処理端末に中止を要求したことに対する応答に基づいて前記対象データの処理が前記処理端末において続行されるか否かを判定し、前記対象データの処理が続行されない場合には、前記対象データを削除し、前記対象データの処理が続行される場合には、前記対象データの削除を延期する、
処理端末。 A processing terminal,
First communication means for communicating with the process control server using a first connection based on HTTP;
Second communication means for communicating with the processing control server using a second connection different from the first connection;
When the occurrence of a job is notified using the second connection, the target data is acquired from the processing control server using the first connection and a predetermined process is executed based on the target data. Processing means for transmitting a response to the request for cancellation to the processing terminal and the processing terminal to stop the processing of the target data when acquiring the cancellation request using the second connection,
The processing control server determines whether or not the processing of the target data is continued in the processing terminal based on a response to requesting the processing terminal to stop, and when the processing of the target data is not continued Deletes the target data, and when the processing of the target data is continued, the deletion of the target data is postponed.
Processing terminal.
請求項2に記載の処理端末。 The processing terminal according to claim 2, wherein when the cancel request is acquired using the second connection, the job including the acquired target data is deleted.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015180437A JP6079845B2 (en) | 2015-09-14 | 2015-09-14 | System and processing terminal |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015180437A JP6079845B2 (en) | 2015-09-14 | 2015-09-14 | System and processing terminal |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011190411A Division JP5810761B2 (en) | 2011-09-01 | 2011-09-01 | Process control server and process control method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016040717A JP2016040717A (en) | 2016-03-24 |
JP6079845B2 true JP6079845B2 (en) | 2017-02-15 |
Family
ID=55541021
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015180437A Active JP6079845B2 (en) | 2015-09-14 | 2015-09-14 | System and processing terminal |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6079845B2 (en) |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7190476B2 (en) * | 2001-06-29 | 2007-03-13 | Hewlett-Packard Development Company, L.P. | Print by reference service communication protocol and interface |
JP2007328558A (en) * | 2006-06-08 | 2007-12-20 | Ricoh Co Ltd | Data processor, data processing system, control method of data processor, method for adding data conversion function, program and recording medium |
-
2015
- 2015-09-14 JP JP2015180437A patent/JP6079845B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2016040717A (en) | 2016-03-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5810761B2 (en) | Process control server and process control method | |
JP5703791B2 (en) | Printing system and printer | |
US11683432B2 (en) | Printing apparatus for displaying predetermined display screen for requesting printing to the printing apparatus and control method thereof, and non-transitory computer-readable medium | |
US8717601B2 (en) | Server apparatus, and terminal apparatus | |
US9563389B2 (en) | Image processing system, gateway apparatus, server apparatus, method of controlling gateway apparatus, method of controlling server apparatus, program for controlling gateway apparatus, and program for controlling server apparatus wherein the job includes an operation related to the job | |
JP2012155575A (en) | Print control server and print system | |
EP2490120A2 (en) | Print control server and print control method | |
JP5839102B2 (en) | Printing system and printer | |
JP2013061836A (en) | Server, data processor, data processing method | |
JP6011043B2 (en) | E-mail processing system and e-mail processing method | |
JP6079845B2 (en) | System and processing terminal | |
JP5817545B2 (en) | Print trial device, print trial program, print trial method, print control server | |
JP5928156B2 (en) | E-mail processing system and e-mail processing method | |
US9467501B2 (en) | Relay server system | |
JP6127586B2 (en) | Information processing system and information processing method | |
JP2016179609A (en) | Image formation apparatus, program, and image formation system | |
JP6191867B2 (en) | Data relay device, terminal device, data processing system, and program | |
JP5900574B2 (en) | Print control server, print control method, and print control program | |
JP6036966B2 (en) | Printing system and printer | |
JP5732874B2 (en) | Print control server, print control method, and print control program | |
JP2012150752A (en) | Print control server, print control method and print control program | |
JP2017062811A (en) | Printing system and printer | |
JP2010224642A (en) | Image forming apparatus and image forming system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160823 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160915 |
|
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: 20161220 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170102 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6079845 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |