JP2002215447A - Server managing device - Google Patents

Server managing device

Info

Publication number
JP2002215447A
JP2002215447A JP2001009289A JP2001009289A JP2002215447A JP 2002215447 A JP2002215447 A JP 2002215447A JP 2001009289 A JP2001009289 A JP 2001009289A JP 2001009289 A JP2001009289 A JP 2001009289A JP 2002215447 A JP2002215447 A JP 2002215447A
Authority
JP
Japan
Prior art keywords
access
client terminal
browsing
client
predetermined
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001009289A
Other languages
Japanese (ja)
Inventor
Akira Miyazaki
亮 宮崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba TEC Corp
Original Assignee
Toshiba TEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2001009289A priority Critical patent/JP2002215447A/en
Publication of JP2002215447A publication Critical patent/JP2002215447A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To allow a client terminal to fast read an HTML(Hyper Text Markup Language) document by preparing the HTML document with a small amount of data capacity when a load is applied to a network. SOLUTION: A WWW server 13 counts the number of accessing times made by the client terminal. When the number of accesses within a prescribe period of time surpasses the maximum access number when the client terminal makes an access, a CGI(Common Gateway Interface) 173 prepares an HTML document without fetching a Java applet 175. When the number of accesses is not larger than the maximum access number, a CGI 172 fetches the Java applet 175, prepares an HTML document and transmits the data so that the client terminal can read the data.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンテンツを閲覧
するためのクライアントソフトを備えたクライアント端
末に要求された情報を、コモン・ゲートウェイ・インタ
ーフェース(以下、CGIと称する。)により他のアプ
リケーションと連携させて、その結果をクライアントに
送り返すサーバ管理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method in which information requested by a client terminal having client software for browsing contents is linked with another application by a common gateway interface (hereinafter, referred to as CGI). The present invention relates to a server management device that sends the result back to the client.

【0002】[0002]

【従来の技術】コンテンツを閲覧するためのクライアン
トソフトとしては、ワールド・ワイド・ウェブ(以下、
WWWと称する。)・ブラウザが知られており、このよ
うなWWWブラウザを複数備えたクライアント端末と、
サーバ管理装置としてのWWWサーバとで構成されるW
WWシステムも知られている。
2. Description of the Related Art As client software for browsing contents, World Wide Web (hereinafter, referred to as "World Wide Web") is used.
It is called WWW. A browser is known, and a client terminal having a plurality of such WWW browsers;
W configured with a WWW server as a server management device
WW systems are also known.

【0003】このようなWWWシステムを利用したシス
テムとしては、例えば、店舗内で構築される、複数のP
OSターミナルとこの各POSターミナルを管理するホ
スト・コンピュータからなるPOSシステムが知られて
いる。このPOSシステムでは、POSターミナルがク
ライアント端末としての機能を果たし、ホスト・コンピ
ュータがWWWサーバとしての機能を果たすことにな
る。
As a system using such a WWW system, for example, a plurality of P
A POS system including an OS terminal and a host computer that manages each POS terminal is known. In this POS system, the POS terminal functions as a client terminal, and the host computer functions as a WWW server.

【0004】従来、この種のPOSシステムでは、オペ
レータがPOSターミナルのWWWブラウザで、ホスト
・コンピュータが管理している店毎の売上,買上点数,
客数などの売上に関する情報を閲覧したいときは、オペ
レータがPOSターミナルを操作してホスト・コンピュ
ータに情報の閲覧要求をし、ホスト・コンピュータはP
OSターミナルから閲覧要求があった情報をHTML
(ハイパーテキスト・マークアップ・ラングウェージ)
文書化してPOSターミナルに送り返し、オペレータは
この送られたHTML文書をWWWブラウザで閲覧する
ようにしていた。
Conventionally, in this type of POS system, an operator uses a WWW browser of a POS terminal to manage sales, purchase points, and sales per store managed by a host computer.
When the operator wants to view information on sales such as the number of customers, the operator operates the POS terminal and requests the host computer to view the information.
Information requested to be browsed from the OS terminal in HTML
(Hypertext Markup Languege)
The document was sent back to the POS terminal, and the operator browsed the sent HTML document with a WWW browser.

【0005】このように、ホスト・コンピュータが閲覧
要求のあった情報をHTML文書化するときは標準的に
装備されているCGIにより、そのコードに埋め込まれ
たJavaスクリプトを読み込み、他のアプリケーショ
ンと連携する機能によりJavaアプレット、画像デー
タなどのアプリケーションを取り込むことを行ってい
る。ホスト・コンピュータはこのCGIの機能のJav
aスクリプトによりオペレータに注意を促すようなメッ
セージを表示し、Javaアプレットと連携することに
より閲覧要求のあった情報を円グラフや棒グラフのよう
にして表示し、画像データを取り込むことにより文字の
フォントや文字背景の装飾などの画像を変える表示にし
てHTML文書を作成していた。これにより、HTML
文書はオペレータにとって視認しやすい表示とすること
ができたが、一方では、それぞれの表示を行うためのデ
ータの容量が大きくなり、HTML文書のデータの容量
は非常に大きくなってしまっていた。
[0005] As described above, when the host computer converts the information requested to be read into an HTML document, the Java script embedded in the code is read by the standard equipped CGI and linked with other applications. With this function, applications such as Java applets and image data are imported. The host computer uses the CGI function Java
a script to display a message that calls attention to the operator, display the information requested to be viewed as a pie chart or bar graph by linking with the Java applet, The HTML document is created by changing the image such as the decoration of the character background. As a result, HTML
The document could be displayed in a manner that is easy for the operator to see, but on the other hand, the data volume for each display became large, and the data volume of the HTML document became very large.

