JPH11184704A - Server client system - Google Patents

Server client system

Info

Publication number
JPH11184704A
JPH11184704A JP35351997A JP35351997A JPH11184704A JP H11184704 A JPH11184704 A JP H11184704A JP 35351997 A JP35351997 A JP 35351997A JP 35351997 A JP35351997 A JP 35351997A JP H11184704 A JPH11184704 A JP H11184704A
Authority
JP
Japan
Prior art keywords
data
subprogram
storage medium
client
server
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
JP35351997A
Other languages
Japanese (ja)
Inventor
Chihiro Nakazawa
千尋 中澤
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 Corp
Original Assignee
Toshiba 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 Corp filed Critical Toshiba Corp
Priority to JP35351997A priority Critical patent/JPH11184704A/en
Publication of JPH11184704A publication Critical patent/JPH11184704A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce the number of times of down-load, to shorten a program executing time, and to shorten an access time in a server. SOLUTION: This system is provided with a client 10 having a save medium 12 with a small capacity for storing data or the like, and a save managing mechanism 13 for issuing a down-load request to a server 20 when data necessary for the execution of an execution program 11 are not present in the save medium. Also, this system is provided with a server 20 having a structure managing table 21 for managing the structure of the execution program, low speed access storage medium 22 for storing data necessary for the execution of the execution program, high speed storage medium 23 capable of high speed access, and save managing mechanism 24 for preliminarily referring to the structure of the execution program of the structure managing table, transferring data to be down-loaded from the storage medium 22 to the storage medium 23, and reading and down-loading the data from the storage medium 23 when a down- load request is present.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、クライアントがサ
ーバから必要なサブプログラムやデータをダウンロード
して所定の処理を実行するサーバ・クライアントシステ
ムに関する。
The present invention relates to a server-client system in which a client downloads necessary subprograms and data from a server and executes predetermined processing.

【0002】[0002]

【従来の技術】従来、ディスクレスのクライアントにお
いては、クライアント側で扱うプログラム本体はクライ
アント側のメモリの容量に見合うサイズに極力制限した
状態で収納し、プログラム本体の実行に必要なデータは
その都度サーバ側からダウンロードすることにより取得
している。
2. Description of the Related Art Conventionally, in a diskless client, a program body handled on the client side is stored in a state in which the size of the program body is limited to a size corresponding to the memory capacity of the client side as much as possible, and data necessary for executing the program body is stored in the server each time. It has been obtained by downloading from the side.

【0003】また、プログラム本体がクライアント側の
メモリに入りきれない場合、プログラム本体を分割して
サブプログラム化し、そのサブプログラムをサーバ側の
外部ディスクに保管する。そして、必要なときに、その
都度サーバ側からサブプログラムやデータをダウンロー
ドし、プログラム本体に従って所定の処理を実行する。
If the program main body cannot fit in the memory on the client side, the program main body is divided into subprograms, and the subprograms are stored on an external disk on the server side. Then, whenever necessary, a subprogram or data is downloaded from the server side, and a predetermined process is executed according to the program body.

【0004】[0004]

【発明が解決しようとする課題】従って、以上のような
サーバ・クライアントシステムでは、クライアントがサ
ブプログラムおよびプログラム以外のデータを必要とす
るとき、必ずサーバ側からダウンロードを行うことにな
り、プログラム本体を実行するのに時間がかかる。
Therefore, in the server / client system as described above, when the client needs data other than the sub-program and the program, the client always downloads the data from the server side. Takes time to execute.

【0005】また、サーバ側でのプログラム、データの
保管は、通常,外部ディスクに保管されているので、外
部ディスクからの読み出しに時間がかかり、またダウン
ロードの回数が多くなり、プログラムの実行性能が大き
く低下する問題がある。
[0005] Further, since the storage of programs and data on the server side is usually stored on an external disk, it takes time to read from the external disk, the number of downloads increases, and the execution performance of the program increases. There is a problem of drastic reduction.

【0006】本発明は上記事情に鑑みてなされたもの
で、ダウンロードの回数を削減し、プログラムの実行時
間を短縮するクライアントを提供することにある。ま
た、本発明の他の目的は、プログラムおよびデータのア
クセス時間を短縮するサーバを提供することにある。
The present invention has been made in view of the above circumstances, and has as its object to provide a client that reduces the number of downloads and the execution time of a program. Another object of the present invention is to provide a server that reduces the access time of programs and data.

【0007】また、本発明の他の目的は、サーバのプロ
グラムおよびデータのアクセス時間の短縮およびクライ
アントでのサーバへのダウンロード回数の削減およびプ
ログラム実行時間の短縮を実現するサーバ・クライアン
トシステムを提供することにある。
Another object of the present invention is to provide a server / client system which realizes a reduction in access time of a server program and data, a reduction in the number of downloads to a server by a client, and a reduction in program execution time. It is in.

【0008】さらに、本発明の他の目的は、ダウンロー
ドの回数を削減し、プログラムの実行時間を短縮するプ
ログラムを記録したクライアント側保管管理用記録媒体
を提供することにある。さらに、本発明の他の目的は、
プログラムおよびデータのアクセス時間を短縮するプロ
グラムを記録したサーバ側保管管理用記録媒体を提供す
ることにある。
Another object of the present invention is to provide a client-side storage management recording medium in which a program for reducing the number of downloads and shortening the program execution time is recorded. Further, another object of the present invention is to provide
It is an object of the present invention to provide a server-side storage management recording medium in which a program for reducing a program and data access time is recorded.

【0009】[0009]

【課題を解決するための手段】上記課題を解決するため
に、本発明は、実行プログラムを実行するに当たり、サ
ーバからサブプログラム、データをダウンロードし実行
するクライアントとしては、前記サブプログラム、デー
タを格納する最小限の記憶容量をもつ保管媒体と、前記
実行プログラムの実行上必要な前記サブプログラムまた
はデータが前記保管媒体に存在するか否かを判断し、存
在しないときに前記サーバにダウンロード要求を行う保
管管理手段とを設けたものである。
In order to solve the above problems, according to the present invention, when executing an execution program, a subprogram and data are stored as a client which downloads and executes a subprogram and data from a server. It is determined whether or not the storage medium having the minimum storage capacity to be executed and the subprogram or data necessary for executing the execution program exist in the storage medium, and when the storage program does not exist, a download request is made to the server. Storage management means.

【0010】以上のような手段を講じたことにより、保
管管理手段では、実行プログラムの実行上必要な前記サ
ブプログラムまたはデータが小記憶容量の保管媒体に存
在するか否かを確認しながら、存在しないときだけサー
バにダウンロード要求を行うので、ダウンロードの回数
を削減でき、ひいてはプログラムの実行時間を短縮でき
る。
[0010] By taking the above measures, the storage management means checks whether the subprogram or data necessary for execution of the execution program exists in the storage medium having a small storage capacity. Since the download request is sent to the server only when not performed, the number of downloads can be reduced, and the execution time of the program can be shortened.

【0011】また、別の発明においては、前記保管媒体
および保管管理手段をもつ他、保管媒体にサブプログラ
ムを含むデータが存在しないとき、所定の順序で当該保
管媒体の中のサブプログラム、データを消去し、前記サ
ーバからダウンロードされるサブプログラム、データを
格納するデータ破棄手段を設けたものである。
In another invention, in addition to the storage medium and the storage management means, when there is no data including the subprogram in the storage medium, the subprogram and the data in the storage medium are stored in a predetermined order. It is provided with a data discarding means for storing a subprogram and data which are deleted and downloaded from the server.

【0012】このような手段を講じたことにより、ダウ
ンロード回数の削減、プログラムの実行時間の短縮の
他、データ破棄手段が保管媒体の中で古い順にサブプロ
グラム、データを破棄し、サーバからダウンロードされ
るサブプログラム、データを格納するので、小記憶容量
の保管媒体であっても、実行プログラムの実行に必要な
サブプログラムおよびデータを十分に保管することがで
きる。
By taking such means, in addition to reducing the number of downloads, shortening the execution time of the program, the data discarding means discards the subprogram and data in the storage medium in chronological order and downloads them from the server. Since subprograms and data are stored, even a storage medium having a small storage capacity can sufficiently store subprograms and data necessary for executing an execution program.

