WO2007108135A1 - コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置 - Google Patents

コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置 Download PDF

Info

Publication number
WO2007108135A1
WO2007108135A1 PCT/JP2006/305876 JP2006305876W WO2007108135A1 WO 2007108135 A1 WO2007108135 A1 WO 2007108135A1 JP 2006305876 W JP2006305876 W JP 2006305876W WO 2007108135 A1 WO2007108135 A1 WO 2007108135A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
load
contents
transmitted
switching
Prior art date
Application number
PCT/JP2006/305876
Other languages
English (en)
French (fr)
Inventor
Toshifumi Masuko
Syouichi Kamio
Original Assignee
Fujitsu Limited
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 Fujitsu Limited filed Critical Fujitsu Limited
Priority to JP2008506137A priority Critical patent/JPWO2007108135A1/ja
Priority to PCT/JP2006/305876 priority patent/WO2007108135A1/ja
Publication of WO2007108135A1 publication Critical patent/WO2007108135A1/ja
Priority to US12/212,192 priority patent/US20090013328A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/102Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver

Definitions

  • the present invention relates to a content switching program, a content switching method, and a content management apparatus having the content switching function.
  • Patent Document 1 discloses that the load state of the Web server or the network is determined on the client (Web browser) side, and the load state is determined. In the case of high strength, a technique for requesting data in which data normally displayed on the Web server is omitted will be shown.
  • Patent Document 1 requires data transmission and reception in order to measure the load on the Web server and the load on the network.
  • a load force S is applied to the Web server and the network due to transmission / reception of this extra data.
  • Patent Document 1 Japanese Patent Laid-Open No. 2004-21365 “Method for Selecting Content to Receive” Disclosure of the Invention
  • An object of the present invention is to provide a content switching program, a content switching method, and a content management device that can reduce the load on the device when data acquisition requests are concentrated.
  • the content switching program In response to a data acquisition request from a request source, the content switching program according to the first aspect of the present invention transmits the content corresponding to the data to the request source.
  • a load acquisition step for acquiring a load applied to the device and one of a plurality of contents that can be the content to be transmitted are selected based on the acquired load.
  • a content switching program that causes the apparatus to execute a content selection step to perform and a storage location change step to change the storage location of the content to be transmitted to the storage location of the selected content.
  • the storage destination of the content to be transmitted is changed based on the load applied to the apparatus. Therefore, for example, when the load applied to the apparatus becomes larger, if a smaller-capacity content is selected from a plurality of contents and the selected content is transmitted, the data is transmitted.
  • the load on the device can be reduced when requests for acquisition are concentrated.
  • an apparatus in response to a data acquisition request from a request source, executes a process of switching the content
  • a content switching method comprising a storage location change step of changing a storage location of the content to be transmitted to a storage location of the selected content.
  • the content management device In response to a data acquisition request from a request source, the content management device according to the third aspect of the present invention is powerful in the content management device that transmits content corresponding to the data to the request source.
  • a load acquisition unit that acquires the load
  • a content selection unit that selects one of a plurality of contents that can be the content to be transmitted based on the acquired load
  • a storage destination of the content to be transmitted A content management apparatus comprising a storage location changing unit that changes the storage location of the selected content.
  • the load on the apparatus can be reduced.
  • FIG. 1 is a diagram showing a configuration of a content switching unit according to an embodiment of the present invention.
  • FIG. 2 Configuration of content management device (Web server device) provided with the content switching unit of FIG. FIG.
  • FIG. 3 is a diagram showing a plurality of content storage areas set for a certain content in the content storage area.
  • FIG. 4 is a diagram showing a display example of rich content, still image and text version content, text-only version content, and minimum information version content.
  • FIG. 5 is a diagram illustrating an example of a code corresponding to a logic incorporated in a content switching unit (device load acquisition unit and storage destination directory change unit).
  • FIG. 6 is a table showing an example of selection logic built in the content selection unit.
  • FIG. 7 is a flowchart of processing for selecting content to be transmitted to a client.
  • FIG. 8 is a diagram showing an example of a storage medium.
  • FIG. 1 is a diagram illustrating a configuration of a content switching unit according to an embodiment of the present invention.
  • This content switching unit is built in a Web server device (not shown) that transmits content corresponding to the data (Web page, URL) acquisition request from the client to the client.
  • Web server device not shown
  • the content switching unit 10 includes a device load acquisition unit 11 that acquires a load applied to the Web server device, and a plurality of contents that can become content to be transmitted based on the acquired load.
  • a content selection unit 17 that selects one of a plurality of contents each having a different capacity, and a storage destination directory change unit that changes the storage destination directory of the content to be transmitted to the selected content storage directory.
  • the apparatus load acquisition unit 11 includes a CPU (Central Processing Unit) usage rate acquisition unit 13, a memory usage acquisition unit 14, and a network usage rate acquisition unit 15.
  • CPU Central Processing Unit
  • the CPU usage rate is the ratio of the CPU busy (wait) to the wait (wait) at a certain time interval
  • the memory usage refers to the memory area managed by the OS. This is the ratio of the memory area used
  • the network usage rate is the IO usage rate of the network adapter.
  • CPU usage rate acquisition unit 13, memory usage amount acquisition unit 14, network usage rate acquisition Unit 15 is realized by a function or utility prepared on the operating system (OS) side.
  • FIG. 2 is a block diagram showing a configuration of a content management apparatus (Web server apparatus) including the content switching unit in FIG.
  • Web server device means a device having a content management function as hardware
  • Web server is one function provided in the Web server device, It means a functional block that inputs a URL (Uniform Resource Locator) from the client and outputs the content corresponding to the URL.
  • URL Uniform Resource Locator
  • the content management apparatus (Web server apparatus) 20 includes a Web server 21, the above-described content switching unit 10, and a content storage area 22.
  • the content storage area 22 has a structure in which a plurality of directories for storing a plurality of contents are provided under a directory of the contents to be transmitted so that a plurality of contents that can become contents to be transmitted to the client can be stored. is doing.
  • FIG. 3 is a diagram showing a plurality of content storage areas set for a certain content in the content storage area 22.
  • “content only version content” which is a content composed only of text by removing rich content animation and image data.
  • Figure 4 shows rich content, still image and text version content, text only version A display example of the contents and the minimum information version contents was shown.
  • the content switching process performed by the content switching unit 10 will be described below.
  • the content on the Web server device is managed for each directory corresponding to the URL.
  • the URL requested from the client Web browser is “http: http fojitsu.com/in dex.html”, and the directory on the Web server device corresponding to the URL is “/ var / http d”. If it is "/ htdocs /", the Web server will display the content (/var/httpd/htdocs/index.html) corresponding to the URL under the directory (/ var / httpd / htdocs /) as a client. Is sending to. Asynchronously with the content transmission processing by this Web server, the content switching unit 10 refers to a directory other than the specified directory for the specified directory (“/ var / httpd / htdocs /”). Thus, the reference directory change process is executed.
  • the content switching unit 10 refers to the following four directories under the specified directory ( ⁇ / var / httpd / htdocs / j), and refers to one of them. Change the destination (html file storage destination) directory.
  • FIG. 5 shows the code corresponding to the logic built in the content switching unit 10 (device load acquisition unit 11 and storage directory change unit 12) It is a figure which shows an example.
  • “Labell:” on the first line indicates the start position of the infinite loop.
  • “DirectoryIs ();” on the second line is a function that selects a directory for storing content. This function corresponds to the combination of the device load acquisition unit 11 and the content selection unit 17, and based on the acquired device load (CPU usage rate, memory usage, network usage rate) Select the storage directory for. The selected storage directory is set to the variable “Ret” that stores the return value of this function.
  • the content storage destination directory is changed according to the value of the return value "Ret" in " ⁇ 3 ⁇ 4" on the tenth line.
  • the “link statement” corresponds to one function of a symbolic link, which is known as one of the designated reference switching methods, and is realized by a function or utility prepared on the OS side.
  • control is returned to the first line by the “goto statement”. That is, the content switching unit 10 of the present embodiment performs a loop process shown in FIG. 5 during operation.
  • FIG. 6 is a table showing an example of selection logic built in the content selection unit 18.
  • content to be transmitted to the client is selected as follows.
  • FIG. 7 is a flowchart of a process for selecting content to be transmitted to the client. The processing in this flowchart is performed by the content selection unit 17 in FIG.
  • step S101 the maximum value of the CPU usage rate, the memory usage rate, and the network usage rate obtained at that time is set to the variable MAX indicating the maximum load at that time.
  • step S102 the range to which the value of the variable MAX belongs is determined. If it is determined in step S102 that the variable MAX is 30% or less, “rich content” is selected as the content to be transmitted to the client in step S103, and the series of processing ends.
  • step S104 If it is determined in step S102 that the variable MAX is included in the range of 31% to 49%, in step S104, "still image and text version content" is selected as the content to be transmitted to the client, A series of processing ends.
  • step S105 If it is determined in step S102 that the variable MAX is included in the range of 50% to 75%, in step S105, "text only version content" is selected as the content to be transmitted to the client, and a series of The process ends.
  • step S102 If it is determined in step S102 that the variable MAX is included in the range of 76% to 100%, "minimum information version content" is selected as the content to be transmitted to the client in step S106, and a series of The process ends.
  • FIG. 8 is a diagram illustrating an example of a storage medium.
  • the content switching process of the present invention can be realized by the information processing apparatus 61.
  • the program and data for the processing of the present invention can be loaded from the storage device 65 of the information processing device 61 to the memory of the information processing device 61 and executed, or from the portable storage medium 63. It can be loaded into the memory of the information processing device 61 and executed, or can be loaded from the external storage device 62 to the memory of the information processing device 61 via the network 66 and executed.