【0006】図8は、上記のようにホスト・コンピュー
タで作成されたHTML文書をPOSターミナルのWW
Wブラウザで閲覧するときに、オペレータに視認される
表示画面の一例を示す図である。1はHTML文書を表
示する表示画面で、この表示画面1の中に各POSター
ミナルから集めた店毎の売上,買上点数,客数などの情
報2が表示されている。Javaアプレットにより情報
が棒グラフ3および円グラフ4として表示され、Jav
aスクリプトにより「選択された項目のデータは存在し
ません」というメッセージ5が表示され、画像データの
取り込みにより「2494店 点検照会」のように文字
のフォントや文字背景が装飾され、7a〜7fのように
文字背景が装飾され表示されている。
FIG. 8 is a diagram showing an example in which an HTML document created by the host computer as described above is stored in the WW of the POS terminal.
FIG. 9 is a diagram illustrating an example of a display screen visually recognized by an operator when browsing with a W browser. Reference numeral 1 denotes a display screen for displaying an HTML document. The display screen 1 displays information 2 such as sales, purchase points, and the number of customers for each store collected from each POS terminal. The information is displayed as a bar graph 3 and a pie graph 4 by the Java applet.
The script 5 displays a message 5 stating that "the data of the selected item does not exist", and the fonts and the character background of the characters are decorated as in "2494 store inspection inquiry" by importing the image data. The character background is decorated and displayed.

【0007】[0007]

【発明が解決しようとする課題】しかし、このようにH
TML文書のデータが大きくなると、オペレータがクラ
イアント端末を操作してWWWブラウザで情報を閲覧す
るときに、WWWブラウザへ表示するための時間はかか
ってしまっていた。また、ホスト・コンピュータにPO
Sターミナルからのアクセスが一定時間の間で集中する
と、ネットワークの負荷が増加しWWWブラウザへ表示
するための時間は、さらに、かかってしまっていた。こ
のように、WWWブラウザへ表示するための時間が遅く
なることにより、POSターミナルを操作して閲覧をし
ようとするオペレータはストレスを感じ、また、業務の
効率的な遂行が妨げられるときがあった。
However, as described above, H
When the data of the TML document becomes large, when the operator operates the client terminal to browse the information with the WWW browser, it takes time to display the information on the WWW browser. In addition, PO
If the access from the S terminal is concentrated for a certain period of time, the load on the network increases, and the time for displaying on the WWW browser is further increased. As described above, since the time required for displaying the information on the WWW browser is delayed, the operator who operates the POS terminal and browses is stressed, and sometimes the efficient execution of the business is hindered. .

【0008】このため、ホスト・コンピュータにPOS
ターミナルからのアクセスが一定時間の間に集中した場
合にはWWWブラウザへ表示するHTML文書は、極力
情報を削ぎ落としデータの容量が少なくなるように作成
して送り返す必要があった。
For this reason, the POS is stored in the host computer.
When the access from the terminal is concentrated during a certain period of time, it is necessary to create and send back the HTML document to be displayed on the WWW browser so that the information is reduced as much as possible to reduce the data capacity.

【0009】本発明は上記事情に鑑みてなされたもので
あって、その目的は、HTML文書のデータの容量を小
さくしてWWWブラウザへの表示を高速化できるサーバ
管理装置を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and has as its object to provide a server management apparatus capable of reducing the amount of data of an HTML document and increasing the speed of display on a WWW browser. .

【0010】[0010]

【課題を解決するための手段】本願請求項1記載の発明
は、コンテンツを閲覧するためのクライアントソフトを
備えたクライアント端末と通信回線を介して接続される
コモン・ゲートウェイ・インターフェース機能を備えた
サーバ管理装置において、クライアント端末が所定の時
間内にクライアントソフトで閲覧するために必要な情報
を転送要求するアクセスをした回数を計数するアクセス
回数計数手段と、クライアント端末がアクセスをしたと
きに、アクセス回数計数手段によって計数された回数が
所定の回数を超えるかを判断するアクセス回数判断手段
と、アクセス回数判断手段が所定の回数を超えていると
判断したときに、Javaアプレットを取り込まずクラ
イアントソフトで閲覧するために必要な情報をクライア
ント端末に送り返す第1のコモン・ゲートウェイ・イン
ターフェースと、アクセス回数判断手段が所定の回数以
下と判断したときに、Javaアプレットを取り込んで
クライアントソフトで閲覧するために必要な情報をクラ
イアント端末に送り返す第2のコモン・ゲートウェイ・
インターフェースとを備えたサーバ管理装置である。
According to a first aspect of the present invention, there is provided a server having a common gateway interface function connected to a client terminal having client software for browsing contents via a communication line. In the management device, access number counting means for counting the number of times the client terminal has made an access request for transferring information necessary for browsing with the client software within a predetermined time, and when the client terminal has made an access, An access count judging unit for judging whether or not the number counted by the counting unit exceeds a predetermined count. When the access count judging unit judges that the count has exceeded the predetermined count, the client applet browses without importing the Java applet. To the client terminal When the first common gateway interface and the access count judging means judge that the number is equal to or less than the predetermined count, the second common interface which takes in the Java applet and sends back information necessary for browsing with the client software to the client terminal. gateway·
It is a server management device having an interface.

【0011】本願請求項2記載の発明は、コンテンツを
閲覧するためのクライアントソフトを備えたクライアン
ト端末と通信回線を介して接続されるコモン・ゲートウ
ェイ・インターフェース機能を備えたサーバ管理装置に
おいて、クライアント端末が所定の時間内にクライアン
トソフトで閲覧するために必要な情報を転送要求するア
クセスをした回数を計数するアクセス回数計数手段と、
クライアント端末がアクセスをしたときに、アクセス回
数計数手段によって計数された回数が所定の回数を超え
るかを判断するアクセス回数判断手段と、アクセス回数
判断手段が所定の回数を超えていると判断したときに、
Javaスクリプトをカットしてクライアントソフトで
閲覧するために必要な情報をクライアント端末に送り返
す第1のコモン・ゲートウェイ・インターフェースと、
アクセス回数判断手段が所定の回数以下と判断したとき
に、Javaスクリプトをカットしないでクライアント
ソフトで閲覧するために必要な情報をクライアント端末
に送り返す第2のコモン・ゲートウェイ・インターフェ
ースとを備えたサーバ管理装置である。
According to a second aspect of the present invention, there is provided a server management apparatus having a common gateway interface function connected via a communication line to a client terminal having client software for browsing contents. Access number counting means for counting the number of times the user has made an access request for transferring information necessary for browsing with the client software within a predetermined time,
When the client terminal makes an access, the access number determining means for determining whether the number counted by the access number counting means exceeds a predetermined number, and the access number determining means determines that the predetermined number is exceeded. To
A first common gateway interface for sending back information necessary for browsing with the client software by cutting a Java script to the client terminal;
A server management having a second common gateway interface for returning information necessary for browsing with client software without cutting the Java script to the client terminal when the access number determination means determines that the number is equal to or less than the predetermined number; Device.

