JPH11143761A - Information processor, its control method and computer readable memory - Google Patents

Information processor, its control method and computer readable memory

Info

Publication number
JPH11143761A
JPH11143761A JP9311986A JP31198697A JPH11143761A JP H11143761 A JPH11143761 A JP H11143761A JP 9311986 A JP9311986 A JP 9311986A JP 31198697 A JP31198697 A JP 31198697A JP H11143761 A JPH11143761 A JP H11143761A
Authority
JP
Japan
Prior art keywords
data
link
link data
reading
read
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP9311986A
Other languages
Japanese (ja)
Inventor
Yasuhiro Yokota
安宏 横田
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP9311986A priority Critical patent/JPH11143761A/en
Publication of JPH11143761A publication Critical patent/JPH11143761A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To quickly extract link data by providing an analyzing means which analyzes the link address of the link data and a deciding means that decides whether or not the link data is read based on decision result of the analyzing means. SOLUTION: A data analyzing part 106 shows data on a display device 101 by analyzing data read from an external storage device 105 and transferring it as display data to a data displaying part 107. On the other hand, when link data is included in data that is currently shown in parallel with it, a link destination analyzing part 108 analyzes the link address. A data look-ahead selecting part 109 refers to a link data look-ahead decision table 109a based on the analytical data and decides whether or not the link data be performed look-ahead. As the result of decision, in the case of performing look-ahead, a data look- ahead indicator 110 performs look-ahead of the link data.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ローカルあるいは
ネットワーク上に分散する外部記憶装置からデータを読
み込んでその内容を表示する情報処理装置及びその制御
方法、コンピュータ可読メモリに関するものである。
[0001] 1. Field of the Invention [0002] The present invention relates to an information processing apparatus for reading data from an external storage device locally or distributed on a network and displaying the contents, a control method thereof, and a computer-readable memory.

【0002】[0002]

【従来の技術】従来、インターネット内で広く利用され
ている情報検索サービスであるWorld Wide
Web(以下、WWWと称する)は、文書・画像・音声
等の様々なメディアデータをインターネット内に分散配
置されたWWWサーバ間でハイパーリンクされたシステ
ムである。インターネットの利用者は、それらのデータ
をWWWブラウザと呼ばれるクライアントプログラムに
より自由に取り出すことができる。これらのWWWブラ
ウザは、グラフィカル・ユーザ・インタフェース(GU
I)を備えており、利用者は目的のデータのアドレスを
キーボード等から入力することにより取り出して表示す
ることができる。また、表示中のデータに含まれるハイ
パーリンクを示す文字列やアイコン等をキーボードから
指示するか、あるいはマウスでクリックすることにより
他のリンクされたデータ(以下、リンクデータと称す
る)を取り出して表示することができるようになってい
る。
2. Description of the Related Art Conventionally, World Wide, an information retrieval service widely used in the Internet, has been developed.
The Web (hereinafter, referred to as WWW) is a system in which various media data such as documents, images, sounds, and the like are hyperlinked between WWW servers distributed in the Internet. Internet users can freely retrieve such data using a client program called a WWW browser. These WWW browsers use a graphical user interface (GU).
I) is provided, and the user can retrieve and display the address of the target data by inputting it from a keyboard or the like. In addition, a character string, an icon, or the like indicating a hyperlink included in the data being displayed is instructed from a keyboard or clicked with a mouse to retrieve and display other linked data (hereinafter, referred to as link data). You can do it.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記従
来例では、表示中のデータに含まれるハイパーリンクを
示す文字列やアイコン等をキーボードから指示するか、
あるいはマウスでクリックされた時点で他のリンクデー
タの取り出しを開始する。そのため、世界中のサーバに
分散しているデータをネットワーク経由で取り出すのに
時間を要したり、データ容量が大きい等の理由によりデ
ータの取り出しが完了するまで長時間待たされる場合が
あるという欠点があった。
However, in the above-described conventional example, a character string or an icon indicating a hyperlink included in the data being displayed is instructed from a keyboard.
Alternatively, the retrieval of other link data is started when the mouse is clicked. Therefore, it takes time to retrieve the data distributed to servers around the world via the network, and the data capacity is large. there were.

【0004】本発明は上記の問題点に鑑みてなされたも
のであり、ハイパーリンクされたデータを扱う情報処理
システムにおいて、迅速にリンクデータを取り出すこと
ができ情報処理装置及びその制御方法、コンピュータ可
読メモリを提供することを目的とする。
The present invention has been made in view of the above problems, and in an information processing system that handles hyperlinked data, an information processing apparatus, a control method therefor, and a computer readable method capable of quickly extracting link data. It is intended to provide memory.

【0005】[0005]

【課題を解決するための手段】上記の目的を達成するた
めの本発明による情報処理装置は以下の構成を備える。
即ち、ローカルあるいはネットワーク上に分散する外部
記憶装置からデータを読み込んでその内容を表示する情
報処理装置であって、前記データにリンクデータが含ま
れる場合、該リンクデータのリンクアドレスを解析する
解析手段と、前記解析手段の解析結果に基づいて、前記
リンクデータを読み込むか否かを判定する判定手段とを
備える。
An information processing apparatus according to the present invention for achieving the above object has the following arrangement.
That is, an information processing apparatus which reads data from an external storage device distributed locally or on a network and displays the content thereof, and in the case where the data includes link data, analyzing means for analyzing a link address of the link data. And determining means for determining whether to read the link data based on an analysis result of the analyzing means.

【0006】また、好ましくは、前記判定手段は、前記
リンクデータのリンクアドレスに含まれる国名を示す情
報を参照することで、該リンクデータを読み込むか否か
を判定する。
Preferably, the determination means determines whether or not to read the link data by referring to information indicating a country name included in a link address of the link data.

【0007】また、好ましくは、前記判定手段は、前記
リンクデータのリンクアドレスに含まれるデータ種別を
示す情報を参照することで、該リンクデータを読み込む
か否かを判定する。
Preferably, the determination means determines whether to read the link data by referring to information indicating a data type included in a link address of the link data.

【0008】また、好ましくは、前記リンクデータのリ
ンクアドレスに基づいて、リンクデータの読み込みを行
うか否かを設定する設定手段を更に備える。
Preferably, the apparatus further comprises setting means for setting whether to read the link data based on a link address of the link data.

【0009】また、好ましくは、前記判定手段の判定結
果に基づいて、前記リンクデータをバッファに読み込む
読み込み手段を更に備え、前記読み込み手段は、前記デ
ータに含まれるリンクデータを読み込む場合、該データ
中に含まれる該リンクデータの読み込みを指示するフラ
グが指示される前に、該リンクデータの読み込みを開始
する。
Preferably, the apparatus further comprises reading means for reading the link data into a buffer based on a result of the judgment by the judging means, wherein the reading means reads the link data contained in the data. The reading of the link data is started before the flag instructing to read the link data included in the command is designated.