【0013】また、別の発明においては、クライアント
からの要求に基づいてサブプログラム、データをダウン
ロードするサーバにおいては、クライアント側の実行プ
ログラムの構造を記憶管理する構造管理テーブルと、前
記クライアント側の実行プログラムの実行に必要なサブ
プログラム、データを記憶するデータ記憶媒体と、前記
クライアントからダウンロード要求を受けたとき、該当
するサブプログラムまたはデータをダウンロードすると
ともに、前記構造管理テーブルの実行プログラムの構造
を参照し、次にダウンロードするサブプログラム、デー
タを判別し、次のダウンロード要求に対処可能な状態に
設定する保管管理手段とを設けたものである。
According to another aspect of the present invention, in a server for downloading a subprogram or data based on a request from a client, a structure management table for storing and managing the structure of an execution program on the client side; A sub-program necessary for execution of the program, a data storage medium for storing data, and upon receiving a download request from the client, download the corresponding sub-program or data and refer to the structure of the execution program in the structure management table. And a storage management means for determining a subprogram and data to be downloaded next, and setting the data in a state capable of responding to the next download request.

【0014】このような手段を講じたことにより、保管
管理手段では、構造管理テーブルに記憶されるクライア
ントの実行プログラムの構造を参照しながら、クライア
ントから次に要求されるサブプログラムまたはデータを
判別し、即座にダウンロード可能な状態を作り出すこと
ができる。
By taking such means, the storage management means determines the subprogram or data requested next by the client while referring to the structure of the client's execution program stored in the structure management table. , You can create an instant downloadable state.

【0015】また、別の発明においては、構造管理テー
ブルの他、クライアント側の実行プログラムの実行に必
要なサブプログラム、データを記憶する低速アクセスの
記憶媒体と、高速アクセス可能な高速記憶媒体と、クラ
イアントからダウンロード要求を受けたとき、該当する
サブプログラムまたはデータをダウンロードするととも
に、前記構造管理テーブルの実行プログラムの構造から
次にダウンロードするサブプログラムまたはデータを先
読みし前記高速記憶媒体に格納する先読み機能をもった
保管管理手段とを設け、クライアントからダウンロード
要求を受けたとき、直ちに高速記憶媒体をアクセスし該
当サブプログラムまたはデータをダウンロードするの
で、プログラムおよびデータのアクセス時間を短縮でき
る。
According to another aspect of the present invention, there is provided a low-speed storage medium for storing a sub-program and data required for executing a client-side execution program in addition to a structure management table, a high-speed storage medium for high-speed access, When a download request is received from a client, a prefetch function for downloading the corresponding subprogram or data, prefetching the subprogram or data to be downloaded next from the structure of the execution program in the structure management table, and storing the read subprogram or data in the high-speed storage medium Since a storage management means having a subprogram or data is provided, and when a download request is received from a client, a high-speed storage medium is immediately accessed and the corresponding subprogram or data is downloaded, the access time of the program and data can be reduced.

【0016】さらに、別の発明は、前記手段をもつクラ
イアントとサーバとを組み合わせることにより、クライ
アントにおいてダウンロード回数の削減、プログラムの
実行時間の短縮および小記憶容量の保管媒体を有効に活
用することができ、またサーバにおいてプログラム、デ
ータのアクセス時間の短縮化を図ることができる。
Still another aspect of the present invention is to combine a client having the above-described means with a server, so that a client can reduce the number of downloads, reduce the execution time of a program, and effectively use a storage medium having a small storage capacity. It is also possible to shorten the access time of programs and data in the server.

【0017】さらに、別の発明においては、実行プログ
ラムを実行するクライアント側の保管管理用コンピュー
タに、実行プログラムを実行するに当たり、ダウンロー
ド要求に基づいてサーバからダウンロードした第1のサ
ブプログラムを保管媒体に記憶し、この第1のサブプロ
グラムの起動および実行に伴って前記サーバに実行通知
を送出する実行通知機能と、この第1のサブプログラム
の実行中または実行後に要求対象を判断する要求対象判
断機能と、この要求対象判断機能の判断結果から第2の
サブプログラムまたはデータの要求であるとき、その要
求対象が前記保管媒体に存在するか否かを確認し、存在
しない場合には前記サーバから当該要求対象のサイズを
要求取得し、このサイズに相当する空きエリアが前記保
管媒体に有るか否かを確認するエリア確認機能と、前記
保管媒体に当該サイズに相当する空きエリアがないと
き、所定の順序でサブプログラム、データを消去し前記
要求対象をダウンロードする破棄機能とを実現させるた
めのプログラムを記録した記録媒体を有することによ
り、第1のサブプログラムの実行中または実行後に要求
対象を判断し、第2のサブプログラムまたはデータの要
求であるとき、保管媒体に存在するか否かを確認し存在
する場合にはその第2のサブプログラムまたはデータを
用いて所定の処理を行うことにより、ダウンロードの回
数を削減でき、ひいてはプログラムの実行時間を短縮で
きる。
Further, in another invention, when executing the execution program, the first subprogram downloaded from the server based on the download request is stored in the storage medium in the storage management computer on the client side that executes the execution program. An execution notification function for storing and sending an execution notification to the server when the first subprogram is started and executed, and a request target determination function for determining a request target during or after execution of the first subprogram When it is a request for the second subprogram or data from the determination result of the request target determination function, it is checked whether the request target exists in the storage medium. Acquires a request for the size of the request, and determines whether there is an empty area corresponding to this size in the storage medium. A program for realizing an area confirmation function for confirming the subprogram and a discard function for erasing data and downloading the request target in a predetermined order when there is no free area corresponding to the size in the storage medium. By having the recorded recording medium, the request target is determined during or after the execution of the first subprogram, and when the request is for the second subprogram or data, it is determined whether or not the request exists in the storage medium. If there is, by performing a predetermined process using the second subprogram or data, the number of downloads can be reduced, and the execution time of the program can be reduced.

【0018】また、第2のサブプログラムまたはデータ
が保管媒体に存在しない場合にはサーバから当該要求対
象のサイズを要求取得し、このサイズに相当する空きエ
リアが保管媒体にないとき古い順にサブプログラム、デ
ータを破棄し要求対象を格納するので、必要最小限の保
管媒体を有効に活用できる。
If the second subprogram or data does not exist in the storage medium, a request for the size of the request is obtained from the server, and if there is no free area corresponding to this size in the storage medium, the subprograms are ordered from oldest to newest. Since the data is discarded and the requested object is stored, the minimum necessary storage medium can be effectively used.

【0019】さらに、別の発明においては、クライアン
トからダウンロード要求を受けて要求対象をダウンロー
ドするサーバ側の保管管理用コンピュータに、第1のサ
ブプログラムのダウンロード要求が有ったとき、記憶媒
体に記憶される実行プログラムに関するサブプログラム
およびデータの中の第1のサブプログラムをダウンロー
ドするプログラムダウンロード機能と、クライアントか
ら第1のサブプログラムの実行通知を受けたとき、実行
プログラムの構造を記憶する構造管理テーブルを参照
し、第1のサブプログラムに関する下位データまたは第
2のサブプログラムの有無を確認する確認機能と、下位
データ有りと確認したとき、前記記憶媒体に記憶される
前記下位データを高速記憶媒体に転送し、また第2のサ
ブプログラム有りと確認したとき前記記憶媒体に記憶さ
れる第2のサブプログラムを高速記憶媒体に転送する転
送機能と、前記クライアントからダウンロード要求を受
けたとき、前記高速記憶媒体の下位データまたは第2の
サブプログラムをダウンロードする高速ダウンロード機
能とを実現させるためのプログラムを記録したサーバ側
保管管理用記録媒体を有することにより、クライアント
からダウンロード要求を受けたとき、高速記憶媒体から
下位データまたはサブプログラムを直ちにダウンロード
でき、プログラムおよびデータのアクセス時間を短縮で
きる。
Further, in another invention, when a download request for the first subprogram is received by a server-side storage management computer that downloads a request target in response to a download request from a client, the storage program is stored in a storage medium. A program download function for downloading a first subprogram among subprograms and data to be executed, and a structure management table for storing the structure of the execution program when a notification of execution of the first subprogram is received from a client And a confirmation function for confirming the presence or absence of lower data relating to the first subprogram or the presence of the second subprogram, and when confirming that there is lower data, transferring the lower data stored in the storage medium to a high-speed storage medium. Transfer, and that there is a second subprogram A transfer function for transferring the second subprogram stored in the storage medium to the high-speed storage medium when it is recognized, and, when receiving a download request from the client, transferring lower-order data of the high-speed storage medium or the second subprogram. By having a server-side storage management recording medium recording a program for realizing a high-speed download function to download, when receiving a download request from a client, lower-level data or a subprogram can be immediately downloaded from the high-speed storage medium, Access time for programs and data can be reduced.