【0012】本願請求項3記載の発明は、コンテンツを
閲覧するためのクライアントソフトを備えたクライアン
ト端末と通信回線を介して接続されるコモン・ゲートウ
ェイ・インターフェース機能を備えたサーバ管理装置に
おいて、クライアント端末が所定の時間内にクライアン
トソフトで閲覧するために必要な情報を転送要求するア
クセスをした回数を計数するアクセス回数計数手段と、
クライアント端末がアクセスをしたときに、アクセス回
数計数手段によって計数された回数が所定の回数を超え
るかを判断するアクセス回数判断手段と、アクセス回数
判断手段が所定の回数を超えていると判断したときに、
画像データを取り込まずクライアントソフトで閲覧する
ために必要な情報をクライアント端末に送り返す第1の
コモン・ゲートウェイ・インターフェースと、アクセス
回数判断手段が所定の回数以下と判断したときに、画像
データを取り込んでクライアントソフトで閲覧するため
に必要な情報をクライアント端末に送り返す第2のコモ
ン・ゲートウェイ・インターフェースとを備えたサーバ
管理装置である。
According to a third aspect of the present invention, there is provided a server management apparatus having a common gateway interface function connected via a communication line to a client terminal having client software for browsing contents. Access number counting means for counting the number of times the user has made an access request to transfer information necessary for browsing with the client software within a predetermined time,
When the client terminal makes an access, the access number determining means for determining whether the number counted by the access number counting means exceeds a predetermined number, and the access number determining means determines that the number exceeds the predetermined number. To
When the first common gateway interface that returns information necessary for browsing with the client software without capturing image data to the client terminal and the access number determination unit determines that the number is equal to or less than the predetermined number, the image data is captured. The server management device includes a second common gateway interface for returning information necessary for browsing with client software to the client terminal.

【0013】[0013]

【発明の実施の形態】以下、本発明の一実施の形態につ
いて図面を参照して説明する。図1は第1の実施の形態
におけるシステム全体の構成を示すブロック図で、11
は、ホスト・コンピュータとしてのUNIX(登録商
標)サーバ、121,122,123,…は、クライア
ント端末としてのPOSターミナルである。各POSタ
ーミナル121,122,123,…は通信回線15を
介して前記UNIXサーバ11に接続されており、UN
IXサーバ11は各POSターミナル121,122,
123,…において登録処理された商品の販売データを
一括管理するようになっている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the entire system according to the first embodiment.
Is a UNIX (registered trademark) server as a host computer, and 121, 122, 123,... Are POS terminals as client terminals. Each of the POS terminals 121, 122, 123,... Is connected to the UNIX server 11 through a communication line 15, and
The IX server 11 has POS terminals 121, 122,
The sales data of commodities registered at 123,... Are collectively managed.

【0014】前記UNIXサーバ11はWWWサーバ1
3を搭載し、各POSターミナル121,122,12
3,…は、それぞれコンテンツを閲覧するためのクライ
アントソフトであるWWWブラウザ141,142,1
43,…を備えている。そして、WWWサーバ13と各
POSターミナルは、WWWサーバ13の情報が前記通
信回線15を介して各POSターミナルのWWWブラウ
ザで閲覧できるようになっている。
The UNIX server 11 is a WWW server 1
3 and each POS terminal 121, 122, 12
Are WWW browsers 141, 142, 1 which are client software for browsing contents, respectively.
43,... The WWW server 13 and each POS terminal can browse the information of the WWW server 13 with the WWW browser of each POS terminal via the communication line 15.

【0015】前記UNIXサーバ11のWWWサーバ1
3には制御部本体としてのCPU(中央処理装置)1
6、このCPU16に実行させる各種プログラムなどを
格納したROM(リード・オンリー・メモリ)17、各
種メモリエリアを設けているRAM(ランダム・アクセ
ス・メモリ)18、各種データを記憶する記憶部として
のHDD(ハード・ディスク・ドライブ)19などが設
けられている。また、CPU16とROM17、RAM
18、HDD19とはバスライン20を介して接続され
ている。
The WWW server 1 of the UNIX server 11
3 is a CPU (central processing unit) 1 as a control unit main body.
6, a ROM (Read Only Memory) 17 storing various programs to be executed by the CPU 16, a RAM (Random Access Memory) 18 having various memory areas, and an HDD serving as a storage unit for storing various data. (Hard disk drive) 19 and the like. Also, a CPU 16, a ROM 17, a RAM
18 and the HDD 19 are connected via a bus line 20.

【0016】前記ROM17には、HTML文書を作成
するための基本言語であるHTML171、他のアプリ
ケーションと連携する機能などを有するプログラムを格
納した第1,第2のCGI172,CGI173、この
2つのCGI1のどちらを用いて他のアプリケーション
との連携を行うかを設定されている最大アクセス数17
4aを基準にして選択するプログラムである切り換えプ
ログラム174、データを取り込んで円グラフや棒グラ
フのようにして表示を行うプログラムであるJavaア
プレット175などが格納されている。
The ROM 17 stores an HTML 171 which is a basic language for creating an HTML document, first and second CGIs 172 and CGI 173 storing programs having a function of cooperating with another application, and the like. The maximum access number 17 that is set to use which to link with other applications
A switching program 174, which is a program for selecting based on 4a, and a Java applet 175, which is a program for taking in data and displaying it as a pie chart or a bar graph, are stored.

