JP2016040717A - System and processing terminal - Google Patents

System and processing terminal Download PDF

Info

Publication number
JP2016040717A
JP2016040717A JP2015180437A JP2015180437A JP2016040717A JP 2016040717 A JP2016040717 A JP 2016040717A JP 2015180437 A JP2015180437 A JP 2015180437A JP 2015180437 A JP2015180437 A JP 2015180437A JP 2016040717 A JP2016040717 A JP 2016040717A
Authority
JP
Japan
Prior art keywords
processing
print
printer
server
request
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.)
Granted
Application number
JP2015180437A
Other languages
Japanese (ja)
Other versions
JP6079845B2 (en
Inventor
泰大 古田
Yasuhiro Furuta
泰大 古田
康裕 大島
Yasuhiro Oshima
康裕 大島
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2015180437A priority Critical patent/JP6079845B2/en
Publication of JP2016040717A publication Critical patent/JP2016040717A/en
Application granted granted Critical
Publication of JP6079845B2 publication Critical patent/JP6079845B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a processing control server that stops the processing of a processing terminal without increasing load in response to the acquisition of a stop request.SOLUTION: A remote processing control server comprises: first communication means for communicating with a printer using first connection based on HTTP (Hyper Text Transfer Protocol); second communication means for communicating with the printer using second connection different from the first connection, based on XMPP (Extensible Messaging and Presence Protocol); and processing control means that, in response to the acquisition of a print execution request 104 from a communication terminal, generates a print job 205, transmits print job information to the printer 206 on the basis of HTTP to make it print, and transmits a print stop request 207 of the print job to the printer on the basis of XMPP in response to the acquisition of a print stop request 106 from the communication terminal.SELECTED DRAWING: Figure 2

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.

特開2008−71257号公報JP 2008-71257 A

ここで,サーバーからプリンターが印刷データを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 is a block diagram showing an entire printing system including a processing control server and a printer as a processing terminal. 処理制御方法を示すシーケンスチャートである。It is a sequence chart which shows a process control method. 印刷制御ページを示す平面図である。It is a top view which shows a printing control page.

以下,本発明の実施の形態を添付図面を参照しながら説明する。尚,各図において対応する構成要素には同一の符号が付され,重複する説明は省略される。
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 processing control server 2 and printers 3a, 3b, 3c, and 3d as processing terminals. The printing system shown in FIG. 1 transmits an e-mail addressed to any of the printers 3a, 3b, 3c, and 3d registered in the processing control server 2 from an arbitrary communication terminal 1. , The function of printing the attached file or the text of the e-mail in any of the printers 3a, 3b, 3c, 3d associated with the destination e-mail address is realized. The processing control server 2, the printers 3a, 3b, 3c, 3d and the communication terminal 1 are connected to the Internet 4. Since the configurations of the printers 3a, 3b, 3c, and 3d are substantially the same for understanding the invention, the configurations of the printers 3a, 3b, and 3c are omitted in FIG. In the following description, the printers 3a, 3b, 3c, and 3d are expressed as printers 3 without being distinguished unless otherwise required. The printer 3 may be connected to the Internet 4 via a hub or a router.

処理制御サーバー2は1以上のコンピューターによって構成され,アプリケーションサーバー21,SMTPサーバー22,HTTPサーバー23およびXMPPサーバー24を含む。アプリケーションサーバー21,SMTPサーバー22,HTTPサーバー23,XMPPサーバー24のそれぞれは,図示しないCPUとRAMとROMとハードディスク装置と通信部とそれらを接続する内部インターフェースとを備えている。通信部はインターネットからLANを経由して受信する信号をプロトコルに従って変換して内部バスに送出し,内部バスから取り込んだ信号をプロトコルに従って変換してLANを経由してインターネットに送出する。   The processing control server 2 is composed of one or more computers, and includes an application server 21, an SMTP server 22, an HTTP server 23, and an XMPP server 24. Each of the application server 21, SMTP server 22, HTTP server 23, and XMPP server 24 includes a CPU, a RAM, a ROM, a hard disk device, a communication unit, and an internal interface for connecting them, not shown. The communication unit converts a signal received from the Internet via the LAN according to the protocol and sends it to the internal bus, and converts a signal received from the internal bus according to the protocol and sends it to the Internet via the LAN.

SMTPサーバー22は,アプリケーションサーバー21に登録されたプリンター3に割り当てられた電子メールアドレスにおいて電子メールを送受信する機能を有する。   The SMTP server 22 has a function of transmitting and receiving e-mails at an e-mail address assigned to the printer 3 registered in the application server 21.

HTTPサーバー23はプリンター3とHTTPに基づいて通信する第一通信手段として機能する。   The HTTP server 23 functions as a first communication unit that communicates with the printer 3 based on HTTP.

XMPPサーバー24はプリンター3とXMPP(Extensible Messaging and Presence Protocol)に基づいて通信する第二通信手段として機能する。   The XMPP server 24 functions as a second communication unit that communicates with the printer 3 based on XMPP (Extensible Messaging and Presence Protocol).

アプリケーションサーバー21は,SMTPに基づいて印刷実行要求を取得すると,対応するプリンター3に応じた印刷データを生成し,生成した印刷データをHTTPに基づいて対応するプリンター3に送信し,HTTPに基づいて印刷中止要求を取得するとXMPPに基づいて対応するプリンター3に印刷中止を要求する処理制御手段として機能する。   When the application server 21 obtains a print execution request based on SMTP, the application server 21 generates print data corresponding to the corresponding printer 3, transmits the generated print data to the corresponding printer 3 based on HTTP, and based on HTTP. When the print cancel request is acquired, it functions as a process control means for requesting the corresponding printer 3 to cancel print based on XMPP.

プリンター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 process control server 2 through a constant connection with the process control server 2. Accordingly, the printer 3 includes a communication unit 34 for transmitting and receiving messages via the Internet 4 in addition to the components of a normal printer such as the CPU 31, ROM 32, RAM 33, and printing unit 35. The communication unit 34 converts the signal received from the Internet 4 via the LAN according to the protocol and sends it to the internal bus, converts the signal received from the internal bus according to the protocol and sends it to the Internet via the LAN. The ROM 32 stores various computer programs that are read into the RAM 33 such as the OS 331, the connection control module 332, the server interface module 333, and the print control module 334 and executed by the CPU 31. Various functions of the printer 3 are realized by the CPU 31 executing these computer programs.

OS331は,接続制御モジュール332,サーバーインターフェースモジュール333,印刷制御モジュール334等の各種のアプリケーションプログラムと協働してプリンター3のハードウェアを制御するとともに,TCP/IP,HTTP,XMPP等のプロトコルに従って処理制御サーバー2との通信を制御する機能を実現する。したがってOS331は,CPU31および通信部34を第一通信手段および第二通信手段として機能させるコンピュータープログラムである。なお,プリンター3がTCP/IP,HTTP,XMPP等のプロトコルに従って処理制御サーバー2と通信するためのアカウント情報は予めプリンター3と処理制御サーバー2とにそれぞれ設定されている。   The OS 331 controls the hardware of the printer 3 in cooperation with various application programs such as the connection control module 332, the server interface module 333, the print control module 334, and performs processing according to protocols such as TCP / IP, HTTP, and XMPP. A function for controlling communication with the control server 2 is realized. Therefore, the OS 331 is a computer program that causes the CPU 31 and the communication unit 34 to function as a first communication unit and a second communication unit. Note that account information for the printer 3 to communicate with the processing control server 2 according to a protocol such as TCP / IP, HTTP, XMPP is set in advance in the printer 3 and the processing control server 2 respectively.

サーバーインターフェースモジュール333は,HTTP,XMPP等のプロトコルに従って処理制御サーバー2と通信することによって,処理制御サーバー2から印刷実行要求や印刷データや印刷中止要求を取得する機能を実現する。   The server interface module 333 realizes a function of acquiring a print execution request, print data, and a print cancel request from the process control server 2 by communicating with the process control server 2 according to a protocol such as HTTP or XMPP.

印刷制御モジュール334は,サーバーインターフェースモジュール333を介して印刷実行要求や印刷データや印刷中止要求を取得し,印刷実行要求を取得すると,印刷データに基づいて印刷部35を制御して印刷を実行し,印刷中止要求を取得すると印刷の実行を中止する機能を実現する。したがって印刷制御モジュール334は,CPU31および印刷部35を処理手段として機能させるコンピュータープログラムである。   The print control module 334 acquires a print execution request, print data, and a print cancel request via the server interface module 333. When the print execution request is acquired, the print control module 334 controls the printing unit 35 based on the print data to execute printing. When the print cancel request is acquired, a function for canceling the print execution is realized. Therefore, the print control module 334 is a computer program that causes the CPU 31 and the printing unit 35 to function as processing means.

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 process control server 2 to function as a process control server as one embodiment of the present invention and causing the printer 3 to function as a process terminal will be described. In the printing system shown in FIG. 1, when printing is requested from the communication terminal 1 to the processing control server 2, printing is immediately executed in the printer 3, and printing suspension is requested from the communication terminal 1 to the processing control server 2. It is desired that printing be stopped immediately at the printer 3. In addition, it is not preferable that the printer 3 polls the processing control server 2 using a message based on HTTP in order to immediately acquire a print execution request or a print cancellation request from the viewpoint of the load of the processing control server 2 and network traffic. . Therefore, the printer 3 acquires a print execution request and a print stop request based on XMPP from the processing control server 2. Since XMPP is a push-type protocol that can send messages in both directions, polling of the processing control server 2 by the printer 3 is not necessary. In the sequence described below, an account for the printer 3 to communicate with the processing control server 2 such as JID, XMPP login password, and e-mail address is referred to registration information of other printers already registered in the application server 21. Assume that the process assigned to the printer 3 is executed in the printer 3 and the process control server 2.

ユーザーがプリンター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 XMPP server 24. The XMPP server 24 that has acquired the XMPP account information establishes an XMPP connection with the printer 3 (S202). In this way, the XMPP connection established between the XMPP server 24 and the printer 3 is maintained until the printer 3 is powered off.

通信端末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 SMTP server 22. An e-mail as a request is transmitted (S101).

アプリケーションサーバー21は,SMTPサーバー22が印刷依頼としての電子メールを受信すると,印刷設定ページを生成し,HTMLサーバー23に記憶させる(S202)。印刷制御ページとは,通信端末1から処理制御サーバー2を介して種々の印刷制御コマンドをプリンター3に送信するためのウェブページである。   When the SMTP server 22 receives an e-mail as a print request, the application server 21 generates a print setting page and stores it in the HTML server 23 (S202). The print control page is a web page for transmitting various print control commands from the communication terminal 1 to the printer 3 via the processing control server 2.

図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 print control page 5 includes various drop-down lists 51, 52, 53, 54, 55 for selecting a file to be printed, a paper size, an automatic color conversion type, an image quality level, the number of copies, and a print execution request. A print button 56 for sending, a re-preview button 57 for updating the preview image 59 when the user changes the automatic color conversion type, image quality level, etc., a cancel button 58 for sending a print stop request, printing A preview image 59 of the target file is arranged. The print control page 5 and the file to be printed are associated with each other by the application server 21.

アプリケーションサーバー21は,印刷制御ページ5を生成すると,印刷制御ページ5を取得するためのURLを含む電子メールを生成し,SMTPサーバー21を介して通信端末1に送信する(S203)。これにより,通信端末1が印刷制御ページ5を取得するのに必要な情報が処理制御サーバー2から通信端末1に通知される。   When the application server 21 generates the print control page 5, the application server 21 generates an electronic mail including a URL for acquiring the print control page 5, and transmits the electronic mail to the communication terminal 1 via the SMTP server 21 (S203). As a result, information necessary for the communication terminal 1 to acquire the print control page 5 is notified from the processing control server 2 to the communication terminal 1.

通信端末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 print control page 5 included in the e-mail, and transmits the URL from the browser of the communication terminal 1 to the HTML server 23. Let As a result, the communication terminal 1 acquires the print control page 5 from the HTML server 23 (S102), and displays the acquired print control page 5 on the screen (S103). The user of the communication terminal 1 that has acquired the print control page can request the printer 3 to start and stop printing by operating the browser. Specifically, it is as follows.

印刷制御ページ5の印刷ボタン56がクリックされると,通信端末1のブラウザによって印刷実行要求が処理制御サーバー2に送信される(S104)。その結果,アプリケーションサーバー21がHTMLサーバー23を介して印刷実行要求を取得する。印刷実行要求は,ドロップダウンリスト51,52,53,54,55の選択項目を印刷ボタン56に埋め込まれたURLに送信するHTTPリクエストである。   When the print button 56 on the print control page 5 is clicked, a print execution request is transmitted to the processing control server 2 by the browser of the communication terminal 1 (S104). As a result, the application server 21 acquires a print execution request via the HTML server 23. The print execution request is an HTTP request for transmitting the selection items of the drop-down lists 51, 52, 53, 54, and 55 to the URL embedded in the print button 56.

このようにして処理制御サーバー2において印刷実行要求が発生すると,アプリケーションサーバー21は印刷依頼としての電子メールから取得した印刷対象とドロップダウンリスト51,52,53,54,55の選択項目とに基づいて,プリンター3に応じた印刷データを含む印刷ジョブを生成する(S205)。   When a print execution request is generated in the process control server 2 in this way, the application server 21 is based on the print target acquired from the electronic mail as the print request and the selection items of the drop-down lists 51, 52, 53, 54, 55. Thus, a print job including print data corresponding to the printer 3 is generated (S205).

次にアプリケーションサーバー21はXMPPサーバー24を介して印刷ジョブの発生をプリンター3に通知する(S206)。印刷ジョブの発生をプリンター3に通知する際には、印刷データを取得するために必要な印刷ジョブ情報をHTTPサーバー23から取得するためのURLがXMPPサーバー24を介してプリンター3に送信される。このように印刷ジョブの発生をプリンター3に通知する処理にはXMPPが用いられるため,処理制御サーバー2が自律的に通知することができ,プリンター3からのポーリングを必要としない。このため,印刷ジョブの発生を即座にプリンター3に通知することができ,また,最小限の通信量で印刷ジョブの発生をプリンター3に通知することができる。   Next, the application server 21 notifies the printer 3 of the occurrence of the print job via the XMPP server 24 (S206). When notifying the printer 3 of the occurrence of a print job, a URL for acquiring print job information necessary for acquiring print data from the HTTP server 23 is transmitted to the printer 3 via the XMPP server 24. As described above, XMPP is used for the process of notifying the printer 3 of the occurrence of the print job, so that the process control server 2 can autonomously notify it and does not require polling from the printer 3. For this reason, the occurrence of a print job can be immediately notified to the printer 3, and the occurrence of the print job can be notified to the printer 3 with a minimum communication amount.

印刷ジョブの発生を通知されたプリンター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 processing control server 2 based on HTTP (S302). The print job information includes a URL for downloading print data.

印刷ジョブ情報を取得したプリンター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 HTTP server 23. Printing is executed based on the printed data (S303).

このように,印刷制御ページを取得した通信端末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 process control server 2 prints the print data that is the print target data. Is transmitted to the printer 3 based on HTTP, and as a result, the printer 3 performs printing.

一方、印刷実行要求が発生した後、印刷制御ページを取得した通信端末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 button 58 of the print control page that is continuously displayed after the print execution request is generated, the browser of the communication terminal 1 A print cancellation request is transmitted to the processing control server 2 (S106). As a result, the application server 21 acquires a print cancellation request via the HTML server 23. The print cancel request is an HTTP request including a URL embedded in the cancel button 58.

印刷中止要求を取得したアプリケーションサーバー21は,ステップS206で印刷ジョブの発生をプリンター3に通知した後であれば、XMPPサーバー24を介して印刷中止要求をプリンター3に送信する(S207)。すなわち,処理制御サーバー2は,印刷中止要求が発生すると,印刷実行の中止をプッシュ型プロトコルであるXMPPに基づいた通信によってプリンター3に要求する。この処理は,HTMLサーバー23によって印刷データをプリンター3に送信しているときであっても,XMPPサーバー24によって実行可能である。そして,XMPPがプッシュ型のプロトコルであるため,印刷中止要求が発生したとき即座にプリンター3に対して印刷実行の中止を要求することができる。一方、アプリケーションサーバー21の印刷中止要求の取得がステップS206で印刷ジョブの発生をプリンター3に通知する前であれば、プリンター3に通知を行うことなく印刷ジョブの生成を中止するか印刷ジョブを削除する。   The application server 21 that has acquired the print cancel request sends a print cancel request to the printer 3 via the XMPP server 24 after notifying the printer 3 of the occurrence of the print job in step S206 (S207). That is, when a print stop request is generated, the processing control server 2 requests the printer 3 to stop print execution by communication based on XMPP that is a push type protocol. This process can be executed by the XMPP server 24 even when print data is transmitted to the printer 3 by the HTML server 23. Since XMPP is a push-type protocol, it is possible to immediately request the printer 3 to stop printing when a print stop request is generated. On the other hand, if the print stop request acquisition of the application server 21 is before notifying the printer 3 of the occurrence of the print job in step S206, the generation of the print job is canceled or the print job is deleted without notifying the printer 3 To do.

印刷中止要求を取得したプリンター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 processing control server 2 based on XMPP (S304). If the printer 3 that has acquired the print cancel request succeeds in canceling the print, the process control server 2 is notified of the success of the print cancel. Note that the case where the printer 3 does not support the print cancellation request, the case where the printer 3 acquires the print cancellation request after the printing ends, or the case where the printer 3 acquires the print cancellation request before the printing starts will be described later.

印刷中止要求を取得したプリンター3は,次に,処理制御サーバー2から印刷データを取得する処理と,取得した印刷データに基づいて印刷を実行する処理とを中止し,受信済みの印刷データを含む印刷ジョブを削除する(S305)。   The printer 3 that has acquired the print cancel request next cancels the process of acquiring print data from the process control server 2 and the process of executing printing based on the acquired print data, and includes the received print data. The print job is deleted (S305).

印刷中止の成功が通知された処理制御サーバー2において,アプリケーションサーバー21は,XMPPサーバー24を介して印刷中止の成功ステータスを取得し,プリンター3に送信するために生成した印刷データを含む印刷ジョブを削除する(S208)。HTMLサーバー23は,アプリケーションサーバー21が印刷データを削除した後であっても削除前に開いた印刷データファイルを要求に応じてプリンター3に送信することが可能であるが,ステップS305においてプリンター3が印刷データを取得する処理,すなわち印刷データをHTMLサーバー23に要求する処理を中止しているため,プリンター3において印刷が続行されることはない。   In the processing control server 2 notified of the success of the print cancellation, the application server 21 obtains the print cancel success status via the XMPP server 24 and sends a print job including the print data generated for transmission to the printer 3. It is deleted (S208). The HTML server 23 can send the print data file opened before the deletion to the printer 3 in response to the request even after the application server 21 deletes the print data. Since the process of acquiring the print data, that is, the process of requesting the print data to the HTML server 23 is stopped, the printer 3 does not continue printing.

次にアプリケーションサーバー21は印刷中止の成功をユーザーに通知するための印刷中止ページを生成する(S209)。   Next, the application server 21 generates a print cancel page for notifying the user of the success of the print cancel (S209).

アプリケーションサーバー21によって生成された印刷中止ページは,HTMLサーバー23を介して通信端末1が取得し(S107),通信端末1のブラウザによって表示される(S108)。その結果,通信端末1のユーザーはプリンター3において印刷が中止されたことを知ることができる。   The print cancellation page generated by the application server 21 is acquired by the communication terminal 1 via the HTML server 23 (S107) and displayed by the browser of the communication terminal 1 (S108). As a result, the user of the communication terminal 1 can know that printing has been stopped in the printer 3.

なお,印刷実行依頼の直後で印刷が開始される前に印刷中止要求が発生した場合や,印刷終了後に印刷中止要求が発生した場合には,印刷中止要求に対するプリンター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 application server 21 that has acquired the non-printing error response via the XMPP server 24 may delete the print job and generate a print cancel page on the assumption that the print cancel has been successful. Of course, when a print cancellation request is generated after the printing is finished, it may be treated as a failure of the printing suspension, and a web page for notifying the user of the communication terminal 1 of the failure of the printing suspension may be generated.
Also, if the XMPP connection is not established between the printer 3 and the processing control server 2, the printer 3 can be deleted if the power of the printer 3 is cut off or the communication path is abnormal. Good.

ところで,本実施例では,処理制御サーバー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 processing control server 2 are not unified. Therefore, even if the printer 3 acquires a print cancellation request after starting printing, there is a possibility that printing will not be canceled. In such a case, the response received by the processing control server 2 as a result of sending a print stop request to the printer 3 based on XMPP is a content indicating an unsupported error. When the process control server 2 receives a response indicating a non-corresponding error, the process control server 2 assumes that the print cancellation has failed, and postpones the timing of deleting the print data to the timing of deletion when the normal print is completed. Specifically, the application server 21 may hold the print data without deleting it until the printer 3 notifies the end of printing.
That is, the application server 21 determines whether or not printing in the printer 3 is continued based on a response received from requesting the printer 3 to stop based on XMPP, and print including print data according to the determination result. Delete the job or postpone deleting the print job.

以上述べた実施例によると,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 HTTP server 23. In other words, the execution of printing by the printer 3 can be stopped by remote operation without increasing the load on the processing control server 2. Note that the XMPP server 24 for transmitting the print cancel request to the printer 3 is necessary to immediately notify the printer 3 of the occurrence of the print job. Even if 24 is used, the peak load of the XMPP server 24 does not increase. That is, by distributing the processing for canceling printing within the processing control server 2, the configuration of the processing control server 2 can be simplified, and the cost for realizing the print canceling processing can be suppressed.

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 processing control server 2 may be configured by a plurality of physically independent computers, or may be configured by a single computer.
Further, the application server 21 may generate a print job in response to reception of an e-mail as a print request without using the print control page 5, and then notify the printer 3 of the occurrence of the print job. For example, the user acquires the job management screen of the printer 3 existing in the HTML server 23 using the browser of the communication terminal 1, and instructs the deletion of the job and the cancellation of printing from the job management screen. Alternatively, the user transmits an e-mail instructing cancellation. Even in this case, the operations in and after step S207 are the same as in the above-described embodiment.

また,プリンター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 processing control server 2. For example, push communication protocols other than XMPP such as SIP (Session Initiation Protocol) and SIMPLE (SIP for Instant Messaging and Presence Leveraging Extensions) It may be used for transmission, or when polling is required for purposes unrelated to the above, it may be transmitted using a pull communication protocol used for the polling.
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 ... XMPP server 31 ... CPU, 32 ... ROM, 33 ... RAM, 34 ... communication unit, 35 ... printing unit, 51, 52, 53, 54, 55 ... drop down list, 56 ... print button, 57 ... re-preview button, 58 ... Cancel button, 59 ... Preview image, 332 ... Connection control module, 333 ... Server interface module, 334 ... Print control module

Claims (6)

HTTPに基づいた第一の接続を用いて処理端末と通信する第一通信手段と,
前記第一の接続と異なる第二の接続を用いて前記処理端末と通信する第二通信手段と,
処理要求を取得した後に,前記処理端末に対象データをHTTPに基づいて送信し,中止要求の取得に応じて前記対象データの処理の中止を前記第二の接続を用いて前記処理端末に要求する処理制御手段と,
を備える処理制御サーバー。
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 cancel the processing of the target data using the second connection in response to the acquisition of the cancel request. Processing control means;
A processing control server comprising:
前記処理制御手段は,前記処理端末に中止を要求したことに対する応答に基づいて前記対象データの処理が前記処理端末において続行されるか否かを判定し,前記対象データの処理が続行されない場合には,前記対象データを削除し,前記対象データの処理が続行される場合には,前記対象データの削除を延期する,
請求項1に記載の処理制御サーバー。
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 requesting the processing terminal to stop, and when the processing of the target data is not continued Deletes the target data and, if processing of the target data is continued, defers the deletion of the target data,
The processing control server according to claim 1.
管理端末と通信する第三通信手段を更に備え、
前記中止要求は前記第三通信手段を用いて前記管理端末から取得する、
請求項1又は2に記載の処理制御サーバー。
A third communication means for communicating with the management terminal;
The cancellation request is acquired from the management terminal using the third communication means.
The processing control server according to claim 1 or 2.
前記第一通信手段と前記第二通信手段と前記処理制御手段とは、それぞれ別のコンピューターによって構成される、
請求項1から3のいずれか一項に記載の処理制御サーバー。
The first communication unit, the second communication unit, and the processing control unit are configured by separate computers, respectively.
The process control server according to any one of claims 1 to 3.
処理要求に応じて、HTTPに基づいた第一の接続を用いて前記処理端末に対象データを送信し,中止要求に応じて,前記第一の接続と異なる第二の接続を用いて前記対象データの処理の中止をプッシュ型プロトコルに基づいて前記処理端末に要求し,前記中止要求に応じて,前記処理対象データを削除する,
ことを含む処理制御方法。
In response to a processing request, the target data is transmitted to the processing terminal using a first connection based on HTTP, and in response to a cancellation request, the target data is transmitted using a second connection different from the first connection. Requesting the processing terminal to cancel the processing based on the push-type protocol, and deleting the processing target data in response to the cancellation request,
A process control method.
HTTPに基づいた第一の接続を用いて処理制御サーバーと通信する第一通信手段と, 前記第一の接続と異なる第二の接続を用いて前記処理制御サーバーと通信する第二通信手段と,
処理要求を取得すると,前記処理制御サーバーから対象データを前記第一の接続を用いて取得するとともに前記対象データに基づいて所定の処理を実行し,前記第二の接続を用いて中止要求を取得すると,前記対象データの処理を中止する処理手段と,
を備える処理端末。
First communication means for communicating with the process control server using a first connection based on HTTP, second communication means for communicating with the process control server using a second connection different from the first connection,
When a processing request is acquired, target data is acquired from the processing control server using the first connection, a predetermined process is executed based on the target data, and a stop request is acquired using the second connection. Then, a processing means for stopping the processing of the target data,
A processing terminal comprising:
JP2015180437A 2015-09-14 2015-09-14 System and processing terminal Active JP6079845B2 (en)

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 true JP2016040717A (en) 2016-03-24
JP6079845B2 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)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003091377A (en) * 2001-06-29 2003-03-28 Hewlett Packard Co <Hp> Communication protocol for printing service with reference
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

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003091377A (en) * 2001-06-29 2003-03-28 Hewlett Packard Co <Hp> Communication protocol for printing service with reference
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