【0010】また、好ましくは、前記フラグが指示され
た場合、該フラグに対応するリンクデータを前記バッフ
ァから読み出して表示する。
Preferably, when the flag is instructed, link data corresponding to the flag is read from the buffer and displayed.

【0011】また、好ましくは、前記リンクデータの読
み込みを停止する停止手段を更に備える。
Preferably, the apparatus further comprises a stopping means for stopping reading of the link data.

【0012】また、好ましくは、前記停止手段は、入力
装置から前記リンクデータの読み込みの停止を指示され
た場合に、該リンクデータの読み込みを停止する。
Preferably, the stopping means stops reading the link data when the input device instructs to stop reading the link data.

【0013】また、好ましくは、前記停止手段は、入力
装置から現在表示中のデータとは別のデータの表示を指
示された場合に、前記リンクデータの読み込みを停止す
る。上記の目的を達成するための本発明による情報処理
装置の制御方法は以下の構成を備える。即ち、ローカル
あるいはネットワーク上に分散する外部記憶装置からデ
ータを読み込んでその内容を表示する情報処理装置の制
御方法であって、 前記データにリンクデータが含まれ
る場合、該リンクデータのリンクアドレスを解析する解
析工程と、前記解析工程の解析結果に基づいて、前記リ
ンクデータを読み込むか否かを判定する判定工程とを備
える。
Preferably, the stopping means stops reading the link data when an input device instructs to display data different from the currently displayed data. A method for controlling an information processing apparatus according to the present invention for achieving the above object has the following configuration. That is, a method of controlling an information processing apparatus that reads data from an external storage device distributed locally or on a network and displays the content thereof, wherein when the data includes link data, the link address of the link data is analyzed. And a determining step of determining whether to read the link data based on an analysis result of the analyzing step.

【0014】上記の目的を達成するための本発明による
コンピュータ可読メモリは以下の構成を備える。即ち、
ローカルあるいはネットワーク上に分散する外部記憶装
置からデータを読み込んでその内容を表示する情報処理
装置の制御のプログラムコードが格納されたコンピュー
タ可読メモリであって、前記データにリンクデータが含
まれる場合、該リンクデータのリンクアドレスを解析す
る解析工程のプログラムコードと、前記解析工程の解析
結果に基づいて、前記リンクデータを読み込むか否かを
判定する判定工程のプログラムコードとを備える。
A computer-readable memory according to the present invention for achieving the above object has the following configuration. That is,
A computer-readable memory storing a program code for controlling an information processing device for reading data from an external storage device distributed locally or on a network and displaying the content, wherein the data includes link data; A program code for an analysis step of analyzing a link address of link data; and a program code for a determination step of determining whether to read the link data based on an analysis result of the analysis step.

【0015】[0015]

【発明の実施の形態】以下、図面を参照して本発明の好
適な実施形態を詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be described below in detail with reference to the drawings.

【0016】(実施形態1)図1は本発明の実施形態1
の情報処理装置の構成を示すブロック図である。
(Embodiment 1) FIG. 1 shows Embodiment 1 of the present invention.
1 is a block diagram illustrating a configuration of an information processing apparatus.

【0017】図1において、101はCRTディスプレ
イや液晶ディスプレイ等により構成された表示装置であ
り、読込んだデータを表示する。102はキーボードや
マウス等により構成された入力装置であり、読込むデー
タのアドレス等を入力したりリンク先のリンクデータを
読込むように指示する。103はデータアドレス解部で
あり、入力装置102から入力された読込みデータのア
ドレスを解析する。104はデータ読込み済み判定部で
あり、データアドレス解析部103で解析されたデータ
が読込み済みか否かを判定する。そして、判定の結果、
まだ、読み込まれていない場合は、ローカルあるいはネ
ットワーク上に分散する外部記憶装置105から該当す
るデータをデータ解析部106に渡す。一方、既に読込
み済みの場合は、データ先読みバッファ111から該当
するデータを取り出してデータ解析部106にデータを
渡す。
In FIG. 1, reference numeral 101 denotes a display device constituted by a CRT display, a liquid crystal display, or the like, which displays read data. An input device 102 includes a keyboard, a mouse, and the like, and inputs an address of data to be read, and instructs to read link data of a link destination. A data address resolution unit 103 analyzes the address of the read data input from the input device 102. A data reading completion determination unit 104 determines whether the data analyzed by the data address analysis unit 103 has been read. And, as a result of the determination,
If the data has not been read yet, the relevant data is passed to the data analysis unit 106 from the external storage device 105 distributed locally or on a network. On the other hand, if the data has already been read, the corresponding data is extracted from the data prefetch buffer 111 and passed to the data analysis unit 106.

【0018】105はデータを格納する外部記憶装置で
あり、ローカルあるいはネットワーク上に分散して構成
される。106はデータ解析部で、外部記憶装置105
から読み込んだデータを解析する。107はデータ表示
部であり、データ解析部106で解析されたデータを表
示装置101に表示するための制御を行う。108はリ
ンク先解析部であり、現在表示装置101に表示されて
いるデータのリンクデータのリンクアドレスを解析し、
データ先読み選択部109にその解析結果を渡す。
Reference numeral 105 denotes an external storage device for storing data, which is configured locally or distributed on a network. Reference numeral 106 denotes a data analysis unit, and the external storage device 105
Analyze the data read from. A data display unit 107 controls the display of the data analyzed by the data analysis unit 106 on the display device 101. 108 is a link destination analysis unit that analyzes the link address of the link data of the data currently displayed on the display device 101,
The analysis result is passed to the data prefetch selection unit 109.

【0019】109はデータ先読み選択部であり、リン
ク先解析部108から渡された解析結果に基づいて、後
述するリンクデータ先読み決定テーブル109aを参照
し、リンク先のリンクデータを先読みするか否かを判断
する。尚、ここで、先読みとは、リンクデータの表示が
ユーザによって指示される前に、前もってデータ先読み
バッファ111(後述)に読み込んでおくことである。
そして、先読みする場合はデータの先読みを行うように
データ先読み指示部110に指示する。また、リンクデ
ータ先読み決定テーブル109aとは、リンクアドレス
に基づいてリンクデータを先読みするか否かを示す情報
を格納したテーブルであり、この設定は、ユーザによっ
て入力装置101から行われる。110はデータ先読み
指示部であり、外部記憶装置105からデータを読込ん
でデータ先読みバッファ111に格納するとともに、読
込んだデータの情報をデータ読込み済み判定部104に
設定する。
Reference numeral 109 denotes a data prefetch selection unit, which refers to a link data prefetch determination table 109a, which will be described later, based on the analysis result passed from the link destination analysis unit 108, and determines whether to prefetch the link destination link data. Judge. Here, the pre-reading means reading the link data into a data pre-reading buffer 111 (described later) in advance before the display of the link data is instructed by the user.
Then, in the case of pre-reading, it instructs the data pre-reading instruction unit 110 to pre-read the data. The link data prefetch determination table 109a is a table storing information indicating whether to prefetch link data based on a link address, and this setting is performed by the user from the input device 101. Reference numeral 110 denotes a data prefetch instruction unit which reads data from the external storage device 105 and stores it in the data prefetch buffer 111, and sets information of the read data in the data read completion determination unit 104.