【0017】前記RAM18には、計算を行うためのワ
ークエリアやWWWサーバ13に情報の転送要求をする
アクセスをした順でログインした時間およびそのPOS
ターミナルを記憶するアクセステーブル181などが設
けられている。図2はこのアクセステーブル181を示
す図で、WWWサーバ13にログインした時間181a
とログインしたPOSターミナル181bとがデータと
して記憶されている。図2中では、17時15分台に
は、06秒にPOSターミナル123が、08秒にPO
Sターミナル122が、29秒にPOSターミナル12
3がログインを行ったことなどが記憶されていることが
示されている。
The RAM 18 stores a log-in time and a POS time in the order of access to request a transfer of information to the WWW server 13 or a work area for performing calculations.
An access table 181 for storing terminals is provided. FIG. 2 is a view showing the access table 181.
And the logged-in POS terminal 181b are stored as data. In FIG. 2, at 17:15, the POS terminal 123 is activated at 06 seconds, and the PO terminal 123 is activated at 08 seconds.
S terminal 122 starts POS terminal 12 at 29 seconds.
3 indicates that the user has logged in.

【0018】前記HDD19には各POSターミナルか
ら集めた情報をデータとして記憶するPOSデータ19
1、また、各WWWブラウザでHTML文書を閲覧する
ときに文字のフォントやその文字背景を装飾して表示す
るための画像データ192などが記憶されている。
The HDD 19 stores POS data 19 storing information collected from each POS terminal as data.
1. In addition, image data 192 for decorating and displaying character fonts and character backgrounds when browsing HTML documents with each WWW browser is stored.

【0019】前記CGI172のコードの中にはJav
aスクリプト172aが埋め込まれている。この埋め込
まれたJavaスクリプト172aにより、各WWWブ
ラウザで閲覧するオペレータに、例えば「選択された項
目のデータは存在しません」というような注意を促すメ
ッセージが表示されるようになる。また、他のアプリケ
ーションと連携する機能として、Javaアプレット1
75および画像データ192などを取り込むように記述
されている。また、前記CGI173のコードの中には
Javaスクリプト173aが埋め込まれていて、Ja
vaアプレット175を取り込まないように記述された
プログラムである。
The code of the CGI 172 includes Java.
The a script 172a is embedded. With this embedded Java script 172a, a message that warns the operator browsing with each WWW browser, for example, "There is no data for the selected item" is displayed. Also, as a function to cooperate with other applications, Java applet 1
75, image data 192, and the like. A Java script 173a is embedded in the code of the CGI 173,
This is a program written so as not to capture the va applet 175.

【0020】図3は各POSターミナルから情報の転送
要求がWWWサーバ13にされたときに、CPU16が
実行する処理を示す流れ図である。CPU16は各PO
Sターミナルからの情報の転送要求を行うアクセスのロ
グインを検知すると処理をスタートする。
FIG. 3 is a flowchart showing a process executed by the CPU 16 when a request to transfer information is made to the WWW server 13 from each POS terminal. The CPU 16 controls each PO
The process starts when an access login requesting information transfer request from the S terminal is detected.

【0021】先ず、ステップST1にて、CPU16が
切り換えプログラム174を動かし、その切り換えプロ
グラム174がログインした時間から所定時間前までに
WWWサーバ13に各POSターミナルがアクセスした
回数であるアクセス数をRAM18のアクセステーブル
181から取得する。この所定の時間は任意に設定する
ことができる。
First, in step ST1, the CPU 16 operates the switching program 174, and the number of accesses, which is the number of times each POS terminal has accessed the WWW server 13 from the time when the switching program 174 logs in to the predetermined time, is stored in the RAM 18. It is obtained from the access table 181. This predetermined time can be set arbitrarily.

【0022】次に、ステップST2にて、切り換えプロ
グラム174がステップST1にて取得したアクセス数
が設定されている最大アクセス数174a以下になって
いるかの判断を行う。この判断で「YES」と判断され
ると、ステップST3にて、CGIとしてCGI172
を選択し、「NO」と判断されると、ステップST4に
て、CGIとしてCGI173が選択される。このCG
Iを切り換える選択がされた後、ステップST5にて、
HTML文書を作成して、ステップST6にて、この作
成されたHTML文書の転送要求を行ったPOSターミ
ナルに送出する。この送出によりCPU16の実行する
処理が終了する。
Next, in step ST2, the switching program 174 determines whether the number of accesses obtained in step ST1 is equal to or less than the set maximum number of accesses 174a. If "YES" is determined in this determination, in step ST3, CGI 172 is set as CGI.
Is selected, and if "NO" is determined, CGI 173 is selected as CGI in step ST4. This CG
After the selection of switching I is made, in step ST5,
An HTML document is created, and sent to the POS terminal that has requested the transfer of the created HTML document in step ST6. With this transmission, the processing executed by the CPU 16 ends.

【0023】以下、このような構成および処理を行うシ
ステムで、17時15分40秒にPOSターミナル12
1において、店毎の売上,買上点数,客数を示すPOS
データ191をWWWサーバ13に転送要求するアクセ
スをしてWWWブラウザ141で閲覧する場合で説明す
る。また、アクセス数を取得するための所定時間は1分
に設定し、切り換えプログラム174に設定される最大
アクセス数174aは「3」になっているものとする。
Hereinafter, in a system for performing such a configuration and processing, at 17:15:40, the POS terminal 12
1. POS indicating sales, purchase points, and number of customers for each store
A description will be given of a case where an access requesting transfer of the data 191 to the WWW server 13 is made and the data 191 is browsed by the WWW browser 141. It is also assumed that the predetermined time for acquiring the number of accesses is set to one minute, and the maximum number of accesses 174a set in the switching program 174 is "3".

【0024】先ず、オペレータがPOSターミナル12
1を操作してPOSデータ191を閲覧しようとしてW
WWサーバ13にアクセスをする。WWWサーバ13で
はこのアクセスを検知すると、そのログインした時間で
ある17時15分40秒とPOSターミナル121とを
アクセステーブル181へ記憶する。
First, the operator operates the POS terminal 12.
1 to view the POS data 191 by operating
Access the WW server 13. Upon detecting this access, the WWW server 13 stores the log-in time of 17:15:40 and the POS terminal 121 in the access table 181.