Also Published As

Publication number Publication date
JP6079845B2 (en) 2017-02-15

Similar Documents

Publication Publication Date Title
JP5810761B2 (en) Process control server and process control method
JP5703791B2 (en) Printing system and printer
US8717601B2 (en) Server apparatus, and terminal apparatus
JP2012155575A (en) Print control server and print system
EP2490120A2 (en) Print control server and print control method
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
JP2016175330A (en) Image forming apparatus, image processing system and method
JP6011043B2 (en) E-mail processing system and e-mail processing method
JP5839102B2 (en) Printing system and printer
JP2013061836A (en) Server, data processor, data processing method
JP5817545B2 (en) Print trial device, print trial program, print trial method, print control server
JP6079845B2 (en) System and processing terminal
US9467501B2 (en) Relay server system
JP5928156B2 (en) E-mail processing system and e-mail processing method
JP5900574B2 (en) Print control server, print control method, and print control program
JP6036966B2 (en) Printing system and printer
JP6191867B2 (en) Data relay device, terminal device, data processing system, and program
JP6127586B2 (en) Information processing system and information processing method
JP2012150752A (en) Print control server, print control method and print control program
JP5732874B2 (en) Print control server, print control method, and print control program
JP2017062811A (en) Printing system and printer
JP2016179609A (en) Image formation apparatus, program, and image formation system
JP2005234874A (en) Print control system, print controller, print requesting device, print control method and print control program

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