JP2005346626A - Method, device and program for provisionally displaying another content in download waiting time for content - Google Patents

Method, device and program for provisionally displaying another content in download waiting time for content Download PDF

Info

Publication number
JP2005346626A
JP2005346626A JP2004168530A JP2004168530A JP2005346626A JP 2005346626 A JP2005346626 A JP 2005346626A JP 2004168530 A JP2004168530 A JP 2004168530A JP 2004168530 A JP2004168530 A JP 2004168530A JP 2005346626 A JP2005346626 A JP 2005346626A
Authority
JP
Japan
Prior art keywords
content
alternative
network
designated
location information
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
JP2004168530A
Other languages
Japanese (ja)
Inventor
Mitsuhiro Yuhito
光宏 由比藤
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2004168530A priority Critical patent/JP2005346626A/en
Publication of JP2005346626A publication Critical patent/JP2005346626A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To display a content expected that a download time is short, different from a designated content only when it is expected that a download time of the designated content is long. <P>SOLUTION: In time of download requirement of the content (hereinafter called a designation content) designated by a user, the download time of the designation content is acquired from a statistical information management part managing statistical information about the download time of the designation content, and is compared with a predetermined upper limit download time. Only when exceeding the upper limit download time, position information on a network about one content (hereinafter called an alternative content) different from the designation content is selected from an alternative content position information management part managing the position information on the network about the alternative content, and download requirement of the alternative content is performed simultaneously with the download requirement of the designation content. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ネットワーク上のサーバからコンテンツをダウンロードして端末に表示するシステムにおいて,コンテンツのダウンロード待ち時間に別のコンテンツを暫定的に表示する方法、装置及びプログラムに関するものである。   The present invention relates to a method, apparatus, and program for temporarily displaying another content during a content download waiting time in a system for downloading content from a server on a network and displaying the content on a terminal.

従来のネットワーク上のサーバからコンテンツをダウンロードして端末に表示する場合、サーバが遅い等の理由で,利用者がコンテンツの取得を指示してからコンテンツが表示されるまでに時間を要する場合がある。このような場合、指定したコンテンツが表示されるまで現在表示している画面が表示され続けるか、空白の画面が表示され続けるか、利用者が明示的に表示したウィンドウとは別のウィンドウを開き、そこへ広告を表示することが行われている(例えば、特許文献1及び特許文献2参照)。   When downloading content from a server on a conventional network and displaying it on a terminal, it may take some time for the content to be displayed after the user instructs the acquisition of the content because the server is slow. . In such a case, the currently displayed screen will continue to be displayed until the specified content is displayed, or a blank screen will continue to be displayed, or a window that is different from the window explicitly displayed by the user will be opened. An advertisement is displayed there (see, for example, Patent Document 1 and Patent Document 2).

特開平8−76778号公報JP-A-8-76778 特開平10−320336号公報Japanese Patent Laid-Open No. 10-320336

HTMLで記述されたWebページを表示する場合を例に従来の技術を説明する。Webページでは、Webブラウザにコンテンツが表示され、このコンテンツ内にリンクがあり、リンクをクリックするとリンク先のコンテンツ、例えばURL1のダウンロードを要求する。URL1で示されるコンテンツのダウンロードが終了すると、ダウンロードされたコンテンツはHTMLレンダリング機能により表示装置に表示可能な形式に変換される(以下、レンダリングと称する)。コンテンツのダウンロードとコンテンツをレンダリングしている間は現在表示されているコンテンツが表示される。なお、Webブラウザでは、マウスボタンの右クリックにより別の新しいウィンドウを開き、そこにURL1を表示することが可能である。この場合は、新しいウィンドウは、これを開いた時点で空白であり、URL1のレンダリングが終了するまで、空白のままである。   The conventional technology will be described by taking as an example the case of displaying a Web page described in HTML. In the Web page, the content is displayed on the Web browser, and there is a link in the content. When the link is clicked, the download of the linked content, for example, URL1 is requested. When the download of the content indicated by URL1 is completed, the downloaded content is converted into a format that can be displayed on the display device by the HTML rendering function (hereinafter referred to as rendering). While the content is being downloaded and the content is being rendered, the currently displayed content is displayed. In the Web browser, it is possible to open another new window by right-clicking the mouse button and display URL1 there. In this case, the new window is blank when opened and remains blank until the rendering of URL1 is complete.

また、現在表示しているWebページから別のWebページに移動しようとした時に新しいウィンドウを開き、そこに広告を表示する例としてポップアップ広告がある。これを実現するためには,現在表示しているWebページのHTMLに下記の項目を記述しておく。
(1)新しいウィンドウを開き、そこに広告を表示するという内容の JAVA(登録商標)Scriptの関数
(2)別のURLのWebページに移動するというイベントが発生したら、前記の関数を呼ぶというHTMLの記述
これにより、利用者が現在ページ内のリンクをクリックして、別のページを表示した時にイベントが発生し、これにより、(1)の関数が呼ばれる。その関数の中で、新しいウィンドウが開かれ、その中に広告が表示される。
Further, there is a pop-up advertisement as an example in which a new window is opened when an attempt is made to move from the currently displayed web page to another web page and an advertisement is displayed there. In order to realize this, the following items are described in HTML of the currently displayed Web page.
(1) A JAVA (registered trademark) script function that opens a new window and displays an advertisement there. (2) When an event occurs that moves to a Web page with a different URL, HTML that calls the function is called. As a result, when the user clicks a link in the current page and displays another page, an event is generated, thereby calling the function (1). Within that function, a new window is opened and the advertisement is displayed in it.

従来のネットワーク上のサーバからコンテンツをダウンロードして端末に表示する場合、サーバが遅い等の理由で、利用者がコンテンツの取得を指示してからコンテンツが表示されるまでに時間を要する場合がある。このような場合、指定したコンテンツが表示されるまで現在表示している画面が表示されるか、空白の画面が表示され、利用者は時間を無駄にするという問題点があった。   When content is downloaded from a server on a conventional network and displayed on a terminal, it may take some time for the content to be displayed after the user instructs the acquisition of the content because the server is slow, etc. . In such a case, the currently displayed screen is displayed until the designated content is displayed, or a blank screen is displayed, and the user is wasted time.

また、このような問題を解決する手段としてでは無く、利用者が現在表示しているコンテンツから別のコンテンツをダウンロードして表示しようとした時、利用者が明示的に表示したウィンドウとは別のウィンドウを開き、そこへ広告を表示するポップアップ広告も存在する。この場合、広告は利用者にとって目触りであり、また、開いたポップアップウィンドウを利用者が閉じる必要があり利用者に負担を強いていた。また、コンテンツのダウンロード時間に関係なく広告が表示され、表示頻度も制御されておらず、利用者のコンテンツ閲覧を妨害しているという問題点があった。   Also, not as a means to solve such problems, when the user tries to download and display other content from the currently displayed content, it is different from the window that the user explicitly displayed There are also pop-up advertisements that open windows and display advertisements there. In this case, the advertisement is visible to the user, and the user needs to close the opened pop-up window, which imposes a burden on the user. Further, there is a problem that advertisements are displayed regardless of the download time of the content, the display frequency is not controlled, and the user's content browsing is disturbed.