【0025】そして、切り換えプログラム174が動い
て、17時14分41秒から17時15分40秒の1分
間で各POSターミナルからのアクセスがあった回数を
取得する。この時間の間には、15分06秒にPOSタ
ーミナル123が,15分08秒にPOSターミナル1
22が,15分29秒にPOSターミナル123がアク
セスしていて、これにPOSターミナル121のアクセ
スを加えた「4」がアクセス数として取得される。
Then, the switching program 174 operates to acquire the number of times of access from each POS terminal in one minute from 17:14:41 to 17:15:40. During this time, POS terminal 123 at 15:06 and POS terminal 1 at 15:08.
22 is accessed by the POS terminal 123 at 15 minutes and 29 seconds, and “4” obtained by adding the access of the POS terminal 121 to the POS terminal 123 is obtained as the access number.

【0026】次に、切り換えプログラム174は、アク
セス数「4」は設定されている最大アクセス数174a
「3」を超えていることを判断して、プログラムCGI
173に切り換える選択してHTML文書の作成し、そ
のHTML文書のデータをPOSターミナル121に送
出する。
Next, the switching program 174 determines that the access number "4" is the set maximum access number 174a.
Judging that it exceeds "3", the program CGI
The HTML document is created by selecting to switch to 173, and the data of the HTML document is sent to the POS terminal 121.

【0027】このようにして、POSターミナル121
のWWWブラウザ141で閲覧できる表示画面1aを図
4に示す。図4はJavaアプレット175を取り込ま
ないでPOSデータ191を表示したときの表示画面1
aを示す図である。
Thus, the POS terminal 121
FIG. 4 shows a display screen 1a that can be browsed by the WWW browser 141. FIG. 4 shows a display screen 1 when the POS data 191 is displayed without importing the Java applet 175.
FIG.

【0028】図4は、Javaアプレット175を取り
込まないので、従来例で示した図8の棒グラフ3および
円グラフ4が表示画面1aに表示されていない。また、
Javaアプレット175を取り込まない以外は従来例
と変わらないので、表示画面1a上で他の表示は変化し
ない。
FIG. 4 does not take in the Java applet 175, so that the bar graph 3 and the pie graph 4 of FIG. 8 shown in the conventional example are not displayed on the display screen 1a. Also,
Since there is no difference from the conventional example except that the Java applet 175 is not taken in, other displays on the display screen 1a do not change.

【0029】この実施の形態によると、POSターミナ
ル121からデータの転送要求があったときに、WWW
サーバ13はその要求があった時間から1分前までに何
台のPOSターミナルがアクセスしているかをアクセス
テーブル181により取得し、その取得したアクセス数
が切り換えプログラム174に設定されている最大アク
セス数174aを超えているときには、CGI173を
用いてJavaアプレット175を取り込まないでHT
ML文書を作成するので、HTML文書のデータの容量
を小さくすることができ、WWWブラウザ141での表
示を高速化することができる。
According to this embodiment, when there is a data transfer request from the POS terminal 121, WWW
The server 13 obtains from the access table 181 how many POS terminals are accessed from the time when the request is made to one minute before, and the obtained access number is the maximum access number set in the switching program 174. If it exceeds 174a, HT without loading Java applet 175 using CGI 173
Since the ML document is created, the data volume of the HTML document can be reduced, and the display on the WWW browser 141 can be speeded up.

【0030】また、前記実施の形態のCGI173が、
その内部に記述されているJavaスクリプト173a
をカットするように記述されているプログラムとした場
合は、図5に示すように、Javaスクリプト173a
をカットするので、従来例で示した「選択された項目の
データは存在しません」という表示メッセージ5が表示
画面1bに表示されない。また、Javaスクリプト1
73aをカットする以外は従来例と変わらないので、表
示画面1b上で他の表示は変化しない。
Also, the CGI 173 of the above embodiment is
Java script 173a described inside
If the program is described so as to cut the Java script 173a, as shown in FIG.
Is cut off, the display message 5 indicating that "data of the selected item does not exist" shown in the conventional example is not displayed on the display screen 1b. Also, Java script 1
Since there is no difference from the conventional example except for cutting 73a, other displays on the display screen 1b do not change.

【0031】このようなCGI172とCGI173と
を設けることにより、POSターミナル121からデー
タの転送要求があったときに、WWWサーバ13はその
要求があった時間から1分前までに何台のPOSターミ
ナルがアクセスしているかをアクセステーブル181に
より取得し、その取得したアクセス数が切り換えプログ
ラム174に設定されている最大アクセス数174aよ
り大きいときには、CGI173によりJavaスクリ
プト173aをカットしてHTML文書を作成するの
で、HTML文書のデータの容量を小さくすることがで
き、WWWブラウザ141での表示を高速化することが
できる。
By providing such a CGI 172 and a CGI 173, when a data transfer request is made from the POS terminal 121, the WWW server 13 sets the number of POS terminals up to one minute before the requested time. Is obtained from the access table 181, and if the obtained number of accesses is larger than the maximum number of accesses 174a set in the switching program 174, the CGI 173 cuts the Java script 173a to create an HTML document. , The size of the data of the HTML document can be reduced, and the speed of display on the WWW browser 141 can be increased.

【0032】また、前記実施の形態のCGI173が、
画像データ192を取り込まないように記述されている
プログラムとなっている場合は、図6に示すように、画
像データ192を取り込まないので、従来例で示した
「2494店 点検照会」の文字のフォントや文字背景
の装飾6は表示されずに8として単純な文字で表示さ
れ、また、日付変更などの文字7a〜7fの文字背景も
装飾されずに9a〜9fとして単純な文字で表示され
る。また、画像データ192を取り込まない以外は従来
例と変わらないので、表示画面1c上で他の表示は変化
しない。
Further, the CGI 173 of the above embodiment is
If the program is described so as not to take in the image data 192, as shown in FIG. 6, since the image data 192 is not taken in, the font of the character "2494 store inspection inquiry" shown in the conventional example is used. The character background decoration 6 is not displayed but is displayed as simple characters as 8, and the character background of the characters 7a to 7f such as a date change is displayed as simple characters as 9a to 9f without decoration. Also, since there is no difference from the conventional example except that the image data 192 is not taken, other displays on the display screen 1c do not change.