【0020】111はデータ先読みバッファで、データ
先読み指示部110によって読込まれたデータを格納す
る。112はデータ先読み停止部であり、データの先読
み中に入力装置102からデータの先読みを停止するよ
うに指示された場合や、現在表示中のデータとは別のデ
ータを読込むように指示された場合などに、データの先
読みを停止するようデータ先読み指示部110に指示す
る。
A data prefetch buffer 111 stores data read by the data prefetch instruction unit 110. Reference numeral 112 denotes a data pre-reading stop unit, for example, when the input device 102 instructs to stop pre-reading of data during pre-reading of data, or when instructed to read data different from the data currently being displayed. Then, the data prefetch instruction unit 110 is instructed to stop the data prefetch.

【0021】尚、リンク先解析部108、データ先読み
選択部109、データ先読み指示部110、データ先読
み停止部111における実際のデータ処理は、データア
ドレス解析部103、データ読み込み済み判定部10
4、外部記憶装置105、データ解析部106、データ
表示部107における実際のデータ処理とは別のプロセ
スあるいはスレッドとして並行処理する構成にした方が
処理の効率化のため好ましい。
The actual data processing in the link destination analysis unit 108, the data prefetch selection unit 109, the data prefetch instruction unit 110, and the data prefetch stop unit 111 is performed by the data address analysis unit 103, the data read completion determination unit 10
4. It is preferable to configure the external storage device 105, the data analysis unit 106, and the data display unit 107 to perform parallel processing as a process or a thread different from the actual data processing in order to increase processing efficiency.

【0022】次に、本情報処理装置の動作の概要につい
て、図1を用いて説明する。
Next, an outline of the operation of the information processing apparatus will be described with reference to FIG.

【0023】まず、入力装置102からデータのアドレ
スを入力するとデータアドレス解析部103がデータの
アドレスを解析し、データ読込み済み判定部104がそ
のデータが既に読込み済みか否かを判定する。まだ、読
込まれていない場合は、外部記憶装置105から該当す
るデータを読込み、データ解析部106に渡す。一方、
既に読込み済みの場合はデータ先読みバッファ111か
らデータを取り出してデータ解析部106に渡す。
First, when a data address is input from the input device 102, the data address analysis unit 103 analyzes the data address, and the data read completion determination unit 104 determines whether the data has already been read. If the data has not been read yet, the corresponding data is read from the external storage device 105 and passed to the data analysis unit 106. on the other hand,
If the data has already been read, the data is retrieved from the data prefetch buffer 111 and passed to the data analysis unit 106.

【0024】データ解析部106は、外部記憶装置10
5から読込んだデータを解析しデータ表示部107に表
示データとして渡すことで表示装置101にそのデータ
が表示される。一方、それと並行して、現在表示中のデ
ータにリンクデータが含まれる場合、リンク先解析部1
08はそのリンクアドレスを解析する。そして、データ
先読み選択部109は、その解析結果に基づいて、リン
クデータ先読み決定テーブル109aを参照し、そのリ
ンクデータを先読みするか否かを判断する。判断の結
果、先読みする場合は、データ先読み指示部110によ
ってリンクデータの先読みが行われる。ここで、先読み
したリンクデータはデータ先読みバッファ111に格納
されるとともに、読込んだリンクデータの情報はデータ
読込み済み判定部104に設定される。また、リンクデ
ータの先読み中に入力装置102からリンクデータの先
読みを停止するように指示された場合や、現在表示中の
リンクデータとは別のリンクデータを読込むように指示
された場合は、データ先読み停止部112は、データ先
読み指示部110にリンクデータの先読みを停止するよ
う指示する。
The data analysis unit 106 is provided in the external storage device 10
The data read from 5 is analyzed and passed to the data display unit 107 as display data, so that the data is displayed on the display device 101. On the other hand, in parallel with this, if the data currently being displayed includes link data, the link destination analysis unit 1
08 analyzes the link address. Then, the data prefetch selection unit 109 refers to the link data prefetch determination table 109a based on the analysis result, and determines whether to prefetch the link data. As a result of the determination, when prefetching, the data prefetch instruction unit 110 prefetches the link data. Here, the pre-read link data is stored in the data pre-read buffer 111, and the information of the read link data is set in the data read completion determining unit 104. When the input device 102 instructs to stop the prefetching of the link data during the prefetching of the link data or instructs to read the link data different from the link data currently displayed, the data prefetching is performed. The stop unit 112 instructs the data prefetch instruction unit 110 to stop prefetching the link data.

【0025】次に、リンク先解析部108及びデータ先
読み選択部109で実行される処理の具体例について、
図2を用いて説明する。
Next, a specific example of processing executed by the link destination analysis unit 108 and the data prefetch selection unit 109 will be described.
This will be described with reference to FIG.

【0026】図2は本発明の実施形態1のリンク先解析
部及びデータ先読み選択部で実行される処理の具体例を
説明するための図である。
FIG. 2 is a diagram for explaining a specific example of the processing executed by the link destination analysis unit and the data prefetch selection unit according to the first embodiment of the present invention.

【0027】尚、図2では、リンク先解析部108が表
示中のデータのリンクデータのリンクアドレスをどのよ
うに解析し、また、データ先読み選択部109がそのリ
ンクデータを先読みするか否かをどのように判断するか
について説明する。
In FIG. 2, how the link destination analysis unit 108 analyzes the link address of the link data of the data being displayed and whether the data prefetch selection unit 109 prefetches the link data is determined. How to make a determination will be described.

【0028】図2において、201は本発明によるデー
タを表示するデータ表示プログラムの画面表示例であ
り、ここでは表示中のデータがリンクデータを含む場合
を示している。また、202は国名毎に先読みするか否
かを示す情報を設定したリンクデータ先読み決定テーブ
ル109aの一例である。ここでは、国名が日本である
リンクアドレスを持つリンクデータを先読みするように
設定されている。
In FIG. 2, reference numeral 201 denotes a screen display example of a data display program for displaying data according to the present invention. Here, a case where the data being displayed includes link data is shown. Reference numeral 202 denotes an example of a link data prefetch determination table 109a in which information indicating whether to prefetch each country is set. Here, it is set so that link data having a link address whose country name is Japan is read ahead.