Abstract

 データの取得要求が集中した場合に、装置の負荷を低減することが可能なコンテンツ切替部を提供することである。本発明のコンテンツ切替部は、クライアントからのデータ取得要求に対して、そのデータに対応するコンテンツをそのクライアントに送信する装置に、前記送信するコンテンツを切り替える処理を行わせている。そして、その装置にかかる負荷を取得する負荷取得部と、取得された負荷を基に、前記送信するコンテンツになりうる複数のコンテンツであって、それぞれが異なる容量を有する複数のコンテンツのうちの1つを選択するコンテンツ選択部と、送信するコンテンツの格納先を選択したコンテンツの格納先に変更する格納先変更部を備える。

Description

明 細 書
コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理 装置
技術分野
[0001] 本発明は、コンテンツ切替プログラム、コンテンツ切替方法、および、そのコンテン ッ切替機能を有するコンテンツ管理装置に関する。
背景技術
[0002] クライアントの端末にコンテンツを表示する場合、そのクライアント上の Webブラウザ 力 Webサーバに対してデータを要求し、該当するデータを Webサーバ力 受信し てクライアント側で表示して 、る。
[0003] しかし、地震等の災害発生時においては、一時的にアクセスが集中する場合がある 。このような状況下では、 Webサーバやネットワークの負荷が高くなり、データを要求 したすベてのクライアントに、そのデータが到達するのに時間が力かってしまう。
[0004] そこで、このような状況を回避するために、特許文献 1には、クライアント (Webブラ ゥザ)側で、 Webサーバの負荷状態やネットワークの負荷状態を判断し、その負荷状 態が高力つた場合には、 Webサーバに対して通常表示されるデータが省略されたデ ータを要求する技術が示されて ヽる。
[0005] しかし、特許文献 1の技術では、 Webサーバの負荷やネットワークの負荷を計測す るために、データの送受信が必要である。そして、この余分なデータの送受信により、 Webサーバやネットワークに負荷力 Sかかるという問題がある。
特許文献 1:特開 2004— 21365号公報 「受信するコンテンツの選択方法」 発明の開示
[0006] 本発明の課題は、データの取得要求が集中した場合に、装置の負荷を低減するこ とが可能なコンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理 装置を提供することである。
[0007] 本発明の第 1態様のコンテンツ切替プログラムは、要求元からのデータ取得要求に 対して、そのデータに対応するコンテンツをその要求元に送信する装置に、前記コン テンッを切り替える処理を実行させるプログラムにおいて、前記装置に力かる負荷を 取得する負荷取得ステップと、取得された負荷を基に、前記送信するコンテンツにな りうる複数のコンテンッのうちの 1つを選択するコンテンッ選択ステップと、前記送信 するコンテンツの格納先を前記選択したコンテンツの格納先に変更する格納先変更 ステップを前記装置に実行させることを特徴とするコンテンツ切替プログラムである。
[0008] ここで、装置にかかる負荷を基に、送信するコンテンツの格納先が変更される。よつ て、例えば、装置に力かる負荷がより大きくなつた場合に、複数のコンテンツのうちで 、より容量の小さいコンテンツが選択されて、その選択されたコンテンツを送信するよ うにすれば、データの取得要求が集中した場合に、装置の負荷を低減することができ る。
[0009] 本発明の第 2態様のコンテンツ切替方法は、要求元からのデータ取得要求に対し て、そのデータに対応するコンテンツをその要求元に送信する装置が、前記コンテン ッを切り替える処理を実行する方法において、前記装置に力かる負荷を取得する負 荷取得ステップと、取得された負荷を基に、前記送信するコンテンツになりうる複数の コンテンッのうちの 1つを選択するコンテンッ選択ステップと、前記送信するコンテン ッの格納先を前記選択したコンテンツの格納先に変更する格納先変更ステップを備 えることを特徴とするコンテンツ切替方法である。
[0010] 本発明の第 3態様のコンテンツ管理装置は、要求元からのデータ取得要求に対し て、そのデータに対応するコンテンツをその要求元に送信するコンテンツ管理装置に おいて、前記装置に力かる負荷を取得する負荷取得部と、取得された負荷を基に、 前記送信するコンテンツになりうる複数のコンテンツのうちの 1つを選択するコンテン ッ選択部と、前記送信するコンテンツの格納先を前記選択したコンテンツの格納先に 変更する格納先変更部を備えることを特徴とするコンテンツ管理装置である。
[0011] 本発明によれば、データの取得要求が集中した場合に、装置の負荷を低減するこ とがでさる。
図面の簡単な説明
[0012] [図 1]本発明の一実施形態のコンテンツ切替部の構成を示す図である。
[図 2]図 1のコンテンツ切替部を備えたコンテンツ管理装置 (Webサーバ装置)の構成 を示すブロック図である。
[図 3]コンテンツ記憶領域内のあるコンテンツに対して設定された、複数のコンテンツ の記憶領域を示す図である。
[図 4]リッチコンテンツ、静止画像およびテキスト版コンテンツ、テキストのみ版コンテン ッ、最低限情報版コンテンツ、の表示例を示す図である。
[図 5]コンテンツ切替部 (装置負荷取得部および格納先ディレクトリ変更部)が内蔵す るロジックに対応するコードの一例を示す図である。
[図 6]コンテンツ選択部が内蔵する選択ロジックの一例を示す表である。
[図 7]クライアントに送信するコンテンツの選択処理のフローチャートである。
[図 8]記憶媒体例を示す図である。
発明を実施するための最良の形態
[0013] 以下、本発明の実施の形態を、図面を参照しながら詳細に説明する。
図 1は、本発明の一実施形態のコンテンツ切替部の構成を示す図である。このコン テンッ切替部は、クライアントからのデータ(Webページ、 URL)の取得要求に対して 、そのデータに対応するコンテンツをそのクライアントに送信する Webサーバ装置 (不 図示)に内蔵される。
[0014] 図 1に示すように、コンテンツ切替部 10は、 Webサーバ装置に力かる負荷を取得す る装置負荷取得部 11、取得された負荷を基に、送信するコンテンツになりうる複数の コンテンッであって、それぞれが異なる容量を有する複数のコンテンツのうちの 1つを 選択するコンテンツ選択部 17、送信するコンテンツの格納先ディレクトリを選択したコ ンテンッの格納先ディレクトリに変更する格納先ディレクトリ変更部 18を備える。
[0015] 装置負荷取得部 11は、 CPU (Central Processing Unit)使用率取得部 13、メモリ使 用量取得部 14、ネットワーク使用率取得部 15を備える。
ここで、 CPU使用率とは、ある時間間隔で見た場合の CPUのビジー(busy)とウェイ ト (wait)の比率であり、メモリ使用量とは、 OSで管理している^モリ領域に対する使 用しているメモリ領域の比率であり、ネットワーク使用率とは、ネットワークアダプタの I O使用率である。
[0016] 例えば、 CPU使用率取得部 13、メモリ使用量取得部 14、ネットワーク使用率取得 部 15は、オペレーティングシステム (OS)側で用意された関数、または、ユーティリテ ィによって実現される。
[0017] 図 2は、図 1のコンテンツ切替部を備えたコンテンツ管理装置 (Webサーバ装置)の 構成を示すブロック図である。
なお、以下の説明において、「Webサーバ装置」とは、ハードウェアとしてのコンテン ッ管理機能を有する装置を意味するものとし、「Webサーバ」とは、 Webサーバ装置 が備える 1機能であって、クライアントからの URL (Uniform Resource Locator)を入力 して、その URLに対応するコンテンツを出力する機能ブロックを意味するものとする。
[0018] 図 2に示すように、コンテンツ管理装置(Webサーバ装置) 20は、 Webサーバ 21、 上述のコンテンツ切替部 10、および、コンテンツ記憶領域 22を備える。
コンテンツ記憶領域 22は、クライアントに送信するコンテンツになりうる複数のコンテ ンッが記憶できるように、その送信するコンテンツのディレクトリの下に、その複数のコ ンテンッを記憶する複数のディレクトリを設けた構造をしている。
[0019] 図 3は、コンテンツ記憶領域 22内のあるコンテンツに対して設定された、複数のコン テンッの記憶領域を示す図である。
図 3に示されるコンテンツに対しては、テキストと画像データにカ卩えて、(FLASH、 GIF (Graphics Interchange Format)等の)アニメーションも使用したコンテンツである 「リッチコンテンツ」、リッチコンテンツからアニメーションを除去して、静止画像とテキス トにより構成したコンテンツである「静止画像およびテキスト版コンテンツ」、リッチコン テンッ力 アニメーションおよび画像データを除去して、テキストのみにより構成したコ ンテンッである「テキストのみ版コンテンツ」、最低限の情報のみをテキストで構成した コンテンツである「最低限情報版コンテンツ」、の 4つのコンテンツが設けられて 、る。 すなわち、そのコンテンツに対しては、コンテンツ記憶領域 22内に、リッチコンテンツ 記憶領域 23、静止画像およびテキスト版コンテンツ記憶領域 24、テキストのみ版コン テンッ記憶領域 25、最低限情報版コンテンツ記憶領域 26が設定される。コンテンツ の容量は、「リッチコンテンツ」が最も大きぐ「静止画像およびテキスト版コンテンツ」、 「テキストのみ版コンテンツ」、「最低限情報版コンテンツ」、の順に小さくなる。
[0020] 図 4に、リッチコンテンツ、静止画像およびテキスト版コンテンツ、テキストのみ版コン テンッ、最低限情報版コンテンツ、の表示例を示した。
必要に応じて、「リッチコンテンツ」から「静止画像およびテキスト版コンテンツ」や「テ キストのみ版コンテンツ」を自動的に生成してもよ 、。
[0021] 以下に、コンテンツ切替部 10が行うコンテンツの切替処理について説明する。
Webサーバ装置上のコンテンツは、 URLに対応したディレクトリ毎に管理されてい る。
[0022] 例えば、クライアントの Webブラウザから要求された URLが、「http:〃 fojitsu.com/in dex.html」であり、その URLに対応する Webサーバ装置上のディレクトリが「/var/http d/htdocs/」であった場合、 Webサーバは、そのディレクトリ(/var/httpd/htdocs/)の 下にある、その URLに対応したコンテンツ(/var/httpd/htdocs/index.html)をクライア ントに送信している。この Webサーバによるコンテンツの送信処理とは非同期に、コン テンッ切替部 10によって、指定したディレクトリ(「/var/httpd/htdocs/」)に対して、そ の指定したディレクトリとは別のディレクトリを参照するように、参照先ディレクトリの変 更処理が実行される。
[0023] 例えば、その指定したディレクトリ ( Γ/var/httpd/htdocs/j )の下に、下記の 4つのデ ィレクトリを設けて、そのいずれかを参照するように、コンテンツ切替部 10は、参照先( htmlファイルの格納先)ディレクトリを変更して 、る。
/var/httpd/htdocs/rich/ · · · リッチコンテンツ格納先ディレクトリ
/var/httpd/htdocs/picture_text/ · · · 静止画像およびテキスト版コンテンツ格納先 ディレクトリ
/var/httpd/htdocs/text/ · · · テキストのみ版コンテンツ格納先ディレクトリ
/var/httpd/htdocs/minimum_info/ · · · 最低限情報版コンテンツ格納先ディレクトリ 図 5は、コンテンツ切替部 10 (装置負荷取得部 11および格納先ディレクトリ変更部 12)が内蔵するロジックに対応するコードの一例を示す図である。
[0024] 図 5において、 1行目の「Labell:」は無限ループの開始位置を示している。 2行目の 「DirectoryIs();」は、コンテンツの格納先ディレクトリを選択する関数である。この関数 は、装置負荷取得部 11とコンテンツ選択部 17との組み合わせに対応し、取得された 装置の各負荷 (CPU使用率、メモリ使用量、ネットワーク使用率)を基に、コンテンツ の格納先ディレクトリを選択する。選択された格納先ディレクトリは、この関数の戻り値 を格納する変数「Ret」に設定される。
[0025] 3行目力も 10行目の「^¾」において、戻り値「Ret」の値に応じた、コンテンツの格納 先ディレクトリの変更処理が行われる。
図 5において、 4、 6、 8、 10行目の「link文」は、以下の形式を有する。
link s ディレクトリ 1 ディレクトリ 2
この「link文」が実行された後に、例えば、 Webサーバ 21によって参照先として「ディ レクトリ 1」が指定されれば、その参照先(「ディレクトリ 1」)が「ディレクトリ 2」に変更され る。すなわち、 Webサーバ 21は、「ディレクトリ 2」の下にある、例えば、 htmlファイル をクライアントに送信することになる。「link文」は、指定された参照先の切替方式の 1 つとして知られるシンボリックリンクの 1機能に対応し、 OS側で用意された関数、また は、ユーティリティによって実現される。
[0026] 例えば、図 5の 3行目において、関数「DirectoryIsO;」の戻り値が「Rich (リッチコンテ ンッを使用する)」であると判定された場合に、 4行目において、「link文」を使用して、 コンテンツの格納先のディレクトリ (/var/httpd/htdocs/)をリッチコンテンツを格納した ディレクトリ(/var/httpd/htdocs/rich/)に変更している。
[0027] 図 5の 11行目では、「goto文」により先頭行に制御が戻っている。すなわち、本実施 形態のコンテンツ切替部 10は、動作中、図 5に示すループ処理を行う。
図 6は、コンテンツ選択部 18が内蔵する選択ロジックの一例を示す表である。
[0028] 図 6に示される表では、以下のように、クライアントに送信するコンテンツが選択され る。
•CPU使用率が 30%以下、メモリ使用量が 30%以下、ネットワーク使用率が 30%以 下であれば、「リッチコンテンツ」をクライアントに送信するコンテンツとして選択する。 •CPU使用率、メモリ使用量、ネットワーク使用率の中で最も大きい値が 31%〜49 %の間に含まれる場合、「静止画像およびテキスト版コンテンツ」をクライアントに送信 するコンテンツとして選択する。
•CPU使用率、メモリ使用量、ネットワーク使用率の中で最も大きい値が 50%〜75 %の間に含まれる場合、「テキストのみ版コンテンツ」をクライアントに送信するコンテ ンッとして選択する。
•CPU使用率、メモリ使用量、ネットワーク使用率の中で最も大きい値が 76%〜100 %の間に含まれる場合、「最低限情報版コンテンツ」をクライアントに送信するコンテ ンッとして選択する。
[0029] 図 7は、クライアントに送信するコンテンツの選択処理のフローチャートである。この フローチャートの処理は、図 2のコンテンツ選択部 17によって行われる。
図 7において、まず、ステップ S101で、その時刻で取得された、 CPU使用率、メモ リ使用量、ネットワーク使用率のうちで最大なものの値力 その時刻の最大負荷を示 す変数 MAXに設定される。そして、ステップ S 102で、変数 MAXの値が属する範囲 が判定される。ステップ S102で、変数 MAXが 30%以下と判定されれば、ステップ S 103において、クライアントに送信するコンテンツとして「リッチコンテンツ」が選択され 、一連の処理が終了する。
[0030] ステップ S102で、変数 MAXが 31%〜49%の範囲に含まれると判定されれば、ス テツプ S104において、クライアントに送信するコンテンツとして「静止画像およびテキ スト版コンテンツ」が選択され、一連の処理が終了する。
[0031] ステップ S102で、変数 MAXが 50%〜75%の範囲に含まれると判定されれば、ス テツプ S105において、クライアントに送信するコンテンツとして「テキストのみ版コンテ ンッ」が選択され、一連の処理が終了する。
[0032] ステップ S102で、変数 MAXが 76%〜100%の範囲に含まれると判定されれば、 ステップ S106において、クライアントに送信するコンテンツとして「最低限情報版コン テンッ」が選択され、一連の処理が終了する。
[0033] なお、以上では、災害時にアクセスが Webサーバ装置に一時的に集中する場合を 想定して説明したが、それ以外の場合で、アクセスが Webサーバ装置に集中する場 合にも本実施形態のコンテンツ切替技術が有用であることは言うまでもない。
[0034] 図 8は、記憶媒体例を示す図である。
本発明のコンテンツ切替処理は、情報処理装置 61によって実現することが可能で ある。本発明の処理のためのプログラムやデータは、情報処理装置 61の記憶装置 6 5から情報処理装置 61のメモリにロードして実行することも、可搬型記憶媒体 63から 情報処理装置 61のメモリにロードして実行することも、外部記憶装置 62からネットヮ ーク 66を介して情報処理装置 61のメモリにロードして実行することも可能である。