【0033】このようなCGI172とCGI173と
を設けることにより、POSターミナル121からデー
タの転送要求があったときに、WWWサーバ13はその
要求があった時間から1分前までに何台のPOSターミ
ナルがアクセスしているかをアクセステーブル181に
より取得し、その取得したアクセス数が切り換えプログ
ラム174に設定されている最大アクセス数174aよ
り大きいときには、CGI173により画像データ19
2を取り込まないようにしてHTML文書を作成するの
で、HTML文書のデータの容量を小さくすることがで
き、WWWブラウザ141での表示を高速化することが
できる。
By providing such a CGI 172 and a CGI 173, when a data transfer request is made from the POS terminal 121, the WWW server 13 sets how many POS terminals up to one minute before the time when the request was made. Is accessed by the access table 181, and when the obtained access number is larger than the maximum access number 174a set in the switching program 174, the image data 19 is obtained by the CGI 173.
Since the HTML document is created without importing the HTML document 2, the data volume of the HTML document can be reduced, and the display on the WWW browser 141 can be speeded up.

【0034】さらに、前記実施の形態のCGI173
が、Javaアプレット175,画像データ192を取
り込まないようにするとともに、その内部に記述されて
いるJavaスクリプト173aをカットするように記
述されているプログラムとなっている場合は、図7に示
すように、Javaアプレット175を取り込まないの
で従来例で示した棒グラフ3および円グラフ4が表示さ
れず、画像データ192を取り込まないので従来例で示
した「2494店 点検照会」の文字のフォントや文字
背景の装飾6は表示されずに8として単純な文字で表示
され、また、日付変更などの文字7a〜7fの文字背景
も装飾されずに9a〜9fとして単純な文字で表示さ
れ、Javaスクリプト173aをカットするので従来
例で示した「選択された項目のデータは存在しません」
という表示メッセージ5が表示されていない。
Further, the CGI 173 of the above embodiment is used.
However, if it is a program written so as not to capture the Java applet 175 and the image data 192 and to cut the Java script 173a described therein, as shown in FIG. Since the Java applet 175 is not loaded, the bar graph 3 and the pie chart 4 shown in the conventional example are not displayed, and the image data 192 is not loaded. Therefore, the font and character background of the character “2494 store inspection inquiry” shown in the conventional example are not displayed. The decoration 6 is displayed as simple characters as 8 without being displayed, and the character backgrounds of the characters 7a to 7f such as date changes are displayed as simple characters as 9a to 9f without decoration, and the Java script 173a is cut. "The data of the selected item does not exist."
Is not displayed.

【0035】このようなCGI172とCGI173と
を設けることにより、POSターミナル121からデー
タの転送要求があったときに、WWWサーバ13はその
要求があった時間から1分前までに何台のPOSターミ
ナルがアクセスしているかをアクセステーブル181に
より取得し、その取得したアクセス数が切り換えプログ
ラム174に設定されている最大アクセス数174aよ
り大きいときには、CGI173によりJavaアプレ
ット175,画像データ192を取り込まず、Java
スクリプト173aをカットしてHTML文書を作成す
るので、HTML文書のデータの容量を大幅に小さくす
ることができ、WWWブラウザ141での表示を大幅に
高速化することができる。
By providing such a CGI 172 and a CGI 173, when a data transfer request is made from the POS terminal 121, the WWW server 13 sets how many POS terminals up to one minute before the time at which the request was made. Is obtained from the access table 181, and when the obtained access number is larger than the maximum access number 174a set in the switching program 174, the Java applet 175 and the image data 192 are not taken in by the CGI 173, and the Java
Since the HTML document is created by cutting the script 173a, the data volume of the HTML document can be significantly reduced, and the display on the WWW browser 141 can be greatly accelerated.

【0036】なお、WWWサーバ13に異なる機能をも
った複数のCGIを設けて、その複数のCGIを切り換
えプログラムを用いて一定条件で切り換えてHTML文
書を作成して、クライアント端末に送出することによ
り、データの容量の大きいアプリケーションを制限し、
今まで制限されてきたWWWブラウザへの表示技術を用
いれば、より多機能なアプリケーションを用いてHTM
L文書を作成することもできる。
By providing a plurality of CGIs having different functions in the WWW server 13, switching the plurality of CGIs under a certain condition using a switching program, creating an HTML document, and sending the HTML document to the client terminal. , Restricting data-intensive applications,
If the display technology for the WWW browser, which has been restricted so far, is used, the HTM can be used with a more versatile application.
An L document can also be created.

【0037】[0037]

【発明の効果】以上詳述したように本願請求項1記載の
発明によると、クライアント端末からサーバ管理装置へ
のアクセス数を管理して、一定時間で複数のアクセスが
あった場合に、Javaアプレットを取り込まないCG
Iを用いてHTML文書を作成することにより、HTM
L文書のデータの容量を小さくしてWWWブラウザへの
表示を高速化できるサーバ管理装置を提供できる。
As described above in detail, according to the first aspect of the present invention, the number of accesses from the client terminal to the server management device is managed, and when a plurality of accesses are made within a predetermined time, the Java applet is used. CG that does not capture
Creating an HTML document using I
It is possible to provide a server management apparatus that can reduce the data size of an L document and speed up the display on a WWW browser.

【0038】また、本願請求項2記載の発明によると、
クライアント端末からサーバ管理装置へのアクセス数を
管理して、一定時間で複数のアクセスがあった場合に、
コード中のJavaスクリプトをカットするCGIを用
いてHTML文書を作成することにより、HTML文書
のデータの容量を小さくしてWWWブラウザへの表示を
高速化できるサーバ管理装置を提供できる。
According to the invention described in claim 2 of the present application,
The number of accesses from the client terminal to the server management device is managed, and when there are multiple accesses in a certain time,
By creating an HTML document using CGI that cuts a Java script in the code, it is possible to provide a server management device that can reduce the data volume of the HTML document and speed up the display on a WWW browser.