本発明の課題は,このような問題点を解決し、指定したコンテンツのダウンロード時間が長いと予想される場合にのみ,指定したコンテンツとは別の、ダウンロードが早いと予想されるコンテンツを表示することで、指定コンテンツが表示されるまでの時間を有効に使うことにある。   An object of the present invention is to solve such a problem and to display a content that is expected to be downloaded earlier, different from the specified content, only when the download time of the specified content is expected to be long. Thus, the time until the designated content is displayed is to be used effectively.

本発明は、ネットワーク上のサーバからコンテンツをダウンロードして端末に表示するシステムにおいて、コンテンツのダウンロード待ち時間に別のコンテンツを暫定的に表示する方法であって、端末において、
利用者により指定されたコンテンツ(指定コンテンツという)のダウンロード要求時に、該指定コンテンツのダウンロード時間を該指定コンテンツのネットワーク上の位置情報と該指定コンテンツのダウンロード時間の統計情報を関連付けて管理する統計情報管理部から取得するステップと、
該指定コンテンツのダウンロード時間を予め定めた上限ダウンロード時間と比較し、上限ダウンロード時間を越えない場合は該指定コンテンツのダイナミック要求のみを行い、超えた場合は、該指定コンテンツのダウンロード要求と同時に、該指定コンテンツとは別のコンテンツ(以下代替コンテンツという)のネットワーク上の位置情報を管理する代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択し、該代替コンテンツのダウンロード要求を行なうことを判定するステップと、
該指定コンテンツ及び/又は該代替コンテンツをネットワーク上のサーバに対しダウンロード要求するステップと、
ネットワーク上のサーバからダウンロードされたコンテンツを受信するステップと、
受信したコンテンツが指定コンテンツか代替コンテンツかを判定するステップと、
受信したコンテンツを端末上の表示装置に表示可能な形式に変換するステップと、
前記形式変換が終了したことを通知するステップと、
代替コンテンツの形式変換の終了通知に応答して、代替コンテンツを端末上の表示装置に表示させるステップと、
指定コンテンツの形式変換の終了通知に応答して、表示装置に表示を代替コンテンツから指定コンテンツに切替えるステップと、
ネットワーク上のサーバに対し指定コンテンツのダウンロード要求が行なわれてから該指定コンテンツの受信が完了するまでの時間を計測し統計情報管理部の該コンテンツのダウンロード時間の統計情報を更新するステップと、
を具えることを特徴とする。
The present invention relates to a system for downloading content from a server on a network and displaying the content on a terminal.
Statistical information for managing the download time of the designated content in association with the location information on the network of the designated content and the statistical information of the download time of the designated content at the time of download request of the content designated by the user (referred to as designated content) Acquiring from the management unit;
The download time of the designated content is compared with a predetermined upper limit download time. If the upper limit download time is not exceeded, only a dynamic request for the designated content is made. Select location information on the network of one alternative content from the alternative content location information management unit that manages location information on the network of content different from the designated content (hereinafter referred to as alternative content), and request download of the alternative content Determining what to do;
Requesting download of the designated content and / or the alternative content to a server on the network;
Receiving content downloaded from a server on the network;
Determining whether the received content is designated content or alternative content;
Converting received content into a format that can be displayed on a display device on the terminal;
Notifying that the format conversion is completed;
In response to the notification of the completion of the format conversion of the alternative content, displaying the alternative content on the display device on the terminal;
In response to an end notification of format conversion of the designated content, switching the display on the display device from the alternative content to the designated content;
Measuring the time from when a request for downloading the designated content is made to a server on the network until the reception of the designated content is completed, and updating the statistical information of the download time of the content in the statistical information management unit;
It is characterized by comprising.

本発明のコンテンツ表示方法においては、更に、
前記代替コンテンツ位置情報管理部にて、代替コンテンツのネットワーク上の位置情報を管理しているネットワーク上のサーバから複数の代替コンテンツのネットワーク上の位置情報を取得し、保存するステップを具えることを特徴とする。
In the content display method of the present invention, further,
The alternative content location information management unit includes the steps of acquiring and storing location information of a plurality of alternative contents on the network from a server on the network that manages the location information of the alternative content on the network. Features.

本発明のコンテンツ表示方法において、更に、
前記代替コンテンツ位置情報監理部にて利用者毎に複数の代替コンテンツのネットワーク上の位置情報を管理するステップと、
前記代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択するとき、利用者を識別し、識別した利用者に対応する複数の代替コンテンツのネットワーク上の位置情報の中から選択するステップを具えることを特徴とする。
In the content display method of the present invention,
Managing location information on a network of a plurality of alternative contents for each user in the alternative content location information management unit;
When selecting the location information of one alternative content on the network from the alternative content location information management unit, the user is identified and selected from a plurality of location information on the network of the alternative content corresponding to the identified user A step of performing.

上述した本発明のコンテンツ表示方法の実施に使用する端末装置は、
端末利用者により指定されたコンテンツ(指定コンテンツという)のダウンロード時間を計測する手段と、前記コンテンツのダウンロード時間の統計情報を当該コンテンツのネットワーク上の位置情報と関連付けて管理する統計情報管理手段と、
前記コンテンツとは別の複数のコンテンツ(代替コンテンツという)のネットワーク上の位置情報を管理する代替コンテンツ位置情報管理手段と、
端末利用者により指定されたコンテンツのダウンロード要求に対して、該コンテンツのダウンロード時間を前記統計情報管理手段から取得し、そのダウンロード時間を予め定めた上限時間と比較し、超えていない場合は指定コンテンツのダウンロード要求のみを、越えた場合に、指定コンテンツのダウンロード要求に加え、前記代替コンテンツ位置情報管理手段から1つの代替コンテンツを選択し該代替コンテンツのダウンロード要求を行なうことを判定する代替コンテンツ要求判定手段と、
指定コンテンツ及び/又は代替コンテンツのダウンロード要求をネットワーク上のサーバに対し送信する送信手段と、
ネットワーク上のサーバからダウンロードされたコンテンツを受信する受信手段と、
受信したコンテンツが指定コンテンツか代替コンテンツかを判定する手段と、
受信したコンテンツを端末上の表示装置に表示可能な形式に変換する手段と、
前記形式変換が終了したことを通知する手段と、
代替コンテンツの形式変換の終了通知により代替コンテンツを表示する手段と、
指定コンテンツの形式変換の終了通知により、表示を代替コンテンツから指定コンテンツに切替える手段と、
を具えることを特徴とする。
The terminal device used to implement the content display method of the present invention described above is
Means for measuring the download time of content specified by the terminal user (referred to as specified content), statistical information management means for managing statistical information of the download time of the content in association with location information on the network of the content,
Alternative content location information management means for managing location information on a network of a plurality of content different from the content (referred to as alternative content);
In response to a content download request specified by the terminal user, the download time of the content is acquired from the statistical information management means, and the download time is compared with a predetermined upper limit time. In the case where only the download request is exceeded, in addition to the download request for the designated content, the alternative content request determination for determining that one alternative content is selected from the alternative content position information management means and the download request for the alternative content is performed. Means,
Transmission means for transmitting a download request for designated content and / or alternative content to a server on the network;
Receiving means for receiving content downloaded from a server on the network;
Means for determining whether the received content is designated content or alternative content;
Means for converting the received content into a format that can be displayed on a display device on the terminal;
Means for notifying that the format conversion is completed;
Means for displaying alternative content by notification of completion of the format conversion of the alternative content,
Means for switching the display from the alternative content to the designated content in response to the end notification of the format conversion of the designated content;
It is characterized by comprising.