Claims

請求の範囲
[1] 要求元からのデータ取得要求に対して、そのデータに対応するコンテンツをその要 求元に送信する装置に、前記コンテンツを切り替える処理を実行させるプログラムに おいて、
前記装置に力かる負荷を取得する負荷取得ステップと、
取得された負荷を基に、前記送信するコンテンツになりうる複数のコンテンツであつ て、それぞれが異なる容量を有する複数のコンテンッのうちの 1つを選択するコンテ ンッ選択ステップと、
前記送信するコンテンッの格納先を前記選択したコンテンッの格納先に変更する 格納先変更ステップを前記装置に実行させることを特徴とするコンテンツ切替プログ ラム。
[2] 前記コンテンツの切り替えは、前記要求元からのデータ取得要求と非同期に行わ れることを特徴とする請求項 1記載のコンテンツ切替プログラム。
[3] 前記装置に力かる負荷がより大きくなつた場合に、前記複数のコンテンツのうちで、 より容量の小さいコンテンツが選択されることを特徴とする請求項 1記載のコンテンツ 切替プログラム。
[4] 要求元からのデータ取得要求に対して、そのデータに対応するコンテンツをその要 求元に送信する装置が、前記コンテンツを切り替える処理を実行する方法において、 前記装置に力かる負荷を取得する負荷取得ステップと、
取得された負荷を基に、前記送信するコンテンツになりうる複数のコンテンツであつ て、それぞれが異なる容量を有する複数のコンテンッのうちの 1つを選択するコンテ ンッ選択ステップと、
前記送信するコンテンッの格納先を前記選択したコンテンッの格納先に変更する 格納先変更ステップを備えることを特徴とするコンテンツ切替方法。
[5] 前記コンテンツの切り替えは、前記要求元からのデータ取得要求と非同期に行わ れることを特徴とする請求項 4記載のコンテンツ切替方法。
[6] 前記装置に力かる負荷がより大きくなつた場合に、前記複数のコンテンツのうちで、 より容量の小さいコンテンツが選択されることを特徴とする請求項 4記載のコンテンツ 切替方法。
[7] 要求元からのデータ取得要求に対して、そのデータに対応するコンテンツをその要 求元に送信するコンテンツ管理装置において、
前記装置に力かる負荷を取得する負荷取得部と、
取得された負荷を基に、前記送信するコンテンツになりうる複数のコンテンツであつ て、それぞれが異なる容量を有する複数のコンテンッのうちの 1つを選択するコンテ ンッ選択部と、
前記送信するコンテンッの格納先を前記選択したコンテンッの格納先に変更する 格納先変更部を備えることを特徴とするコンテンツ管理装置。
[8] 前記負荷取得、コンテンツ選択、および、コンテンツの格納先変更は、前記要求元 力 のデータ取得要求と非同期に行われることを特徴とする請求項 7記載のコンテン ッ管理装置。
[9] 前記コンテンツ管理装置に力かる負荷がより大きくなつた場合に、前記複数のコン テンッのうちで、より容量の小さいコンテンツが選択されることを特徴とする請求項 7記 載のコンテンツ管理装置。
PCT/JP2006/305876 2006-03-23 2006-03-23 コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置 WO2007108135A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2008506137A JPWO2007108135A1 (ja) 2006-03-23 2006-03-23 コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置
PCT/JP2006/305876 WO2007108135A1 (ja) 2006-03-23 2006-03-23 コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置
US12/212,192 US20090013328A1 (en) 2006-03-23 2008-09-17 Content switching program, content switching method, and content management apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2006/305876 WO2007108135A1 (ja) 2006-03-23 2006-03-23 コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/212,192 Continuation US20090013328A1 (en) 2006-03-23 2008-09-17 Content switching program, content switching method, and content management apparatus