【0029】上記構成において、データ表示プログラム
に表示されているリンクポイント(201では“これ
が”の文字列)を、例えば、マウスでクリックすると、
リンク先解析部108がリンクアドレスを解析する。も
し、リンクアドレスが例1)のhttp://www.aaa.co.jp/i
ndex.htmlの場合は、アドレスの“jp”から国名が日本
であると判断され、リンクデータ先読み決定テーブル2
02から、このリンクデータは先読みすると判断され
る。また、リンクアドレスが例2)のhttp://www.bbb.c
om/index.htmlの場合は、アドレスの”com”から国名が
アメリカであると判断され、リンクデータ先読み決定テ
ーブル202から、このリンクデータは先読みしないと
判断される。同様に、リンクアドレスが例3)のhttp:/
/www.ccc.uk/index.htmlの場合は、アドレスの”uk”か
ら国名がイギリスであると判断され、リンクデータ先読
み決定テーブル202から、このリンクデータは先読み
しないと判断される。
In the above configuration, when the link point (the character string of “this is” in 201) displayed on the data display program is clicked with, for example, a mouse,
The link destination analyzing unit analyzes the link address. If the link address is http://www.aaa.co.jp/i in Example 1)
In the case of ndex.html, the country is determined to be Japan from the address “jp”, and the link data prefetch determination table 2
From 02, it is determined that this link data is prefetched. The link address is http: //www.bbb.c in Example 2)
In the case of om / index.html, the country is determined to be the United States from the address “com”, and it is determined from the link data prefetch determination table 202 that this link data is not prefetched. Similarly, if the link address is http: / in Example 3)
In the case of /www.ccc.uk/index.html, the country is determined to be the United Kingdom from the address “uk”, and it is determined from the link data prefetch determination table 202 that the link data is not prefetched.

【0030】次に、実施形態1の情報処理装置で実行さ
れる処理について、図3を用いて説明する。
Next, processing executed by the information processing apparatus according to the first embodiment will be described with reference to FIG.

【0031】図3は本発明の実施形態1で実行される処
理を示すフローチャートである。
FIG. 3 is a flowchart showing processing executed in the first embodiment of the present invention.

【0032】まず、情報処理装置のプログラムが起動さ
れると処理が開始され、キーボードまたはマウス等の入
力装置102から入力があるのを待つ(ステップS10
1)。入力装置102から入力があった場合、その入力
がデータアドレスであるか否かを判断する(ステップS
102)。入力がデータアドレスである場合(ステップ
S102でYES)、ステップS104に進み、データ
アドレス解析部103がデータアドレスを解析する。一
方、入力がデータアドレスでない場合(ステップS10
2でNO)、入力がリンクデータの読込み指示であるか
否かを判断する(ステップS103)、入力がリンクデ
ータの読込み指示である場合(ステップS103でYE
S)、ステップS105に進む。一方、入力がリンクデ
ータの読込み指示でない場合(ステップS103でN
O)、ステップS101に戻る。
First, when the program of the information processing apparatus is started, the processing is started and waits for an input from the input device 102 such as a keyboard or a mouse (step S10).
1). If there is an input from the input device 102, it is determined whether the input is a data address (step S).
102). If the input is a data address (YES in step S102), the process proceeds to step S104, where the data address analysis unit 103 analyzes the data address. On the other hand, if the input is not a data address (step S10
2 is NO), it is determined whether or not the input is an instruction to read link data (step S103). If the input is an instruction to read link data (YE in step S103)
S), and proceed to step S105. On the other hand, if the input is not a link data reading instruction (N in step S103)
O), and return to step S101.

【0033】ステップS103において、入力がリンク
データの読み込み指示である場合、あるいはステップS
104からの処理が終了した場合は、データ読込み済み
判定部104は、解析されたデータアドレスのデータが
既に読み済みか否かを判断する(ステップS105)。
データが読み込み済みでない場合(ステップS105で
NO)、ステップS106に進み、外部記憶装置105
から該当するデータを読み込む。一方、ステップS10
5において、データが読込み済みである場合(ステップ
S105でYES)、ステップS109に進み、データ
先読みバッファ111から該当するデータを取り出す。
If it is determined in step S103 that the input is an instruction to read link data,
When the process from 104 has been completed, the data read completion determining unit 104 determines whether or not the data at the analyzed data address has already been read (step S105).
If the data has not been read (NO in step S105), the process proceeds to step S106, and the external storage device 105
Read the corresponding data from. On the other hand, step S10
In step 5, if the data has been read (YES in step S105), the flow advances to step S109 to retrieve the corresponding data from the data prefetch buffer 111.

【0034】次に、読込んだデータを解析するためにデ
ータ解析部106に渡される。読込んだデータは、デー
タ解析部106に渡され、その内容が解析される(ステ
ップS107)。解析されたデータは表示データとして
データ表示部107に渡され、データ表示部107はデ
ータを表示装置101に表示する(ステップS10
8)。データの表示が完了したら、再び、ステップS1
01に戻る。
Next, the read data is passed to the data analysis unit 106 for analysis. The read data is passed to the data analysis unit 106, and the contents are analyzed (step S107). The analyzed data is passed to the data display unit 107 as display data, and the data display unit 107 displays the data on the display device 101 (step S10).
8). When the data display is completed, step S1 is performed again.
Return to 01.