本発明の端末装置においては、更に、前記代替コンテンツ位置情報管理部は前記送信手段と前記受信手段とに接続され、代替コンテンツのネットワーク上の位置情報を管理しているネットワーク上のサーバから複数の代替コンテンツのネットワーク上の位置情報を取得し、保存する機能を具えることを特徴とする。   In the terminal device of the present invention, the alternative content location information management unit is connected to the transmission unit and the reception unit, and a plurality of servers from a network server managing the location information of the alternative content on the network. It is characterized in that it has a function of acquiring and storing location information of alternative content on the network.

本発明の端末装置においては、更に、利用者を識別する手段を具え、前記代替コンテンツ位置情報監理部は利用者毎に複数の代替コンテンツのネットワーク上の位置情報を管理する機能を有し、前記代替コンテンツ要求判定手段は、前記代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択するとき、前記識別手段により識別された利用者に対応する複数の代替コンテンツのネットワーク上の位置情報の中から選択する機能を有することを特徴とする。   The terminal device of the present invention further comprises means for identifying a user, and the alternative content location information management unit has a function of managing location information on a network of a plurality of alternative content for each user, The alternative content request determination unit, when selecting the location information of one alternative content on the network from the alternative content location information management unit, on the network of a plurality of alternative content corresponding to the user identified by the identification unit It has a function of selecting from position information.

本発明はネットワーク上のサーバからコンテンツをダウンロードして端末に表示するシステムに用いる端末を実現するためのコンピュータプログラムも提供するものであり、該コンピュータプログラムは、端末を構成するコンピュータに、
利用者により指定されたコンテンツ(指定コンテンツという)のダウンロード要求時に、該指定コンテンツのダウンロード時間を該指定コンテンツのネットワーク上の位置情報と該指定コンテンツのダウンロード時間の統計情報を関連付けて管理する統計情報管理部から取得するステップと、
該指定コンテンツのダウンロード時間を予め定めた上限ダウンロード時間と比較し、上限ダウンロード時間を越えない場合は該指定コンテンツのダイナミック要求のみを行い、超えた場合は、該指定コンテンツのダウンロード要求と同時に、該指定コンテンツとは別のコンテンツ(以下代替コンテンツという)のネットワーク上の位置情報を管理する代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択し、該代替コンテンツのダウンロード要求を行なうことを判定するステップと、
該指定コンテンツ及び/又は該代替コンテンツをネットワーク上のサーバに対しダウンロード要求するステップと、
ネットワーク上のサーバからダウンロードされたコンテンツを受信するステップと、
受信したコンテンツが指定コンテンツか代替コンテンツかを判定するステップと、
受信したコンテンツを端末上の表示装置に表示可能な形式に変換するステップと、
前記形式変換が終了したことを通知するステップと、
代替コンテンツの形式変換の終了通知に応答して、代替コンテンツを端末上の表示装置に表示させるステップと、
指定コンテンツの形式変換の終了通知に応答して、表示装置に表示を代替コンテンツから指定コンテンツに切替えるステップと、
ネットワーク上のサーバに対し指定コンテンツのダウンロード要求が行なわれてから該指定コンテンツの受信が完了するまでの時間を計測し統計情報管理部の該コンテンツのダウンロード時間の統計情報を更新するステップと、
を実行させることを特徴とする。
The present invention also provides a computer program for realizing a terminal used in a system for downloading content from a server on a network and displaying the content on a terminal. The computer program is stored in a computer constituting the terminal.
Statistical information for managing the download time of the designated content in association with the location information on the network of the designated content and the statistical information of the download time of the designated content at the time of download request of the content designated by the user (referred to as designated content) Acquiring from the management unit;
The download time of the designated content is compared with a predetermined upper limit download time. If the upper limit download time is not exceeded, only a dynamic request for the designated content is made. Select location information on the network of one alternative content from the alternative content location information management unit that manages location information on the network of content different from the designated content (hereinafter referred to as alternative content), and request download of the alternative content Determining what to do;
Requesting download of the designated content and / or the alternative content to a server on the network;
Receiving content downloaded from a server on the network;
Determining whether the received content is designated content or alternative content;
Converting received content into a format that can be displayed on a display device on the terminal;
Notifying that the format conversion is completed;
In response to the notification of the completion of the format conversion of the alternative content, displaying the alternative content on the display device on the terminal;
In response to an end notification of format conversion of the designated content, switching the display on the display device from the alternative content to the designated content;
Measuring the time from when a request for downloading the designated content is made to a server on the network until the reception of the designated content is completed, and updating the statistical information of the download time of the content in the statistical information management unit;
Is executed.

本発明の端末を実現するためのコンピュータプログラムは、端末を構成するコンピュータに、更に、
端末上の前記代替コンテンツ位置情報管理部にて、代替コンテンツのネットワーク上の位置情報を管理しているネットワーク上のサーバから複数の代替コンテンツのネットワーク上の位置情報を取得し、保存するステップを実行させることを特徴とする。
A computer program for realizing the terminal of the present invention further includes a computer constituting the terminal,
In the alternative content location information management unit on the terminal, a step of acquiring and storing location information of a plurality of alternative contents on the network from a server on the network managing the location information of the alternative content on the network is executed. It is characterized by making it.

本発明の端末を実現するためのコンピュータプログラムは、端末を構成するコンピュータに、更に、
前記代替コンテンツ位置情報監理部にて利用者毎に複数の代替コンテンツのネットワーク上の位置情報を管理するステップと、
前記代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択するとき、利用者を識別し、識別した利用者に対応する複数の代替コンテンツのネットワーク上の位置情報の中から選択するステップを実行させることを特徴とする。
A computer program for realizing the terminal of the present invention further includes a computer constituting the terminal,
Managing location information on a network of a plurality of alternative contents for each user in the alternative content location information management unit;
When selecting the location information of one alternative content on the network from the alternative content location information management unit, the user is identified and selected from a plurality of location information on the network of the alternative content corresponding to the identified user The step to perform is performed.

本発明は上記のコンピュータプログラムを記録したコンピュータ読み取り可能な記録媒体も提供する。   The present invention also provides a computer-readable recording medium on which the above computer program is recorded.

本発明によれば,指定したコンテンツのダウンロード時間が長い場合にのみ、指定したコンテンツとは別のダウンロードが早いと予想されるコンテンツが表示されるので、指定コンテンツが表示されるまでの時間を有効に使い、かつ、表示頻度を制御することができる。   According to the present invention, only when the download time of the specified content is long, the content that is expected to be downloaded earlier than the specified content is displayed, so the time until the specified content is displayed is effective. And the display frequency can be controlled.

本発明の実施の形態について図面を参照して説明する。
図1は、ネットワーク上のサーバからコンテンツをダウンロードして端末に表示するシステムにおいて、コンテンツのダウンロード待ち時間に別のコンテンツを暫定的に表示する本発明の方法を実施する第1の実施の形態のシステム構成図である。
図1において、1は端末装置、2はインターネット、3は指定コンテンツを蓄積しているWebサーバ、4は代替コンテンツを蓄積しているWebサーバである。
Embodiments of the present invention will be described with reference to the drawings.
FIG. 1 shows a system for downloading content from a server on a network and displaying it on a terminal according to a first embodiment for implementing the method of the present invention for temporarily displaying another content during the content download waiting time. It is a system configuration diagram.
In FIG. 1, 1 is a terminal device, 2 is the Internet, 3 is a Web server that stores designated content, and 4 is a Web server that stores alternative content.