【0039】さらに、本願請求項3記載の発明による
と、クライアント端末からサーバ管理装置へのアクセス
数を管理して、一定時間で複数のアクセスがあった場合
に、画像データを取り込まないCGIを用いてHTML
文書を作成することにより、HTML文書のデータの容
量を小さくしてWWWブラウザへの表示を高速化できる
サーバ管理装置を提供できる。
Further, according to the third aspect of the present invention, the number of accesses from the client terminal to the server management apparatus is managed, and when a plurality of accesses are made within a predetermined time, the CGI which does not take in the image data is used. HTML
By creating a document, it is possible to provide a server management device capable of reducing the data volume of an HTML document and speeding up the display on a WWW browser.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態におけるシステム全体の構
成を示すブロック図。
FIG. 1 is a block diagram showing a configuration of an entire system according to an embodiment of the present invention.

【図2】同実施の形態におけるWWWサーバにPOSタ
ーミナルがアクセスした時間およびそのPOSターミナ
ルを記憶するテーブルを示す図。
FIG. 2 is an exemplary view showing a time at which the POS terminal accesses the WWW server and a table storing the POS terminal according to the embodiment;

【図3】同実施の形態におけるCPUが実行する処理を
示す流れ図。
FIG. 3 is a flowchart showing processing executed by a CPU according to the embodiment;

【図4】同実施の形態においてJavaアプレットを取
り込まずに作成したHTML文書の表示画面を示す図。
FIG. 4 is an exemplary view showing a display screen of an HTML document created without importing a Java applet in the embodiment.

【図5】同実施の形態においてJavaスクリプトをカ
ットして作成したHTML文書の表示画面を示す図。
FIG. 5 is an exemplary view showing a display screen of an HTML document created by cutting a Java script in the embodiment.

【図6】同実施の形態において画像データを取り込まず
に作成したHTML文書の表示画面を示す図。
FIG. 6 is an exemplary view showing a display screen of an HTML document created without capturing image data in the embodiment.

【図7】同実施の形態においてJavaアプレットと画
像データを取り込まず、Javaスクリプトをカットし
て作成したHTML文書の表示画面を示す図。
FIG. 7 is a view showing a display screen of an HTML document created by cutting a Java script without taking in a Java applet and image data in the embodiment.

【図8】従来例において作成したHTML文書の表示画
面を示す図。
FIG. 8 is a diagram showing a display screen of an HTML document created in a conventional example.

【符号の説明】[Explanation of symbols]

11…UNIXサーバ 121,122,123…POSターミナル 13…WWWサーバ 141,142,143…WWWブラウザ 172,173…CGI 172a,173a…Javaスクリプト 174…切り換えプログラム 175…Javaアプレット 181…アクセステーブル 191…POSデータ 192…画像データ 11 UNIX server 121, 122, 123 POS terminal 13 WWW server 141, 142, 143 WWW browser 172, 173 CGI 172a, 173a Java script 174 Switching program 175 Java applet 181 Access table 191 POS Data 192: Image data

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 コンテンツを閲覧するためのクライアン
トソフトを備えたクライアント端末と通信回線を介して
接続されるコモン・ゲートウェイ・インターフェース機
能を備えたサーバ管理装置において、 前記クライアント端末が所定の時間内に前記クライアン
トソフトで閲覧するために必要な情報を転送要求するア
クセスをした回数を計数するアクセス回数計数手段と、 前記クライアント端末がアクセスをしたときに、前記ア
クセス回数計数手段によって計数された回数が所定の回
数を超えるかを判断するアクセス回数判断手段と、 前記アクセス回数判断手段が所定の回数を超えていると
判断したときに、Javaアプレットを取り込まず前記
クライアントソフトで閲覧するために必要な情報を前記
クライアント端末に送り返す第1のコモン・ゲートウェ
イ・インターフェースと、 前記アクセス回数判断手段が所定の回数以下と判断した
ときに、Javaアプレットを取り込んで前記クライア
ントソフトで閲覧するために必要な情報を前記クライア
ント端末に送り返す第2のコモン・ゲートウェイ・イン
ターフェースとを備えたことを特徴とするサーバ管理装
置。
1. A server management device having a common gateway interface function connected via a communication line to a client terminal having client software for browsing contents, wherein the client terminal is connected to a client terminal within a predetermined time. Access number counting means for counting the number of accesses for requesting transfer of information necessary for browsing with the client software; and the number of times counted by the access number counting means when the client terminal makes an access is predetermined. Access number determining means for determining whether the number of times exceeds the number of times, and when the access number determining means determines that the number of times exceeds a predetermined number, information necessary for browsing with the client software without loading a Java applet The first como returned to the client terminal A gateway interface, and when the access count determination unit determines that the number is equal to or less than a predetermined count, a second common interface that captures a Java applet and sends information necessary for browsing with the client software to the client terminal. A server management device comprising a gateway interface.
【請求項2】 コンテンツを閲覧するためのクライアン
トソフトを備えたクライアント端末と通信回線を介して
接続されるコモン・ゲートウェイ・インターフェース機
能を備えたサーバ管理装置において、 前記クライアント端末が所定の時間内に前記クライアン
トソフトで閲覧するために必要な情報を転送要求するア
クセスをした回数を計数するアクセス回数計数手段と、 前記クライアント端末がアクセスをしたときに、前記ア
クセス回数計数手段によって計数された回数が所定の回
数を超えるかを判断するアクセス回数判断手段と、 前記アクセス回数判断手段が所定の回数を超えていると
判断したときに、Javaスクリプトをカットして前記
クライアントソフトで閲覧するために必要な情報を前記
クライアント端末に送り返す第1のコモン・ゲートウェ
イ・インターフェースと、 前記アクセス回数判断手段が所定の回数以下と判断した
ときに、Javaスクリプトをカットしないで前記クラ
イアントソフトで閲覧するために必要な情報を前記クラ
イアント端末に送り返す第2のコモン・ゲートウェイ・
インターフェースとを備えたことを特徴とするサーバ管
理装置。
2. A server management device having a common gateway interface function connected via a communication line to a client terminal having client software for browsing contents, wherein the client terminal is provided within a predetermined time. Access number counting means for counting the number of accesses for requesting transfer of information necessary for browsing with the client software; and the number of times counted by the access number counting means when the client terminal makes an access is predetermined. Access number determining means for determining whether the number of times exceeds the number of times, and information necessary for cutting the Java script and browsing with the client software when the access number determining means determines that the number of times exceeds a predetermined number. To send back to the client terminal Gateway interface; and a second common for returning, to the client terminal, information necessary for browsing with the client software without cutting a Java script when the access count determination unit determines that the count is equal to or less than a predetermined count. ·gateway·
A server management device comprising an interface.
【請求項3】 コンテンツを閲覧するためのクライアン
トソフトを備えたクライアント端末と通信回線を介して
接続されるコモン・ゲートウェイ・インターフェース機
能を備えたサーバ管理装置において、 前記クライアント端末が所定の時間内に前記クライアン
トソフトで閲覧するために必要な情報を転送要求するア
クセスをした回数を計数するアクセス回数計数手段と、 前記クライアント端末がアクセスをしたときに、前記ア
クセス回数計数手段によって計数された回数が所定の回
数を超えるかを判断するアクセス回数判断手段と、 前記アクセス回数判断手段が所定の回数を超えていると
判断したときに、画像データを取り込まず前記クライア
ントソフトで閲覧するために必要な情報を前記クライア
ント端末に送り返す第1のコモン・ゲートウェイ・イン
ターフェースと、 前記アクセス回数判断手段が所定の回数以下と判断した
ときに、画像データを取り込んで前記クライアントソフ
トで閲覧するために必要な情報を前記クライアント端末
に送り返す第2のコモン・ゲートウェイ・インターフェ
ースとを備えたことを特徴とするサーバ管理装置。
3. A server management device having a common gateway interface function connected via a communication line to a client terminal having client software for browsing contents, wherein the client terminal is connected to a client terminal within a predetermined time. Access number counting means for counting the number of accesses for requesting transfer of information necessary for browsing with the client software; and the number of times counted by the access number counting means when the client terminal makes an access is predetermined. Access number determining means for determining whether the number of times exceeds the number of times, and when the access number determining means determines that the number of times exceeds a predetermined number, information necessary for browsing with the client software without loading image data. A first common game sent back to the client terminal And a second common gateway, which, when the access number determination means determines that the number of accesses is equal to or less than a predetermined number, sends back information necessary for capturing image data and browsing with the client software to the client terminal. A server management device comprising an interface.
JP2001009289A 2001-01-17 2001-01-17 Server managing device Pending JP2002215447A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001009289A JP2002215447A (en) 2001-01-17 2001-01-17 Server managing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001009289A JP2002215447A (en) 2001-01-17 2001-01-17 Server managing device