【0035】一方、ステップS108において、現在表
示中のデータにリンクデータが含まれる場合、リンク先
解析部108はそのリンクアドレスを解析する(ステッ
プS110)。そして、その解析結果がデータ先読み選
択部109に渡される。データ先読み選択部109は、
解析されたリンクアドレスに基づいて、リンクデータ先
読み決定テーブル109aを参照し、そのリンクデータ
を先読みするか否かを判断する(ステップS111)。
先読みしない場合(ステップS111でNO)、ステッ
プS101に戻る。一方、先読みする場合(ステップS
111でYES)、ステップS112に進み、データ先
読み指示部110によって外部記憶装置105からデー
タの先読みが行われる(ステップS112)。
On the other hand, if the data currently being displayed includes link data in step S108, the link destination analyzing unit 108 analyzes the link address (step S110). Then, the analysis result is passed to the data prefetch selection unit 109. The data prefetch selection unit 109
Based on the analyzed link address, it refers to the link data prefetch determination table 109a and determines whether or not to prefetch the link data (step S111).
If prefetching is not to be performed (NO in step S111), the process returns to step S101. On the other hand, when prefetching (step S
If YES at step S111, the process proceeds to step S112, where the data prefetch instruction unit 110 prefetches data from the external storage device 105 (step S112).

【0036】次に、先読みしたデータは、データ先読み
バッファ111に格納される(ステップS113)。次
に、データを読込み済みという情報をデータ読込み済み
判定部104に登録する(ステップ114)。ここで、
プログラムの終了の指示があるか否かを判定する(ステ
ップS115)。終了の指示がある場合(ステップS1
5でYES)、処理を終了する。一方、終了の指示がな
い場合(ステップS115でNO)、ステップS101
に戻る。
Next, the prefetched data is stored in the data prefetch buffer 111 (step S113). Next, information that the data has been read is registered in the data read completion determining unit 104 (step 114). here,
It is determined whether there is an instruction to end the program (step S115). When there is a termination instruction (step S1
(YES at 5), and the process ends. On the other hand, if there is no end instruction (NO in step S115), step S101
Return to

【0037】以上説明したように、実施形態1によれ
ば、リンクデータのリンクアドレスにより、リンクデー
タを先読みするか否かを示す情報をあらかじめリンクデ
ータ先読み決定テーブル109aに設定しておくことに
より、例えば、外国のような遠方からのリンクデータは
先読みしないように制御することが可能になる。これに
より、ネットワーク上のデータ転送におけるシステムの
負荷を減らすことができ、かつネットワーク上を流れる
データのトラフィックを減らすことができる。
As described above, according to the first embodiment, information indicating whether or not to prefetch link data is set in advance in the link data prefetch determination table 109a according to the link address of the link data. For example, it is possible to control so that link data from a distant place such as a foreign country is not prefetched. As a result, the load on the system in data transfer on the network can be reduced, and the traffic of data flowing on the network can be reduced.

【0038】また、表示中のデータをユーザが読んでい
る時間を利用して、データ中に含まれるリンクデータの
リンク先を解析し、必要ならばリンクデータを先読みし
てデータ先読みバッファ111に格納するという処理を
バックグラウンドで実行させる。これにより、入力装置
102でリンクデータの取り出しを指示された場合でも
迅速にリンクデータを表示できる。
The link destination of the link data included in the data is analyzed by utilizing the time during which the user is reading the data being displayed, and if necessary, the link data is prefetched and stored in the data prefetch buffer 111. Is performed in the background. Thereby, even when the input device 102 is instructed to take out the link data, the link data can be displayed quickly.

【0039】また、入力装置102から指定されたデー
タが読込み済みかどうか判定し、まだ読込まれていない
場合は外部記憶装置105から、読込み済みの場合はデ
ータ先読みバッファ111からデータを取り出してデー
タ解析部106にデータを渡す。これにより、外部記憶
装置105からの不必要なデータの読込みを防ぐことが
でき、かつ迅速なデータの表示を行うことができる。
It is determined whether the data specified from the input device 102 has been read. If the data has not been read yet, the data is taken out from the external storage device 105. The data is passed to the unit 106. As a result, unnecessary reading of data from the external storage device 105 can be prevented, and data can be displayed quickly.

【0040】また、リンクデータのリンクアドレスを解
析し、データ先読み選択部109にその情報を渡すこと
ができるリンク先解析部108を提供することで、リン
クデータのリンクアドレスを迅速に判断することができ
る。
Further, by providing the link destination analyzing unit 108 which analyzes the link address of the link data and can pass the information to the data look-ahead selecting unit 109, it is possible to quickly determine the link address of the link data. it can.

【0041】また、リンク先解析部108から渡された
情報に基づいてリンクデータを先読みするか否かを判断
し、先読みする場合はリンクデータの先読みを行うよう
に指示することができるデータ先読み選択部109を提
供する。これにより、不必要なリンクデータの先読み
や、読込みに長い時間を要するために発生するシステム
の負荷やネットワーク上を流れるデータのトラフィック
を減らすことができる。また、外部記憶装置105から
データを読込んでデータ先読みバッファ111に格納す
るとともに、読込んだデータの情報をデータ読込み済み
判定部104に設定することができるデータ先読み指示
部110を提供する。これにより、データ先読みバッフ
ァ111に格納されているデータを迅速な表示処理を実
現することができる。
Also, based on the information passed from the link destination analyzing unit 108, it is determined whether or not to prefetch the link data, and in the case of prefetching, a data prefetch selection instruction can be given to instruct to prefetch the link data. Section 109 is provided. As a result, it is possible to reduce the load on the system and the traffic of data flowing on the network, which are caused by unnecessary prefetching of the link data and a long time for the reading. Further, the present invention provides a data prefetch instruction unit 110 that can read data from the external storage device 105 and store the data in the data prefetch buffer 111, and can set information of the read data in the data read completion determination unit 104. As a result, a quick display process of the data stored in the data prefetch buffer 111 can be realized.

【0042】また、リンクデータの先読み中にリンクデ
ータの先読みを停止するように指示された場合や、現在
表示中のリンクデータとは別のリンクデータを読込むよ
うに指示された場合などに、リンクデータの先読みを停
止するように指示することができるデータ先読み停止部
112を提供する。これにより、読込み処理に要するシ
ステムやネットワークの資源を解放することができ、か
つ直ちに別の処理を開始することができる。
Also, when an instruction to stop the prefetching of the link data during the prefetching of the link data or an instruction to read the link data different from the link data currently being displayed is made, the link data is read. The present invention provides a data prefetch stop unit 112 that can instruct to stop prefetching of data. As a result, it is possible to release the system and network resources required for the reading process, and to immediately start another process.

【0043】(実施形態2)実施形態1では、リンク先
解析部108が表示中のデータのリンクデータヘのリン
クアドレスを解析し、データ先読み選択部109がその
リンクデータを先読みするか否かを判断する場合の例で
あった。これに対し、実施形態2では、リンク先解析部
108がリンクアドレスだけではなくリンクデータのデ
ータ種別をも解析する。そして、これににより、データ
先読み選択部109は、リンクデータのリンクアドレス
だけではなく、そのデータ種別に応じて先読みするか否
かを判断することが可能になる。
(Embodiment 2) In the first embodiment, the link destination analysis unit 108 analyzes the link address of the data being displayed to the link data, and the data prefetch selection unit 109 determines whether or not to prefetch the link data. It was an example of the case. On the other hand, in the second embodiment, the link destination analyzing unit 108 analyzes not only the link address but also the data type of the link data. Accordingly, the data prefetch selection unit 109 can determine whether to prefetch according to the data type as well as the link address of the link data.

【0044】以下、実施形態2におけるリンク先解析部
108及びデータ先読み選択部109で実行される処理
の具体例について、図4を用いて説明する。
Hereinafter, a specific example of processing executed by the link destination analysis unit 108 and the data prefetch selection unit 109 according to the second embodiment will be described with reference to FIG.

【0045】図4は本発明の実施形態2のリンク先解析
部及びデータ先読み選択部で実行される処理の具体例を
説明するための図である。
FIG. 4 is a diagram for explaining a specific example of the processing executed by the link destination analysis unit and the data prefetch selection unit according to the second embodiment of the present invention.

【0046】尚、図4では、リンク先解析部108が表
示中のデータのリンクデータのデータ種別をどのように
解析し、また、データ先読み選択部109がそのリンク
データを先読みするか否かをどのように判断するかにつ
いて説明する。
In FIG. 4, how the link destination analysis unit 108 analyzes the data type of the link data of the data being displayed, and whether the data prefetch selection unit 109 prefetches the link data or not. How to make a determination will be described.

【0047】図4において、301は本発明によるデー
タを表示するデータ表示プログラムの画面表示例であ
り、ここでは、表示中のデータがリンクデータを含む場
合を示している。302はデータ種別毎に先読みするか
否かを示す情報を設定したリンクデータ先読み決定テー
ブル109aの一例である。ここでは、データ種別がテ
キストであるリンクアドレスを持つリンクデータを先読
みするように設定されている。
In FIG. 4, reference numeral 301 denotes a screen display example of a data display program for displaying data according to the present invention. Here, a case where the data being displayed includes link data is shown. Reference numeral 302 denotes an example of a link data prefetch determination table 109a in which information indicating whether to prefetch for each data type is set. Here, it is set so that link data having a link address whose data type is text is prefetched.

【0048】上記構成において、データ表示プログラム
に表示されているリンクボイント(301では”これ
が”の文字列)を、例えば、マウスでクリックすると、
リンク先解析部108がリンクされているデータ種別を
解析する。もし、データ種別が例1)のhttp://www.ab
c.co.jp/xyz.htmlの場合は、データ名の”html”からデ
ータ種別がテキストであると判断され、リンクデータ先
読み決定テーブル302から、このリンクデータは先読
みすると判断される。また、データ種別が例2)のhtt
p://www.abc.co.jp/xyz.jpegの場合は、データ名の”jp
eg”からデータ種別がイメージデータであると判断さ
れ、リンクデータ先読み決定テーブル302から、この
リンクデータは先読みしないと判断される。同様に、デ
ータ種別が例3)のhttp://www.abc.co.jp/xyz.auの場
合は、データ名の”au”からデータ種別が音声データで
あると判断され、リンクデータ先読み決定テーブル30
2から、このリンクデータは先読みしないと判断され
る。
In the above configuration, when a link point (a character string of “this” in 301) displayed on the data display program is clicked with, for example, a mouse,
The link destination analyzing unit 108 analyzes the linked data type. If the data type is http: //www.ab in Example 1)
In the case of c.co.jp/xyz.html, the data type is determined to be text from the data name “html”, and the link data prefetch determination table 302 determines that the link data is prefetched. Also, the data type is htt in Example 2)
In the case of p: //www.abc.co.jp/xyz.jpeg, the data name "jp"
eg ", the data type is determined to be image data, and from the link data prefetch determination table 302, it is determined that the link data is not prefetched. Similarly, the data type is http://www.abc of Example 3). In the case of .co.jp / xyz.au, the data type is determined to be voice data from the data name “au”, and the link data prefetch determination table 30
From 2, it is determined that this link data is not prefetched.