次に、図1に示すシステムの動作(本発明の方法の手順)を説明する。
その前に、統計情報管理部10は、Webサーバ3からダウンロードした指定コンテンツのURLとダウンロード時間の統計情報を管理しているものとする。図2は、統計情報管理部10が管理している情報の例を示す図である。統計情報管理部10は図2に示すように、URLとそのURLのコンテンツのダウンロードに要した時間の平均を対応付けてテーブル形式で管理している。
Next, the operation of the system shown in FIG. 1 (procedure of the method of the present invention) will be described.
Before that, it is assumed that the statistical information management unit 10 manages the URL of the designated content downloaded from the Web server 3 and the statistical information of the download time. FIG. 2 is a diagram illustrating an example of information managed by the statistical information management unit 10. As shown in FIG. 2, the statistical information management unit 10 manages URL and the average time required for downloading the content of the URL in a table format in association with each other.

代替コンテンツのURL監理部11は、Webサーバ4に存在するユーザが好きな代替コンテンツのURLを監理しているものとする。Webサーバ4には代替コンテンツとして指定コンテンツよりダウンロード時間が短いものが用意されている。ユーザは閲覧履歴情報やブックマーク情報に基づいて好きな代替コンテンツを代替コンテンツURL監理部11に登録することができる。   It is assumed that the alternative content URL management unit 11 manages the URL of alternative content that the user in the Web server 4 likes. The Web server 4 is provided with a shorter download time than the designated content as alternative content. The user can register favorite alternative content in the alternative content URL management unit 11 based on browsing history information and bookmark information.

先ず、利用者は、コンテンツ指定部5で新たに表示するコンテンツを指定する。コンテンツ指定部5は利用者が指定したコンテンツ(指定コンテンツ)のネットワーク上の位置情報であるURLを挿入判定部6に送る。この例では、URL12が指定コンテンツのURLとする。   First, the user designates content to be newly displayed by the content designation unit 5. The content designation unit 5 sends a URL, which is location information on the network of the content designated by the user (designated content), to the insertion determination unit 6. In this example, URL12 is the URL of the designated content.

挿入判定部6はURL12のコンテンツダウンロード時間の統計情報を統計情報管理部10に問い合わせる。統計情報管理部10は、管理しているテーブルからURL12のダウンロード時間の平均値t12を挿入判定部6に送る。挿入判定部6は、t12を予め設定されている上限ダウンロード時間t_thと比較し、t12が予め設定されている上限ダウンロード時間t_thを越えているか、超えていないか判定する。   The insertion determination unit 6 inquires of the statistical information management unit 10 about the statistical information of the content download time of the URL 12. The statistical information management unit 10 sends the average download time t12 of the URL12 from the managed table to the insertion determination unit 6. The insertion determination unit 6 compares t12 with a preset upper limit download time t_th, and determines whether t12 exceeds or does not exceed the preset upper limit download time t_th.

まず、t12が予め設定されている上限ダウンロード時間t_thを越えていない場合を説明する。挿入判定部6では、t12が予め設定されている上限ダウンロード時間t_thを越えていない場合は、代替コンテンツ非挿入と判定し、URL12のみのダウンロード要求を送信部7に送ると共に、受信部8にURLとそのURLが指定コンテンツか代替コンテンツかどうかの情報(コンテンツ識別情報と称する)を送る。URL12については,指定コンテンツであるという情報を送る。受信部8は、コンテンツ識別情報を管理する。   First, a case where t12 does not exceed the preset upper limit download time t_th will be described. If t12 does not exceed the preset upper limit download time t_th, the insertion determination unit 6 determines that the alternative content is not inserted, sends a download request for only URL12 to the transmission unit 7, and sends the URL to the reception unit 8. And information indicating whether the URL is designated content or alternative content (referred to as content identification information). For URL 12, information indicating that the content is designated content is sent. The receiving unit 8 manages content identification information.

送信部7はURL12のコンテンツ送信リクエストをインターネット2経由でWebサーバ3に送る。この時、送信部7からダウンロード時間計測部9にURL12のダウンロード要求送出時刻が送られ、ダウンロード時間計測部9に一時的に蓄積される。   The transmission unit 7 sends a content transmission request of URL 12 to the Web server 3 via the Internet 2. At this time, the download request transmission time of the URL 12 is sent from the transmission unit 7 to the download time measurement unit 9 and temporarily stored in the download time measurement unit 9.

Webサーバ3は、コンテンツ送信リクエストへのレスボンスとして、URL12のコンテンツを返す。受信部8ではWebサーバ3からURL12のコンテンツを受信し、受信が完了すると、受信が完了した時刻をダウンロード時間計測部9に送ると共に、URL12のコンテンツ識別情報からURL12が指定コンテンツであることを判定し、受信したURL12のコンテンツをレンダリング部12Aへ送る。   The Web server 3 returns the content of the URL 12 as a response to the content transmission request. The receiving unit 8 receives the content of the URL 12 from the Web server 3 and, when the reception is completed, sends the time when the reception is completed to the download time measuring unit 9 and determines that the URL 12 is the designated content from the content identification information of the URL 12 The content of the received URL 12 is sent to the rendering unit 12A.

レンダリング部12Aでは、URL12のコンテンツを表示部14が表示可能な形式に変換する。Webページでは、HTML形式でコンテンツが記述されており、テキストと画像からなるページをHTMLで指定された位置にレイアウトして、ビットマップ形式のデータに変換(HTMLレンダリング)し、モニタの画面に表示する。レンダリング部12Aで形式変換(HTMLレンダリング)が終了すると、レンダリング終了通知が表示切替部13へ送られる。   The rendering unit 12A converts the content of the URL 12 into a format that can be displayed by the display unit 14. The Web page describes the content in HTML format. The page consisting of text and images is laid out at the position specified by HTML, converted into bitmap format data (HTML rendering), and displayed on the monitor screen. To do. When format conversion (HTML rendering) is completed in the rendering unit 12A, a rendering end notification is sent to the display switching unit 13.

表示切替部13はレンダリング終了通知を受信すると、通知を発行したレンダリング部12Aからレンダリング結果を表示部14へ送る。表示部14ではレンダリング部12Aのレンダリング結果であるURL12のビットマップ形式のデータを表示する。   Upon receiving the rendering end notification, the display switching unit 13 sends the rendering result to the display unit 14 from the rendering unit 12A that issued the notification. The display unit 14 displays URL12 bitmap data, which is the rendering result of the rendering unit 12A.

また、ダウンロード時間計測部9では、一時的に記憶していたURL12のダウンロード要求送出時刻と受信が完了した時刻からダウンロード時間を算出し、
それを統計情報管理部10に送る。統計情報管理部10では,ダウンロード時間計測部9から送られてきたURL12のダウンロード時間からURL12のダウンロード時間の平均値を更新する。
Further, the download time measuring unit 9 calculates the download time from the download request transmission time of the URL 12 temporarily stored and the time when the reception is completed,
It is sent to the statistical information management unit 10. The statistical information management unit 10 updates the average download time of the URL 12 from the download time of the URL 12 sent from the download time measuring unit 9.