【0020】[0020]

【発明の実施の形態】以下、本発明に係わるサーバ・ク
ライアントシステムの実施の形態について図面を参照し
て説明する。図1はサーバ・クライアントシステムの一
実施の形態を示す構成図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of a server / client system according to the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram showing one embodiment of a server / client system.

【0021】このシステムは、STB(セット・トップ
・ボックス)等のごとくディスクをもたないシステムで
あって、実行プログラムに従って必要なデータをサーバ
側からダウンロードして所定の処理を実行するクライア
ント10とクライアント側に提供する各種のプログラム
およびデータを保有し、クライアント側からのダウンロ
ード要求に応じて必要なプログラム、データをダウンロ
ードするサーバ20とからなっている。
This system is a system having no disk, such as an STB (Set Top Box), and a client 10 which downloads necessary data from a server side and executes predetermined processing according to an execution program. The server 20 holds various programs and data to be provided to the client side, and downloads necessary programs and data in response to a download request from the client side.

【0022】前記クライアント10は、クライアント側
において所定の処理を実行する実行プログラム11と、
プログラム、データなどを記憶する必要最小限の記憶容
量をもつ保管媒体12と、実行プログラム11の実行お
よび保管媒体12上のプログラム、データの有無等の確
認を行う保管管理機構13とによって構成されている。
The client 10 includes an execution program 11 for executing predetermined processing on the client side,
A storage medium 12 having a minimum necessary storage capacity for storing programs, data, and the like, and a storage management mechanism 13 for executing the execution program 11 and confirming the presence or absence of programs and data on the storage medium 12 are configured. I have.

【0023】前記実行プログラム11は、インタラクテ
ィブプログラムであり、このプログラムの実行に当たり
ユーザの要求に応じて必要なデータをサーバ20側から
ダウンロードし、CRT表示装置(図示せず)の画面上
などにグラフィック画、文字情報、静止画、動画などを
表示する。
The execution program 11 is an interactive program. In executing this program, necessary data is downloaded from the server 20 in response to a user's request, and is displayed on a screen of a CRT display device (not shown). Displays images, text information, still images, moving images, etc.

【0024】前記保管媒体12は、例えばRAM,RO
Mなどが用いられ、保管管理機構13と接続され、必要
最小限のプログラム,プログラム以外のデータを保管す
る機能をもっている。ここで、必要最小限の記憶容量と
は、サブプログラム、データのサイズのうち、最ともサ
イズの大きいサブプログラム、データを例えば2つない
し3つ程度格納するのに必要な記憶容量を考えている
が、これはユーザの要望によってさらに記憶容量が変わ
るものとする。あるサブプログラム例えばAの下位の全
てのデータB〜Dを格納するに必要に記憶容量を必要と
する場合もある。
The storage medium 12 is, for example, a RAM, an RO,
M, etc., is connected to the storage management mechanism 13 and has a function of storing the minimum necessary programs and data other than the programs. Here, the necessary minimum storage capacity means the storage capacity required to store, for example, two or three of the largest subprograms and data among the subprogram and data sizes. However, it is assumed that the storage capacity further changes according to the user's request. In some cases, a storage capacity may be required to store all data B to D below a certain subprogram A.

【0025】前記保管管理機構13は、実行プログラム
11の実行中またはユーザからサブプログラムまたはデ
ータのダウンロード要求指示を受けたとき、サブプログ
ラムまたはデータが保管媒体12に存在するか否かをチ
ェックし、該当するプログラムまたはデータが存在しな
いとき、サーバ20へダウンロード要求を送出する。つ
まり、この保管管理機構13は、サブプログラム、デー
タの確認機能をもったものであり、ダウンロードの要求
指示を受けたとき、保管媒体12にプログラムまたはデ
ータが存在するかをチェックし、サブプログラム,デー
タが存在しないとき、サーバ20にダウンロード要求を
行う。
The storage management mechanism 13 checks whether or not the subprogram or data exists in the storage medium 12 during execution of the execution program 11 or when receiving a subprogram or data download request instruction from the user. When there is no corresponding program or data, a download request is sent to the server 20. That is, the storage management mechanism 13 has a subprogram and data confirmation function. When receiving a download request instruction, the storage management mechanism 13 checks whether a program or data exists in the storage medium 12 and checks the subprogram and data. When there is no data, a download request is made to the server 20.

【0026】一方、サーバ20は、クライアント10側
の実質的な実行プログラムの構造を管理する構造管理テ
ーブル21と、低速アクセス可能な記憶媒体22と、高
速アクセス可能な記憶媒体23と、この構造管理テーブ
ル21のサブプログラム構造を参照し次に要求されるサ
ブプログラム、データを先読みし、当該サブプログラム
またはデータを記憶媒体22から記憶媒体23に転送し
保存する保管管理機構24とによって構成されている。
On the other hand, the server 20 includes a structure management table 21 for managing the structure of the substantial execution program on the client 10 side, a storage medium 22 capable of low-speed access, a storage medium 23 capable of high-speed access, The storage management mechanism 24 refers to the subprogram structure of the table 21, prefetches the next required subprogram and data, and transfers and stores the subprogram or data from the storage medium 22 to the storage medium 23. .

【0027】前記構造管理テーブル21には実行プログ
ラム11において必要とするサブプログラムを含むデー
タの関連構造が記述されている。この関連構造とは実行
プログラム11を実行するために必要なプログラム、デ
ータなどの種別などを単位とし階層構造化されている。
The structure management table 21 describes a related structure of data including a subprogram required in the execution program 11. The related structure has a hierarchical structure in units of the types of programs and data necessary for executing the execution program 11.

【0028】前記記憶媒体22は、保管管理機構24と
接続され、実行プログラム11を実行するために必要な
プログラム、データが格納されている。なお、この記憶
媒体22としては、例えば磁気ディスク,DVD,CD
−ROM,磁気テープ等が用いられる。
The storage medium 22 is connected to the storage management mechanism 24 and stores programs and data necessary for executing the execution program 11. The storage medium 22 is, for example, a magnetic disk, DVD, CD
-ROM, magnetic tape, etc. are used.

【0029】前記高速記憶媒体23は、保管管理機構2
4と接続され、記憶媒体22から読み出したプログラ
ム、データを格納するものであって、特に高速読み出し
可能な記憶媒体が用いられる。
The high-speed storage medium 23 is a storage management mechanism 2
4 for storing programs and data read from the storage medium 22, particularly a high-speed readable storage medium.

【0030】前記保管管理機構24は、先読み機構を有
し、構造管理テーブル21に記述されているプログラム
構造を参照し、クライアント10からダウンロード要求
のある前に次に要求されるプログラム、データを先読み
し、記憶媒体22から該当プログラムを含むデータを読
み出して高速記憶媒体23に格納する機能をもってい
る。
The storage management mechanism 24 has a prefetch mechanism, refers to the program structure described in the structure management table 21, and prefetches the next requested program and data before receiving a download request from the client 10. In addition, it has a function of reading data including the program from the storage medium 22 and storing the data in the high-speed storage medium 23.

【0031】図2は実行プログラム11の実行順序を説
明する図である。この実行プログラム11は複数のサブ
プログラムA,F,Gで構成され、そのうちサブプログ
ラムAには実行によってサーバ20側から静止画Bとボ
タンEとをダウンロードしCRT表示装置の画面に表示
し、さらにサーバ20側から動画C、音声Dをダウンロ
ードして表示する。
FIG. 2 is a diagram for explaining the execution order of the execution program 11. The execution program 11 is composed of a plurality of sub-programs A, F, and G. Of the sub-program A, a still image B and a button E are downloaded from the server 20 by execution and displayed on a screen of a CRT display device. The moving image C and the sound D are downloaded from the server 20 and displayed.