【0049】以上説明したように、実施形態2によれ
ば、リンクデータのリンクアドレスにより、リンクデー
タを先読みするか否かを示す情報をあらかじめリンクデ
ータ先読み決定テーブル109aに設定しておくことに
より、例えば、音声データのような読込むのに長い時間
を要するデータは先読みしないように制御することが可
能になる。これにより、ネットワーク上のデータ転送に
おけるシステムの負荷を減らすことができ、かつネット
ワーク上を流れるデータのトラフィックを減らすことが
できる。
As described above, according to the second embodiment, information indicating whether or not to prefetch link data is set in advance in the link data prefetch determination table 109a according to the link address of the link data. For example, it is possible to control not to prefetch data such as audio data that requires a long time to read. As a result, the load on the system in data transfer on the network can be reduced, and the traffic of data flowing on the network can be reduced.

【0050】また、実施形態1で得られる効果に加え
て、リンクデータのデータ種別等を解析し、データ先読
み選択部110にその情報を渡すことができるリンク先
解析部108を提供する。これにより、リンクデータの
データ種別を迅速に判断することができる。
Further, in addition to the effects obtained in the first embodiment, a link destination analyzing unit 108 that can analyze the data type and the like of link data and pass the information to the data prefetch selecting unit 110 is provided. Thereby, the data type of the link data can be quickly determined.

【0051】尚、本発明は、複数の機器(例えばホスト
コンピュータ、インタフェース機器、リーダ、プリンタ
など)から構成されるシステムに適用しても、一つの機
器からなる装置(例えば、複写機、ファクシミリ装置な
ど)に適用してもよい。
Even if the present invention is applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), a device including one device (for example, a copying machine, a facsimile machine) Etc.).

【0052】また、本発明の目的は、前述した実施形態
の機能を実現するソフトウェアのプログラムコードを記
録した記憶媒体を、システムあるいは装置に供給し、そ
のシステムあるいは装置のコンピュータ(またはCPU
やMPU)が記憶媒体に格納されたプログラムコードを
読出し実行することによっても、達成されることは言う
までもない。
Further, an object of the present invention is to provide a storage medium storing a program code of software for realizing the functions of the above-described embodiments to a system or an apparatus, and to provide a computer (or CPU) of the system or apparatus.
And MPU) read and execute the program code stored in the storage medium.

【0053】この場合、記憶媒体から読出されたプログ
ラムコード自体が前述した実施形態の機能を実現するこ
とになり、そのプログラムコードを記憶した記憶媒体は
本発明を構成することになる。
In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention.

【0054】プログラムコードを供給するための記憶媒
体としては、例えば、フロッピディスク、ハードディス
ク、光ディスク、光磁気ディスク、CD−ROM、CD
−R、磁気テープ、不揮発性のメモリカード、ROMな
どを用いることができる。
As a storage medium for supplying the program code, for example, a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD
-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

【0055】また、コンピュータが読出したプログラム
コードを実行することにより、前述した実施形態の機能
が実現されるだけでなく、そのプログラムコードの指示
に基づき、コンピュータ上で稼働しているOS(オペレ
ーティングシステム)などが実際の処理の一部または全
部を行い、その処理によって前述した実施形態の機能が
実現される場合も含まれることは言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instructions of the program code. ) May perform some or all of the actual processing, and the processing may realize the functions of the above-described embodiments.

【0056】更に、記憶媒体から読出されたプログラム
コードが、コンピュータに挿入された機能拡張ボードや
コンピュータに接続された機能拡張ユニットに備わるメ
モリに書込まれた後、そのプログラムコードの指示に基
づき、その機能拡張ボードや機能拡張ユニットに備わる
CPUなどが実際の処理の一部または全部を行い、その
処理によって前述した実施形態の機能が実現される場合
も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, based on the instructions of the program code, It goes without saying that the CPU included in the function expansion board or the function expansion unit performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