Publications (1)

Publication Number Publication Date
WO2007108135A1 true WO2007108135A1 (ja) 2007-09-27

Family

ID=38522175

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2006/305876 WO2007108135A1 (ja) 2006-03-23 2006-03-23 コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置

Country Status (3)

Country Link
US (1) US20090013328A1 (ja)
JP (1) JPWO2007108135A1 (ja)
WO (1) WO2007108135A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140179266A1 (en) * 2012-12-21 2014-06-26 Verizon Patent And Licensing Inc. Shared data monitor

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10262233A (ja) * 1997-03-17 1998-09-29 Mitsubishi Electric Corp ビデオサーバシステム
JP2002351904A (ja) * 2001-05-22 2002-12-06 Matsushita Electric Ind Co Ltd 情報提供サーバ
JP2004348494A (ja) * 2003-05-23 2004-12-09 Hitachi Ltd コンテンツ配信ネットワーク

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH113261A (ja) * 1997-06-13 1999-01-06 N T T Data:Kk 情報提供システム、情報通信装置、記録媒体
US7502834B2 (en) * 2003-09-30 2009-03-10 International Business Machines Corporation Autonomic content load balancing

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10262233A (ja) * 1997-03-17 1998-09-29 Mitsubishi Electric Corp ビデオサーバシステム
JP2002351904A (ja) * 2001-05-22 2002-12-06 Matsushita Electric Ind Co Ltd 情報提供サーバ
JP2004348494A (ja) * 2003-05-23 2004-12-09 Hitachi Ltd コンテンツ配信ネットワーク