【0032】ここで、ユーザがボタンEを指定するか、
或いはSTBのリモコン数字例えば“1”を操作したと
き、次画面表示等を指示すると、サーバ20からサブプ
ログラムFをダウンロードし、引き続き、サーバ20か
らサブプログラムAと同様に静止画H,動画I,音声J
を順次ダウンロードし、CRT表示装置の画面に表示
し、かつ、音声Jを出力する。
Here, whether the user designates button E,
Alternatively, when the user operates the remote control numeral of the STB, for example, "1" and instructs the next screen display or the like, the subprogram F is downloaded from the server 20, and the still image H, the moving image I, Voice J
Are sequentially downloaded, displayed on the screen of the CRT display device, and sound J is output.

【0033】一方、サブプログラムA上においてSTB
のリモコン数字“2”を操作したとき、サブプログラム
Fと同様にサブプログラムGをダウンロードしCRT表
示装置に表示する。
On the other hand, STB
Is operated, the subprogram G is downloaded and displayed on the CRT display device in the same manner as the subprogram F.

【0034】なお、サブプログラムFは、静止画H,動
画I,音声Jの他、サブプログラムK等によって構成さ
れている。次に、図3はクライアント10側の実質的な
実行プログラムの構造を管理する構造管理テーブル21
の記憶内容を説明するための図である。図示するよう
に、実行プログラム11を実行するプログラム、データ
は階層構造の形式をとっている(同図a参照)。同図b
は実行プログラム構造の記述例を示している。
The subprogram F is composed of a still image H, a moving image I, a sound J, a subprogram K, and the like. Next, FIG. 3 shows a structure management table 21 for managing the structure of the substantial execution program on the client 10 side.
FIG. 4 is a diagram for explaining the storage contents of the. As shown in the figure, the program and data for executing the execution program 11 are in the form of a hierarchical structure (see FIG. 1A). FIG.
Shows a description example of the execution program structure.

【0035】すなわち、サブプログラムAの実行中に呼
び出させるデータは、前述したように静止画B,動画
C,音声D,ボタンEであり,このサブプログラムAの
実行完了後にサブプログラムF,Gを実行する。よっ
て、サブプログラムAの下にB,C,D,E,F,Gの
順序で記述されている。また、サブプログラムFの実行
中に呼び出させるデータは、静止画H,動画I,音声
J,サブプログラムKであるので、サブプログラムFの
下にH,I,J,Kの順序で記述されている。
That is, the data called during the execution of the subprogram A are the still image B, the moving image C, the audio D, and the button E as described above. Execute. Therefore, B, C, D, E, F, and G are described below the subprogram A. The data called during the execution of the subprogram F is a still image H, a moving image I, a sound J, and a subprogram K. Therefore, the data is described below the subprogram F in the order of H, I, J, and K. I have.

【0036】次に、以上のようなシステムの動作につい
て説明する。ユーザによる実行プログラム11の実行指
示を受けると、保管管理機構13は、実行プログラム1
1の実行に必要なサブプログラムAのダウンロードをサ
ーバ20に指示する。なぜならば、初期の段階では、保
管媒体12にプログラムやデータが存在しない場合が多
いためである。
Next, the operation of the above system will be described. When receiving an instruction to execute the execution program 11 from the user, the storage management mechanism 13 executes the execution program 1
1 is instructed to the server 20 to download the subprogram A required for the execution of Step 1. This is because programs and data often do not exist in the storage medium 12 at an early stage.

【0037】サーバ20では、保管管理機構24がサブ
プログラムAのダウンロード要求を受け、記憶媒体22
からサブプログラムAを読み出し、クライアント10に
ダウンロードする。
In the server 20, the storage management mechanism 24 receives the request for downloading the subprogram A,
And reads the subprogram A from the client 10 and downloads it to the client 10.

【0038】ここで、クライアント10は、サーバ20
からダウンロードされたサブプログラムAを保管媒体1
2に保管した後、OSによってサブプログラムAを起動
実行すると、当該サブプログラムAの実行をサーバ20
に通知する。このサーバ20の保管管理機構24は、サ
ブプログラムAの実行通知を受けると、構造管理テーブ
ル21の実行プログラムの構造から次の要求対象が静止
画B(以下、データBと呼ぶ)であることを判別し、当
該データBを記憶媒体22から記憶媒体23に転送記憶
する。
Here, the client 10 is connected to the server 20
Subprogram A downloaded from the storage medium 1
2, the subprogram A is started and executed by the OS, and the execution of the subprogram A is
Notify. Upon receiving the execution notification of the subprogram A, the storage management mechanism 24 of the server 20 determines from the structure of the execution program in the structure management table 21 that the next request target is a still image B (hereinafter, referred to as data B). Then, the data B is transferred from the storage medium 22 to the storage medium 23 and stored.

【0039】一方、クライアント側では、サブプログラ
ムAの実行の段階でデータBを要求対象としたとき、保
管媒体12に存在するか否かを確認し、存在する場合に
は当該データBを用いて所定の処理を実行するが、存在
しない場合にはサーバ20に対してデータBのダウンロ
ード指示を送り、データサイズを受け取る。しかる後、
保管管理機構13は受け取ったデータサイズが保管媒体
12に格納できるものか、つまり空きエリアがあるか否
かを確認し、空きエリアが存在しない場合には古い順に
サブプログラムまたはデータを消去し、未だエリア不足
の場合にはその次の古いサブプログラムまたはデータを
消去した後、サーバ20からデータBをダウンロード
し、保管媒体12に格納する。
On the other hand, when the data B is requested at the stage of execution of the subprogram A, the client confirms whether or not the data B is present in the storage medium 12. A predetermined process is executed, but if it does not exist, a download instruction for data B is sent to the server 20 and the data size is received. After a while
The storage management mechanism 13 checks whether the received data size can be stored in the storage medium 12, that is, whether or not there is a free area. If there is no free area, the subprogram or data is deleted from the oldest one, If the area is insufficient, the next old subprogram or data is deleted, and then the data B is downloaded from the server 20 and stored in the storage medium 12.

【0040】なお、古い順を確認するためには、予めプ
ログラムやデータを格納する時、同時に書き込み日時の
データを書き込むことにより確認できる。以下、同様に
実行プログラム11の構造に従って順次サブプログラム
およびデータを記憶媒体23に移しながらダウンロード
し、一連の処理を実行する。
It is to be noted that the oldest order can be confirmed by writing the data of the writing date and time at the same time when the program or data is stored in advance. Hereinafter, similarly, the subprogram and data are sequentially downloaded according to the structure of the execution program 11 while being transferred to the storage medium 23, and a series of processing is executed.

【0041】従って、以上のような実施の形態によれ
ば、クライアント10が実行プログラム11の実行段階
でサブプログラムまたはデータを必要とするとき、保管
媒体12に存在するか否かを確認し、存在しない場合だ
けサーバ20にダウンロード要求を送出するので、ダウ
ンロードの回数を削減でき、プログラムの実行時間を短
縮できる。
Therefore, according to the above-described embodiment, when the client 10 needs a subprogram or data in the execution stage of the execution program 11, it checks whether or not the client 10 exists in the storage medium 12, Since the download request is sent to the server 20 only when not performed, the number of downloads can be reduced, and the execution time of the program can be reduced.

【0042】また、クライアント10は、サーバ20に
対してサブプログラムまたはデータを要求し、そのデー
タサイズを取り込んで保管媒体12の空きエリアを確認
し、保管不足の場合には古い順にデータなどを消去し、
ダウンロードされたサブプログラムまたはデータを保管
するので、必要最小限の記憶容量をもつ保管媒体12で
も有効に活用でき、実行プログラム11を適切に実行可
能となる。
Further, the client 10 requests a subprogram or data from the server 20, fetches the data size, checks the free area of the storage medium 12, and if the storage is insufficient, deletes the data in the oldest order. And
Since the downloaded subprogram or data is stored, the storage medium 12 having the minimum necessary storage capacity can be effectively used, and the execution program 11 can be appropriately executed.

