JP2006252119A - Distributed print control method - Google Patents
Distributed print control method Download PDFInfo
- Publication number
- JP2006252119A JP2006252119A JP2005067066A JP2005067066A JP2006252119A JP 2006252119 A JP2006252119 A JP 2006252119A JP 2005067066 A JP2005067066 A JP 2005067066A JP 2005067066 A JP2005067066 A JP 2005067066A JP 2006252119 A JP2006252119 A JP 2006252119A
- Authority
- JP
- Japan
- Prior art keywords
- image generation
- data
- page
- network
- 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.)
- Withdrawn
Links
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
本発明は、ネットワークを介して帳票などのプリントを行う為のネットワークプリントシステムに関するものである。 The present invention relates to a network print system for printing a form or the like via a network.
ブラウザからの指示に応じてサーバ上で印刷用データを生成、印刷する処理が提供されている。一方、同提案に対して、サーバから画像生成部を複数、独立に構成することでシステム全体の処理負荷を低減させる処理が提供されている。 Processing for generating and printing print data on a server in response to an instruction from a browser is provided. On the other hand, a process for reducing the processing load of the entire system by independently configuring a plurality of image generation units from the server is provided for the proposal.
又、従来例としては、例えば特許文献1をあげることが出来る。
従来の分散印刷方式では、複数の画像生成部があるにもかかわらず、1つの印刷結果を得るために複数の画像生成部で平行して印刷処理をさせるような分散処理を行うことができず、ハードウエア、ソフトウエアリソースを有効活用できていなかった。 In the conventional distributed printing method, although there are a plurality of image generation units, it is not possible to perform a distributed process in which a plurality of image generation units perform a printing process in parallel in order to obtain one print result. , Hardware and software resources could not be used effectively.
本発明は上記課題を解決する為になされたものであり、“前”と“後”という2極概念の範囲で印刷を最短時間で終了させるために、特定のページを印刷結果として得るプリント用データとプリント用帳票フォームの組(以降「ページ印刷データ」と記す)を逐次的に2つの画像生成部に転送、フェイスアップ、フェイスダウンでそれぞれ印刷を実施することで印刷速度を向上させるための枠組みを提供する。 The present invention has been made to solve the above-described problems, and for printing to obtain a specific page as a printing result in order to finish printing in the shortest time within the range of the two-pole concept of “front” and “back”. To improve the printing speed by transferring the data and the form form for printing (hereinafter referred to as “page print data”) sequentially to the two image generators, printing each face-up and face-down. Provide a framework.
本発明により、Web環境下のネットワークプリントシステムにおいて、特別な分散スケジューリングを実施することなく画像生成ならびに印刷を実質的に並列に、かつ双方を完全に補完しあう形で実施することで、高速な印刷を行うことが可能となり、また、一方の印刷が滞っても印刷を完了させることが可能となる。 According to the present invention, in a network print system under a Web environment, image generation and printing can be performed substantially in parallel without performing special distributed scheduling, and in a form that completely complements both. Printing can be performed, and printing can be completed even if one of the printings is delayed.
従来のネットワークシステムに対して、ページ印刷データの生成を依頼、結果を受信し、画像生成部への転送する処理を考慮して蓄える仕組み、画像生成部での印刷完了を検知することによって該データを画像生成部へ転送する仕組みを追加したものである。 A request is made to a conventional network system to generate page print data, the result is received and stored in consideration of processing to transfer to the image generation unit, and the data is detected by detecting the completion of printing in the image generation unit Is added to the image generation unit.
なお、印刷の完了を受ける仕組みについてはその手段を問わない。 The mechanism for receiving the completion of printing is not limited.
(実施例1:システム構成)
図1を用いてシステム構成を説明する。101はクライアントであるPC等の情報処理装置である。102は、サーバに対してデータの入出力を行うブラウザである。103は、102ブラウザの指示により、ブラウザに表示されているイメージを標準的なプリント用データに変換する為のプリント出力部である。104は印刷装置である。105は、サーバとクライアントがネットワークで接続されている事を示す。ネットワーク形態として、LAN,インターネット、無線等、Web環境の通信手順に対応するものであれば、その種類は問わない。
(Example 1: System configuration)
The system configuration will be described with reference to FIG.
106はWebサーバである情報処理装置であり、指定された入出力に応じて処理を振り分ける役目も果たす。107は106がWebサーバである役割を行うネットワーク通信制御部である。108は処理を依頼する候補となる画像生成装置のアドレスを格納する部分、109はページ印刷データを順次複数の画像生成部に振り分ける部分、110は帳票プリントを行う為の帳票テンプレートの格納部分である。111は105と同等である。
112は画像生成装置である。本提案においては複数存在する。113は、112がWebサーバと通信を行うネットワーク通信制御部である。114は、帳票プリントを行う為の帳票テンプレートの格納部分である。
115はデータベース等のデータ格納部であり、各業務用データが格納されている。116は、データ処理部で各業務に従ったアプリケーションロジックが、格納されている。117は、帳票イメージを決められた様式に従って作成する画像生成部である。118は画像生成部に動的に付加された画像生成プログラムである。119は画像生成部で作成されたデータをプリンタが出力できる形式に変換するプリント出力部であり、一般にはプリンタドライバと呼ばれている。120はプリンタである。
(実施例2:ページ印刷データ)
図2を用いて、本提案の前提とする中間データとページ印刷データの概要を説明する。
(Example 2: page print data)
The outline of the intermediate data and page print data which are the premise of the present proposal will be described with reference to FIG.
画像生成部は、複数のプリント用帳票フォームと複数のプリント用ページデータを入力としそれらを印刷ページ順に再配置し、ページ印刷データから構成される中間データ(201)を生成、かつページ印刷データと印刷ページ番号の情報(203〜205)を抽出可能であるとする。なお、以降、ページ印刷データと印刷ページ番号の情報を単にページ印刷データと記す。 The image generation unit inputs a plurality of print form forms and a plurality of print page data, rearranges them in the order of print pages, generates intermediate data (201) composed of page print data, and generates page print data and Assume that print page number information (203 to 205) can be extracted. Hereinafter, the information of the page print data and the print page number is simply referred to as page print data.
201は複数のページ印刷データの元となるデータのファイル内でのオフセット値とそれが実際に印刷された際のページ番号を保持するファイル管理情報を有する。202は201の中の1抽出単位を示し、それを元に203から205に示すページ印刷データを生成する。例えば203が先頭ページ、205が末尾ページを表す。
さらに画像生成部は、ページ印刷データからプリント用帳票フォームとプリント用データを抽出し、帳票プリントイメージを生成することが可能であるとする。 Further, it is assumed that the image generation unit can generate a form print image by extracting a print form form and print data from the page print data.
図2においては1中間データから3つのページ印刷データを生成する例を示しているが、一般にページ印刷データの個数は任意である。 Although FIG. 2 shows an example in which three page print data are generated from one intermediate data, the number of page print data is generally arbitrary.
本提案において、中間データはページ印刷データ抽出の過程で言及するに過ぎず、そのものの特徴を利用することはない。ページ印刷データについてもそのフォーマットの詳細には言及しない。 In this proposal, the intermediate data is only mentioned in the process of extracting the page print data and does not use the characteristics of the intermediate data. Details of the format of the page print data are not mentioned.
(実施例3:ページ印刷データを振り分ける処理)
図3を用いて、抽出されたページ印刷データを2つの画像生成装置に振り分ける処理の概要を説明する。フェイスアップ出力が可能なプリンタ、フェイスダウン印刷が可能なプリンタがあることを前提とする。
(Example 3: Processing for distributing page print data)
An outline of processing for distributing the extracted page print data to the two image generation apparatuses will be described with reference to FIG. It is assumed that there are printers capable of face-up output and printers capable of face-down printing.
301はページ印刷データ群を示す。図中、ページ印刷データ1は先頭ページを表し、ページ印刷データnは末尾ページを表す。302はWebサーバであり、303にページ印刷データの生成を依頼する。303では、ページの先頭とページの末尾を交互に分離していき、該ページ印刷データを302に逐次的に返す。302は先頭ページ側を304の画像生成部1に、末尾ページ側を305の画像生成部2に転送、印刷を依頼する。304はページ印刷データを順にフェイスダウンで、305にページ印刷データを順にフェイスアップで印刷する。306はフェイスダウンで、307はフェイスアップでそれぞれ印刷された結果を表している。
(実施例4:Webサーバにおけるページ印刷データスタックのプッシュ処理)
図4を用いて、2つの画像生成部に効率よくページ印刷データを転送する準備として、画像生成部で生成されたページ印刷データをスタックする処理について説明する。
(Embodiment 4: Push processing of page print data stack in Web server)
A process of stacking page print data generated by the image generation unit as a preparation for efficiently transferring the page print data to the two image generation units will be described with reference to FIG.
ページ印刷データはそれぞれ識別番号および先頭ページ側から分離されたことを示す記号(以降先頭末尾識別子と記す):f、あるいは末尾ページ側から分離されたことを示す記号:bを有し、それらがスタック管理される。抽出終了を表す先頭末尾識別子をeで表すこととする。その識別番号がスタックの何番目にプッシュされるかをindexとして表すことにする。indexの初期値は0とする、つまりindex:0が1番目を意味する。 Each of the page print data has an identification number and a symbol indicating that it has been separated from the first page side (hereinafter referred to as a head end identifier): f, or a symbol: b indicating that it has been separated from the last page side. Stack management. Let us denote the beginning and end identifier indicating the end of extraction by e. The index on which the identification number is pushed will be expressed as an index. The initial value of the index is 0, that is, index: 0 means the first.
第3の画像生成部に対して、ページ印刷データの生成を依頼し(401)、先頭末尾識別子がeでなければ(402)、スタックのindex番目に識別番号を挿入する(403)。eであった場合は処理を中断し新たな中間データ生成依頼の準備に入る。受信したページ印刷データの先頭末尾識別子を確認し(404)、fであった場合はindexを1加算し(405)、bであった場合は何もせず次のページ印刷データの処理を実行する。405は403の準備が目的であり、403は後述するスタックのプルを容易にするための工夫である。 The third image generation unit is requested to generate page print data (401). If the head / end identifier is not e (402), an identification number is inserted at the index number of the stack (403). If e, the process is interrupted and preparation for a new intermediate data generation request is started. The head / end identifier of the received page print data is confirmed (404). If it is f, 1 is added to index (405). If it is b, the next page print data is processed without doing anything. . 405 is intended for preparation of 403, and 403 is a device for facilitating pulling of a stack described later.
(実施例5:Webサーバにおけるフェイスダウンプリンタ印刷依頼)
図5を用いて、フェイスダウンプリンタへの印刷を実行する画像生成部へのページ印刷データ転送について説明する。スタックが空のケースをnullと表現する。画像生成部は印刷の完了を検知、Webサーバに通知することが可能であるとする。
(Example 5: Face-down printer print request in Web server)
With reference to FIG. 5, page print data transfer to an image generation unit that executes printing on a face-down printer will be described. A case where the stack is empty is expressed as null. It is assumed that the image generation unit can detect completion of printing and notify the Web server.
スタックがnullであった場合、スタックされるまで待機する(501)。画像生成部からの印刷完了を待っている場合(502)その終了を待つ(503)。indexが0ではない場合(504)つまりプルするデータが存在する場合に限り、スタックの先頭から識別番号をプルし、対応するページ印刷データを画像生成部に転送、印刷を依頼(505)してindexを1減算する(506)。0の場合はプル可能な識別番号がないことを意味し、501の処理に戻る。506は403のための準備であり、505を可能にするための工夫である。 If the stack is null, it waits until it is stacked (501). When waiting for the completion of printing from the image generation unit (502), it waits for the end (503). When the index is not 0 (504), that is, only when there is data to be pulled, the identification number is pulled from the top of the stack, the corresponding page print data is transferred to the image generation unit, and printing is requested (505). 1 is subtracted from the index (506). If it is 0, it means that there is no identification number that can be pulled, and the processing returns to step 501. 506 is preparation for 403, and is a device for enabling 505.
(実施例6:Webサーバにおけるフェイスアッププリンタ印刷依頼)
図6を用いて、フェイスアッププリンタへの印刷を実行する画像生成部へのページ印刷データ転送について説明する。実施例5同様、スタックが空のケースをnullと表現する。画像生成部は印刷の完了を検知、Webサーバに通知することが可能であるとする。
(Example 6: Face-up printer print request in Web server)
With reference to FIG. 6, page print data transfer to an image generation unit that performs printing on a face-up printer will be described. As in the fifth embodiment, the case where the stack is empty is expressed as null. It is assumed that the image generation unit can detect completion of printing and notify the Web server.
601は501と、602は502と、603は503と同等である。indexがスタックサイズと同等でない場合(604)つまりプルするデータが存在する場合に限り、スタックの末尾からプルして対応するページ印刷データを画像生成部に転送、印刷を依頼する(605)。 601 is equivalent to 501, 602 is equivalent to 502, and 603 is equivalent to 503. When the index is not equal to the stack size (604), that is, only when there is data to be pulled, the corresponding page print data is transferred from the end of the stack to the image generation unit and requested to be printed (605).
(実施例7:Webサーバにおけるページ印刷データの受信と画像生成部への転送)
図7、図8を用いて、Webサーバにおけるページ印刷データの受信と画像生成部への転送を具体的に例示する。
(Embodiment 7: Reception of page print data in a Web server and transfer to the image generation unit)
The reception of page print data and transfer to the image generation unit in the Web server will be specifically illustrated with reference to FIGS.
図7は処理シーケンス図であり、ページ印刷データの識別子(1)〜(8)が701〜708に示すタイミングでWebサーバに転送、またそれらが710から717に示すタイミングで画像生成部へ転送、受信を繰り返したと仮定する。なお、709は分離終了を表す処理である。
FIG. 7 is a processing sequence diagram, in which identifiers (1) to (8) of page print data are transferred to the Web server at timings indicated by 701 to 708, and transferred to the image generation unit at timings indicated by 710 to 717. Assume that the reception is repeated.
図8は図7のシーケンスで処理された場合の、時刻、ページ印刷データ識別番号、先頭末尾識別子、スタックの状態、index、転送済データ識別番号の時系列を表す。図8のページ印刷データ識別番号は、図7のそれにそれぞれ対応する。 FIG. 8 shows a time series of time, page print data identification number, head end identifier, stack state, index, and transferred data identification number when processed in the sequence of FIG. The page print data identification numbers in FIG. 8 correspond to those in FIG.
(実施例8:印刷用データの返送)
実際の印刷に時間がかかることが予想される場合、ページ印刷データを印刷用データに変換してからWebサーバに転送して、それを画像生成部に転送することで、画像生成部におけるページ印刷データを印刷用データに変換する処理を省略してスループットを挙げることも可能とする。
(Example 8: Return of print data)
If actual printing is expected to take a long time, the page print data is converted to print data, transferred to the Web server, and then transferred to the image generation unit. It is also possible to increase the throughput by omitting the process of converting data into print data.
Claims (4)
ネットワーク上に複数存在する該画像生成装置に処理を分散させることを特徴とするネットワークプリントシステムにおいて、
任意の画像生成部が、一般に複数のプリント用データと複数のプリント用帳票フォームから、特定のページを印刷結果として得るプリント用データとプリント用帳票フォームの組を印刷単位として抽出して、該Webサーバに返送した後、任意の複数の該画像生成部に該印刷単位を転送し、該画像生成部が帳票プリントイメージを作成し、印刷することを特徴とするネットワークプリントシステム。 A network print system including a client terminal that performs a plurality of print instructions on a network, a Web server that can store form data and print data, and an image generation unit that can generate a print image, in accordance with instructions from the client terminal, The Web server extracts print data and a print form, transfers the print data and the print form to an image generation unit, and the image generation unit creates and outputs a form print image. And
In a network print system, wherein processing is distributed to a plurality of the image generation apparatuses existing on a network,
In general, an arbitrary image generation unit extracts a set of print data and a print form form that obtains a specific page as a print result from a plurality of print data and a plurality of print form forms as a print unit. A network printing system, wherein after returning to a server, the printing unit is transferred to an arbitrary plurality of image generating units, and the image generating unit creates and prints a form print image.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005067066A JP2006252119A (en) | 2005-03-10 | 2005-03-10 | Distributed print control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005067066A JP2006252119A (en) | 2005-03-10 | 2005-03-10 | Distributed print control method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006252119A true JP2006252119A (en) | 2006-09-21 |
Family
ID=37092555
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005067066A Withdrawn JP2006252119A (en) | 2005-03-10 | 2005-03-10 | Distributed print control method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2006252119A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9036200B2 (en) | 2010-09-14 | 2015-05-19 | Hewlett-Packard Development Company, L.P. | Job processing by dividing a job into sub-jobs for rendering and streaming |
US9311027B2 (en) | 2013-03-28 | 2016-04-12 | Hewlett-Packard Development Company, L.P. | Document generation based on target device availability |
CN115168252A (en) * | 2022-07-05 | 2022-10-11 | 珠海趣印科技有限公司 | General debugging method and system for printing terminal |
-
2005
- 2005-03-10 JP JP2005067066A patent/JP2006252119A/en not_active Withdrawn
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9036200B2 (en) | 2010-09-14 | 2015-05-19 | Hewlett-Packard Development Company, L.P. | Job processing by dividing a job into sub-jobs for rendering and streaming |
US9311027B2 (en) | 2013-03-28 | 2016-04-12 | Hewlett-Packard Development Company, L.P. | Document generation based on target device availability |
CN115168252A (en) * | 2022-07-05 | 2022-10-11 | 珠海趣印科技有限公司 | General debugging method and system for printing terminal |
CN115168252B (en) * | 2022-07-05 | 2024-02-09 | 珠海趣印科技有限公司 | Universal debugging method and system for printing terminal |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5605746B2 (en) | Print control apparatus, image forming system, and program | |
JP4900530B1 (en) | Image processing apparatus and program | |
US20120250066A1 (en) | Image forming system, information management server, and computer readable medium storing program | |
CN104111806B (en) | One kind printing scheduling, processing method, device and system | |
JP2012053624A (en) | Server system and printer, network printing system having the same, and method thereof | |
CN104391664B (en) | A kind of Self-service printing system for realizing printer and printing server cross-network segment communicating | |
CN105278890B (en) | Information processing unit and control method | |
US9110623B2 (en) | Printing system, print relay server, method of controlling the server, and program | |
JP2006252119A (en) | Distributed print control method | |
JP2007022085A (en) | Printer | |
CN104375821B (en) | Message processing device, information processing method and processing equipment | |
JPH1021021A (en) | Print system and print control method | |
JP2007001080A (en) | Printer | |
JP2001292272A (en) | Facsimile system, facsimile terminal equipment to be used for the same, format converter and storage medium | |
JP4154250B2 (en) | Information processing method, information processing apparatus, and program | |
JP2008198201A (en) | System for prioritizing cache of print job, workstation, print driver, and method | |
US20140022573A1 (en) | File of multiple print driver output files for pull-printing on multiple devices | |
JP2006164152A (en) | Print processing method and system | |
US9047552B2 (en) | Forming system and image forming apparatus that generate image log data to server | |
JP2000284926A (en) | Print processing system and its method | |
JP3087834B2 (en) | Online form output control method | |
JP2005501336A (en) | Computation cycle mediation apparatus and computation cycle mediation method | |
JP2010277277A (en) | Image forming apparatus | |
JP2000284928A (en) | Print processing system and its method | |
JP2002099396A (en) | Printer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20080513 |