Also Published As

Publication number Publication date
US20090013328A1 (en) 2009-01-08
JPWO2007108135A1 (ja) 2009-08-06

Similar Documents

Publication Publication Date Title
US9106521B2 (en) Method and system for visualizing an adaptive screen according to a terminal
KR100803932B1 (ko) 통신장치 및 브라우저 절환방법
CN102684986B (zh) 一种终端显示图片的方法和系统
US20150278236A1 (en) Method for forming webpage, peripheral apparatus and system
JP4956276B2 (ja) サーブレット起動プログラムおよびホームゲートウェイ装置
US7424509B2 (en) System and method for printing from a web application
JP5530217B2 (ja) 文書閲覧システム及びドキュメント変換サーバ
JP2009110041A (ja) ウェブ画面の共有システム、その共有用端末機およびその共有プログラム
KR102060660B1 (ko) 웹 브라우징 서비스를 제공하는 방법 및 장치
US9270776B2 (en) Dynamically adjusting delivery of content between terminal device and server
JP5924883B2 (ja) 情報処理システム、情報処理方法、情報処理装置
CN107894906B (zh) 页面的图片加载方法、装置以及终端设备和服务器
CN103561068A (zh) 一种提高网页浏览速度的方法及装置
WO2007108135A1 (ja) コンテンツ切替プログラム、コンテンツ切替方法、および、コンテンツ管理装置
JP2012133668A (ja) 表示装置、画面画像転送方法、及びプログラム
JP5809099B2 (ja) Web閲覧画面サムネイル生成システム
CN115442431A (zh) 云桌面浏览器的重定向方法、装置、电子设备及存储介质
CN114519037A (zh) 一种表格在线预览方法、装置和系统
CN104219277A (zh) 重排服务器响应
JP2010041401A (ja) 中継装置、通信中継方法、そのプログラム、及び中継システム
JP2012059060A (ja) スクリプトプログラムを含むWebページを端末に高速表示させるWebサーバ及びその方法
JP2008282428A (ja) コンテンツデータ提供装置およびネットワークシステム
KR100925644B1 (ko) 오브젝트 전송 시스템 및 그 제어방법
US20070097436A1 (en) Data-control device and method of controlling same
JP2002163197A (ja) 画像変換ツールの供給方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 06729824

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2008506137

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06729824

Country of ref document: EP

Kind code of ref document: A1