【0043】また、サーバ20においては、保管管理機
構24が構造管理テーブル21の実行プログラムの構造
から次にダウンロードするプログラム、データを判別
し、記憶媒体22から高速記憶媒体23に先読みして格
納するので、クライアントからのダウンロードを高速に
行うことができ、クライアント10のプログラム実行を
高速に行うことができる。
In the server 20, the storage management mechanism 24 determines the next program and data to be downloaded from the structure of the execution program in the structure management table 21, and prefetches the data from the storage medium 22 to the high-speed storage medium 23 and stores them. Therefore, the download from the client can be performed at high speed, and the client 10 can execute the program at high speed.

【0044】なお、本システムにおいては、クライアン
ト10における保管管理機構13による保管媒体12の
データ破棄機構として、既に格納されているプログラム
およびデータの古い順に消去したが、例えば各プログラ
ム、各データごとにカウンタメモリを設け、使用頻度の
低いものから順にプログラム、データを消去し破棄する
ようにしてもよい。この場合にも同様にプログラム、デ
ータのダウンロード回数を削減でき、ひいてはプログラ
ム実行時間の短縮化に貢献する。
In the present system, as a data discarding mechanism for the storage medium 12 by the storage management mechanism 13 in the client 10, programs and data already stored are erased in chronological order. A counter memory may be provided so that programs and data are deleted and discarded in ascending order of use. In this case as well, the number of times of downloading the program and data can be reduced, which contributes to shortening the program execution time.

【0045】次に、記憶媒体に関する発明の実施の形態
について図4ないし図7を参照して説明する。図4は保
管管理用記憶媒体を用いたクライアントのハード構成
図、図5は保管管理用記憶媒体を用いたサーバのハード
構成図、図6はクライアント側保管管理用コンピュータ
が記憶媒体のプログラムを読み取って行う一連の処理例
を説明する図、図7はサーバ側保管管理用コンピュータ
が記憶媒体のプログラムを読み取って行う一連の処理例
を説明する図である。なお、これらの図において図1と
同一部分には同一符号を付し、その詳しい説明は省略す
る。
Next, an embodiment of the invention relating to a storage medium will be described with reference to FIGS. FIG. 4 is a hardware configuration diagram of a client using the storage management storage medium, FIG. 5 is a hardware configuration diagram of a server using the storage management storage medium, and FIG. 6 is a client storage management computer reading a program of the storage medium. FIG. 7 is a diagram illustrating a series of processing examples performed by a server-side storage management computer reading a program on a storage medium. In these figures, the same parts as those in FIG. 1 are denoted by the same reference numerals, and detailed description thereof will be omitted.

【0046】先ず、このクライアント10は、プログラ
ムの実行上必要な指示やデータを入力する入力部16、
CD−ROMなどの保管媒体12の他、保管管理機構1
3に相当する機能をもつ保管管理用コンピュータ17が
設けられている。
First, the client 10 has an input unit 16 for inputting instructions and data necessary for executing the program.
In addition to the storage medium 12 such as a CD-ROM, the storage management mechanism 1
A storage management computer 17 having a function equivalent to 3 is provided.

【0047】この保管管理用コンピュータ17は、実行
プログラム11に相当するプログラムを記録する保管管
理用記録媒体18のプログラムを読み取り、図6に示す
ような一連のプログラム処理を実行する。19はCRT
表示部であって、保管管理用記録媒体18に記憶される
プログラムの実行に必要なサブプログラム、グラフック
画、文字情報等の各種データなどを表示する。
The storage management computer 17 reads a program on the storage management recording medium 18 for recording a program corresponding to the execution program 11, and executes a series of program processing as shown in FIG. 19 is CRT
A display unit that displays various data such as a subprogram, a graphic image, and character information necessary for executing a program stored in the storage management recording medium 18.

【0048】一方、サーバ20は、クライアント側の実
質的な実行プログラムの構造を管理する構造管理テーブ
ル21、低速アクセスの記憶媒体22、高速アクセス可
能な高速記憶媒体23の他、保管管理機構24に相当す
る機能をもつ保管管理用コンピュータ26が設けられて
いる。
On the other hand, the server 20 has a structure management table 21 for managing the structure of the substantial execution program on the client side, a low-speed access storage medium 22, a high-speed access high-speed storage medium 23, and a storage management mechanism 24. A storage management computer 26 having a corresponding function is provided.

【0049】この保管管理用コンピュータ26は、保管
管理用記録媒体27のプログラムを読み取り、図7に示
すような一連のプログラム処理を実行する。なお、保管
管理用記録媒体18,27としては、CD−ROM以外
に、磁気テープ、DVD−ROM、フロッピーディス
ク、MO、MD、CD−R、メモリカードなどでもよ
い。
The storage management computer 26 reads the program on the storage management recording medium 27 and executes a series of program processing as shown in FIG. The storage management recording media 18 and 27 may be a magnetic tape, a DVD-ROM, a floppy disk, an MO, an MD, a CD-R, a memory card, or the like, in addition to the CD-ROM.

【0050】次に、保管管理用コンピュータ17による
処理動作について図6を参照して説明する。保管管理用
コンピュータ17は、保管管理用記録媒体18のプログ
ラムを読み取って以下のような処理を実行する。すなわ
ち、クライアント側の保管管理用コンピュータ17は、
電源オンによる開始に基づいて保管媒体12などの内容
をクリアする初期化処理を実施する。この状態において
入力部16から記録媒体18のプログラム実行指示を受
けると(S1)、サーバ20に対してサブプログラムA
のダウンロード要求を行うことにより、サーバ20側か
らサブプログラムAをダウンロードし保管媒体12に格
納する(S2)。このダウンロードされたサブプログラ
ムAは図示しないOSなどの起動機構により初期プログ
ラムとして起動される。ここで、起動機構からサブプロ
グラムAの起動通知を受けると(S3)、サーバ20側
へプログラムAの実行を通知する(S4)…(実行通知
機能)。
Next, the processing operation of the storage management computer 17 will be described with reference to FIG. The storage management computer 17 reads the program on the storage management recording medium 18 and executes the following processing. That is, the storage management computer 17 on the client side
An initialization process for clearing the contents of the storage medium 12 and the like is performed based on the start when the power is turned on. In this state, when a program execution instruction of the recording medium 18 is received from the input unit 16 (S1), the subprogram A is transmitted to the server 20.
The subprogram A is downloaded from the server 20 and stored in the storage medium 12 by making a download request (S2). The downloaded subprogram A is started as an initial program by a starting mechanism such as an OS (not shown). Here, upon receiving the activation notification of the subprogram A from the activation mechanism (S3), the server 20 is notified of the execution of the program A (S4) (execution notification function).

【0051】そこで、このサブプログラムAの実行段階
または実行後に要求対象例えばサブプログラムまたはデ
ータを必要とするか否かを判断する(S5)…(要求対
象判断機能)。
Therefore, it is determined whether or not a request target, for example, a subprogram or data is required at the execution stage of the subprogram A or after execution (S5) (request target determination function).

【0052】ここで、要求対象がデータであれば、その
要求対象データがクライアント10の保管媒体12に存
在するか否かを確認する(S6)。保管媒体12に存在
する場合には、要求対象データのポインタを実行プログ
ラムに返す(S11)。この場合には、サーバ20に対
してダウンロード要求を行うことなく保管媒体12に格
納されるデータを用いて所定の処理を実行するので、ダ
ウンロードの回数が削減され、ひいては自身のメモリに
格納されるデータを用いるのでプログラムの実行時間を
短縮できる。ステップS6において要求対象データがク
ライアント10の保管媒体12に存在しない場合、サー
バ20に対して要求対象についてダウンロード要求を行
い、サーバ20側から当該要求対象データのサイズデー
タを受け取る(S7)。ここで、保管管理用コンピュー
タ17は、受け取ったデータサイズに相当する空きエリ
アが保管媒体12にあるか否かを確認する(S8)…
(エリア確認機能)。
Here, if the request target is data, it is confirmed whether or not the request target data exists in the storage medium 12 of the client 10 (S6). If the data exists in the storage medium 12, the pointer of the requested data is returned to the execution program (S11). In this case, the predetermined process is performed using the data stored in the storage medium 12 without making a download request to the server 20, so that the number of downloads is reduced and the data is stored in its own memory. Since data is used, the execution time of the program can be reduced. If the requested data does not exist in the storage medium 12 of the client 10 in step S6, a download request is made to the server 20 for the requested data, and the size data of the requested data is received from the server 20 (S7). Here, the storage management computer 17 checks whether or not the storage medium 12 has a free area corresponding to the received data size (S8).
(Area check function).