次に,t12が予め設定されている上限ダウンロード時間t_thを越えている
場合を説明する。挿入判定部6では、t12が予め設定されている上限ダウンロード時間t_thを越えている場合は、代替コンテンツ挿入と判定し、代替コンテンツURL管理部11に代替コンテンツのURLを要求する。
Next, a case where t12 exceeds a preset upper limit download time t_th will be described. In the case where t12 exceeds a preset upper limit download time t_th, the insertion determination unit 6 determines that the alternative content is to be inserted, and requests the alternative content URL management unit 11 for the URL of the alternative content.

代替コンテンツURL管理部11は管理している複数のURLの中から1つのURLを選択して、挿入判定部6に返す。ここでは,複数のURLの中から1つのURLを選択する方法としてラウンドロビンを使用し、URL23が挿入判定部6に返されたとする。   The alternative content URL management unit 11 selects one URL from a plurality of URLs managed and returns it to the insertion determination unit 6. Here, it is assumed that round robin is used as a method for selecting one URL from a plurality of URLs, and URL 23 is returned to the insertion determination unit 6.

挿入判定部6は、URL12のダウンロード要求と代替コンテンツURL23のダウンロード要求を同時に送信部7に送ると共に、受信部8にURL12が指定コンテンツであり、URL23が代替コンテンツであるという情報(コンテンツ識別情報)を送る。受信部8は、URLとそのURLが指定コンテンツか代替コンテンツかどうかの情報を管理する。   The insertion determination unit 6 simultaneously sends a download request for the URL 12 and a download request for the alternative content URL 23 to the transmission unit 7 and information to the reception unit 8 that the URL 12 is the designated content and the URL 23 is the alternative content (content identification information). Send. The receiving unit 8 manages the URL and information about whether the URL is designated content or alternative content.

送信部7はコンテンツURL23の送信リクエストをインターネット2経由でWebサーバ4に送る。これと並行して、送信部7はコンテンツURL12の送信リクエストをインターネット2経由でWebサーバ3に送る。この時、送信部7からダウンロード時間計測部9にURL12のダウンロード要求送出時刻が送られ、ダウンロード時間計測部9に一時的に蓄積される。   The transmission unit 7 sends a transmission request for the content URL 23 to the Web server 4 via the Internet 2. In parallel with this, the transmission unit 7 sends a transmission request for the content URL 12 to the Web server 3 via the Internet 2. At this time, the download request transmission time of the URL 12 is sent from the transmission unit 7 to the download time measurement unit 9 and temporarily stored in the download time measurement unit 9.

Webサーバ4は、コンテンツURL23の送信リクエストへのレスボンスとして、URL23のコンテンツを返す。受信部8ではWebサーバ4からURL23のコンテンツを受信し、受信が完了すると、URL23のコンテンツ識別情報からURL23が代替コンテンツであることを判定し、受信したURL23のコンテンツをレンダリング部12Bへ送る。   The Web server 4 returns the content of the URL 23 as a response to the transmission request for the content URL 23. The receiving unit 8 receives the content of the URL 23 from the Web server 4 and, when the reception is completed, determines that the URL 23 is an alternative content from the content identification information of the URL 23, and sends the received content of the URL 23 to the rendering unit 12B.

レンダリング部12Bでは、URL23のコンテンツを表示部14が表示可能な形式に変換する。形式変換が終了すると、レンダリング終了通知が表示切替部13へ送られる。   The rendering unit 12B converts the content of the URL 23 into a format that can be displayed by the display unit 14. When the format conversion ends, a rendering end notification is sent to the display switching unit 13.

表示切替部13はレンダリング終了通知を受信すると、通知を発行したレンダリング部12Bからレンダリング結果を表示部14へ送る。表示部14ではレンダリング部12Bからのレンダリング結果を表示する。ダウンロード時間は代替コンテンツであるURL23のほうが指定コンテンツURL12より短いため、URL23のコンテンツがURL12のコンテンツより先に表示される。   Upon receiving the rendering end notification, the display switching unit 13 sends the rendering result to the display unit 14 from the rendering unit 12B that has issued the notification. The display unit 14 displays the rendering result from the rendering unit 12B. Since the download time of the alternative content URL23 is shorter than the designated content URL12, the content of the URL23 is displayed before the content of the URL12.

Webサーバ3は、コンテンツURL12の送信リクエストへのレスボンスとして、URL12のコンテンツを返す。受信部8ではWebサーバ3からURL12のコンテンツを受信し、受信が完了すると、受信が完了した時間をダウンロード時間計測部9に送ると共に、URL12のコンテンツ識別情報からURL12が指定コンテンツであることを判定し、受信したURL12のコンテンツをレンダリング部12Aへ送る。   The Web server 3 returns the content of the URL 12 as a response to the transmission request for the content URL 12. The receiving unit 8 receives the content of the URL 12 from the Web server 3 and, when the reception is completed, sends the time when the reception is completed to the download time measuring unit 9 and determines that the URL 12 is the designated content from the content identification information of the URL 12 The content of the received URL 12 is sent to the rendering unit 12A.

レンダリング部12Aでは、URL12のコンテンツを表示部14が表示可能な形式に変換する。形式変換が終了すると、レンダリング終了通知が表示切替部13へ送られる。   The rendering unit 12A converts the content of the URL 12 into a format that can be displayed by the display unit 14. When the format conversion ends, a rendering end notification is sent to the display switching unit 13.

表示切替部13はレンダリング終了通知を受信すると、通知を発行したレンダリング部12Aからレンダリング結果を表示部14へ送る。表示部14ではレンダリング部12Aからのレンダリング結果を表示する。   Upon receiving the rendering end notification, the display switching unit 13 sends the rendering result to the display unit 14 from the rendering unit 12A that issued the notification. The display unit 14 displays the rendering result from the rendering unit 12A.

ダウンロード時間計測部9では、一時的に記憶していたURL12のダウンロード要求送出時刻と受信が完了した時刻からダウンロード時間を算出し、それを統計情報管理部10に送る。統計情報管理部10では,送られてきたURL12のダウンロード時間からURL12のダウンロード時間の平均値を更新する。   The download time measuring unit 9 calculates the download time from the temporarily stored URL 12 download request transmission time and the reception completion time, and sends it to the statistical information management unit 10. The statistical information management unit 10 updates the average download time of the URL 12 from the sent download time of the URL 12.

図3は本発明の第2の実施の形態のシステム構成図である。
本施例の形態では、代替コンテンツURL管理部11が送信部7および受信部8に接続されている点、および、代替コンテンツURLを管理しているネットワーク上のサーバ16が存在する点が図1の第1の実施の形態と異なる。
FIG. 3 is a system configuration diagram of the second embodiment of the present invention.
In the present embodiment, the alternative content URL management unit 11 is connected to the transmission unit 7 and the reception unit 8, and the server 16 on the network that manages the alternative content URL exists. This is different from the first embodiment.

