WO2003090094A1 - Communication program and computer-readable recording medium containing the same - Google Patents
Communication program and computer-readable recording medium containing the same Download PDFInfo
- Publication number
- WO2003090094A1 WO2003090094A1 PCT/JP2003/001670 JP0301670W WO03090094A1 WO 2003090094 A1 WO2003090094 A1 WO 2003090094A1 JP 0301670 W JP0301670 W JP 0301670W WO 03090094 A1 WO03090094 A1 WO 03090094A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- server
- client terminal
- batch file
- display
- signals
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
Definitions
- the server when processing various signals transmitted / received on a network formed by connecting a plurality of terminals to a server, the server may be connected even if the plurality of terminals are connected to the server.
- the present invention relates to a communication program capable of asynchronously transmitting and receiving a signal to and from a terminal, and capable of partially rewriting a display, and a computer readable recording medium recorded with the communication program.
- client terminal a personal computer
- server terminal a server
- communication line to configure a network
- client terminal a personal computer
- server terminal a server
- processing program a program that causes processing to be executed at the receiving client terminal by data transmission and reception using the Internet technology. Became.
- HTML Hyper Text Markup Language
- HTML Hyper Text Markup Language
- browser software itself is specialized in that it displays a document of parseable description such as HTML format.
- processing program described above describes a tag that executes the processing program in the HTML format document, so that the processing program received at almost the same timing as the HTML format document via the browser software. Executed on the client terminal.
- the browser software in the conventional Internet and the network communication formed by the server and a plurality of client terminals have the following problems.
- the server returns one response to one request from the client terminal (Hereinafter referred to as "synchronous communication").
- Browser software can not partially rewrite the screen during transmission and reception with the server (hereinafter referred to as “partial rewriting not possible").
- the server does not memorize the input (request) from the client terminal one by one for the partial rewriting impossible. That is, in a situation where a plurality of client terminals are connected to the server, the server must grasp every request for each of the plurality of client terminals at the time of communication and a reply to each of the plurality of client terminals one by one. As such, it is impossible at present. Therefore, after the server responds to the request from the client terminal, it deletes the request and reply date.
- the present invention solves the above problems, and it is possible to asynchronously transmit and receive signals between a server and a client terminal on a network composed of a server and a plurality of client terminals. It is an object of the present invention to provide a communication program capable of cyclic display rewriting and a conversable readable recording medium on which the communication program is recorded. Disclosure of the invention A communication program according to the present invention is a computer that processes various signals transmitted and received on a network formed by connecting a plurality of terminals to a server, and receives from a function and a server that recognizes signals generated by the terminals.
- the function to recognize the selected signal the function to sequentially accumulate these signals, the function to select the accumulated signals in order, to extract them, the function to select the batch file stored for each processing based on the extracted signals, the selected batch It is for realizing the function of making a file run on a terminal or server.
- the communication program of the present invention also has a function of executing, at startup, a batch file for invariant display whose display does not change due to a signal generated at a client terminal or a signal received from a server. From the moment on, based on the signal transmitted and received between the terminal and the server, the function to change the display partially as appropriate by selecting and executing the batch file for variable display. is there.
- a computer readable medium may be a computer readable magnetic or optical recording medium attached to a client terminal such as a personal computer in which the communication program is recorded, for example, a CD. — R ⁇ M is a hard disk.
- the communication program operates the client terminal as follows. First, when the client terminal sequentially makes various requests to the server, these request signals are accumulated.
- client terminal In the past, it was assumed that “client terminal / server j connection.” Between the client terminal and the server, the server waits for a request from the client terminal, and returns a response from the server when it accepts the request. On the other hand, between the client terminal and the server, the client terminal waits for the response from the server to reply, and repeats the process of sending the next request after receiving the reply.
- the invention differs greatly in the following points: Although the server performs the same processing as in the past between the client terminal and the server, the client terminal stores request signals in the client terminal, and the response signal from the server. The batch file corresponding to each signal is stored on the client terminal or Process to be activated at the server.
- a server to which a plurality of client terminals are connected that is, a 1: 1 server (hereinafter referred to as a “peer server”) different from a server connected by n: 1, is described. From the point of appearance in the client terminal, there is a major difference from the conventional “client terminal-server” connection, in that the “client terminal (—peer server) one server” connection is made.
- the client server and the server correspond to the peer server 1: 1 at the client terminal, and without waiting for a response from the server (with or without reply).
- the next request can be made continuously, thus enabling asynchronous transmission and reception of signals with the server.
- the present invention causes the computer to execute the batch file for invariant display and the batch file for variable display as needed for displaying the screen, the batch file for invariant display is executed. If a batch file for variable display is executed, partial display rewriting is possible. In addition, by transmitting and receiving the above-mentioned asynchronous signal, the above-mentioned partial rewriting can be performed only for the necessary part for the necessary part.
- cache In the technology of conventional browser software. This cache is used to store the data that was once communicated in the communication between the client terminal and the server, and when the data is displayed again, if the data exists in the cache, the data is not acquired from the server but from the cache. It is intended to be read out.
- caching is merely to improve the efficiency of redisplaying, and it is not only possible to improve the efficiency of the whole process, but also to asynchronously transmit and receive signals with the server. Display can not be rewritten.
- the peer server since the peer server is made to appear at the client terminal, it is possible to asynchronously transmit and receive signals with the server and to execute the variable display batch file. It differs completely from the above cache processing in that it can
- the client operating at the client terminal is a client.
- the request signal generated at the terminal and the response signal returned from the server are respectively accumulated. O
- the accumulated signals are selectively extracted in order.
- Selectively means, for example, in time series, distributing the signal to be requested to the server and the request to the client terminal (input, display, print, etc.) itself.
- the request signal is recognized before storing the request signal.
- the accumulated signals are selectively extracted in order, and a batch file is selected in advance according to the extracted request signal. For example, in the case of a request signal for acquiring data from Sano, 'B, a batch file for storing only that is stored. Further, for example, if it is a request signal indicating that the screen currently displayed on the client terminal is to be printed, a batch file for performing only that is stored.
- the plurality of batch files include the above-mentioned batch file for immutable display and the batch file for variable display.
- the batch file for invariant display is activated when the program of the present invention is started on the client terminal, and the batch file for invariant display is appropriately executed when selected according to the request signal.
- the batch file itself is an execution type file, so if on a multitasking operation system, these batch files are executed complexly and in parallel one after another, and the processing is performed by the client. It will end in a very short time at the terminal.
- the present invention exhibits its effect remarkably in the following exemplified situations.
- (1) since (1) is recognized to be a request for the server, the batch file is activated and the unit price data is sequentially acquired from the server.
- (2) to (4) are requests from the client terminal, so (2) is started in parallel with the batch file of (1), and Perform work to substitute the received unit price schedule as a variable.
- the display batch file is started in parallel with (1) and (2) by (3), and the unit price data sequentially received from the server is separately displayed by (1).
- the calculation result is displayed at the predetermined position on the same screen in (3).
- the present invention is, as described above, that the peer server having a 1: 1 relationship with the client terminal intervenes with the server. As described above, regardless of whether or not a response is returned from the server, it is possible to perform asynchronous communication whenever it is possible to make continuous requests from the client terminal.
- FIG. 1 is a diagram showing the conceptual configuration of the communication program of the present invention and the relationship between the client terminal and the server.
- FIG. 2 is a diagram showing an operation procedure.
- FIG. 3 shows the invention The operation status of the client terminal and the server via the communication program of BEST MODE FOR CARRYING OUT THE INVENTION
- the communication program of the present invention is stored in the hard disk of a communicable personal computer (hereinafter referred to as a client terminal 1) and read by the computer, and the following parts of the concept are obtained. Appear to operate the client terminal 1 by these units.
- the communication program 2 (hereinafter referred to as program 2) stored in the hard disk is formed by connecting the server 2 with the process for connecting the client terminal 1 to the server 2 and omitting this process.
- a main processing unit 2A is provided which receives or generates various signals transmitted and received on the network, and executes a later-described batch file selected based on the signals.
- the program 2 recognizes the signal input through the main processing unit 2A in the client terminal 1 or the signal received from the server 2, sequentially accumulates these signals, and sequentially selects the accumulated signals. And has a peer server unit 2B.
- the via server unit 2B performs a process of selecting the batch file stored in the batch file unit for each process based on the extracted signal, and passes the selected batch file to the main processing unit 2A of the client terminal 1. Or, they are handed over to server 2 so that they can be run each time.
- the batch file section 2C is provided with a batch file for invariant display in which the display is not changed by the signal generated at the client terminal 1 or the signal received from the server 2,
- the file is to be executed only once when program 2 is started.
- the program 2 is a batch file for variable display based on signals transmitted and received between the client terminal 1 and the server 2 after the start-up (in the following description, for the fixed display or variable). Selecting and executing a batch file without display for variable means for variable display or execution) makes it possible to change the display of a certain part in the non-display area by selecting and executing it. ing.
- the program 2 causes the client terminal 1 to execute the operation shown in FIG. First, although not shown in FIG. 2, as described above, when the program 2 is started, the invariant display batch file is executed to display a fixed screen.
- the program 2 waits for a request signal to be input to the main processing unit 2A at the client terminal 1 (No at # 1), and when there is an input (# 1 at Yes), the main processing unit 2A Move to Peer 2 B from the library and proceed to # 2.
- program 2 is generated in peer server 2B, for example, when main processing section 2A generates a signal to acquire a predetermined schedule from server 2 now. Recognize the request signal. After that, the signal that has just been recognized is stored in the bias circuit 2 B (# 3), and for this stored signal, for example, it is not a signal of a request to be delayed and executed, or a request for the client terminal 1 itself. If the signal is not a signal, for example, the signals stored first are taken out sequentially (# 4), and a peer file unit 2 B selects a batch file corresponding to the taken out signal from the verification file unit 2 C (# 5).
- Notch files are prepared in advance for the functions to be activated.
- program 2 requires batch file groups to be prepared according to the functions, while conventional browser software requires modification or revision of the entire program to make corrections or additions of functions. There is a major difference in that it can be expanded and further maintenance can be made with each modification of this belt file.
- the batch file selected in # 5 is a signal for server 2 (# 6).
- the signal that a predetermined date is acquired from server 2 is a client. Since the request is made at the terminal 1, the batch file is sent to the server 2 (in this case, the batch file to return a predetermined date to the server 2).
- the batch file When the batch file is received in the server 2, the batch file is executed in the server 2, and a response signal is returned to the client terminal 1 together with predetermined data (# 8). And, since client terminal 1 always monitors the request from client terminal 1 or the reply from server 2 in # 1 (No in # 1), the reply signal from server 2 in # 8 When received by client terminal 1 (# 1 Yes, recognize this reply signal (# 2), accumulate the reply signal (# 3), take out the reply signal from the accumulation state (# 4), and select the batch file according to the taken-out reply signal (#Five).
- the batch file selected in # 5 at this time is processed based on the reply signal from the server 2, the batch file is executed on the client terminal 1 in # 6 (No in # 6). In # 6, it is determined whether the batch file executed by the server 2 or the client terminal 1 is executed by the batch file selected in # 5.
- the main processing unit 2A of the client terminal 1 executes, for example, a batch file in which data acquired from the server 2 is rewritten and displayed in a predetermined variable display portion on the screen display.
- P0S terminals have P0S registers and dedicated software as dedicated terminals. That is, the POS register operates by a dedicated hardware and a program dedicated to this hardware, while the POS dedicated software operates by being stored in the hard disk of a normal personal computer. In each of these, each process (each part in the present application) that composes a program is compiled in an organized manner.
- variable display on the screen of the client terminal 1 (the invariable display batch file has already been executed when the program 2 is started) based on the input of the signals 1, 2 and 3 above.
- a signal indicating that the prices of the above three products are individually displayed is generated and input to the part (signal 4).
- variable display on the screen of the client terminal 1 (the invariant display backup file has already been activated when the program 2 is activated) based on the input of the signals 1, 2 and 3 above.
- a signal is generated and input to be displayed after the calculation of the sum of the above three products and the calculation of taxes in the part (signal 5).
- the client terminal 1 receives a signal indicating that the product name, price, total, etc. are to be printed on one sheet of paper by a keyboard (not shown) attached to the client terminal 1 (signal 6).
- FIG. 3 shows the case where the above signals 1 to 6 are continuously input in the client terminal 1, even if the product scanning is further started after the signal 6, that effect is received and processing is performed. be able to.
- signals 1 to 6 will be described with reference to FIG. 2. Since the request signal is input in main processing unit 2A (Y in # 1), each signal is recognized in peer server unit 2B. Ru (# 2). Then, they are accumulated in the peer server unit 2B in the order of the signals 1 to 6 (# 3), and the signals 1 to 6 are taken out (# 4).
- the retrieval of the signal is prioritized because the signals 1 to 3 are for server 2 in recognition of # 2 (in this example, the order does not change but even if the storage order is reversed). Take it out.
- the signals 4 to 6 are processes after receiving the reply from the server 2 to the signals 1 to 3, the extraction order may be low.
- a batch file is selected from the notch file section 2C in order to obtain product value data from the server 2 based on the signals 1 to 3 (# 5), and the server 2 And the batch file is executed (# 8) and returns to # 1.
- batch files are selected based on the signals 4 to 6 (# 5), and these batch files are processed at the client terminal 1 ( The process waits for the peer server unit 2B until it receives a response for signals 1 to 3 in # 6 and No here.
- batch file selected means a batch file for substituting the data acquired from the server 2 with the description of the batch file based on the signals 4 to 6 already in the standby state.
- network communication with the server is performed synchronously, so for example, a scanner, a smart reader, a keyboard, a mouse, etc.
- network communication with the server is performed. Because the process is performed asynchronously, the end of the whole process is very short.
- partial display can be rewritten while conventional browser software is rewriting the whole to rewrite a part of the display. Therefore, the time until the full screen is displayed can be shortened, the communication time with the server 2 can be shortened, and the request for the server 2 can be reduced. The burden is reduced and the processing at the client terminal 1 is also reduced.
- the present invention is not limited to the POS system, but, for example, the clothing industry, the barber and beauty industry, It is also preferable to display the image after the change to the basic image and to propose it to the customer, as in the room industry.
- various patterns are stored in the server as a single image using a complex image synthesis technology, a mannequin wearing clothes, or the head of a completed hair as a single image, and this is stored in the client terminal. I was trying to read it out.
- the server 2 it is only necessary for the server 2 to store only its part, such as a jacket, a ribbon, etc. If the jacket part and the pants part are rewritten on the screen acquired from the server 2 and the invariable display batch file is activated, the display can be partially rewritten instantly regardless of any combination. In addition, since continuous requests are possible, it is possible to display several patterns quickly at once.
- the present invention increases or decreases the number of libraries in batch file unit 2 C because all the batch files, including the display, are in charge, except for the basis of the main processing unit 2A and the peer server unit 2B. Or, any operation can be performed simply by changing the simple description of the batch file.
- the present invention by preparing a batch file for displaying the console screen on the client terminal 1, it is possible to easily display the notification screen of the process execution status.
- a server or the like is used by a plurality of client terminals 1, a plurality of patch files will be executed on the server 2.
- the process on the server 2 is not executed interactively, and the conventional browser needs to acquire the entire current status from the server, so the connection host is limited or a delay occurs in the display. It was In the present invention, for example, it is sufficient to have data specifying the client terminal 1 and the processing stage for a batch file requested from the client terminal 1. Then, the server 2 returns a response of the stage end notification to the client terminal 1 specified for each processing of the batch file.
- the client terminal 1 that has received the response of the server 2 can partially rewrite the processing status with the variable display batch file, and since asynchronous communication is performed, the progress status is immediately reflected. It can be done.
- the present invention by preparing a batch file to be sent spontaneously from the server 2 at the time of emergency in the client terminal 1, asynchronous communication is performed and partial rewriting of the screen display is performed as described above. In case of emergency, the alarm can be displayed from server 2.
- the process for recognizing the signal generated at the terminal and the signal received from the server are recognized and sequentially stored, and then the stored signal is sequentially selected and extracted, and this extraction is performed.
- the batch file stored for each process is selected based on the received signal, and the selected batch file is made to be executed by the terminal or server.
- the client terminal can transmit and receive signals with the server asynchronously, and can partially rewrite the display.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
There is provided a communication program capable of asynchronously performing signal transmission/reception between a server and a client terminal on a network consisting of a server and a plurality of client terminals and causing a computer to execute a partial display rewrite. A program (2) (communication program) installed on a client terminal (1) successively accumulates signals recognized by a peer server unit (2A) and successively selects and extracts the signals accumulated. According to the signals extracted, the program (2) selects a batch file stored in each processing from a batch file unit (2C) and causes the client terminal (1) or the server (2) to execute the selected batch file. Thus, the client terminal (1) can asynchronously transmit/receive a signal to/from the server (2) and can perform partial display rewrite.
Description
通信プログラム及びそれを記録したコンビュ一夕読取可能な記録媒体 技術分野 Communication program and composition for one-way read-out recording medium recording the same
本発明は、 サーバに対して複数の端末が接続して形成されたネヅトワーク上で 送受信される各種の信号を処理する際、 サーバに複数の端末が接続されている状 態にあってもサーバと端末とにおける信号の送受信を非同期的に行うことができ ると共に、 表示の部分的な書換ができる通信プログラム及びそれを記録したコン ピュー夕読取可能な記録媒体に関する。 背景技術 According to the present invention, when processing various signals transmitted / received on a network formed by connecting a plurality of terminals to a server, the server may be connected even if the plurality of terminals are connected to the server. The present invention relates to a communication program capable of asynchronously transmitting and receiving a signal to and from a terminal, and capable of partially rewriting a display, and a computer readable recording medium recorded with the communication program. Background art
昨今では、 通信線を介してパーソナルコンピュータ (以下、 「クライアント端 末」 という) 等とサーバを接続してネットワークを構成し、 様々なデ一夕を送受 信することができるようになった。 特にイン夕一ネヅト技術を用いたデ一夕送受 信によって、 単なるデ一夕のみならず受信先クライアント端末において処理を実 行させるプログラム (以下、 処理プログラムという) をも送受信することもでき るようになった。 Recently, it has become possible to connect a personal computer (hereinafter referred to as “client terminal”) and a server via a communication line to configure a network, and to transmit and receive various data. In particular, it is possible to transmit and receive not only simple data but also a program (hereinafter referred to as a processing program) that causes processing to be executed at the receiving client terminal by data transmission and reception using the Internet technology. Became.
上記イン夕一ネットにおいてデ一夕の送受信を行うためには、 標準とされる H T ML (HyperText Markup Language) 形式などのドキュメントを読み込み (処理 を実行し) 、 解:析して表示するブラウザソフトが必要となる。 基本的にブラウザ ソフト自体は、 H T M L形式などの解析可能な記述のドキュメントを表示すると いう点に特化したものである。 なお、 上記処理プログラムは、 H T ML形式のド キュメントに処理プログラムを実行するタグを記述することで、 当該 H T M L形 式のドキュメン卜とほぼ同タイミングで受信された処理プログラムがブラウザソ フトを介してクライアント端末で実行される。 In order to send and receive data in the Internet above, read the document in HTML (Hyper Text Markup Language) format, etc., which is a standard format (perform processing), and solve it: Analyze and display browser software Is required. Basically, browser software itself is specialized in that it displays a document of parseable description such as HTML format. Note that the processing program described above describes a tag that executes the processing program in the HTML format document, so that the processing program received at almost the same timing as the HTML format document via the browser software. Executed on the client terminal.
しかしながら、 従来のインターネヅ トにおけるブラウザソフ ト、 及びサーバと 複数のクライアント端末とで形成されるネットワーク通信には、 次の問題がある 。 サーバは、 クライアント端末からの一つの要求に対して一つの応答を返信する
(以下、 「同期通信」 という) 。 ブラウザソフトはサーバとの送受信中に画面を 部分的に書き換えることができない (以下、 「部分書換不可」 という) 。 However, the browser software in the conventional Internet and the network communication formed by the server and a plurality of client terminals have the following problems. The server returns one response to one request from the client terminal (Hereinafter referred to as "synchronous communication"). Browser software can not partially rewrite the screen during transmission and reception with the server (hereinafter referred to as "partial rewriting not possible").
以上の問題は、 具体的に次のような現象が生じることを意味する。 同期通信に 関しては、 クライアント端末からは入力 (要求) が非常に煩雑に行われるが、 こ れらクライアント端末からの要求に対してサーバは一度に全ての要求を受け付け ない。 つまり一つの要求に対して一つの応答を返信した後、 次の要求を受け付け る。 その結果、 クライアント端末とサーバとの交信は、 要求に同期した応答を返 信する処理を、 要求毎に順番に繰り返すため、 交信時におけるクライアント端末 からの要求に対する全ての処理を終了するのに非常に時間がかかるといった問題 がある。 The above problem means that specifically the following phenomenon occurs. Regarding synchronous communication, input (request) is very complicated from the client terminal, but in response to requests from these client terminals, the server does not accept all requests at once. In other words, after replying one response to one request, the next request is accepted. As a result, since the communication between the client terminal and the server repeats the processing of returning the response synchronized with the request in order for each request, it is very difficult to finish all the processing for the request from the client terminal at the time of communication. Problems that take a long time to
また、 部分書換不可に関しては、 サーバはクライアント端末からの入力 (要求 ) を逐一記憶していない。 つまり、 サーバに対して複数のクライアント端末が接 続している状況で、 交信時における複数のクライアント端末毎の全ての要求と、 複数のクライアント端末毎への返信を逐一サーバが把握しておくこと自体、 現状 では不可能である。 従って、 サーバは、 クライアント端末からの要求に対して応 答を返信した後、 要求と返信のデ一夕を削除するようになっている。 In addition, the server does not memorize the input (request) from the client terminal one by one for the partial rewriting impossible. That is, in a situation where a plurality of client terminals are connected to the server, the server must grasp every request for each of the plurality of client terminals at the time of communication and a reply to each of the plurality of client terminals one by one. As such, it is impossible at present. Therefore, after the server responds to the request from the client terminal, it deletes the request and reply date.
こうした状況において、 例えばブラウザソフト上でショッピングを行うサイ ト で、 次々に商品を購入した (あるいは、 購入しょうとしてマ一クを付した) 際、 合計の欄のみが変更されて表示されればよいのであるが、 合計欄を変更するため に全画面を再度表示する。 すなわち、 現状では部分的な表示を変更するためには 全表示を書き換えていたので、 部分的な表示の変更であっても非常に時間がかか るといった問題がある。 In such a situation, for example, in a site where shopping is performed on a browser software, when items are purchased one after another (or a mark is added to make a purchase), only the total field may be changed and displayed. However, display the full screen again to change the total column. That is, at present, the entire display has been rewritten to change the partial display, so even if the partial display is changed, it takes a very long time.
本発明は、 上記の問題を解決するものであり、 サーバと複数のクライアント端 末とで構成されたネットワーク上で、 サーバとクライアント端末との信号の送受 信を非同期的に行うことができ、 部分的な表示書き換えを可能とする通信プログ ラム及びそれを記録したコンビユー夕読取可能な記録媒体を提供することを目的 とする。 発明の開示
本発明の通信プログラムは、 サーバに対して複数の端末が接続して形成された ネットワーク上で送受信される各種の信号を処理するコンピュータに、 端末にて 発生した信号を認識する機能及びサーバより受信した信号を認識する機能、 これ ら信号を順次蓄積する機能、 蓄積した信号を順に選択して取り出す機能、 取り出 した信号に基づいて各処理毎に記憶されたバヅチファイルを選択する機能、 選択 したバッチファイルを端末又はサーバに対して実行させる機能、 を実現させるた めのものである。 The present invention solves the above problems, and it is possible to asynchronously transmit and receive signals between a server and a client terminal on a network composed of a server and a plurality of client terminals. It is an object of the present invention to provide a communication program capable of cyclic display rewriting and a conversable readable recording medium on which the communication program is recorded. Disclosure of the invention A communication program according to the present invention is a computer that processes various signals transmitted and received on a network formed by connecting a plurality of terminals to a server, and receives from a function and a server that recognizes signals generated by the terminals. The function to recognize the selected signal, the function to sequentially accumulate these signals, the function to select the accumulated signals in order, to extract them, the function to select the batch file stored for each processing based on the extracted signals, the selected batch It is for realizing the function of making a file run on a terminal or server.
また、 本発明の通信プログラムは、 上記の処理に加えて、 クライアント端末に て発生した信号又はサーバより受信した信号によって表示が変わらない不変表示 用のバッチファイルを起動時に実行する機能と、 この起動時以降、 端末とサーバ との間で送受信される信号に基づいて可変表示用のバッチファイルを選択して実 行することで適宜部分的に表示を変更する機能と、 を実現させるためのものであ る。 In addition to the above processing, the communication program of the present invention also has a function of executing, at startup, a batch file for invariant display whose display does not change due to a signal generated at a client terminal or a signal received from a server. From the moment on, based on the signal transmitted and received between the terminal and the server, the function to change the display partially as appropriate by selecting and executing the batch file for variable display. is there.
また、 本発明のコンビュ一夕読取可能な記録媒体は、 上記通信プログラムが記 録された、 例えばパーソナルコンピュータなどのクライアント端末に付属したコ ンピユー夕読取可能な磁気的又は光学的記録媒体、 例えば C D— R◦ Mゃハ一ド ディスクである。 Also, a computer readable medium according to the present invention may be a computer readable magnetic or optical recording medium attached to a client terminal such as a personal computer in which the communication program is recorded, for example, a CD. — R◦ M is a hard disk.
通信プログラムは、 クライアント端末を次のように動作させる。 まず、 クライ アント端末においてサーバに対して順次様々な要求を行ったとき、 これら要求信 号が蓄積される。 The communication program operates the client terminal as follows. First, when the client terminal sequentially makes various requests to the server, these request signals are accumulated.
従来は 「クライアント端末一サーバ j接続とされていた。 クライアント端末と サーバとの間において、 サーバは、 クライアント端末からの要求を待って、 要求 を受け付けたときにサーバから応答を返信するという処理を繰り返す。 一方、 ク ライアント端末とサーバとの間において、 クライアント端末は、 サーバからの応 答の返信を待って、 返信を受信してから次の要求を送信する処理を繰り返す。 これに対して本発明は、 次の点が大きく異なる。 クライアント端末とサーバと の間において、 サーバは、 従来と同じように処理を行うが、 クライアント端末は 、 クライアント端末における要求信号を蓄積し、 サーバからの応答信号を蓄積し 、 これらを認識して各信号に応じたバヅチファイルをクライアント端末又はサ一
バにおいて起動させる処理を行う。 In the past, it was assumed that “client terminal / server j connection.” Between the client terminal and the server, the server waits for a request from the client terminal, and returns a response from the server when it accepts the request. On the other hand, between the client terminal and the server, the client terminal waits for the response from the server to reply, and repeats the process of sending the next request after receiving the reply. The invention differs greatly in the following points: Although the server performs the same processing as in the past between the client terminal and the server, the client terminal stores request signals in the client terminal, and the response signal from the server. The batch file corresponding to each signal is stored on the client terminal or Process to be activated at the server.
つまり本発明は、 クライアント端末における上記処理により、 複数のクライア ント端末が接続するサーバ、 つまり n : 1で接続するサーバとは異なる、 1 : 1 のサーバ (以下、 これを 「ピアサーバ」 という) をクライアント端末に出現させ る点で、 従来の 「クライアント端末一サーバ」 接続から、 「クライアント端末 ( —ピアサ一バ) 一サーバ」接続となる点が大きく相違するのである。 That is, according to the present invention, a server to which a plurality of client terminals are connected, that is, a 1: 1 server (hereinafter referred to as a “peer server”) different from a server connected by n: 1, is described. From the point of appearance in the client terminal, there is a major difference from the conventional “client terminal-server” connection, in that the “client terminal (—peer server) one server” connection is made.
このようにすることで、 本発明は、 クライアント端末とサーバとの間において 、 ピアサーバがクライアント端末で 1 : 1で対応することとなり、 サーバからの 応答を待たずに (返信の有無に拘わらず) 次の要求を連続して行うことができ、 従ってサーバとの信号の送受信を非同期的に行うことができるようになる。 By doing this, according to the present invention, the client server and the server correspond to the peer server 1: 1 at the client terminal, and without waiting for a response from the server (with or without reply). The next request can be made continuously, thus enabling asynchronous transmission and reception of signals with the server.
また、 本発明は、 画面の表示に関して、 不変表示用のバッチファイルと、 可変 表示用のバヅチファイルを各々必要に応じてコンピュータに実行させるようにし ているので、 不変表示用のバツチフアイルが実行されているときに可変表示用の バッチファイルが実行されれば、 部分的な表示書き換えができるのである。 また 、 上記した非同期的な信号の送受信によって、 上記部分的な書き換えは、 適宜必 要な箇所について必要となる部分のみ行うことができるようになる。 In addition, since the present invention causes the computer to execute the batch file for invariant display and the batch file for variable display as needed for displaying the screen, the batch file for invariant display is executed. If a batch file for variable display is executed, partial display rewriting is possible. In addition, by transmitting and receiving the above-mentioned asynchronous signal, the above-mentioned partial rewriting can be performed only for the necessary part for the necessary part.
ところで、 従前のブラウザソフトにおける技術においても、 「キャッシュ」 と 称す処理がある。 このキャッシュは、 クライアント端末とサーバとの交信におい て一度交信したデ一夕を蓄積し、 再表示させる際に、 キャッシュにデ一夕が存在 する場合は、 サーバからデータを取得しないで、 キャッシュから読み出すように したものである。 By the way, there is also a process called "cache" in the technology of conventional browser software. This cache is used to store the data that was once communicated in the communication between the client terminal and the server, and when the data is displayed again, if the data exists in the cache, the data is not acquired from the server but from the cache. It is intended to be read out.
つまりキャッシュ処理は、 単に再表示における効率を向上するためのものであ り、 処理全体の効率を向上させることができないばかりか、 サーバとの信号の送 受信を非同期的に行うことも、 部分的な表示書き換えができるものではない。 これに対して、 本発明は、 クライアント端末においてピアサーバを出現させて いるので、 サーバとの信号の送受信を非同期的に行うことができ、 また、 可変表 示用バッチファイルが実行されることで部分的な表示書き換えが可能である点で 上記のキャッシュ処理とは全く異なる。 In other words, caching is merely to improve the efficiency of redisplaying, and it is not only possible to improve the efficiency of the whole process, but also to asynchronously transmit and receive signals with the server. Display can not be rewritten. On the other hand, according to the present invention, since the peer server is made to appear at the client terminal, it is possible to asynchronously transmit and receive signals with the server and to execute the variable display batch file. It differs completely from the above cache processing in that it can
本発明において、 クライアント端末において作動するどアサ一バは、 クライア
ント端末で発生した要求信号及びサーバから返信された応答信号を各々蓄積する o 蓄積された信号は、 順に選択的に取り出される。 In the present invention, the client operating at the client terminal is a client. The request signal generated at the terminal and the response signal returned from the server are respectively accumulated. O The accumulated signals are selectively extracted in order.
選択的にとは、 例えば時系列で、 例えばサーバに対して要求すべき信号とクラ イアント端末 (入力、 表示、 印刷等) 自身に対する要求とを振り分けてという意 味である。 これらを選択するために、 要求信号が発生したときには、 この要求信 号を蓄積する前に、 要求信号を認識するようにしている。 Selectively means, for example, in time series, distributing the signal to be requested to the server and the request to the client terminal (input, display, print, etc.) itself. In order to select these, when a request signal is generated, the request signal is recognized before storing the request signal.
蓄積された信号は、 順に選択的に取り出された後、 取り出した要求信号に応じ て予め言 3'慮したバッチファイルを選択する。 例えばサーノ、'からデ一夕を取得する 旨の要求信号であれば、 それのみを行うバッチファイルが記憶されている。 また 、 例えばクライアント端末において現在表示中の画面の印刷する旨の要求信号で あれば、 それのみを行うバッチファイルが記憶されている。 The accumulated signals are selectively extracted in order, and a batch file is selected in advance according to the extracted request signal. For example, in the case of a request signal for acquiring data from Sano, 'B, a batch file for storing only that is stored. Further, for example, if it is a request signal indicating that the screen currently displayed on the client terminal is to be printed, a batch file for performing only that is stored.
これら複数のバッチファイルに、 上記した不変表示用のバッチファイル、 可変 表示用のバッチファイルが含まれている。 不変表示用のバッチファイルは、 本発 明のプログラムがクライアント端末において起動する際に稼働し、 不変表示用の バッチファイルは、 要求信号に応じて選択された際に適宜実行される。 The plurality of batch files include the above-mentioned batch file for immutable display and the batch file for variable display. The batch file for invariant display is activated when the program of the present invention is started on the client terminal, and the batch file for invariant display is appropriately executed when selected according to the request signal.
これらバッチフアイルが選択されたときには、 バッチフアイル自体が実行型フ アイルであることから、 マルチタスクオペレーションシステム上であれば、 これ らバッチファイルが次々と複合的かつ並列的に実行され、 処理はクライアント端 末において非常に短時間で終了することになる。 When these batch files are selected, the batch file itself is an execution type file, so if on a multitasking operation system, these batch files are executed complexly and in parallel one after another, and the processing is performed by the client. It will end in a very short time at the terminal.
例えば本発明は、 次に例示する状況でその効果が顕著に現れる。 クライアント 端末において、 例えば (1 ) 複数の単価データをサーバから取得する要求、 (2 ) 取得した単価デ一夕を所定の計算式に基づいて計算する要求、 (3 ) 単価デー 夕を個別に表示し、 さらに計算結果を同一画面の所定位置に表示する要求、 (4 ) 表示完了後に当該表示を印刷する要求、 を連続的に入力したとする。 For example, the present invention exhibits its effect remarkably in the following exemplified situations. At the client terminal, for example, (1) request to acquire multiple unit price data from the server, (2) request to calculate the acquired unit price data based on a predetermined formula, and (3) display the unit price data individually Further, it is assumed that a request for displaying the calculation result at a predetermined position on the same screen, and (4) a request for printing the display after completion of the display are continuously input.
上記の場合、 従来の 「クライアント端末一サーバ」接続では、 (1 )〜(4 ) を連続的に受け付けることはなぐ、 先の要求の完了後次の要求を受けるといった 処理を行うので非常に時間がかかる。 また、 特に (1 ) においては、 複数の単価 データを取得するために要求に対する応答の返信を受信した後、 次の要求を送る ことを繰り返さなければならないため、 全てを完了するのに非常に時間がかかつ
てしまう。 In the above case, in the conventional “Client terminal-server” connection, it is not possible to continuously receive (1) to (4), and it is very time-consuming because the processing of receiving the next request after the completion of the previous request is performed. It takes Also, particularly in (1), after receiving a reply to a request in order to obtain multiple unit price data, it is necessary to repeat sending the next request, so it takes a very long time to complete all of them. Scarecrow It will
これに対して本発明では、 (1)〜 (4)の要求を全て蓄積し (受け付け) 、 要求信号を認識し、 バッチファイルを選択して各々のバッチファイルを起動させ る点で極めて短時間で処理の全てが完了するのである。 On the other hand, in the present invention, all the requests (1) to (4) are accumulated (accepted), the request signal is recognized, the batch file is selected, and each batch file is activated for a very short time. All of the processing is complete.
すなわち (1) はサーバに向けての要求であることが認識されるから、 そのバ ツチファイルを起動して、 サーバから順次単価デ一夕を取得する。 一方 (2)〜 (4) はクライアント端末における要求であることが認識されるから、 いま、 ( 2) は (1)のバッチファイルと並行して起動して、 (1) によりサーバから順 次受信した単価デ一夕を変数として代入する作業を行う。 That is, since (1) is recognized to be a request for the server, the batch file is activated and the unit price data is sequentially acquired from the server. On the other hand, it is recognized that (2) to (4) are requests from the client terminal, so (2) is started in parallel with the batch file of (1), and Perform work to substitute the received unit price schedule as a variable.
また、 一方で、 (3) により表示用バッチファイルが (1) , (2) と並行し て起動して、 (1) によりサーバから順次受信した単価データを個別に表示する 。 なお、 (2) によって計算が完了すると (3) において計算結果を同一画面の 所定位置に表示する。 Also, on the other hand, the display batch file is started in parallel with (1) and (2) by (3), and the unit price data sequentially received from the server is separately displayed by (1). When the calculation is completed by (2), the calculation result is displayed at the predetermined position on the same screen in (3).
さらにまた、 一方で、 (4) に基づくバッチファイルが (1) (2) (3) と 並行して起動しており、 (3) が完了したときに (4) のバッチファイルによつ て表示を印刷する。 Furthermore, on the other hand, when the batch file based on (4) is started in parallel with (1) (2) (3) and (3) is completed, the batch file of (4) is used. Print the display.
より詳細な例示と適用例は、 以下の実施例において説明するが、 本発明は、 上 記したようにクライアント端末との関係が 1 : 1となるピアサーバがサーバとの 間に介在することで、 上記したようにサーバからの応答の返信の有無に拘わらず 、 クライアン卜端末から連続した要求を行うことができるといつた非同期通信が 可能となる。 More detailed examples and application examples will be described in the following embodiments, but the present invention is, as described above, that the peer server having a 1: 1 relationship with the client terminal intervenes with the server. As described above, regardless of whether or not a response is returned from the server, it is possible to perform asynchronous communication whenever it is possible to make continuous requests from the client terminal.
また、 例えば画面中の所定の部分についてデ一夕の表示書換を要求したときに は、 その旨のバッチファイルが起動し、 必要に応じてサーバからデータを取得し 、 取得したデ一夕を画面中の所定の部分に表示させるバツチフアイルが起動して 表示を変更するといつた処理が可能となる。 図面の簡単な説明 Also, for example, when a request to rewrite the display on a predetermined part of the screen is requested, a batch file to that effect is activated, data is acquired from the server as necessary, and the acquired data is displayed on the screen. When the batch file to be displayed on a predetermined part of the inside is activated and the display is changed, the process can be performed at any time. Brief description of the drawings
図 1は、 本発明の通信プログラムの概念上構成と、 該クライアント端末とサー バとの関係を示す図である。 図 2は、 動作手順を示す図である。 図 3は、 本発明
の通信プログラムを介したクライアント端末とサーバとの動作状況を示す。 発明を実施するための最良の形態 FIG. 1 is a diagram showing the conceptual configuration of the communication program of the present invention and the relationship between the client terminal and the server. FIG. 2 is a diagram showing an operation procedure. FIG. 3 shows the invention The operation status of the client terminal and the server via the communication program of BEST MODE FOR CARRYING OUT THE INVENTION
以下に本発明の通信プログラム及びそれを記録媒体に記録されたプログラムの 実施例について図面を参照して説明する。 図 1に示すように、 本発明の通信プロ グラムは、 通信可能なパーソナルコンピュータ (以下、 クライアント端末 1する ) のハ一ドディスクに格納されて、 コンピュータに読み取られることで概念上以 下の各部が出現し、 これら各部によってクライアント端末 1を動作させる。 ハ一ドディスクに格納された通信プログラム 2 (以下、 プログラム 2と略す) は、 サーバ 2に対してクライアント端末 1が接続するためのここ は省略する処 理と、 サーバ 2と接続して形成されたネヅトワーク上で送受信される各種の信号 が入力又は発生され、 また、 この信号に基づいて選択された後述するバッチファ ィルを実行するメイン処理部 2 Aを有している。 Hereinafter, embodiments of the communication program of the present invention and the program recorded on a recording medium will be described with reference to the drawings. As shown in FIG. 1, the communication program of the present invention is stored in the hard disk of a communicable personal computer (hereinafter referred to as a client terminal 1) and read by the computer, and the following parts of the concept are obtained. Appear to operate the client terminal 1 by these units. The communication program 2 (hereinafter referred to as program 2) stored in the hard disk is formed by connecting the server 2 with the process for connecting the client terminal 1 to the server 2 and omitting this process. A main processing unit 2A is provided which receives or generates various signals transmitted and received on the network, and executes a later-described batch file selected based on the signals.
さらに、 プログラム 2は、 クライアント端末 1においてメイン処理部 2 Aを介 して入力された信号、 又はサーバ 2から受信した信号を認識し、 これら信号を順 次蓄積し、 蓄積した信号を順に選択して取り出すピアサーバ部 2 Bを有する。 こ のビアサーパ部 2 Bは、 前記取り出した信号に基づいて各処理毎にバツチフアイ ル部に記憶されたバヅチフアイルを選択する処理を行い、 選択したバヅチフアイ ルをクライアント端末 1のメイン処理部 2 Aに渡したり、 サ一バ 2に渡して、 各 々実行させるようにしている。 Furthermore, the program 2 recognizes the signal input through the main processing unit 2A in the client terminal 1 or the signal received from the server 2, sequentially accumulates these signals, and sequentially selects the accumulated signals. And has a peer server unit 2B. The via server unit 2B performs a process of selecting the batch file stored in the batch file unit for each process based on the extracted signal, and passes the selected batch file to the main processing unit 2A of the client terminal 1. Or, they are handed over to server 2 so that they can be run each time.
また、 本実施例では、 バヅチファイル部 2 Cには、 クライアント端末 1にて発 生した信号又はサーバ 2より受信した信号によって表示が変わらない不変表示用 のバッチファイルが用意され、 この不変表示用バッチファイルは、 プログラム 2 が起動する際に一度だけ実行されるようになっている。 Further, in the present embodiment, the batch file section 2C is provided with a batch file for invariant display in which the display is not changed by the signal generated at the client terminal 1 or the signal received from the server 2, The file is to be executed only once when program 2 is started.
そして、 本実施例では、 プログラム 2は、 この起動時以降、 クライアント端末 1とサーバ 2との間で送受信される信号に基づいて可変表示用のバッチファイル (以下の説明で、 不変表示用又は可変表示用のいずれも付さないバツチファイル とは可変表示用又は実行用を意味することとする) を選択して実行することで不 変表示部分においてある部分の表示が変更されるようになっている。
プログラム 2は、 図 2に示す動作をクライアント端末 1において実行させる。 まず、 図 2には不図示であるが、 上記したようにプログラム 2の起動時に不変表 示バヅチファイルを実行して固定的な画面が表示される。 この後、 プログラム 2 は、 クライアント端末 1においてメイン処理部 2 Aに入力される要求信号を待ち (# 1で N o ) 、 入力があった場合 (# 1で Y e s ) 、 メイン処理部 2 Aからピ アサ一バ部 2 Bに移って処理は # 2に進む。 Then, in the present embodiment, the program 2 is a batch file for variable display based on signals transmitted and received between the client terminal 1 and the server 2 after the start-up (in the following description, for the fixed display or variable). Selecting and executing a batch file without display for variable means for variable display or execution) makes it possible to change the display of a certain part in the non-display area by selecting and executing it. ing. The program 2 causes the client terminal 1 to execute the operation shown in FIG. First, although not shown in FIG. 2, as described above, when the program 2 is started, the invariant display batch file is executed to display a fixed screen. After this, the program 2 waits for a request signal to be input to the main processing unit 2A at the client terminal 1 (No at # 1), and when there is an input (# 1 at Yes), the main processing unit 2A Move to Peer 2 B from the library and proceed to # 2.
# 2において、 プログラム 2は、 ピアサ一バ部 2 Bにおいて、 例えばいま、 サ —バ 2から所定のデ一夕を取得するという信号が # 1でメィン処理部 2 Aで発生 している場合、 その要求信号について認識する。 その後、 いま認識した信号をビ アサ一ノ 部 2 Bに蓄積し (# 3 ) 、 この蓄積した信号について、 例えば遅延して 実行する要求の信号ではなかったり、 クライアント端末 1自身に対しての要求信 号でない場合は例えば先に蓄積された信号から順に取り出し (# 4 ) 、 ピアサ一 バ部 2 Bにおいてバヅチフアイル部 2 Cから、 取り出した信号に応じたバツチフ アイルを選択する (# 5 ) 。 In # 2, program 2 is generated in peer server 2B, for example, when main processing section 2A generates a signal to acquire a predetermined schedule from server 2 now. Recognize the request signal. After that, the signal that has just been recognized is stored in the bias circuit 2 B (# 3), and for this stored signal, for example, it is not a signal of a request to be delayed and executed, or a request for the client terminal 1 itself. If the signal is not a signal, for example, the signals stored first are taken out sequentially (# 4), and a peer file unit 2 B selects a batch file corresponding to the taken out signal from the verification file unit 2 C (# 5).
ノ ッチファイルは、 作動させるべき機能について予め全て用意されている。 す なわちプログラム 2は、 従来のブラウザソフトは修正や機能の追加を行うには全 体のプログラムの見直しゃ修正が必要となるのに対して、 バッチフアイル群を機 能に応じて用意すれば拡充が可能となる点、 さらにこのバヅチフアイルの一つ一 つの修正でメンテナンスが可能となる点が大きく異なる。 Notch files are prepared in advance for the functions to be activated. In other words, program 2 requires batch file groups to be prepared according to the functions, while conventional browser software requires modification or revision of the entire program to make corrections or additions of functions. There is a major difference in that it can be expanded and further maintenance can be made with each modification of this belt file.
# 5で選択されたバッチファイルは、 サーバ 2へ向けての信号か否かを判断し (# 6 ) 、 いま、 ここではサ一バ 2から所定のデ一夕を取得するという信号がク ライアント端末 1において要求されたとしているので、 当該バッチファイルは、 サーバ 2に向けて送信される (この場合は、 サーバ 2には所定のデ一夕を返答す る旨のバッチファイル) 。 ■ It is judged whether the batch file selected in # 5 is a signal for server 2 (# 6). Now, here, the signal that a predetermined date is acquired from server 2 is a client. Since the request is made at the terminal 1, the batch file is sent to the server 2 (in this case, the batch file to return a predetermined date to the server 2). ■
サーバ 2においてバッチファイルを受信すると、 サーバ 2では当該バッチファ ィルが実行されて、 所定データと共に応答信号をクライアント端末 1に向けて返 信する (# 8 ) 。 そして、 クライアント端末 1では常にクライアント端末 1から の要求、 又はサ一バ 2からの返信を # 1で監視しているので (# 1で N o ) 、 い ま、 # 8でサーバ 2から返信信号をクライアント端末 1で受信したときに (# 1
で Yes)、 この返信信号について認識し (#2)、 返信信号を蓄積し (#3) 、 蓄積状態から返信信号を取り出し (#4)、 この取り出した返信信号に応じて バッチファイルを選択する (#5)。 When the batch file is received in the server 2, the batch file is executed in the server 2, and a response signal is returned to the client terminal 1 together with predetermined data (# 8). And, since client terminal 1 always monitors the request from client terminal 1 or the reply from server 2 in # 1 (No in # 1), the reply signal from server 2 in # 8 When received by client terminal 1 (# 1 Yes, recognize this reply signal (# 2), accumulate the reply signal (# 3), take out the reply signal from the accumulation state (# 4), and select the batch file according to the taken-out reply signal (#Five).
このときの # 5において選択されたバッチファイルは、 サーバ 2からの返信信 号に基づいて処理がなされているから、 #6ではクライアント端末 1でバッチフ アイルが実行される (#6で No)。 なお、 #6においては、 #5で選択された バッチファイルによってサーバ 2で実行されるバヅチファイルか、 クライアント 端末 1で実行されるかを判断する。 Since the batch file selected in # 5 at this time is processed based on the reply signal from the server 2, the batch file is executed on the client terminal 1 in # 6 (No in # 6). In # 6, it is determined whether the batch file executed by the server 2 or the client terminal 1 is executed by the batch file selected in # 5.
そして、 #7において、 クライアント端末 1のメイン処理部 2Aにおいて、 例 えば、 サーバ 2から取得したデータを、 画面表示上の所定可変表示部分に、 書き 換えて表示するというバッチファイルが実行される。 Then, in # 7, the main processing unit 2A of the client terminal 1 executes, for example, a batch file in which data acquired from the server 2 is rewritten and displayed in a predetermined variable display portion on the screen display.
以上の処理を具体的に、 例えば P OS (Point Of Seles) システムに適用した 例を図 3を用いて説明する。 従来、 P0S端末は、 専用端末として P0Sレジス 夕や、 また、 専用ソフトウェアが存在している。 すなわち、 POSレジス夕は、 専用のハ一ドウヱァとこのハ一ドウエア専用のプログラムによって作動し、 一方 、 P OS専用ソフトウェアは、 通常のパーソナルコンピュータのハードディスク に格納されて作動する。 これらは、 いずれにおいてもプログラムを構成する各処 理 (本願でいう各部) がー体的にコンパイルされている。 An example in which the above processing is specifically applied to, for example, a point of sale (POS) system will be described with reference to FIG. Conventionally, P0S terminals have P0S registers and dedicated software as dedicated terminals. That is, the POS register operates by a dedicated hardware and a program dedicated to this hardware, while the POS dedicated software operates by being stored in the hard disk of a normal personal computer. In each of these, each process (each part in the present application) that composes a program is compiled in an organized manner.
従って、 上記したように、 プログラムの修正や改良、 機能の向上等の開発は、 ほぼ最初からプログラムのソースコードに手を加える必要が生じて非常に手間と 時間がかかるうえ、 後述する他の業務に転用することができない。 また、 その動 作上においても、 ネットワーク上の関係が 「クライアント端末 (P0Sレジス夕 ) 一サーバ」 であり、 従ってクライアント端末からの一つの要求に対して一つの 応答を返信することを繰り返す同期通信となっている。 Therefore, as described above, development such as program corrections and improvements, improvement of functions, etc., requires the program source code to be manipulated from almost the beginning, which is very time-consuming and time-consuming, and other tasks described later It can not be diverted to Also in the operation, the relationship on the network is “client terminal (P0S register) one server”, and accordingly, synchronous communication that repeats sending one response to one request from the client terminal. It has become.
本発明は、 例えば P OSシステムに運用することで、 非同期通信と画面の部分 書換が可能となり、 次のような作用効果を得ることができる。 図 3において、 ま ず、 クライアント端末 1において、 クライアント端末 1に付属の不図示のスキャ ナによって商品を続けて 3つスキャンしたとする (信号①, ②, ③) 。 これら信 号①, ②, ③は、 商品に付した例えばバーコ一ドを読み取ってその商品の値段デ
一夕等をサーバ 2から取得する要求を入力したことを意味する。 In the present invention, by operating, for example, in a POS system, asynchronous communication and partial rewriting of a screen become possible, and the following effects can be obtained. In FIG. 3, first, in the client terminal 1, it is assumed that three consecutive products are scanned by a scanner (not shown) attached to the client terminal 1 (signals 1, 2, 3). These signals 1, 2 and 3 read, for example, a barcode attached to the product and read the price of the product. It means that the request to acquire the standard from the server 2 has been input.
続いてメイン処理部 2 Aにおいては、 上記信号①, ②, ③の入力に基づいて、 クライアント端末 1の画面上 (プログラム 2の起動時に不変表示用バヅチフアイ ルが既に実行されている) の可変表示部分に上記 3つの商品の値段を個々に表示 させる旨の信号が生成され、 入力される (信号④) 。 Subsequently, in the main processing unit 2A, variable display on the screen of the client terminal 1 (the invariable display batch file has already been executed when the program 2 is started) based on the input of the signals 1, 2 and 3 above. A signal indicating that the prices of the above three products are individually displayed is generated and input to the part (signal 4).
また、 メイン処理部 2 Aにおいては、 上記信号①, ②, ③の入力に基づいて、 クライアント端末 1の画面上 (プログラム 2の起動時に不変表示用バツチフアイ ルが既に起動している) の可変表示部分に上記 3つの商品の合計の計算及び税金 の計算を行ったうえで表示させる旨の信号が生成され、 入力される (信号⑤) 。 また、 クライアント端末 1において、 クライアント端末 1に付属の不図示のキ —ボードなどによって商品名、 値段、 合計等を 1枚の用紙に印刷する旨の信号を 入力したとする (信号⑥) 。 図 3に示す例ではクライアント端末 1において以上 の信号①〜⑥を連続的に入力した場合を示すが、 信号⑥の後にさらに商品のスキ ヤンを開始しても、 その旨受け付けて、 処理を行うことができる。 Also, in the main processing unit 2A, variable display on the screen of the client terminal 1 (the invariant display backup file has already been activated when the program 2 is activated) based on the input of the signals 1, 2 and 3 above. A signal is generated and input to be displayed after the calculation of the sum of the above three products and the calculation of taxes in the part (signal 5). Further, it is assumed that the client terminal 1 receives a signal indicating that the product name, price, total, etc. are to be printed on one sheet of paper by a keyboard (not shown) attached to the client terminal 1 (signal 6). Although the example shown in FIG. 3 shows the case where the above signals 1 to 6 are continuously input in the client terminal 1, even if the product scanning is further started after the signal 6, that effect is received and processing is performed. be able to.
まず、 信号①〜⑥は、 図 2に沿って説明すると、 メイン処理部 2 Aにおいて要 求信号が入力されたので (# 1で Y e s ) 、 ピアサーバ部 2 Bにおいて各々の信 号が認識される (# 2 ) 。 そして、 信号①〜⑥の順にピアサーバ部 2 Bに蓄積さ れ (# 3 ) 、 信号①〜⑥が取り出される (# 4 ) 。 First, signals 1 to 6 will be described with reference to FIG. 2. Since the request signal is input in main processing unit 2A (Y in # 1), each signal is recognized in peer server unit 2B. Ru (# 2). Then, they are accumulated in the peer server unit 2B in the order of the signals 1 to 6 (# 3), and the signals 1 to 6 are taken out (# 4).
# 4において、 信号の取り出しは、 # 2の認識で信号①〜③はサーバ 2に対す るものであるため (この例では順位は変わらないが仮に蓄積順位が逆であつたと しても) 優先的に取り出す。一方、 信号④〜⑥は、 信号①〜③に対するサ一バ 2 からの返信を受信した後の処理であることが認識されているので取り出し順位は 低くてよい。 In # 4, the retrieval of the signal is prioritized because the signals 1 to 3 are for server 2 in recognition of # 2 (in this example, the order does not change but even if the storage order is reversed). Take it out. On the other hand, since it is recognized that the signals 4 to 6 are processes after receiving the reply from the server 2 to the signals 1 to 3, the extraction order may be low.
その後、 信号①〜③については、 信号①〜③に基づいてサーバ 2から商品の値 段デ—夕を取得すべく、 ノ ツチファイル部 2 Cからバッチファイルが選択され ( # 5 ) 、 サーバ 2へ送信され、 バッチファイルが実行されて (# 8 ) 、 # 1に戻 る。 Thereafter, for the signals 1 to 3, a batch file is selected from the notch file section 2C in order to obtain product value data from the server 2 based on the signals 1 to 3 (# 5), and the server 2 And the batch file is executed (# 8) and returns to # 1.
—方、 信号④〜⑥についても、 信号④〜⑥に基づいてバッチファイルが選択さ れ (# 5 ) 、 これらバッチファイルはクライアント端末 1における処理なので (
# 6で N o ) 、 ここでは信号①〜③についての応答を受信するまで、 処理はピア サーバ部 2 Bにおいて待機状態となる。 -For the signals 4 to 6, batch files are selected based on the signals 4 to 6 (# 5), and these batch files are processed at the client terminal 1 ( The process waits for the peer server unit 2B until it receives a response for signals 1 to 3 in # 6 and No here.
さて、 サーバ 2から信号①〜③の要求に対する応答の返信を受信したとき、 こ の受信信号は、 ピアサーバ部 2 Bにおいて認識され (# 2 ) 、 蓄積され (# 3 ) 、 取り出され (# 4 ) 、 バッチファイル部 2 Cにおいてバヅチファイルが選択さ れる (# 5 ) 。 ここで選択されるバッチファイルは、 既に待機状態にある信号④ 〜⑥に基づくバヅチフアイルの記述に対して、 サーバ 2から取得したデータを代 入するバッチファイルを意味する。 Now, when a response to the request of signals 1 to 3 is received from server 2, this received signal is recognized by peer server unit 2 B (# 2), accumulated (# 3), extracted (# 4) ) Batch file is selected in batch file section 2C (# 5). The batch file selected here means a batch file for substituting the data acquired from the server 2 with the description of the batch file based on the signals 4 to 6 already in the standby state.
その後、 今度はクライアント端末 1における処理なので (# 6で N o ) 、 上記 # 5にて選択されたバヅチファイルが選択されると、 上記待機状態にあった信号 ④〜⑥に基づいて選択されたバヅチファイルがメイン処理部 2 Aに送られて、 こ こで全てのパッチフアイルが実行される ( # 7 ) 。 Thereafter, since this time is processing in the client terminal 1 (# 6, No), when the batch file selected in # 5 is selected, the batch file selected on the basis of the signals 4 to 6 in the above standby state Is sent to the main processing unit 2A, where all patch files are executed (# 7).
これにより、 クライアント端末 1における画面 (不変表示画面) においては、 3つの商品について、 個々に値段が表示され、 かつそれら合計等が表示される。 それと共に、 クライアント端末 1においては、 その表示画面についての印刷が開 始される。 As a result, on the screen (unchangeable display screen) on the client terminal 1, the prices of the three products are displayed individually, and the total etc. thereof are displayed. At the same time, printing on the display screen of the client terminal 1 is started.
このように、 従来のブラウザソフト及び P O Sレジス夕並びに P O Sソフトウ エアでは、 サーバとのネットワーク交信をいずれも同期的に行っていたので、 例 えばスキャナ、 力一ドリーダ、 キ一ボード、 マウス、 等から煩雑に入力される要 求は全てサーバからの一つの応答の後に次の一つの入力しか行えず、 全処理の終 了に非常に時間がかかっていたが、 本発明では、 サーバとのネットワーク交信を 非同期的に行うため、 全処理の終了は非常に短時間となる。 As described above, in the conventional browser software, POS register, and POS software, network communication with the server is performed synchronously, so for example, a scanner, a smart reader, a keyboard, a mouse, etc. Although all complicated requests can only be performed after the one response from the server and the next one is received, and it takes a very long time to finish all the processing. In the present invention, network communication with the server is performed. Because the process is performed asynchronously, the end of the whole process is very short.
また、 本発明は、 従来のブラウザソフトが、 一部の表示を書き換えるために全 体を書き換えていたのに対して、 部分表示の書き換えができる。 従って、 全画面 が表示されるまでの時間を短縮することができ、 また、 サーバ 2との交信時間を 短くすることができ、 また、 サ一バ 2に対する要求も少なくなり、 サーバ 2に対 する負担が軽くなると共に、 クライアント端末 1における処理も軽減することと なる。 Further, according to the present invention, partial display can be rewritten while conventional browser software is rewriting the whole to rewrite a part of the display. Therefore, the time until the full screen is displayed can be shortened, the communication time with the server 2 can be shortened, and the request for the server 2 can be reduced. The burden is reduced and the processing at the client terminal 1 is also reduced.
本発明は、 P O Sシステムに限らず、 例えば服飾業界や理容及び美容業界、 ィ
ンテリア業界のように、 基本となる画像に対して変更後の画像を表示させて客に 提案する際に用いても好適である。 従来では、 複雑な画像合成技術を用いたり、 服を着用したマネキンを一つの画像として、 あるいは完成した頭髪の頭部を一つ の画像として幾通りのパターンをサーバに記憶し、 これをクライアント端末に読 み出すようにしていた。 The present invention is not limited to the POS system, but, for example, the clothing industry, the barber and beauty industry, It is also preferable to display the image after the change to the basic image and to propose it to the customer, as in the room industry. Conventionally, various patterns are stored in the server as a single image using a complex image synthesis technology, a mannequin wearing clothes, or the head of a completed hair as a single image, and this is stored in the client terminal. I was trying to read it out.
例えば服飾業界においてジャケットとズボンとの取り合わせを表示しょうとす ると、 各々を組み合わせた全体の画像が必要となり、 全体画像数が膨大となるた め、 サーバにかなりの負担がかかると共に、 デ一夕量が大きいために時間もかか るといった問題がある。 For example, when trying to display the combination of the jacket and the pants in the fashion industry, the entire image combining each one is required, and the number of entire images becomes enormous, which places a considerable burden on the server and There is a problem that it takes time because of the large amount of evening.
そのような従来に対して、 本発明では、 サーバ 2には例えばジャケット、 ズボ ンといったようにそのパ一ヅのみが格納されていればよく、 可変表示用バヅチフ アイルによってジャケット、 ズボンの画像のみをサーバ 2から取得し、 不変表示 用バヅチファイルが起動された状態の画面においてジャケヅト部分、 ズボン部分 を書き換えるようにすれば、 どのような組み合わせであっても部分的に瞬時に表 示を書き換えることができると共に、 連続した要求が可能であるため、 幾通りも のパターンを一度に迅速に表示させることが可能となる。 In contrast to such conventional methods, in the present invention, it is only necessary for the server 2 to store only its part, such as a jacket, a ribbon, etc. If the jacket part and the pants part are rewritten on the screen acquired from the server 2 and the invariable display batch file is activated, the display can be partially rewritten instantly regardless of any combination. In addition, since continuous requests are possible, it is possible to display several patterns quickly at once.
また、 従来は、 そのように所定業界に向けて、 ソフトウェア等を全体的にカス 夕マイズする必要 (つまり企画段階から製作し直す必要) があった。 これに対し 、 本発明は、 メイン処理部 2 Aとピアサーバ部 2 Bの根幹ァ一キテクトを除いて は、 表示も含めてバッチファイルが全て担っているから、 バヅチファイル部 2 C のライプラリを増減させたり、 バッチファイルの簡単な記述を変更するだけでど のような運用も可能となる。 Also, in the past, it was necessary to customize the software and the like as a whole for the specified industry (that is, it was necessary to re-create it from the planning stage). On the other hand, the present invention increases or decreases the number of libraries in batch file unit 2 C because all the batch files, including the display, are in charge, except for the basis of the main processing unit 2A and the peer server unit 2B. Or, any operation can be performed simply by changing the simple description of the batch file.
また、 本発明は、 クライアント端末 1においてコンソール画面を表示させるバ ツチファイルを用意することで、 処理の実行状況の通知画面を表示させることも 簡単にできる。 通常 サーバなどを複数のクライアント端末 1で使用している際 には、 サ一ノ 2には複数のバヅチフアイルがサ一ノ 2で実行されることとなる。 そのとき、 従来はサーバ 2における処理は対話的に実行されず、 また、 従来の ブラウザはサーバから現状全体を所得する必要があるため、 接続ホストが限定さ れたり、 表示に遅れが生じたりしていた。
本発明では、 例えばクライアント端末 1から要求されたバッチファイルについ てクライアント端末 1と処理段階とを特定するデータを有すればよい。 そして、 サーバ 2は、 該バッチフアイルの処理毎に特定されるクライアント端末 1に段階 終了通知の応答を返信する。 Further, according to the present invention, by preparing a batch file for displaying the console screen on the client terminal 1, it is possible to easily display the notification screen of the process execution status. Usually, when a server or the like is used by a plurality of client terminals 1, a plurality of patch files will be executed on the server 2. At that time, conventionally, the process on the server 2 is not executed interactively, and the conventional browser needs to acquire the entire current status from the server, so the connection host is limited or a delay occurs in the display. It was In the present invention, for example, it is sufficient to have data specifying the client terminal 1 and the processing stage for a batch file requested from the client terminal 1. Then, the server 2 returns a response of the stage end notification to the client terminal 1 specified for each processing of the batch file.
サーバ 2の応答を受信したクライアント端末 1は、 この信号に基づいて可変表 示用バッチファイルによって処理状況を部分的に書き換えられ、 また、 非同期的 な通信が行われるので、 進行状況は即座に反映させることができる。 Based on this signal, the client terminal 1 that has received the response of the server 2 can partially rewrite the processing status with the variable display batch file, and since asynchronous communication is performed, the progress status is immediately reflected. It can be done.
また、 本発明は、 クライアント端末 1において緊急時にサーバ 2から自発的に 送信するバッチファイルを用意することで、 上記と同様に、 非同期的な通信が行 われ、 画面表示の部分書換が行われるので、 緊急時にサーバ 2からアラームを表 示させることができる。 Further, according to the present invention, by preparing a batch file to be sent spontaneously from the server 2 at the time of emergency in the client terminal 1, asynchronous communication is performed and partial rewriting of the screen display is performed as described above. In case of emergency, the alarm can be displayed from server 2.
これは、 クライアント端末 1の要求に対するサーバ 2からの応答ではなく、 自 発的にサーバ 2から送信された信号に基づいてアラーム用のバヅチファイルをク ライアント端末 1で受信したときに、 その旨表示するバッチファイルが選択され るようにすればよい。 This is not a response from the server 2 to the request of the client terminal 1, but an indication of that when the bunch file for alarm is received by the client terminal 1 based on the signal transmitted from the server 2 spontaneously. Make sure that a batch file is selected.
また、 本発明は、 クライアント端末 1においてお知らせ画面を表示させるバッ チファイルを用意することで、 導入店に対し、 定期 '非定期に各種 「お知らせ」 を表示させることができる。 本発明は、 、 画面の部分書き換えが可能なのでサ一 ノ 2からの送信で全店一斉通知や個別特別通知を行うことが可能となる。 また、 クライアント端末 1におけるバッチファイルの記述を変更するだけで、 簡単に内 容を変更することができる。 産業上の利用可能性 In addition, according to the present invention, by preparing a batch file for displaying the notification screen on the client terminal 1, it is possible to periodically display various “notices” to the installing shop. According to the present invention, since partial rewriting of the screen is possible, it is possible to perform all store simultaneous notification and individual special notification by transmission from the server 2. Also, the contents can be easily changed simply by changing the description of the batch file in the client terminal 1. Industrial applicability
以上のように、 本発明は、 端末にて発生した信号を認識する処理及びサーバよ り受信した信号を認識して順次蓄積した後、 蓄積した信号を順に選択して取り出 して、 この取り出した信号に基づいて各処理毎に記憶されたバヅチファイルを選 択して、 この選択したバッチファイルを端末又はサーバに対して実行させるよう にした。 これによりクライアント端末は、 サーバとの信号の送受信を非同期的に 行うことができ、 また、 部分的な表示書き換えができるようになる。
As described above, according to the present invention, the process for recognizing the signal generated at the terminal and the signal received from the server are recognized and sequentially stored, and then the stored signal is sequentially selected and extracted, and this extraction is performed. The batch file stored for each process is selected based on the received signal, and the selected batch file is made to be executed by the terminal or server. As a result, the client terminal can transmit and receive signals with the server asynchronously, and can partially rewrite the display.
Claims
1 . サーバに対して複数の端末が接続して形成されたネヅトワーク上で送受信さ れる各種の信号を処理するコンピュータに、 端末にて発生した信号を認識する機 能及びサーバより受信した信号を認識する機能、 これら信号を順次蓄積する機能 、 蓄積した信号を順に選択して取り出す機能、 取り出した信号に基づいて各処理 毎に記憶されたバッチファイルを選択する機能、 選択したバッチファイルを端末 又はサーバに対して実行させる機能、 を実現させるための通信プログラム。 1. A computer that processes various signals transmitted and received on a network formed by connecting a plurality of terminals to a server recognizes the function of recognizing the signal generated by the terminals and the signal received from the server Function of sequentially storing these signals function of sequentially selecting and extracting the accumulated signals function of selecting a batch file stored for each processing based on the extracted signals terminal or server of the selected batch file A communication program to realize the function to be executed for.
2 . 端末にて発生した信号又はサーバより受信した信号によって表示が変わらな い不変表示用のバッチファイルを起動時に実行する機能、 この起動時以降、 端末 とサーバとの間で送受信される信号に基づいて可変表示用のバッチファイルを選 択して実行することで適宜部分的に表示を変更する機能、 をコンピュータに実現 させるための請求項 1記載の通信プログラム。 2. A function to execute a batch file for invariant display at the time of start-up, whose display does not change depending on the signal generated from the terminal or the signal received from the server; The communication program according to claim 1, which causes a computer to realize a function of partially changing the display appropriately by selecting and executing a batch file for variable display based on that.
3 . 請求項 1の通信プログラムを記録したコンピュー夕読取可能な記録媒体。 A computer-readable recording medium in which the communication program according to claim 1 is recorded.
4 . 請求項 2の通信プログラムを記録した請求項 3記載のコンピュー夕読取可能 な記録媒体。
The computer-readable recording medium according to claim 3, wherein the communication program according to claim 2 is recorded.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002-119591 | 2002-04-22 | ||
JP2002119591A JP2003316741A (en) | 2002-04-22 | 2002-04-22 | Communication program, and computer-readable storage medium with program recorded thereon |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2003090094A1 true WO2003090094A1 (en) | 2003-10-30 |
Family
ID=29243556
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2003/001670 WO2003090094A1 (en) | 2002-04-22 | 2003-02-17 | Communication program and computer-readable recording medium containing the same |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP2003316741A (en) |
WO (1) | WO2003090094A1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006051967A1 (en) * | 2004-11-12 | 2006-05-18 | Justsystems Corporation | Data processing device, data processing system, data processing relay device, and data processing method |
Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59220866A (en) * | 1983-05-30 | 1984-12-12 | Hitachi Ltd | Distributed processing system |
JPS62211769A (en) * | 1986-03-12 | 1987-09-17 | Fujitsu Ltd | Computer network system |
JPS63273152A (en) * | 1987-04-30 | 1988-11-10 | Nec Corp | Execution job control system |
JPH02140864A (en) * | 1988-11-22 | 1990-05-30 | Nec Corp | Text reception system for terminal side editor in distributed type editor |
US5109487A (en) * | 1987-10-21 | 1992-04-28 | Hitachi, Ltd. | System and method for distributed data processing utilizing distributed display format |
JPH04330552A (en) * | 1991-05-02 | 1992-11-18 | Toshiba Corp | Computer network system |
JPH06103233A (en) * | 1992-09-18 | 1994-04-15 | Hitachi Ltd | Remote batch processing system |
JPH0764909A (en) * | 1993-08-31 | 1995-03-10 | Nec Corp | Management device for execution order of on-line job processing |
JPH1091580A (en) * | 1996-07-18 | 1998-04-10 | Nippon Telegr & Teleph Corp <Ntt> | Valid information display method/system and recording medium |
JPH10293529A (en) * | 1997-04-18 | 1998-11-04 | Toppan Printing Co Ltd | Personal coordinates system |
EP0909070A2 (en) * | 1997-09-12 | 1999-04-14 | Matsushita Electric Industrial Co., Ltd. | Virtual web server for concurrently displaying data coming from a plurality of servers in a single browser window |
JPH11144146A (en) * | 1997-11-05 | 1999-05-28 | Seiko Epson Corp | Customer terminal equipment, operator terminal equipment, pos system, control method for customer terminal equipment and control method for operator terminal equipment |
EP1046989A2 (en) * | 1999-04-22 | 2000-10-25 | Hitachi, Ltd. | Method and system for transferring job between computers |
JP2001229097A (en) * | 2000-02-18 | 2001-08-24 | Fujitsu Ltd | Distribution processing system and client |
JP2002092508A (en) * | 2000-09-19 | 2002-03-29 | Tatsuhiko Matsuura | Commodity information providing method |
-
2002
- 2002-04-22 JP JP2002119591A patent/JP2003316741A/en active Pending
-
2003
- 2003-02-17 WO PCT/JP2003/001670 patent/WO2003090094A1/en active Search and Examination
Patent Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59220866A (en) * | 1983-05-30 | 1984-12-12 | Hitachi Ltd | Distributed processing system |
JPS62211769A (en) * | 1986-03-12 | 1987-09-17 | Fujitsu Ltd | Computer network system |
JPS63273152A (en) * | 1987-04-30 | 1988-11-10 | Nec Corp | Execution job control system |
US5109487A (en) * | 1987-10-21 | 1992-04-28 | Hitachi, Ltd. | System and method for distributed data processing utilizing distributed display format |
JPH02140864A (en) * | 1988-11-22 | 1990-05-30 | Nec Corp | Text reception system for terminal side editor in distributed type editor |
JPH04330552A (en) * | 1991-05-02 | 1992-11-18 | Toshiba Corp | Computer network system |
JPH06103233A (en) * | 1992-09-18 | 1994-04-15 | Hitachi Ltd | Remote batch processing system |
JPH0764909A (en) * | 1993-08-31 | 1995-03-10 | Nec Corp | Management device for execution order of on-line job processing |
JPH1091580A (en) * | 1996-07-18 | 1998-04-10 | Nippon Telegr & Teleph Corp <Ntt> | Valid information display method/system and recording medium |
JPH10293529A (en) * | 1997-04-18 | 1998-11-04 | Toppan Printing Co Ltd | Personal coordinates system |
EP0909070A2 (en) * | 1997-09-12 | 1999-04-14 | Matsushita Electric Industrial Co., Ltd. | Virtual web server for concurrently displaying data coming from a plurality of servers in a single browser window |
JPH11144146A (en) * | 1997-11-05 | 1999-05-28 | Seiko Epson Corp | Customer terminal equipment, operator terminal equipment, pos system, control method for customer terminal equipment and control method for operator terminal equipment |
EP1046989A2 (en) * | 1999-04-22 | 2000-10-25 | Hitachi, Ltd. | Method and system for transferring job between computers |
JP2001229097A (en) * | 2000-02-18 | 2001-08-24 | Fujitsu Ltd | Distribution processing system and client |
JP2002092508A (en) * | 2000-09-19 | 2002-03-29 | Tatsuhiko Matsuura | Commodity information providing method |
Also Published As
Publication number | Publication date |
---|---|
JP2003316741A (en) | 2003-11-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4383471B2 (en) | Product sales data processing device | |
JP2014206790A (en) | Merchandise sales data processor and program | |
JP2016015108A (en) | Electronic receipt management server, commodity sales data processor, print control device and program | |
JP2014206789A (en) | Merchandise sales data processor and program | |
JP4205288B2 (en) | Two-screen input POS system and product selection input method | |
CN105607875B (en) | Host apparatus, print system and data processing method | |
US20160232512A1 (en) | Information Generating Method, Information Processing Device, and POS System | |
JP7167213B2 (en) | Transaction data processor and program | |
JP4450877B2 (en) | Apparatus and method for correcting price lookup file in electronic price label system | |
WO2003090094A1 (en) | Communication program and computer-readable recording medium containing the same | |
JP6947890B2 (en) | Electronic receipt system and information processing method | |
EP2866213B1 (en) | Display system. | |
JP3382493B2 (en) | Product price management device | |
US20150154582A1 (en) | Print control system and print control method | |
JP6409097B2 (en) | Electronic receipt system | |
JP7242766B2 (en) | mobile terminal and program | |
JP6010656B2 (en) | system | |
JP6166820B2 (en) | Server device, transaction data processing system, and program | |
JP5933074B2 (en) | Transaction data processing apparatus, transaction data processing method and program | |
JP5133303B2 (en) | Product sales data processing device, program | |
JP2001126144A (en) | Information providing device | |
JP2018156694A (en) | Commodity sales data processing device, program, and electronic receipt data output method | |
JP5205344B2 (en) | Product sales data processing device, program | |
JP2016173855A (en) | Server and program | |
JP6410864B2 (en) | Electronic receipt issuing method, POS terminal and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): CN US |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) |