【0053】保管媒体12にデータサイズ相当の空きエ
リアがなければ最も古いデータを消去した後(S9)、
該当要求対象データをダウンロードし保管媒体12に格
納する(S10)…(破棄機能)。但し、最も古いデー
タを消去してもエリア不足の場合には次に古いデータを
消去する。そして、格納した要求対象データのポインタ
を実行プログラムに返す(S11)。なお、ステップS
8において空きエリアがあれば、同様に該当要求対象デ
ータをダウンロードし保管媒体12に格納し(S1
0)、同様の処理を行う(S11)。
If there is no free area corresponding to the data size in the storage medium 12, the oldest data is deleted (S9),
The corresponding request target data is downloaded and stored in the storage medium 12 (S10) (discard function). However, even if the oldest data is deleted, if the area is insufficient, the next oldest data is deleted. Then, the pointer of the stored request target data is returned to the execution program (S11). Step S
8, if there is a free area, the corresponding requested data is similarly downloaded and stored in the storage medium 12 (S1).
0), the same processing is performed (S11).

【0054】一方、ステップS5においてサブプログラ
ムAからの取り出し要求対象がサブプログラムの場合に
は当該サブプログラムが保管媒体12に存在するか否か
を判断し(S21)、存在する場合には要求対象のポイ
ンタを実行プログラムに返す(S26)。その後、クラ
イアントの起動機構は、起動中のサブプログラムの実行
を中止し新しいサブプログラムを起動する(S27)。
ここで、起動した新しいサブプログラムの実行に伴い、
サーバ20に新しいサブプログラムの実行通知を行う
(S28)。
On the other hand, if the object to be fetched from the subprogram A is a subprogram in step S5, it is determined whether or not the subprogram exists in the storage medium 12 (S21). Is returned to the execution program (S26). Thereafter, the activation mechanism of the client stops the execution of the activated subprogram and activates a new subprogram (S27).
Here, with the execution of the new subprogram started,
The server 20 is notified of the execution of the new subprogram (S28).

【0055】ところで、ステップS21において要求対
象のサブプログラムが保管媒体12に存在しない場合、
サーバ20に対して要求対象サブプログラムのダウンロ
ードを要求し、サーバ20側から要求対象サブプログラ
ムデータのサイズを受け取る(S22)…(要求対象判
断機能)。
If the requested subprogram does not exist in the storage medium 12 in step S21,
The server 20 requests the server 20 to download the requested subprogram, and receives the size of the requested subprogram data from the server 20 (S22) (a request target determination function).

【0056】ここで、保管管理用コンピュータ17は、
受け取ったサブプログラムのデータサイズに相当する空
きエリアが保管媒体12にあるか否かを確認する(S2
3)…(エリア確認機能)。
Here, the storage management computer 17 is
It is confirmed whether or not there is a free area corresponding to the data size of the received subprogram in the storage medium 12 (S2).
3) ... (area confirmation function).

【0057】データサイズ相当の空きエリアがなけれ
ば、保管媒体12から最も古いデータを消去した後(S
24)、該当要求対象プログラムデータをダウンロード
し保管媒体12に格納する(S25)…(破棄機能)、
同様の処理を行う(S26〜S28)。
If there is no free area equivalent to the data size, the oldest data is deleted from the storage medium 12 (S
24), download the corresponding requested program data and store it in the storage medium 12 (S25) ... (discard function)
The same processing is performed (S26 to S28).

【0058】次に、保管管理用コンピュータ26による
処理動作について図7を参照して説明する。この保管管
理用コンピュータ26は、記録媒体27に記録されたプ
ログラムを読み取って以下のような一連の処理を実行す
る。すなわち、保管管理用コンピュータ26は、クライ
アント10から実行プログラムの実行に伴ってサブプロ
グラムAのダウンロード要求があるか否かを判断する
(S31)。サブプログラムAのダウンロード要求があ
った場合には記憶媒体22からサブプログラムAを読み
出し、クライアント10にダウンロードする(S32)
…(プログラムダウンロード機能)。
Next, the processing operation of the storage management computer 26 will be described with reference to FIG. The storage management computer 26 reads the program recorded on the recording medium 27 and executes the following series of processing. That is, the storage management computer 26 determines whether or not there is a download request for the sub-program A with the execution of the execution program from the client 10 (S31). If there is a download request for subprogram A, read subprogram A from storage medium 22 and download it to client 10 (S32).
... (program download function).

【0059】しかる後、サーバ20側保管管理用コンピ
ュータ26は、ダウンロードされたサブプログラムAの
起動および実行に伴ってクライアント10からサブプロ
グラムAの実行通知を受けると、構造管理テーブル21
のプログラム構造を参照し、次にダウンロード要求のあ
る下位データまたはサブプログラムが存在するか否かを
確認する(S33)…(確認機能)。
Thereafter, upon receiving the execution notification of the subprogram A from the client 10 with the activation and execution of the downloaded subprogram A, the storage management computer 26 on the server 20 side receives the structure management table 21.
(S33)... (Confirmation function).

【0060】ここで、下位データが存在すれば、記憶媒
体22から当該下位データを読み出して高速記憶媒体2
3に転送し記憶する。同様にサブプログラムが存在する
場合も、記憶媒体22から当該サブプログラムを読み出
して高速記憶媒体23に転送し記憶する(S34,S3
5)…(転送機能)。
If lower data exists, the lower data is read from the storage medium 22 and
3 and store it. Similarly, when a subprogram exists, the subprogram is read from the storage medium 22, transferred to the high-speed storage medium 23, and stored therein (S34, S3).
5) (Transfer function).

【0061】この状態においてクライアント10からダ
ウンロード要求があったとき、高速記憶媒体24から要
求データまたは要求サブプログラムを読み出してクライ
アント10にダウンロードする(S36)…(高速ダウ
ンロード機能)。
In this state, when there is a download request from the client 10, the request data or request subprogram is read from the high-speed storage medium 24 and downloaded to the client 10 (S36) (high-speed download function).

【0062】さらに、プログラムの実行完了か否かを判
断し、実行完了していない場合にはステップS33に戻
り、同様の処理を繰り返し実行する。従って、以上のよ
うな実施の形態によれば、クライアント側保管管理用コ
ンピュータ17が保管管理用記録媒体18のプログラム
を読み取って図6に示す処理を実行することにより、保
管媒体12の内容を確認し、データまたはサブプログラ
ムが存在いないときだけサーバ側にダウンロード要求を
行うので、ダウンロード回数を削減でき、自身の保管媒
体12の格納データを用いて実行することからプログラ
ムの実行時間を短縮できる。
Further, it is determined whether or not the execution of the program has been completed. If the execution has not been completed, the process returns to step S33, and the same processing is repeatedly executed. Therefore, according to the above embodiment, the client-side storage management computer 17 reads the program on the storage management recording medium 18 and executes the processing shown in FIG. Since a download request is issued to the server only when there is no data or subprogram, the number of downloads can be reduced, and the execution time of the program can be shortened by using the data stored in its own storage medium 12 to execute the program.

【0063】さらに、サーバ側保管管理用コンピュータ
26が保管管理用記録媒体27のプログラムを読み取っ
て図7に示す処理を実行することにより、予めクライア
ント側から次にダウンロード要求されるデータまたはサ
ブプログラムを低速アクセス記憶媒体22から高速アク
セス可能な記憶媒体23に転送記憶するので、ダウンロ
ード要求があったときに速やかにクライアントにダウン
ロードでき、クライアントにおけるプログラムの実行時
間の短縮化に大きく貢献できる。
Further, the server-side storage management computer 26 reads the program on the storage management recording medium 27 and executes the processing shown in FIG. Since the data is transferred from the low-speed access storage medium 22 to the high-speed accessible storage medium 23, it can be downloaded to the client promptly when a download request is made, which greatly contributes to shortening the execution time of the program in the client.