【0057】[0057]

【発明の効果】以上説明したように、本発明によれば、
ハイパーリンクされたデータを扱う情報処理システムに
おいて、迅速にリンクデータを取り出すことができ情報
処理装置及びその制御方法、コンピュータ可読メモリを
提供できる。
As described above, according to the present invention,
In an information processing system that handles hyperlinked data, it is possible to quickly extract link data and provide an information processing apparatus, a control method thereof, and a computer-readable memory.

【0058】[0058]

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

【図1】本発明の実施形態1の情報処理装置の構成を示
すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of an information processing apparatus according to a first embodiment of the present invention.

【図2】本発明の実施形態1のリンク先解析部及びデー
タ先読み選択部で実行される処理の具体例を説明するた
めの図である。
FIG. 2 is a diagram for describing a specific example of processing executed by a link destination analysis unit and a data prefetch selection unit according to the first embodiment of the present invention.

【図3】本発明の実施形態1で実行される処理を示すフ
ローチャートである。
FIG. 3 is a flowchart illustrating processing executed in the first embodiment of the present invention.

【図4】本発明の実施形態2のリンク先解析部及びデー
タ先読み選択部で実行される処理の具体例を説明するた
めの図である。
FIG. 4 is a diagram for explaining a specific example of processing executed by a link destination analysis unit and a data prefetch selection unit according to the second embodiment of the present invention.

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

101 表示装置 102 入力装置 103 データアドレス解析部 104 データ読込み済み判定部 105 外部記憶装置 106 データ解析部 107 データ表示部 108 リンク先解析部 109 データ先読み選択部 109a リンクデータ先読み決定テーブル 110 データ先読み指示部 111 データ先読みバッファ 112 データ先読み停止部 Reference Signs List 101 display device 102 input device 103 data address analysis unit 104 data read completion determination unit 105 external storage device 106 data analysis unit 107 data display unit 108 link destination analysis unit 109 data prefetch selection unit 109a link data prefetch determination table 110 data prefetch instruction unit 111 Data prefetch buffer 112 Data prefetch stop unit

Claims (19)

【特許請求の範囲】[Claims] 【請求項1】 ローカルあるいはネットワーク上に分散
する外部記憶装置からデータを読み込んでその内容を表
示する情報処理装置であって、 前記データにリンクデータが含まれる場合、該リンクデ
ータのリンクアドレスを解析する解析手段と、 前記解析手段の解析結果に基づいて、前記リンクデータ
を読み込むか否かを判定する判定手段とを備えることを
特徴とする情報処理装置。
1. An information processing apparatus for reading data from an external storage device distributed locally or on a network and displaying the contents thereof, wherein when the data includes link data, the link address of the link data is analyzed. An information processing apparatus, comprising: an analyzing unit that performs the analysis; and a determining unit that determines whether to read the link data based on an analysis result of the analyzing unit.
【請求項2】 前記判定手段は、前記リンクデータのリ
ンクアドレスに含まれる国名を示す情報を参照すること
で、該リンクデータを読み込むか否かを判定することを
特徴とする請求項1に記載の情報処理装置。
2. The method according to claim 1, wherein the determination unit determines whether to read the link data by referring to information indicating a country name included in a link address of the link data. Information processing device.
【請求項3】 前記判定手段は、前記リンクデータのリ
ンクアドレスに含まれるデータ種別を示す情報を参照す
ることで、該リンクデータを読み込むか否かを判定する
ことを特徴とする請求項1に記載の情報処理装置。
3. The method according to claim 1, wherein the determination unit determines whether to read the link data by referring to information indicating a data type included in a link address of the link data. An information processing apparatus according to claim 1.
【請求項4】 前記リンクデータのリンクアドレスに基
づいて、リンクデータの読み込みを行うか否かを設定す
る設定手段を更に備えることを特徴とする請求項1に記
載の情報処理装置。
4. The information processing apparatus according to claim 1, further comprising setting means for setting whether to read the link data based on a link address of the link data.
【請求項5】 前記判定手段の判定結果に基づいて、前
記リンクデータをバッファに読み込む読み込み手段を更
に備え、 前記読み込み手段は、前記データに含まれるリンクデー
タを読み込む場合、該データ中に含まれる該リンクデー
タの読み込みを指示するフラグが指示される前に、該リ
ンクデータの読み込みを開始することを特徴とする請求
項1に記載の情報処理装置。
5. A reading means for reading the link data into a buffer based on a result of the determination by the determining means, wherein the reading means is included in the data when reading the link data included in the data. 2. The information processing apparatus according to claim 1, wherein reading of the link data is started before a flag instructing to read the link data is instructed.
【請求項6】 前記フラグが指示された場合、該フラグ
に対応するリンクデータを前記バッファから読み出して
表示することを特徴とする請求項5に記載の情報処理装
置。
6. The information processing apparatus according to claim 5, wherein when the flag is designated, link data corresponding to the flag is read from the buffer and displayed.
【請求項7】 前記リンクデータの読み込みを停止する
停止手段を更に備えることを特徴とする請求項1に記載
の情報処理装置。
7. The information processing apparatus according to claim 1, further comprising a stop unit for stopping reading of the link data.
【請求項8】 前記停止手段は、入力装置から前記リン
クデータの読み込みの停止を指示された場合に、該リン
クデータの読み込みを停止することを特徴とする請求項
7に記載の情報処理装置。
8. The information processing apparatus according to claim 7, wherein said stopping means stops reading of said link data when instructed to stop reading of said link data from an input device.
【請求項9】 前記停止手段は、入力装置から現在表示
中のデータとは別のデータの表示を指示された場合に、
前記リンクデータの読み込みを停止することを特徴とす
る請求項7に記載の情報処理装置。
9. The stopping means, when instructed by the input device to display data different from the currently displayed data,
The information processing apparatus according to claim 7, wherein reading of the link data is stopped.
【請求項10】 ローカルあるいはネットワーク上に分
散する外部記憶装置からデータを読み込んでその内容を
表示する情報処理装置の制御方法であって、前記データ
にリンクデータが含まれる場合、該リンクデータのリン
クアドレスを解析する解析工程と、 前記解析工程の解析結果に基づいて、前記リンクデータ
を読み込むか否かを判定する判定工程とを備えることを
特徴とする情報処理装置の制御方法。
10. A control method for an information processing apparatus for reading data from an external storage device distributed locally or on a network and displaying the content, wherein when the data includes link data, a link of the link data is used. A control method for an information processing apparatus, comprising: an analysis step of analyzing an address; and a determination step of determining whether to read the link data based on an analysis result of the analysis step.
【請求項11】 前記判定工程は、前記リンクデータの
リンクアドレスに含まれる国名を示す情報を参照するこ
とで、該リンクデータを読み込むか否かを判定すること
を特徴とする請求項10に記載の情報処理装置の制御方
法。
11. The method according to claim 10, wherein the determining step determines whether or not to read the link data by referring to information indicating a country name included in a link address of the link data. A method for controlling an information processing apparatus.
【請求項12】 前記判定工程は、前記リンクデータの
リンクアドレスに含まれるデータ種別を示す情報を参照
することで、該リンクデータを読み込むか否かを判定す
ることを特徴とする請求項10に記載の情報処理装置の
制御方法。
12. The method according to claim 10, wherein the determining step determines whether to read the link data by referring to information indicating a data type included in a link address of the link data. The control method of the information processing apparatus described in the above.
【請求項13】 前記リンクデータのリンクアドレスに
基づいて、リンクデータの読み込みを行うか否かを設定
する設定工程を更に備えることを特徴とする請求項10
に記載の情報処理装置の制御方法。
13. The apparatus according to claim 10, further comprising a setting step of setting whether to read the link data based on a link address of the link data.
The control method for an information processing device according to claim 1.
【請求項14】 前記判定工程の判定結果に基づいて、
前記リンクデータをバッファに読み込む読み込み工程を
更に備え、 前記読み込み工程は、前記データに含まれるリンクデー
タを読み込む場合、該データ中に含まれる該リンクデー
タの読み込みを指示するフラグが指示される前に、該リ
ンクデータの読み込みを開始することを特徴とする請求
項10に記載の情報処理装置の制御方法。
14. Based on the determination result of the determination step,
The method further comprises a reading step of reading the link data into a buffer, wherein the reading step includes, when reading link data included in the data, before a flag instructing reading of the link data included in the data is indicated. 11. The method according to claim 10, wherein the reading of the link data is started.
【請求項15】 前記フラグが指示された場合、該フラ
グに対応するリンクデータを前記バッファから読み出し
て表示することを特徴とする請求項14に記載の情報処
理装置の制御方法。
15. The method according to claim 14, wherein when the flag is instructed, link data corresponding to the flag is read from the buffer and displayed.
【請求項16】 前記リンクデータの読み込みを停止す
る停止工程を更に備えることを特徴とする請求項10に
記載の情報処理装置の制御方法。
16. The control method according to claim 10, further comprising a stop step of stopping reading of the link data.
【請求項17】 前記停止工程は、入力装置から前記リ
ンクデータの読み込みの停止を指示された場合に、該リ
ンクデータの読み込みを停止することを特徴とする請求
項16に記載の情報処理装置の制御方法。
17. The information processing apparatus according to claim 16, wherein, in the stopping step, when reading of the link data is instructed from an input device, reading of the link data is stopped. Control method.
【請求項18】 前記停止工程は、入力装置から現在表
示中のデータとは別のデータの表示を指示された場合
に、前記リンクデータの読み込みを停止することを特徴
とする請求項16に記載の情報処理装置の制御方法。
18. The method according to claim 16, wherein, in the stopping step, reading of the link data is stopped when an instruction to display data different from the currently displayed data is given from an input device. A method for controlling an information processing apparatus.
【請求項19】 ローカルあるいはネットワーク上に分
散する外部記憶装置からデータを読み込んでその内容を
表示する情報処理装置の制御のプログラムコードが格納
されたコンピュータ可読メモリであって、 前記データにリンクデータが含まれる場合、該リンクデ
ータのリンクアドレスを解析する解析工程のプログラム
コードと、 前記解析工程の解析結果に基づいて、前記リンクデータ
を読み込むか否かを判定する判定工程のプログラムコー
ドとを備えることを特徴とするコンピュータ可読メモ
リ。
19. A computer-readable memory storing a program code for controlling an information processing device for reading data from an external storage device distributed locally or on a network and displaying the content, wherein link data is included in the data. If included, a program code for an analysis step of analyzing a link address of the link data, and a program code for a determination step of determining whether to read the link data based on an analysis result of the analysis step are provided. A computer readable memory characterized by the following.
JP9311986A 1997-11-13 1997-11-13 Information processor, its control method and computer readable memory Withdrawn JPH11143761A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9311986A JPH11143761A (en) 1997-11-13 1997-11-13 Information processor, its control method and computer readable memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9311986A JPH11143761A (en) 1997-11-13 1997-11-13 Information processor, its control method and computer readable memory