Publications (1)

Publication Number Publication Date
JP2002215447A true JP2002215447A (en) 2002-08-02

Family

ID=18876797

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001009289A Pending JP2002215447A (en) 2001-01-17 2001-01-17 Server managing device

Country Status (1)

Country Link
JP (1) JP2002215447A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7471611B2 (en) 2004-06-11 2008-12-30 Nidec Nissin Corporation Zone phase correcting lens and optical head device
US20100257480A1 (en) * 2007-11-20 2010-10-07 Takahiro Kurose Electronic text viewing apparatus, electronic text viewing method, electronic text viewing program, and mobile phone
JP2015127943A (en) * 2013-11-29 2015-07-09 キヤノンマーケティングジャパン株式会社 Server, document management system, and processing method and program thereof

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7471611B2 (en) 2004-06-11 2008-12-30 Nidec Nissin Corporation Zone phase correcting lens and optical head device
US20100257480A1 (en) * 2007-11-20 2010-10-07 Takahiro Kurose Electronic text viewing apparatus, electronic text viewing method, electronic text viewing program, and mobile phone
US8856677B2 (en) * 2007-11-20 2014-10-07 Nec Corporation Electronic text viewing apparatus, electronic text viewing method, and mobile phone
JP2015127943A (en) * 2013-11-29 2015-07-09 キヤノンマーケティングジャパン株式会社 Server, document management system, and processing method and program thereof

Similar Documents

Publication Publication Date Title
US11032388B2 (en) Methods for prerendering and methods for managing and configuring prerendering operations
CN107463641B (en) System and method for improving access to search results
CN108363602B (en) Intelligent UI (user interface) layout method and device, terminal equipment and storage medium
USRE45636E1 (en) Controlling the order in which content is displayed in a browser
US7512569B2 (en) User defined components for content syndication
US7698256B1 (en) History support for stateless Javascript Web client
US6850941B1 (en) Method and system for native-byte form handling
US11019179B2 (en) Access to network content
US7131062B2 (en) Systems, methods and computer program products for associating dynamically generated web page content with web site visitors
US20140143644A1 (en) Web browser page transition acceleration
US20180157754A1 (en) Access to network content
AU2011201137B1 (en) Codeless Dynamic Websites Including General Facilities
CN1282110C (en) Screen refresh method
EP2449481A1 (en) System and method for enhancing digital content
US9104664B1 (en) Access to search results
CN112905928A (en) Webpage refreshing method and device, electronic equipment and storage medium
US7447738B1 (en) Component download selection mechanism for web browsers
JP2002215447A (en) Server managing device
JP2010092128A (en) Apparatus, method and program for converting site information
US20210271728A1 (en) Replaying user activity by capturing content and rebuilding the webpage at each web event
US20150278384A1 (en) System, apparatus, and process for pulling/capturing content
RU2002112343A (en) Methods and systems for the presentation and display of information on the keyboard
WO2016091089A1 (en) Method and server for displaying access content
JP2002197010A (en) Information system, server, client, and recording medium
KR20120006958A (en) Method for providing multimedia except for communication load

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040322

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070312

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070410

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070821