【0064】[0064]

【発明の効果】以上説明したように本発明によれば、次
のような種々の効果を奏する。請求項1および請求項2
の発明によれば、クライアント側のダウンロード回数を
削減でき、またプログラム実行時間の短縮化に貢献でき
る。
As described above, according to the present invention, the following various effects can be obtained. Claim 1 and Claim 2
According to the invention, the number of downloads on the client side can be reduced, and the program execution time can be reduced.

【0065】請求項3および請求項4の発明によれば、
予め次のダウンロード要求されるデータ、プログラムを
高速アクセス可能な記憶媒体に転送記憶し、ダウンロー
ド要求があったとき直ちにダウンロードするので、プロ
グラムおよびデータのアクセス時間の短縮、ひいてはク
ライアント側のプログラム実行時間を短縮できる。
According to the third and fourth aspects of the present invention,
The data and program requested to be downloaded next are transferred and stored in advance in a storage medium that can be accessed at high speed, and immediately downloaded when a download request is issued. Can be shortened.

【0066】請求項5の発明によれば、請求項1ないし
請求項4の発明により得られる効果を奏することができ
る。請求項6の発明によれば、クライアント側において
ダウンロード回数を削減でき、またプログラムの実行時
間を短縮化できるクライアント側保管管理用記録媒体を
提供できる。
According to the fifth aspect of the invention, the effects obtained by the first to fourth aspects of the invention can be obtained. According to the sixth aspect of the present invention, it is possible to provide a client-side storage management recording medium capable of reducing the number of downloads on the client side and shortening the execution time of the program.

【0067】請求項7の発明によれば、プログラムおよ
びデータのアクセス時間の短縮化を実現でき、ひいては
クライアント側のプログラム実行時間の短縮化に貢献で
きるサーバ側保管管理用記録媒体を提供できる。
According to the seventh aspect of the present invention, it is possible to provide a server-side storage management recording medium which can reduce the access time of programs and data and can contribute to the reduction of the program execution time on the client side.

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

【図1】 本発明に係わるサーバ・クライアントシステ
ムの一実施の形態を示す構成図。
FIG. 1 is a configuration diagram showing an embodiment of a server / client system according to the present invention.

【図2】 クライアント側の実行プログラムを概略的に
説明する図。
FIG. 2 is a diagram schematically illustrating an execution program on a client side.

【図3】 クライアント側の実行プログラムの構造を管
理する構造管理テーブルの記憶内容を説明する図。
FIG. 3 is a view for explaining the storage contents of a structure management table for managing the structure of an execution program on the client side.

【図4】 保管管理用記録媒体を用いたクライアント側
のハード構成図。
FIG. 4 is a hardware configuration diagram on the client side using a storage management recording medium.

【図5】 保管管理用記録媒体を用いたサーバ側のハー
ド構成図。
FIG. 5 is a hardware configuration diagram of a server using a storage management recording medium.

【図6】 クライアント側保管管理コンピュータによる
一連の処理動作を説明する図。
FIG. 6 is a view for explaining a series of processing operations by a client-side storage management computer.

【図7】 サーバ側保管管理用コンピュータによる一連
の処理動作を説明する図。
FIG. 7 is an exemplary view for explaining a series of processing operations performed by a server-side storage management computer;

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