Publications (1)

Publication Number Publication Date
JPH11143761A true JPH11143761A (en) 1999-05-28

Family

ID=18023834

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9311986A Withdrawn JPH11143761A (en) 1997-11-13 1997-11-13 Information processor, its control method and computer readable memory

Country Status (1)

Country Link
JP (1) JPH11143761A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001046813A1 (en) * 1999-12-22 2001-06-28 Nec Corporation Communication system for downloading structured document
JP2003015936A (en) * 2001-06-28 2003-01-17 Sony Corp Information processing unit and information processing method, recording medium and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001046813A1 (en) * 1999-12-22 2001-06-28 Nec Corporation Communication system for downloading structured document
JP2003015936A (en) * 2001-06-28 2003-01-17 Sony Corp Information processing unit and information processing method, recording medium and program

Similar Documents

Publication Publication Date Title
KR100452569B1 (en) Method and system for incorporation of graphical print techniques in a web browser
US6950980B1 (en) System, method, and program product for saving a submitted form of a web page
JP3776939B2 (en) Apparatus and method for obtaining information using standard objects
US7272781B2 (en) Stopping the downloading of at least one image on a browser by selecting a placeholder representing the image
JP5316338B2 (en) Information processing apparatus, data acquisition method, and program
JPH10124413A (en) Method for priority order down loading of buried web object and device therefor
US20070277102A1 (en) Technique for Changing the Display of Web Pages as Time Passes
JP4151978B2 (en) Server apparatus, management method, and program
JPH06110926A (en) Information retrieving device
JP3809863B2 (en) server
JP2000276486A (en) Processor and method for information retrieval
US20010016857A1 (en) Information processing device, information processing method and recording medium storing computer program for processing information
JPH1124982A (en) Web page lookahead system based on history
JP2004046478A (en) Link destination screen display system, link destination screen display program, and storage medium with the program stored therein
JPH11143761A (en) Information processor, its control method and computer readable memory
JP3647967B2 (en) Screen transition system
JP2005165651A (en) Information communication terminal and program
JP3647283B2 (en) Document information extraction device
JP3843390B2 (en) Web page browsing method and web page browsing program
JP2000215138A (en) Information searching device and storage medium which stores program
US8311801B2 (en) Technology for supporting modification of messages displayed by program
JP2000057078A (en) Screen display method and storage medium
JP3237619B2 (en) Document display device, document display method, and recording medium recording document display program
US20030028849A1 (en) Display of a document on a client computer
JP2001209602A (en) Url processor, method of registering url, method of deleting url, and recording medium

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050201