図3を用いて本実施の形態の動作を説明する。全体的な動作は図1の第1の実施の形態と同じであり、代替コンテンツURL管理部11の動作のみが異なるので、この部分のみ説明する。   The operation of this embodiment will be described with reference to FIG. The overall operation is the same as that of the first embodiment in FIG. 1, and only the operation of the alternative content URL management unit 11 is different, so only this part will be described.

代替コンテンツURL管理部11は定期的に、送信部7を介してネットワー
ク上の代替コンテンツURLを管理しているサーバ15に代替コンテンツのURLリストを要求する。サーバ15は自分が管理しているURLリストをレスボンスとして返す。受信部8は、受信した代替コンテンツのURLリストを代替コンテンツURL管理部11に送る。代替コンテンツURL管理部11は受信部8から受け取った代替コンテンツのURLリストを保存する。代替コンテンツURL管理部11は、挿入判定部6から代替コンテンツURLの要求があると、保存した代替コンテンツのURLリストから1つのURLを選択して挿入判定部6へ返す。
The alternative content URL management unit 11 periodically requests a URL list of alternative content from the server 15 that manages the alternative content URL on the network via the transmission unit 7. The server 15 returns the URL list managed by itself as a response. The receiving unit 8 sends the received URL list of alternative content to the alternative content URL management unit 11. The alternative content URL management unit 11 stores the URL list of alternative content received from the receiving unit 8. When there is a request for an alternative content URL from the insertion determination unit 6, the alternative content URL management unit 11 selects one URL from the stored URL list of the alternative content and returns it to the insertion determination unit 6.

本発明は、上述した実施例に限定されず、種々の変更が可能である。例えば、 代替コンテンツ位置情報監理部11は利用者毎に複数の代替コンテンツのネットワーク上の位置情報を管理する機能を有するものとし、利用者がコンテンツ指定部で新たに表示するコンテンツを指定するとき、利用者を識別し、挿入判定部6が代替コンテンツ位置情報管理部11から1つの代替コンテンツのネットワーク上の位置情報を選択するとき、識別した利用者に対応する複数の代替コンテンツのネットワーク上の位置情報の中から選択するようにすることもできる。   The present invention is not limited to the above-described embodiments, and various modifications can be made. For example, the alternative content location information management unit 11 has a function of managing location information on a network of a plurality of alternative content for each user, and when the user designates content to be newly displayed by the content designation unit, When the user is identified and the insertion determination unit 6 selects the location information of one alternative content on the network from the alternative content location information management unit 11, the location on the network of the plurality of alternative content corresponding to the identified user You can also choose from information.

以上、本発明のコンテンツ表示方法の手順及び該方法に用いる端末装置の手段について説明した、これらの手順及び手段はコンピュータにより実現されること勿論である。   As described above, the procedure of the content display method of the present invention and the means of the terminal device used in the method have been described. Of course, these procedures and means are realized by a computer.

本発明の第1の実施の形態のシステム構成図である。It is a system configuration figure of a 1st embodiment of the present invention. 統計情報管理部10が管理している情報の例を示す図である。It is a figure which shows the example of the information which the statistical information management part 10 manages. 本発明の第2の実施の形態のシステム構成図である。It is a system configuration figure of a 2nd embodiment of the present invention.

符号の説明Explanation of symbols

1 端末装置
2 インターネット
3 指定コンテンツを蓄積しているWebサーバ
4 代替コンテンツを蓄積しているWebサーバ
5 コンテンツ指定部
6 挿入判定部
7 送信部
8 受信部
9 ダウンロード時間計測部
10 統計情報管理部
11 代替コンテンツURL監理部
12A,B レンダリング部
13 表示切替部
14 表示部
15 代替コンテンツURL監理サーバ
DESCRIPTION OF SYMBOLS 1 Terminal device 2 Internet 3 Web server 4 which has stored specified content 4 Web server which has stored alternative content 5 Content specification unit 6 Insertion determination unit 7 Transmission unit 8 Reception unit 9 Download time measurement unit 10 Statistical information management unit 11 Alternative content URL management unit 12A, B Rendering unit 13 Display switching unit 14 Display unit 15 Alternative content URL management server

Claims (10)