10…クライアント 11…実行プログラム 12…保管媒体 13…保管管理機構 17…保管管理用コンピュータ 18…保管管理用記録媒体 20…サーバ 21…構造管理テーブル 22…低速アクセス記憶媒体 23…高速アクセス可能な記憶媒体 24…保管管理機構 26…保管管理用コンピュータ 27…保管管理用記録媒体 DESCRIPTION OF SYMBOLS 10 ... Client 11 ... Execution program 12 ... Storage medium 13 ... Storage management mechanism 17 ... Storage management computer 18 ... Storage management recording medium 20 ... Server 21 ... Structure management table 22 ... Low speed access storage medium 23 ... High speed accessible storage Medium 24: Storage management mechanism 26: Computer for storage management 27: Recording medium for storage management

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 実行プログラムを実行するに当たり、
サーバからサブプログラム、データをダウンロードし実
行するクライアントにおいて、 前記サブプログラム、データを格納する小容量の保管媒
体と、前記実行プログラムの実行上必要な前記サブプロ
グラムまたはデータが前記保管媒体に存在するか否かを
判断し、存在しないときに前記サーバにダウンロード要
求を行う保管管理手段とを備えたことを特徴とするクラ
イアント。
1. When executing an execution program,
In a client that downloads and executes a subprogram and data from a server, a small-capacity storage medium for storing the subprogram and data, and whether the subprogram or data required for executing the execution program exists in the storage medium Storage management means for determining whether or not the server exists, and issuing a download request to the server when the client does not exist.
【請求項2】 請求項1に記載のクライアントにおい
て、 前記保管媒体にサブプログラムを含むデータが存在しな
いとき、当該保管媒体に記憶されるサブプログラム、デ
ータを所定の順序で消去し、前記サーバからダウンロー
ドされるサブプログラム、データを格納するデータ破棄
手段を設けたことを特徴とするクライアント。
2. The client according to claim 1, wherein when there is no data including the subprogram in the storage medium, the subprogram and data stored in the storage medium are deleted in a predetermined order, and the data is deleted from the server. A client provided with data discarding means for storing downloaded subprograms and data.
【請求項3】 クライアントからの要求に基づいてサ
ブプログラム、データをダウンロードするサーバにおい
て、 クライアント側の実行プログラムの構造を記憶管理する
構造管理テーブルと、前記クライアント側の実行プログ
ラムの実行に必要なサブプログラム、データを記憶する
データ記憶媒体と、前記クライアントからダウンロード
要求を受けたとき、該当するサブプログラムまたはデー
タをダウンロードするとともに、前記構造管理テーブル
の実行プログラムの構造を参照し、次にダウンロードす
るサブプログラム、データを判別し、次のダウンロード
要求に対処可能な状態に設定する保管管理手段とを備え
たことを特徴とするサーバ。
3. A server for downloading subprograms and data based on a request from a client, comprising: a structure management table for storing and managing the structure of an execution program on the client side; and a subprogram required for executing the execution program on the client side. A data storage medium for storing programs and data, and when receiving a download request from the client, download the corresponding subprogram or data and refer to the structure of the execution program in the structure management table, and A server comprising: a storage management unit that determines a program and data and sets the state so as to be able to respond to a next download request.
【請求項4】 クライアントからの要求に基づいてサ
ブプログラム、データをダウンロードするサーバにおい
て、 クライアント側の実行プログラムの構造を記憶管理する
構造管理テーブルと、前記クライアント側の実行プログ
ラムの実行に必要なサブプログラム、データを記憶する
低速アクセスの低速記憶媒体と、高速アクセス可能な高
速記憶媒体と、前記クライアントからダウンロード要求
を受けたとき、該当するサブプログラムまたはデータを
ダウンロードするとともに、前記構造管理テーブルの実
行プログラムの構造から次にダウンロードするサブプロ
グラムまたはデータを低速記憶媒体から読み出して高速
記憶媒体に格納する先読み機能をもった保管管理手段と
を備えたことを特徴とするサーバ。
4. A server which downloads sub-programs and data based on a request from a client, comprising: a structure management table for storing and managing a structure of a client-side execution program; A low-speed storage medium for low-speed access for storing programs and data, a high-speed storage medium for high-speed access, and when receiving a download request from the client, download a corresponding subprogram or data and execute the structure management table. A server comprising: a storage management unit having a read-ahead function of reading a subprogram or data to be downloaded next from a low-speed storage medium based on a program structure and storing the read subprogram or data in a high-speed storage medium.
【請求項5】 クライアントで実行プログラムを実行
する上で必要なサブプログラム、データをサーバからダ
ウンロードし実行するサーバ・クライアントシステムに
おいて、 前記サブプログラム、データを格納する小記憶容量の保
管媒体と、前記実行プログラムの実行上必要な前記サブ
プログラムまたはデータが前記保管媒体に存在するか否
かを判断し、存在しないときに前記サーバにダウンロー
ド要求を行う第1の保管管理手段とを有するクライアン
トと、 クライアント側の実行プログラムの構造を記憶管理する
構造管理テーブルと、前記クライアント側の実行プログ
ラムの実行に必要なサブプログラム、データを記憶する
低速アクセスの記憶媒体と、高速アクセス可能な記憶媒
体と、前記クライアントからダウンロード要求を受けた
とき、該当するサブプログラムまたはデータをダウンロ
ードするとともに、前記構造管理テーブルの実行プログ
ラムの構造から次にダウンロードするサブプログラムま
たはデータを低速記憶媒体から読み出して高速記憶媒体
に格納する先読み機能をもった保管管理手段とを有する
サーバと、 を備えたことを特徴とするサーバ・クライアントシステ
ム。
5. A server / client system for downloading and executing a subprogram and data required for executing an execution program on a client from a server, comprising: a storage medium having a small storage capacity for storing the subprogram and data; A client having first storage management means for determining whether or not the subprogram or data necessary for execution of the execution program exists in the storage medium and issuing a download request to the server when the subprogram or data does not exist; A structure management table for storing and managing the structure of the execution program on the client side, a subprogram required for executing the execution program on the client side, a storage medium for low-speed access for storing data, a storage medium for high-speed access, and the client When a download request is received from A storage management means having a read-ahead function of downloading the corresponding subprogram or data and reading the subprogram or data to be downloaded next from the structure of the execution program in the structure management table from the low-speed storage medium and storing it in the high-speed storage medium. And a server comprising: a server and a client system.
【請求項6】 実行プログラムを実行するクライアン
ト側の保管管理用コンピュータに、前記実行プログラム
を実行するに当たり、ダウンロード要求に基づいてサー
バからダウンロードした第1のサブプログラムを保管媒
体に記憶し、この第1のサブプログラムの起動および実
行に伴って前記サーバに実行通知を送出する実行通知機
能と、この第1のサブプログラムの実行中または実行後
に要求対象を判断する要求対象判断機能と、この要求対
象判断機能の判断結果から第2のサブプログラムまたは
データの要求であるとき、その要求対象が前記保管媒体
に存在するか否かを確認し、存在しない場合には前記サ
ーバから当該要求対象のサイズを要求取得し、このサイ
ズに相当する空きエリアが前記保管媒体に有るか否かを
確認するエリア確認機能と、前記保管媒体に当該サイズ
に相当する空きエリアがないとき、所定の順序でサブプ
ログラム、データを消去し前記要求対象をダウンロード
する破棄機能とを実現させるためのプログラムを記録し
たクライアント側保管管理用記録媒体。
6. A first storage medium storing a first subprogram downloaded from a server in response to a download request in a storage management computer on a client side for executing an execution program. An execution notification function for sending an execution notification to the server as the first subprogram is started and executed, a request object determination function for determining a request object during or after execution of the first subprogram, and a request object When it is a request for the second subprogram or data from the determination result of the determination function, it is checked whether or not the request target exists in the storage medium. If not, the size of the request target is determined from the server. An area checker that obtains a request and checks whether an empty area corresponding to this size exists in the storage medium. Client-side storage in which a program for realizing a sub function and a discard function of deleting data and downloading the requested object in a predetermined order when the storage medium has no free area corresponding to the size is stored in the storage medium. Management recording medium.
【請求項7】 クライアントからダウンロード要求を
受けて要求対象をダウンロードするサーバ側の保管管理
用コンピュータに、第1のサブプログラムのダウンロー
ド要求が有ったとき、記憶媒体に記憶される実行プログ
ラムに関するサブプログラムおよびデータの中の第1の
サブプログラムをダウンロードするプログラムダウンロ
ード機能と、クライアントから第1のサブプログラムの
実行通知を受けたとき、実行プログラムの構造を記憶す
る構造管理テーブルを参照し、第1のサブプログラムに
関する下位データまたは第2のサブプログラムの有無を
確認する確認機能と、下位データ有りと確認したとき、
前記記憶媒体に記憶される前記下位データを高速記憶媒
体に転送し、また第2のサブプログラム有りと確認した
とき前記記憶媒体に記憶される第2のサブプログラムを
高速記憶媒体に転送する転送機能と、前記クライアント
からダウンロード要求を受けたとき、前記高速記憶媒体
の下位データまたは第2のサブプログラムをダウンロー
ドする高速ダウンロード機能とを実現させるためのプロ
グラムを記録したサーバ側保管管理用記録媒体。
7. When a download request for a first subprogram is issued to a storage management computer on a server side that receives a download request from a client and downloads a request target, a subprogram relating to an execution program stored in a storage medium is received. A program download function for downloading a first subprogram in programs and data, and a structure management table for storing a structure of an execution program when a notification of execution of the first subprogram is received from a client. A confirmation function for confirming the presence or absence of lower data or a second subprogram relating to the subprogram of
A transfer function of transferring the lower-order data stored in the storage medium to a high-speed storage medium, and transferring the second subprogram stored in the storage medium to the high-speed storage medium when it is confirmed that a second subprogram is present; And a server-side storage management recording medium that records a program for realizing a high-speed download function of downloading lower-order data or a second subprogram of the high-speed storage medium when receiving a download request from the client.
JP35351997A 1997-12-22 1997-12-22 Server client system Pending JPH11184704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35351997A JPH11184704A (en) 1997-12-22 1997-12-22 Server client system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35351997A JPH11184704A (en) 1997-12-22 1997-12-22 Server client system

Publications (1)

Publication Number Publication Date
JPH11184704A true JPH11184704A (en) 1999-07-09

Family

ID=18431396

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35351997A Pending JPH11184704A (en) 1997-12-22 1997-12-22 Server client system

Country Status (1)

Country Link
JP (1) JPH11184704A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004511833A (en) * 2000-05-04 2004-04-15 サイエンティフィック−アトランタ, インコーポレイテッド System and method for a communication terminal that maintains memory for multiple applications and maintains the current application version
JP2005339133A (en) * 2004-05-26 2005-12-08 Nippon Telegr & Teleph Corp <Ntt> System for shared personal computer and management method for it

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004511833A (en) * 2000-05-04 2004-04-15 サイエンティフィック−アトランタ, インコーポレイテッド System and method for a communication terminal that maintains memory for multiple applications and maintains the current application version
JP2005339133A (en) * 2004-05-26 2005-12-08 Nippon Telegr & Teleph Corp <Ntt> System for shared personal computer and management method for it

Similar Documents

Publication Publication Date Title
JP2004185349A (en) Update data writing method using journal log
JP2004185349A5 (en)
JP2007018399A (en) Condition-based snapshot acquisition method and system
JP2001510598A (en) Device drive for accessing computer files
JPS59153251A (en) Disc cashe system
WO2018022931A1 (en) Multi-part upload
JP3662432B2 (en) Swapping device and method between main storage device and auxiliary storage device, and web videophone employing the device
JPH11184704A (en) Server client system
JP4930553B2 (en) Device having data migration function and data migration method
CN1111804C (en) Obtain the method and apparatus of Internet resources by network
JP6199961B2 (en) System and method for managing network navigation
US20040194152A1 (en) Data processing method and data processing apparatus
JPH10214217A (en) Network cache device and method therefor
JP2003150416A (en) File management device and method therefor
JP5245260B2 (en) File processing program, file processing method, file processing apparatus, and function program
JP7417044B2 (en) Information processing device, information processing system, information processing method and program
JP2001290607A (en) Command queuing control method for device driver and computer system
JP2000222258A (en) Database structure changing method, control method of database access request, online system, storing medium storing database operation supporting middleware and storing medium storing shifting utility
JP2008009506A (en) Information processor and its file access method
JP2526728B2 (en) Disk cache automatic usage method
JP3005201B2 (en) Database search system
US20090248613A1 (en) Method for Accessing Files in a Management System
JP3895751B2 (en) Image display device and control method thereof
JP2009151411A (en) Data retrieval device, system, program and data retrieval method
JPH10143406A (en) File managing device