ネットワーク上のサーバからコンテンツをダウンロードして端末に表示するシステムにおいて、コンテンツのダウンロード待ち時間に別のコンテンツを暫定的に表示する方法であって、端末において、
利用者により指定されたコンテンツ(指定コンテンツという)のダウンロード要求時に、該指定コンテンツのダウンロード時間を該指定コンテンツのネットワーク上の位置情報と該指定コンテンツのダウンロード時間の統計情報を関連付けて管理する統計情報管理部から取得するステップと、
該指定コンテンツのダウンロード時間を予め定めた上限ダウンロード時間と比較し、上限ダウンロード時間を越えない場合は該指定コンテンツのダイナミック要求のみを行い、超えた場合は、該指定コンテンツのダウンロード要求と同時に、該指定コンテンツとは別のコンテンツ(以下代替コンテンツという)のネットワーク上の位置情報を管理する代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択し、該代替コンテンツのダウンロード要求を行なうことを判定するステップと、
該指定コンテンツ及び/又は該代替コンテンツをネットワーク上のサーバに対しダウンロード要求するステップと、
ネットワーク上のサーバからダウンロードされたコンテンツを受信するステップと、
受信したコンテンツが指定コンテンツか代替コンテンツかを判定するステップと、
受信したコンテンツを端末上の表示装置に表示可能な形式に変換するステップと、
前記形式変換が終了したことを通知するステップと、
代替コンテンツの形式変換の終了通知に応答して、代替コンテンツを端末上の表示装置に表示させるステップと、
指定コンテンツの形式変換の終了通知に応答して、表示装置に表示を代替コンテンツから指定コンテンツに切替えるステップと、
ネットワーク上のサーバに対し指定コンテンツのダウンロード要求が行なわれてから該指定コンテンツの受信が完了するまでの時間を計測し統計情報管理部の該コンテンツのダウンロード時間の統計情報を更新するステップと、
を具えることを特徴とするコンテンツ表示方法。
In a system for downloading content from a server on a network and displaying it on a terminal, a method for temporarily displaying another content during the content download waiting time,
Statistical information for managing the download time of the designated content in association with the location information on the network of the designated content and the statistical information of the download time of the designated content at the time of download request of the content designated by the user (referred to as designated content) Acquiring from the management unit;
The download time of the designated content is compared with a predetermined upper limit download time, and if the upper limit download time is not exceeded, only a dynamic request for the designated content is made. Select location information on the network of one alternative content from the alternative content location information management unit that manages location information on the network of content different from the designated content (hereinafter referred to as alternative content), and request download of the alternative content Determining what to do;
Requesting download of the designated content and / or the alternative content to a server on the network;
Receiving content downloaded from a server on the network;
Determining whether the received content is designated content or alternative content;
Converting received content into a format that can be displayed on a display device on the terminal;
Notifying that the format conversion is completed;
In response to the notification of the completion of the format conversion of the alternative content, displaying the alternative content on the display device on the terminal;
In response to an end notification of format conversion of the designated content, switching the display on the display device from the alternative content to the designated content;
Measuring the time from when a request for downloading the designated content is made to a server on the network until the reception of the designated content is completed, and updating the statistical information of the download time of the content in the statistical information management unit;
The content display method characterized by comprising.
請求項1記載のコンテンツ表示方法において、更に、
前記代替コンテンツ位置情報管理部にて、代替コンテンツのネットワーク上の位置情報を管理しているネットワーク上のサーバから複数の代替コンテンツのネットワーク上の位置情報を取得し、保存するステップを具えることを特徴とするコンテンツ表示方法。
The content display method according to claim 1, further comprising:
The alternative content location information management unit includes the steps of acquiring and storing location information of a plurality of alternative contents on the network from a server on the network that manages the location information of the alternative content on the network. A characteristic content display method.
請求項1または2記載のコンテンツ表示方法において、更に、
前記代替コンテンツ位置情報監理部にて利用者毎に複数の代替コンテンツのネットワーク上の位置情報を管理するステップと、
前記代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択するとき、利用者を識別し、識別した利用者に対応する複数の代替コンテンツのネットワーク上の位置情報の中から選択するステップを具えることを特徴とするコンテンツ表示方法。
The content display method according to claim 1, further comprising:
Managing location information on a network of a plurality of alternative contents for each user in the alternative content location information management unit;
When selecting the location information of one alternative content on the network from the alternative content location information management unit, the user is identified and selected from a plurality of location information on the network of the alternative content corresponding to the identified user A content display method comprising the step of:
請求項1記載の方法の実施に使用する端末装置であって、
端末利用者により指定されたコンテンツ(指定コンテンツという)のダウンロード時間を計測する手段と、前記コンテンツのダウンロード時間の統計情報を当該コンテンツのネットワーク上の位置情報と関連付けて管理する統計情報管理手段と、
前記コンテンツとは別の複数のコンテンツ(代替コンテンッという)のネットワーク上の位置情報を管理する代替コンテンツ位置情報管理手段と、
端末利用者により指定されたコンテンツのダウンロード要求に対して、該コンテンツのダウンロード時間を前記統計情報管理手段から取得し、そのダウンロード時間を予め定めた上限時間と比較し、超えていない場合は指定コンテンツのダウンロード要求のみを、越えた場合に、指定コンテンツのダウンロード要求に加え、前記代替コンテンツ位置情報管理手段から1つの代替コンテンツを選択し該代替コンテンツのダウンロード要求を行なうことを判定する代替コンテンツ要求判定手段と、
指定コンテンツ及び/又は代替コンテンツのダウンロード要求をネットワーク上のサーバに対し送信する送信手段と、
ネットワーク上のサーバからダウンロードされたコンテンツを受信する受信手段と、
受信したコンテンツが指定コンテンツか代替コンテンツかを判定する手段と、
受信したコンテンツを端末上の表示装置に表示可能な形式に変換する手段と、
前記形式変換が終了したことを通知する手段と、
代替コンテンツの形式変換の終了通知により代替コンテンツを表示する手段と、
指定コンテンツの形式変換の終了通知により、表示を代替コンテンツから指定コンテンツに切替える手段と、
を具えることを特徴とする端末装置。
A terminal device used for carrying out the method according to claim 1,
Means for measuring the download time of content specified by the terminal user (referred to as specified content), statistical information management means for managing statistical information of the download time of the content in association with location information on the network of the content,
Alternative content position information management means for managing position information on a network of a plurality of contents different from the content (referred to as alternative content);
In response to a content download request specified by the terminal user, the download time of the content is acquired from the statistical information management means, and the download time is compared with a predetermined upper limit time. In the case where only the download request is exceeded, in addition to the download request for the designated content, the alternative content request determination for determining that one alternative content is selected from the alternative content position information management means and the download request for the alternative content is performed. Means,
Transmission means for transmitting a download request for designated content and / or alternative content to a server on the network;
Receiving means for receiving content downloaded from a server on the network;
Means for determining whether the received content is designated content or alternative content;
Means for converting the received content into a format that can be displayed on a display device on the terminal;
Means for notifying that the format conversion is completed;
Means for displaying alternative content by notification of completion of the format conversion of the alternative content,
Means for switching the display from the alternative content to the designated content in response to the end notification of the format conversion of the designated content;
A terminal device comprising:
請求項4記載の端末装置において、
前記代替コンテンツ位置情報管理部は前記送信手段と前記受信手段とに接続され、代替コンテンツのネットワーク上の位置情報を管理しているネットワーク上のサーバから複数の代替コンテンツのネットワーク上の位置情報を取得し、保存する機能を具えることを特徴とする端末装置。
The terminal device according to claim 4, wherein
The alternative content location information management unit is connected to the transmission unit and the reception unit, and acquires location information on a plurality of alternative content networks from a server on the network that manages the location information on the alternative content network. And a terminal device characterized by having a function of saving.
請求項4または5記載の端末装置において、更に、
利用者を識別する手段を具え、
前記代替コンテンツ位置情報監理部は利用者毎に複数の代替コンテンツのネットワーク上の位置情報を管理する機能を有し、
前記代替コンテンツ要求判定手段は、前記代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択するとき、前記識別手段により識別された利用者に対応する複数の代替コンテンツのネットワーク上の位置情報の中から選択する機能を有することを特徴とする端末装置。
The terminal device according to claim 4, further comprising:
A means of identifying the user,
The alternative content location information management unit has a function of managing location information on a network of a plurality of alternative content for each user,
When the alternative content request determination unit selects position information of one alternative content on the network from the alternative content position information management unit, the alternative content request information on the network of a plurality of alternative contents corresponding to the user identified by the identification unit A terminal device characterized by having a function of selecting from the position information.
ネットワーク上のサーバからコンテンツをダウンロードして端末に表示するシステムに用いる端末を実現するためのコンピュータプログラムであって、該コンピュータプログラムは、端末を構成するコンピュータに、
利用者により指定されたコンテンツ(指定コンテンツという)のダウンロード要求時に、該指定コンテンツのダウンロード時間を該指定コンテンツのネットワーク上の位置情報と該指定コンテンツのダウンロード時間の統計情報を関連付けて管理する統計情報管理部から取得するステップと、
該指定コンテンツのダウンロード時間を予め定めた上限ダウンロード時間と比較し、上限ダウンロード時間を越えない場合は該指定コンテンツのダイナミック要求のみを行い、超えた場合は、該指定コンテンツのダウンロード要求と同時に、該指定コンテンツとは別のコンテンツ(以下代替コンテンツという)のネットワーク上の位置情報を管理する代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択し、該代替コンテンツのダウンロード要求を行なうことを判定するステップと、
該指定コンテンツ及び/又は該代替コンテンツをネットワーク上のサーバに対しダウンロード要求するステップと、
ネットワーク上のサーバからダウンロードされたコンテンツを受信するステップと、
受信したコンテンツが指定コンテンツか代替コンテンツかを判定するステップと、
受信したコンテンツを端末上の表示装置に表示可能な形式に変換するステップと、
前記形式変換が終了したことを通知するステップと、
代替コンテンツの形式変換の終了通知に応答して、代替コンテンツを端末上の表示装置に表示させるステップと、
指定コンテンツの形式変換の終了通知に応答して、表示装置に表示を代替コンテンツから指定コンテンツに切替えるステップと、
ネットワーク上のサーバに対し指定コンテンツのダウンロード要求が行なわれてから該指定コンテンツの受信が完了するまでの時間を計測し統計情報管理部の該コンテンツのダウンロード時間の統計情報を更新するステップと、
を実行させることを特徴とする端末を実現するためのコンピュータプログラム。
A computer program for realizing a terminal used in a system for downloading content from a server on a network and displaying the content on a terminal, the computer program comprising:
Statistical information for managing the download time of the designated content in association with the location information on the network of the designated content and the statistical information of the download time of the designated content at the time of download request of the content designated by the user (referred to as designated content) Acquiring from the management unit;
The download time of the designated content is compared with a predetermined upper limit download time. If the upper limit download time is not exceeded, only a dynamic request for the designated content is made. Select location information on the network of one alternative content from the alternative content location information management unit that manages location information on the network of content different from the designated content (hereinafter referred to as alternative content), and request download of the alternative content Determining what to do;
Requesting download of the designated content and / or the alternative content to a server on the network;
Receiving content downloaded from a server on the network;
Determining whether the received content is designated content or alternative content;
Converting received content into a format that can be displayed on a display device on the terminal;
Notifying that the format conversion is completed;
In response to the notification of the completion of the format conversion of the alternative content, displaying the alternative content on the display device on the terminal;
In response to an end notification of format conversion of the designated content, switching the display on the display device from the alternative content to the designated content;
Measuring the time from when a request for downloading the designated content is made to a server on the network until the reception of the designated content is completed, and updating the statistical information of the download time of the content in the statistical information management unit;
The computer program for implement | achieving the terminal characterized by running.
請求項7記載のコンピュータプログラムにおいて、端末を構成するコンピュータに、更に、
前記代替コンテンツ位置情報管理部にて、代替コンテンツのネットワーク上の位置情報を管理しているネットワーク上のサーバから複数の代替コンテンツのネットワーク上の位置情報を取得し、保存するステップを実行させることを特徴とするコンピュータプログラム。
The computer program according to claim 7, further comprising: a computer constituting the terminal;
The alternative content location information management unit is configured to execute a step of acquiring and storing location information of a plurality of alternative contents on the network from a server on the network managing the location information of the alternative content on the network. A featured computer program.
請求項7または8記載のコンピュータプログラムにおいて、端末を構成するコンピュータに、更に、
前記代替コンテンツ位置情報監理部にて利用者毎に複数の代替コンテンツのネットワーク上の位置情報を管理するステップと、
前記代替コンテンツ位置情報管理部から1つの代替コンテンツのネットワーク上の位置情報を選択するとき、利用者を識別し、識別した利用者に対応する複数の代替コンテンツのネットワーク上の位置情報の中から選択するステップを実行させることを特徴とするコンピュータプログラム。
The computer program according to claim 7 or 8, further comprising: a computer constituting a terminal;
Managing location information on a network of a plurality of alternative contents for each user in the alternative content location information management unit;
When selecting the location information of one alternative content on the network from the alternative content location information management unit, the user is identified and selected from a plurality of location information on the network of the alternative content corresponding to the identified user The computer program characterized by performing the step to perform.
請求項7〜9のいずれかに記載のコンピュータプログラムを記録したコンピュータ読み取り可能な記録媒体。   The computer-readable recording medium which recorded the computer program in any one of Claims 7-9.
JP2004168530A 2004-06-07 2004-06-07 Method, device and program for provisionally displaying another content in download waiting time for content Pending JP2005346626A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004168530A JP2005346626A (en) 2004-06-07 2004-06-07 Method, device and program for provisionally displaying another content in download waiting time for content

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004168530A JP2005346626A (en) 2004-06-07 2004-06-07 Method, device and program for provisionally displaying another content in download waiting time for content

Publications (1)

Publication Number Publication Date
JP2005346626A true JP2005346626A (en) 2005-12-15

Family

ID=35498912

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004168530A Pending JP2005346626A (en) 2004-06-07 2004-06-07 Method, device and program for provisionally displaying another content in download waiting time for content

Country Status (1)

Country Link
JP (1) JP2005346626A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008000191A1 (en) * 2006-06-23 2008-01-03 Tencent Technology (Shenzhen) Company Limited A method, system and client of playing advertisement
JP2008226170A (en) * 2007-03-15 2008-09-25 Fujitsu Ltd Jump destination site determination program, recording medium, jump destination site determination method and jump destination site determination device
JP2011203806A (en) * 2010-03-24 2011-10-13 Fujitsu Toshiba Mobile Communications Ltd Information processor
JP2015527771A (en) * 2012-10-31 2015-09-17 小米科技有限▲責▼任公司Xiaomi Inc. Method, apparatus, program and recording medium for displaying push message
US10063939B1 (en) 2017-04-26 2018-08-28 International Business Machines Corporation Intelligent replay of user specific interesting content during online video buffering

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008000191A1 (en) * 2006-06-23 2008-01-03 Tencent Technology (Shenzhen) Company Limited A method, system and client of playing advertisement
US8069262B2 (en) 2006-06-23 2011-11-29 Tencent Technology (Shenzhen) Company Limited Method, system and apparatus for playing advertisements
JP2008226170A (en) * 2007-03-15 2008-09-25 Fujitsu Ltd Jump destination site determination program, recording medium, jump destination site determination method and jump destination site determination device
JP2011203806A (en) * 2010-03-24 2011-10-13 Fujitsu Toshiba Mobile Communications Ltd Information processor
JP2015527771A (en) * 2012-10-31 2015-09-17 小米科技有限▲責▼任公司Xiaomi Inc. Method, apparatus, program and recording medium for displaying push message
US10063939B1 (en) 2017-04-26 2018-08-28 International Business Machines Corporation Intelligent replay of user specific interesting content during online video buffering

Similar Documents

Publication Publication Date Title
CN103209407B (en) The downloading management method of application program, system and mobile terminal in mobile terminal
US5987466A (en) Presenting web pages with discrete, browser-controlled complexity levels
US6112240A (en) Web site client information tracker
US5778372A (en) Remote retrieval and display management of electronic document with incorporated images
TW499640B (en) Method for optimizing off-peak caching of web data
CA2769981C (en) Information display device, information display method, information display program, recording medium and information display system
KR102151457B1 (en) Method and apparatus for reducing page load time in a communication system
US6763248B1 (en) Radio network communication system
KR101894878B1 (en) Display device and method for providing a content using the same
JP4811069B2 (en) Information presentation device, information presentation method, and information presentation processing program
EP1811747A1 (en) Method and apparatus for storing and restoring state information of remote user interface
JP2012508914A (en) Page resource processing method and apparatus
JP2006202012A (en) Method for making content public or private, information delivery system, and information delivery program
KR20030060932A (en) User specified parallel data fetching for optimized web access
US20020091792A1 (en) Method and apparatus for client sharing of cached content
CN106557584A (en) A kind of web site collection method and device
CN102959546A (en) Method and apparatus for converting content
CN102209116A (en) Method and device for acquiring Internet protocol television program information, and television
EP2389637A1 (en) Requesting computer data assets
JP2005346626A (en) Method, device and program for provisionally displaying another content in download waiting time for content
JP4518807B2 (en) Information presentation device, information presentation method, etc.
US7457850B1 (en) Information server system
JP3843390B2 (en) Web page browsing method and web page browsing program
CN110622135B (en) System and method for providing content items in situations involving suboptimal network conditions
JP2003248613A (en) Information distributing system and distributed information creating device used therein