JP2010152731A - Device and method for registering presentation information, program for presentation information transmission control processing, and presentation information transmission system - Google Patents

Device and method for registering presentation information, program for presentation information transmission control processing, and presentation information transmission system Download PDF

Info

Publication number
JP2010152731A
JP2010152731A JP2008331226A JP2008331226A JP2010152731A JP 2010152731 A JP2010152731 A JP 2010152731A JP 2008331226 A JP2008331226 A JP 2008331226A JP 2008331226 A JP2008331226 A JP 2008331226A JP 2010152731 A JP2010152731 A JP 2010152731A
Authority
JP
Japan
Prior art keywords
presentation information
information
request
transmission server
presentation
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.)
Granted
Application number
JP2008331226A
Other languages
Japanese (ja)
Other versions
JP5579984B2 (en
Inventor
Hiroaki Kubota
博昭 窪田
Shuichi Wada
修一 和田
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.)
Rakuten Group Inc
Original Assignee
Rakuten 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 Rakuten Inc filed Critical Rakuten Inc
Priority to JP2008331226A priority Critical patent/JP5579984B2/en
Publication of JP2010152731A publication Critical patent/JP2010152731A/en
Application granted granted Critical
Publication of JP5579984B2 publication Critical patent/JP5579984B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To allow a provider of presentation information to register the presentation information without regard for a server device to which the presentation information is to be stored, when transmission of presentation information is distributed and assigned to a plurality of server devices. <P>SOLUTION: In the presentation information registration device for registering presentation information to a presentation information transmission system so as to be transmittable to a user terminal device, assignment information showing a transmission server device and presentation information assigned to the transmission server device in association with each transmission server device is stored, presentation information transmitted from a provider terminal device used by a provider is received, the transmission server device which stores the received presentation information is specified based on the assignment information, and presentation information storage request information is transmitted to the specified transmission server device, the information showing a request for storing the received presentation information to a storage means of this transmission server device, and including the presentation information. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ユーザに対して提示される提示情報をユーザ端末装置に送信するサーバ装置を、負荷分散のために複数設けた提示情報送信システムにおいて、提示情報を提示情報送信システムに登録する提示情報登録装置、提示情報登録方法、提示情報送信制御処理プログラム及び提示情報送信システムの技術分野に関する。   The present invention provides a presentation information for registering presentation information in a presentation information transmission system in a presentation information transmission system in which a plurality of server devices for transmitting presentation information presented to a user to a user terminal device are provided for load distribution. The present invention relates to a technical field of a registration device, a presentation information registration method, a presentation information transmission control processing program, and a presentation information transmission system.

従来から、インターネット等のネットワークを介してパーソナルコンピュータ等の端末装置からのリクエストに応じて、サーバ装置が、Webページや画像データ等のユーザに対して提示される提示情報を送信する提示情報送信システムが知られている。   Conventionally, a presentation information transmission system in which a server device transmits presentation information presented to a user such as a web page or image data in response to a request from a terminal device such as a personal computer via a network such as the Internet. It has been known.

かかるシステムにおいては、単位時間当たりのアクセス数が増加するとサーバ装置に対する負荷がかかるため、負荷分散のために、SLB(Server Load Balancing)が一般的に採用されている(例えば、特許文献1)。   In such a system, when the number of accesses per unit time increases, a load is applied to the server device. Therefore, SLB (Server Load Balancing) is generally employed for load distribution (for example, Patent Document 1).

SLBは、ロードバランサーと複数のWebサーバとにより構成される仕組みである。ロードバランサーは、端末装置側からは一つのWebサーバであるかのように見え、端末装置からのリクエストの受信を一手に引き受ける。そして、ロードバランサーはリクエストを受信する都度、複数のWebサーバの中から一つを選択し、選択したWebサーバにリクエストを転送する。転送先となるWebサーバの選択方法としては、例えば、ラウンドロビン方式を用いたり、ランダムに選択したり、端末装置とのコネクションが最も少ないWebサーバを選択する方法などが存在する。   SLB is a mechanism composed of a load balancer and a plurality of Web servers. The load balancer appears to the terminal device as if it is a single Web server, and accepts a request from the terminal device. Each time the load balancer receives a request, the load balancer selects one of the plurality of Web servers and transfers the request to the selected Web server. As a method for selecting a Web server as a transfer destination, for example, there are a method using a round robin method, a random selection, and a method for selecting a Web server having the least number of connections with a terminal device.

このような場合においては、Webサーバ間において、送信される提示情報に整合性が保たれなければならない。こうしたことから、提示情報の管理にはNAS(Network Attached Storage)が用いられる場合がある。すなわち、提示情報を全てNASに格納させておき、各WebサーバはNASにアクセスして、リクエストされた提示情報を取得する。これによって、リクエストの対象が同じであれば、どのWebサーバがリクエストを受けたとしても同じ内容の提示情報がユーザに対して提示されることが保証されるのである。   In such a case, consistency must be maintained in the presentation information transmitted between Web servers. For this reason, NAS (Network Attached Storage) may be used to manage the presentation information. That is, all the presentation information is stored in the NAS, and each Web server accesses the NAS and acquires the requested presentation information. This guarantees that the same presentation information is presented to the user regardless of which Web server receives the request if the request target is the same.

ところが、今度は1台のNASに対してWebサーバからのアクセスが集中するので、常に処理能力が高く記憶容量の多いNASを用意しておくことが必要となる。しかしながら、NASは一般的に高価であるので、これを新しいものに変えることも望むようにはいかない。   However, since access from the Web server is concentrated on one NAS this time, it is necessary to always prepare a NAS having a high processing capacity and a large storage capacity. However, since NAS is generally expensive, it would not be desirable to change this to a new one.

そこで、各Webサーバが備えるハードディスク装置等に、提示情報を分散して格納させる方法が考えられる。この場合は、例えば、各Webサーバに対して、提示情報の提供元のうちどの提供元からの提示情報の送信を担当させるかを割り当て、夫々のハードディスク装置に、割り当てられた提示情報を格納させる。そして、ロードバランサーは、リクエストに設定されたURL(Uniform Resource Locator)から、提供元を判別し、この提供元を担当するWebサーバにリクエストを転送するのである。これによって、1台の記憶装置にアクセスが集中するということを解消することができる。また、サーバ装置に用いられる一般的なハードディスク装置であれば、たとえ複数用意したとしても、それほど高価になるものでもない。
特開2004−86317号公報
In view of this, a method is conceivable in which presentation information is distributed and stored in a hard disk device or the like included in each Web server. In this case, for example, each Web server is assigned to which of the presentation information providers the transmission of the presentation information is assigned, and the assigned presentation information is stored in each hard disk device. . Then, the load balancer discriminates the provider from the URL (Uniform Resource Locator) set in the request, and transfers the request to the Web server in charge of the provider. As a result, it is possible to eliminate the concentration of access to one storage device. Moreover, even if a plurality of general hard disk devices used in the server device are prepared, it is not so expensive.
JP 2004-86317 A

しかしながら、この場合においては、その提示情報をシステムに提供する情報提供者が、提示情報の登録の際に登録先のWebサーバを指定しなければならない。そうすると、提示情報の登録作業が煩雑になるとともに、登録先のWebサーバを間違える可能性がある。   However, in this case, the information provider who provides the presentation information to the system must specify the registration destination Web server when registering the presentation information. Then, the registration work of the presentation information becomes complicated, and there is a possibility that the registration destination Web server is mistaken.

本発明は、以上の点に鑑みてなされたものであり、提示情報の送信を複数のサーバ装置に分散して割り当てた場合に、提示情報を記憶させるべきサーバ装置を提示情報の提供者が意識することなく提示情報を登録することを可能とする提示情報登録装置、提示情報登録方法、提示情報送信制御処理プログラム及び提示情報送信システムを提供することを目的とする。   The present invention has been made in view of the above points. When the transmission of presentation information is distributed and assigned to a plurality of server apparatuses, the provider of the presentation information is conscious of the server apparatus that should store the presentation information. It is an object of the present invention to provide a presentation information registration apparatus, a presentation information registration method, a presentation information transmission control processing program, and a presentation information transmission system that can register presentation information without doing so.

上記課題を解決するために、請求項1に記載の発明は、提供者から提供された提示情報をユーザ端末装置に送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、を備え、各前記送信サーバ装置は、前記要求情報転送装置から転送されてきた前記要求情報に対応する前記提示情報を当該送信サーバ装置の記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信システムにおいて、前記提示情報を、前記ユーザ端末装置に対して送信可能なように前記提示情報送信システムに登録する提示情報登録装置であって、前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情報と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段と、前記提供者が利用する提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信手段と、前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定手段と、前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信手段と、を備えることを特徴とする。   In order to solve the above-mentioned problem, the invention according to claim 1 is a plurality of transmission server devices that transmit presentation information provided by a provider to a user terminal device, and the plurality of the presentation information are allocated. A plurality of transmission server devices, a request information transfer device that indicates a request for the presentation information and transmits the request information transmitted from the user terminal device to the transmission server device to which the requested presentation information is assigned. And each of the transmission server devices obtains the presentation information corresponding to the request information transferred from the request information transfer device from the storage means of the transmission server device and transmits it to the requesting user terminal device In the presentation information transmission system, the presentation information is registered in the presentation information transmission system so that the presentation information can be transmitted to the user terminal device. An allocation information storage means for storing allocation information indicating the transmission server device and the presentation information allocated to the transmission server device in association with each transmission server device, and the provider Based on the allocation information, receiving means for receiving the presentation information transmitted from the provider terminal device to be used based on the instructions of the provider, and the transmission server device in which the received presentation information is stored. A specifying means for specifying, and a request for storing the received presentation information in the storage means provided in the transmitting server apparatus to the specified transmission server apparatus, and presentation information storage request information including the presentation information Storage request transmission means for transmitting.

この発明によれば、各提示情報は、複数の送信サーバ装置のうちの何れかの送信サーバ装置に割り当てられている。各送信サーバ装置は、提示情報を記憶する記憶手段を備える。要求情報送信装置は、ユーザ端末装置から要求情報を受信すると、当該要求情報によりユーザ端末装置から要求された提示情報が割り当てられた送信サーバ装置に、当該要求情報を転送する。そして、送信サーバ装置は、要求情報転送装置から要求情報を受信すると、要求された提示情報は自己が備える記憶手段に記憶されているので、当該提示情報を、当該記憶手段から取得して要求元のユーザ端末装置に送信する。このようにして、提示情報送信システムでは、送信サーバ装置の処理負荷を分散させている。   According to this invention, each presentation information is assigned to one of the plurality of transmission server devices. Each transmission server device includes storage means for storing presentation information. When the request information transmitting apparatus receives the request information from the user terminal apparatus, the request information transmitting apparatus transfers the request information to the transmission server apparatus to which the presentation information requested by the user terminal apparatus is assigned by the request information. Then, when the transmission server apparatus receives the request information from the request information transfer apparatus, the requested presentation information is stored in the storage means provided in the transmission server apparatus, so that the presentation information is acquired from the storage means and the request source To the user terminal device. In this way, in the presentation information transmission system, the processing load of the transmission server device is distributed.

ここで、提示情報登録装置は、提供者用端末装置から提示情報を受信し、当該提示情報に対応する送信サーバ装置を、割り当て情報に基づいて特定し、特定された送信サーバ装置の記憶手段に、受信した提示情報を記憶させるべく提示情報記憶要求情報を送信する。   Here, the presentation information registration device receives the presentation information from the provider terminal device, identifies the transmission server device corresponding to the presentation information based on the allocation information, and stores it in the storage unit of the identified transmission server device. The presentation information storage request information is transmitted to store the received presentation information.

従って、提供者が送信サーバ装置を指定しなくても、提示情報が適切な送信サーバ装置において記憶されるので、提示情報を分散させて複数の送信サーバ装置に記憶させた場合でも、ユーザ端末装置からの要求情報に対する提示情報を送信することができる。   Therefore, even if the provider does not specify the transmission server device, the presentation information is stored in an appropriate transmission server device. Therefore, even when the presentation information is distributed and stored in a plurality of transmission server devices, the user terminal device The presentation information corresponding to the request information from can be transmitted.

請求項2に記載の発明は、請求項1に記載の提示情報登録装置において、前記提示情報送信システムは、前記複数の送信サーバ装置に割り当てられた全ての前記提示情報を記憶するファイルサーバ装置と、前記送信サーバ装置の代替えとして用いられ、前記要求情報転送装置から受信された前記要求情報に対応する前記提示情報を、前記ファイルサーバ装置から取得し要求元の前記ユーザ端末装置に送信する代替サーバ装置と、を更に備え、前記要求情報転送装置は、前記要求情報を送信すべき前記送信サーバ装置が動作していないと判定した場合には、当該要求情報を前記代替サーバ装置に送信し、前記記憶要求送信手段は、前記提示情報記憶要求情報を前記特定された送信サーバ装置に送信するとともに、前記受信された提示情報を前記ファイルサーバ装置に記憶させる要求を示し、且つ、当該提示情報を含む対ファイルサーバ提示情報記憶要求情報を送信することを特徴とする。   According to a second aspect of the present invention, in the presentation information registration device according to the first aspect, the presentation information transmission system includes a file server device that stores all the presentation information allocated to the plurality of transmission server devices, and An alternative server that is used as an alternative to the transmission server device and that obtains the presentation information corresponding to the request information received from the request information transfer device from the file server device and transmits it to the requesting user terminal device And when the request information transfer device determines that the transmission server device to which the request information should be transmitted is not operating, the request information transfer device transmits the request information to the alternative server device, and The storage request transmission means transmits the presentation information storage request information to the specified transmission server device, and the received presentation information It indicates a request to be stored in Airusaba device, and, and transmits the pair file server presentation information storing request information including the presentation information.

この発明によれば、送信サーバ装置が動作していない場合でも、代替サーバ装置によって、要求された提示情報をファイルサーバ装置から取得し要求元のユーザ端末装置に送信することができる。   According to this invention, even when the transmission server apparatus is not operating, the requested presentation information can be acquired from the file server apparatus and transmitted to the requesting user terminal apparatus by the alternative server apparatus.

請求項3に記載の発明は、請求項1または請求項2に記載の提示情報登録装置において、ユーザインターフェース処理プログラムと提示情報送信制御処理プログラムとを記憶するプログラム記憶手段を更に備え、前記受信手段は、前記ユーザインターフェース処理プログラムを実行することにより、前記提示情報を登録するための画面を構成する登録画面情報を前記提供者用端末装置に送信し、当該登録画面情報に基づいて当該提供者用端末装置により表示された画面を通じて前記提供者により指定された前記提示情報を受信し、前記提示情報送信制御処理プログラムは、前記ユーザインターフェース処理プログラムにおける呼び出し命令によって実行され、前記特定手段及び前記記憶要求送信手段は、前記提示情報送信制御処理プログラムを実行することにより動作することを特徴とする。   According to a third aspect of the present invention, in the presentation information registration apparatus according to the first or second aspect of the present invention, the receiving unit further includes a program storage unit that stores a user interface processing program and a presentation information transmission control processing program. Transmits registration screen information constituting a screen for registering the presentation information to the provider terminal device by executing the user interface processing program, and for the provider based on the registration screen information. The presentation information designated by the provider is received through a screen displayed by a terminal device, and the presentation information transmission control processing program is executed by a call instruction in the user interface processing program, and the specifying means and the storage request The transmission means includes the presentation information transmission control processing program Characterized in that it operates by executing.

この発明によれば、ユーザインターフェース処理プログラムの開発者は、提供者から提供された提示情報を、どの送信サーバ装置に送信するかについて考える必要がなく、プログラムの開発負担を軽減させることができる。   According to the present invention, the developer of the user interface processing program does not need to consider which transmission server device the presentation information provided from the provider is transmitted to, and can reduce the burden of program development.

請求項4に記載の発明は、請求項1乃至3の何れか1項に記載の提示情報登録装置において、各前記提示情報は、所定のカテゴリーで分類され、各前記カテゴリーは、何れかの前記送信サーバ装置に割り当てられており、前記割り当て情報は、前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記カテゴリーと、を前記送信サーバ装置毎に示し、前記特定手段は、前記受信手段により受信された前記提示情報が分類された前記カテゴリーを認識し、当該認識したカテゴリーが割り当てられた前記送信サーバ装置を前記割り当て情報に基づいて特定することを特徴とする。   According to a fourth aspect of the present invention, in the presentation information registration device according to any one of the first to third aspects, each of the presentation information is classified into a predetermined category, and each of the categories is one of the above Assigned to a transmission server device, and the assignment information indicates, for each transmission server device, the transmission server device and the category assigned to the transmission server device. The category in which the received presentation information is classified is recognized, and the transmission server device to which the recognized category is assigned is specified based on the assignment information.

請求項5に記載の発明は、請求項4に記載の提示情報登録装置において、各前記提示情報は、前記カテゴリーとして、提供元の前記提供者別に分類され、前記特定手段は、前記提供者を識別するための提供者識別情報を、前記提供者用端末装置から受信し、当該受信した提供者識別情報に基づいて、受信された提示情報を提供した前記提供者を認識することを特徴とする。   According to a fifth aspect of the present invention, in the presentation information registration device according to the fourth aspect, each of the presentation information is classified as the category according to the provider of the provider, and the specifying unit is configured to identify the provider. Receiving provider identification information for identification from the provider terminal device, and recognizing the provider who provided the received presentation information based on the received provider identification information .

請求項6に記載の発明は、提供者から提供された提示情報をユーザ端末装置に送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、を備え、各前記送信サーバ装置は、前記要求情報転送装置から転送されてきた前記要求情報に対応する前記提示情報を当該送信サーバ装置の記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信システムにおいて、前記提示情報を、前記ユーザ端末装置に対して送信可能なように前記提示情報送信システムに登録する提示情報登録装置であって、前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情報と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段を備える提示情報登録装置により実行される提示情報登録方法において、前記提供者が利用する提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信工程と、前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定工程と、前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信工程と、を備えることを特徴とする。   The invention according to claim 6 is a plurality of transmission server devices that transmit presentation information provided by a provider to a user terminal device, and a plurality of transmission server devices to which a plurality of the presentation information are assigned, and A request information transfer device that indicates a request for presentation information and transmits the request information transmitted from the user terminal device to the transmission server device to which the requested presentation information is assigned, and each of the transmission servers In the presentation information transmission system, the apparatus obtains the presentation information corresponding to the request information transferred from the request information transfer apparatus from the storage unit of the transmission server apparatus, and transmits the presentation information to the user terminal apparatus of the request source. A presentation information registration apparatus for registering presentation information in the presentation information transmission system so as to be capable of being transmitted to the user terminal apparatus, wherein the transmission information Presentation information registration executed by a presentation information registration device comprising allocation information storage means for storing allocation information indicating the transmission device and the presentation information allocated to the transmission server device in association with each transmission server device In the method, a receiving step of receiving the presentation information transmitted from the provider terminal device used by the provider based on an instruction of the provider, and the transmission server device in which the received presentation information is stored Indicating a request to store the received presentation information in the storage means included in the transmission server device, and a specifying step for specifying the presentation information based on the allocation information, and the presentation information And a storage request transmission step of transmitting presentation information storage request information including.

請求項7に記載の発明は、提供者から提供された提示情報をユーザ端末装置に送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、を備え、各前記送信サーバ装置は、前記要求情報転送装置から転送されてきた前記要求情報に対応する前記提示情報を当該送信サーバ装置の記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信システムにおいて、前記提示情報を、前記ユーザ端末装置に対して送信可能なように前記提示情報送信システムに登録する提示情報登録装置であって、前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情報と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段と、前記提供者が利用する提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信手段と、を備える提示情報登録装置に含まれるコンピュータを、前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定手段、前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信手段、として機能させることを特徴とする。   The invention according to claim 7 is a plurality of transmission server devices that transmit presentation information provided by a provider to a user terminal device, and a plurality of transmission server devices to which a plurality of the presentation information are assigned, and A request information transfer device that indicates a request for presentation information and transmits the request information transmitted from the user terminal device to the transmission server device to which the requested presentation information is assigned, and each of the transmission servers In the presentation information transmission system, the apparatus obtains the presentation information corresponding to the request information transferred from the request information transfer apparatus from the storage unit of the transmission server apparatus, and transmits the presentation information to the user terminal apparatus of the request source. A presentation information registration apparatus for registering presentation information in the presentation information transmission system so as to be capable of being transmitted to the user terminal apparatus, wherein the transmission information An allocation information storage means for storing allocation information indicating the transmission device and the presentation information allocated to the transmission server device in association with each transmission server device, and a provider terminal device used by the provider Receiving means for receiving the presentation information transmitted based on the instructions of the provider from the computer included in the presentation information registration device, the transmission server device for storing the received presentation information A specifying means for specifying based on allocation information, a request for indicating to the specified transmission server apparatus a request to store the received presentation information in the storage means provided in the transmission server apparatus, and including the presentation information It is characterized by functioning as storage request transmission means for transmitting information storage request information.

請求項8に記載の発明は、提供者から提供された提示情報をユーザに対して提示するユーザ端末装置と、前記提供者が利用する提供者用端末装置と、前記ユーザ端末装置に前記提示情報を送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、前記提示情報を、前記ユーザ端末装置に対して送信可能なように登録する提示情報登録装置と、を備える提示情報送信システムであって、前記提示情報登録装置は、前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段と、前記提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信手段と、前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定手段と、前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信手段と、を備え、各前記送信サーバ装置は、自己に割り当てられた前記提示情報を記憶する記憶手段と、前記要求情報転送装置から転送された前記要求情報を受信する要求受信手段と、前記受信された要求情報に対応する前記提示情報を、前記記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信手段と、前記提示情報登録装置から送信された前記前記提示情報記憶要求情報を受信する記憶要求受信手段と、前記受信された前記前記提示情報記憶要求情報に含まれる前記提示情報を前記記憶手段に記憶させる記憶制御手段と、を備え、前記要求情報転送装置は、前記割り当て情報を記憶する要求情報転送装置記憶手段と、前記端末装置から送信された前記要求情報を受信する要求受信手段と、前記受信された要求情報に対応する前記提示情報が分類される前記カテゴリーを、当該要求情報と前記割り当て情報とに基づいて特定する要求情報転送装置特定手段と、前記特定された送信サーバ装置に、前記受信された要求情報を転送する転送手段と、を備え、前記ユーザ端末装置は、前記要求情報を前記要求情報転送装置に送信する要求情報送信手段と、前記送信サーバ装置から送信された前記提示情報を受信するユーザ端末装置提示情報受信手段と、前記受信された提示情報を前記ユーザに提示する提示手段と、を備え、前記提供者用端末装置は、前記提供者の指令に基づいて前記提示情報を前記提示情報登録装置に送信する提供者用端末装置提示情報送信手段を備えることを特徴とする。   The invention according to claim 8 is a user terminal device that presents presentation information provided by a provider to a user, a provider terminal device used by the provider, and the presentation information on the user terminal device. A plurality of transmission server apparatuses to which a plurality of the presentation information is assigned, and request information indicating a request for the presentation information and transmitted from the user terminal apparatus. A presentation comprising: a request information transfer device that transfers the presentation information assigned to the transmission server device to which the presentation information is assigned; and a presentation information registration device that registers the presentation information so as to be transmitted to the user terminal device. In the information transmission system, the presentation information registration device is configured to display the transmission server device and the presentation information assigned to the transmission server device for each transmission server device. An allocation information storage unit that stores allocation information shown in association with each other, a receiving unit that receives the presentation information transmitted from the provider terminal device based on a command of the provider, and the received presentation information Specifying means for specifying the transmission server device to be stored based on the allocation information; and a request for causing the specified transmission server device to store the received presentation information in the storage means included in the transmission server device. Storage request transmission means for transmitting presentation information storage request information including the presentation information, and each of the transmission server devices stores the presentation information allocated to itself, and the request Request receiving means for receiving the request information transferred from the information transfer device; and the storage means for receiving the presentation information corresponding to the received request information. Obtained and transmitted to the user terminal device of the request source, storage request receiving means for receiving the presentation information storage request information transmitted from the presentation information registration device, and the received the received Storage control means for storing the presentation information included in the presentation information storage request information in the storage means, wherein the request information transfer device stores the request information transfer device storage means for storing the allocation information, and the terminal device Request information for receiving the request information transmitted from the request information, and request information for specifying the category into which the presentation information corresponding to the received request information is classified based on the request information and the allocation information A transfer device specifying unit; and a transfer unit that transfers the received request information to the specified transmission server device. Request information transmitting means for transmitting the request information to the request information transfer apparatus, user terminal apparatus presentation information receiving means for receiving the presentation information transmitted from the transmission server apparatus, and the received presentation information. Presenting means for presenting to the user, wherein the provider terminal device includes provider terminal device presentation information transmitting means for transmitting the presentation information to the presentation information registration device based on a command from the provider. It is characterized by providing.

本発明によれば、提供者が送信サーバ装置を指定しなくても、提示情報が適切な送信サーバ装置において記憶されるので、提示情報を分散させて複数の送信サーバ装置に記憶させた場合でも、ユーザ端末装置からの要求情報に対する提示情報を送信することができる。   According to the present invention, even if the provider does not specify the transmission server device, the presentation information is stored in an appropriate transmission server device. Therefore, even when the presentation information is distributed and stored in a plurality of transmission server devices. The presentation information for the request information from the user terminal device can be transmitted.

以下、図面を参照して本発明の最良の実施形態について詳細に説明する。なお、以下に説明する実施の形態は、提示情報の一例としての画像データを端末装置に送信するショッピングシステムに対して本発明を適用した場合の実施形態である。   Hereinafter, the best embodiment of the present invention will be described in detail with reference to the drawings. In addition, embodiment described below is embodiment at the time of applying this invention with respect to the shopping system which transmits the image data as an example of presentation information to a terminal device.

[1.ショッピングシステムの構成及び機能概要]
先ず、本実施形態に係るショッピングシステムSの構成及び概要機能について、図1を用いて説明する。
[1. Overview of shopping system configuration and functions]
First, the structure and outline | summary function of the shopping system S which concern on this embodiment are demonstrated using FIG.

図1は、本実施形態に係るショッピングシステムSの概要構成の一例を示す図である。   FIG. 1 is a diagram illustrating an example of a schematic configuration of a shopping system S according to the present embodiment.

図1に示すように、ショッピングシステムSは、ショッピングサーバシステム1と、提供者用端末装置の一例としての店舗端末3−j(j=1,2・・・m)と、ユーザ端末(ユーザ端末装置)4−k(k=1,2・・・n)と、を含んで構成されている。   As shown in FIG. 1, a shopping system S includes a shopping server system 1, a store terminal 3-j (j = 1, 2,... M) as an example of a provider terminal device, and a user terminal (user terminal). Device) 4-k (k = 1, 2,... N).

また、ショッピングサーバシステム1と店舗端末3−j及びユーザ端末4−kとは、ネットワークNWを介して、例えば、通信プロトコルにTCP/IP(Transmission Control Protocol/Internet Protocol)等を用いて相互にデータの送受信が可能になっている。なお、ネットワークNWは、例えば、インターネット、専用通信回線(例えば、CATV(Community Antenna Television)回線)、移動体通信網(基地局等を含む)、及びゲートウェイ等により構築されている。   Further, the shopping server system 1, the store terminal 3-j, and the user terminal 4-k exchange data with each other using, for example, TCP / IP (Transmission Control Protocol / Internet Protocol) as a communication protocol via the network NW. Can be sent and received. The network NW is constructed by, for example, the Internet, a dedicated communication line (for example, a CATV (Community Antenna Television) line), a mobile communication network (including a base station), a gateway, and the like.

このような構成のショッピングシステムSにおいて、ショッピングサーバシステム1は、ネットワークNWを通じて各種のサービスを提供するサービス提供事業者によりショッピングサイトを開設するために設置されたサーバ装置である。   In the shopping system S having such a configuration, the shopping server system 1 is a server device installed to open a shopping site by a service provider that provides various services through the network NW.

このサービス提供事業者は、ASP(Application Service Provider)でもあり、商品を販売する複数の販売業者(提供者の一例)と出店契約を締結して、これらの販売業者がショッピングサイト上で出店して商品の販売を可能とするためのアプリケーションを、ショッピングサーバシステム1を通じて提供するようになっている。   This service provider is also an ASP (Application Service Provider), and has concluded a store opening contract with a plurality of sellers (an example of providers) that sell products, and these sellers open stores on shopping sites. An application for enabling the sale of merchandise is provided through the shopping server system 1.

そして、ショッピングサーバシステム1は、ユーザ端末4−kのリクエストに応じて、販売業者とユーザ端末4−kのユーザとの間における商品の売買を成立させるための処理を行うようになっている。なお、以下の説明においては、販売業者を店舗とも称する。   And the shopping server system 1 performs the process for establishing sale of goods between a seller and the user of the user terminal 4-k according to the request of the user terminal 4-k. In the following description, the dealer is also referred to as a store.

次に、店舗端末3−jは、サービス提供事業者と出店契約を締結した店舗により利用される端末装置であり、例えば、パーソナルコンピュータ等を適用することができる。そして、店舗端末3−jは、ショッピングサーバシステム1にアクセスして、Webページを取得し、画面に表示するようになっている。これにより、店舗は、Webページを通じて、ショッピングサイトにおける仮想的な店舗を構築することができるようになっている。具体的には、例えば、販売する商品に関する情報を登録したり、店舗や商品に関する画像データを登録することができるようになっている。   Next, the store terminal 3-j is a terminal device used by a store that has signed a store opening contract with a service provider, and for example, a personal computer or the like can be applied. And store terminal 3-j accesses shopping server system 1, acquires a web page, and displays it on a screen. Thus, the store can construct a virtual store on the shopping site through the Web page. Specifically, for example, it is possible to register information related to a product to be sold or register image data related to a store or a product.

次に、ユーザ端末4−kは、ショッピングサーバシステム1にアクセスしてWebページを取得し、画面に表示するようになっている。これにより、ユーザは、当該Webページを通じて、商品の購入を行うことができるようになっている。このユーザ端末4−kは、例えば、パーソナルコンピュータ、PDA(Personal Digital Assistant)、STB(Set Top Box)、携帯電話機等を適用することができる。   Next, the user terminal 4-k accesses the shopping server system 1, acquires a web page, and displays it on a screen. Thereby, the user can purchase a product through the Web page. For example, a personal computer, a PDA (Personal Digital Assistant), an STB (Set Top Box), a mobile phone, or the like can be applied to the user terminal 4-k.

なお、店舗端末3−j及びユーザ端末4−kには、夫々所定のオペレーティングシステム、Webブラウザアプリケーション、電子メールアプリケーション等がインストールされている。   A predetermined operating system, a web browser application, an e-mail application, and the like are installed in the store terminal 3-j and the user terminal 4-k, respectively.

[2.ショッピングサーバシステムの構成及び機能概要]
次に、本実施形態に係るショッピングサーバシステム1の構成及び概要機能について、図2を用いて説明する。
[2. Overview of shopping server system configuration and functions]
Next, the structure and outline | summary function of the shopping server system 1 which concern on this embodiment are demonstrated using FIG.

図2は、本実施形態に係るショッピングサーバシステム1の概要構成の一例を示す図である。   FIG. 2 is a diagram illustrating an example of a schematic configuration of the shopping server system 1 according to the present embodiment.

図2に示すように、ショッピングサーバシステム1は、ロードバランサー10と、要求情報転送装置の一例としてのProxyサーバ20−1及び20−2と、夫々がコンテンツデータベース40を備える送信サーバ装置の一例としてのWebサーバ30−1、30−2及び30−3と、代替サーバ装置の一例としての代替Webサーバ50と、ファイルサーバ装置の一例としてのNAS60と、振り分けマスタデータベース80を備える提示情報登録装置の一例としてのスケーラーサーバ70と、を含んで構成されている。   As shown in FIG. 2, the shopping server system 1 is an example of a load balancer 10, proxy servers 20-1 and 20-2 as an example of a request information transfer device, and an example of a transmission server device that includes a content database 40. An example of a presentation information registration device including Web servers 30-1, 30-2, and 30-3, an alternative Web server 50 as an example of an alternative server device, an NAS 60 as an example of a file server device, and a distribution master database 80 And a scaler server 70.

ロードバランサー10は、ネットワークNWを介して、店舗端末3−j及びユーザ端末4−kと直接データの送受信をすることが可能となっている。また、ロードバランサー10とProxyサーバ20−1及び20−2とは、ネットワークNW10を介して相互にデータの送受信が可能になっている。更に、Proxyサーバ20−1及び20−2と、Webサーバ30−1〜30−3、代替Webサーバ50及びスケーラーサーバ70とは、ネットワークNW20を介して相互にデータの送受信が可能になっている。また更に、Webサーバ30−1〜30−3と、代替Webサーバ50と、NAS60と、スケーラーサーバ70とは、ネットワークNW30を介して相互にデータの送受信が可能になっている。なお、ネットワークNW10、20及び30は、例えば、LAN(Local Area Network)等により構築されている。   The load balancer 10 can directly transmit / receive data to / from the store terminal 3-j and the user terminal 4-k via the network NW. The load balancer 10 and the proxy servers 20-1 and 20-2 can transmit and receive data to and from each other via the network NW10. Further, the proxy servers 20-1 and 20-2, the Web servers 30-1 to 30-3, the alternative Web server 50, and the scaler server 70 can transmit and receive data to and from each other via the network NW20. . Furthermore, the Web servers 30-1 to 30-3, the alternative Web server 50, the NAS 60, and the scaler server 70 can exchange data with each other via the network NW30. The networks NW10, 20 and 30 are constructed by, for example, a LAN (Local Area Network).

なお、以下の説明においては、Proxyサーバ20−1及び20−2の何れかを特に特定しない場合には、単にProxyサーバ20と称し、また、Webサーバ30−1〜30−3の何れかを特に特定しない場合には、単にWebサーバ30と称する。   In the following description, when any of the proxy servers 20-1 and 20-2 is not particularly specified, it is simply referred to as a proxy server 20, and any one of the web servers 30-1 to 30-3 is referred to. Unless otherwise specified, the Web server 30 is simply referred to.

このような構成のショッピングサーバシステム1において、ロードバランサー10は、Proxyサーバ20の処理負荷を分散するための装置である。具体的に、ロードバランサー10は、ユーザ端末4−kから送信されてきたHTTP(Hyper Text Transfer Protocol)リクエスト(要求情報の一例)を受信すると、例えば、ランダムにProxyサーバ20−1または20−2を選択し、選択した方のProxyサーバ20に対してHTTPリクエストを転送するようになっている。   In the shopping server system 1 having such a configuration, the load balancer 10 is a device for distributing the processing load of the proxy server 20. Specifically, when the load balancer 10 receives an HTTP (Hyper Text Transfer Protocol) request (an example of request information) transmitted from the user terminal 4-k, for example, the proxy server 20-1 or 20-2 is randomly selected. The HTTP request is transferred to the selected proxy server 20.

次に、Webサーバ30は、ユーザ端末4−kから送信され、ロードバランサー10及びProxyサーバ20によって転送されてきたHTTPリクエストに応じて、HTML(Hyper Text Markup Language)データや画像データ等を含むWebページをユーザ端末4−kに送信するサーバ装置である。Webサーバ30−1〜30−3に対しては、具体的には、夫々送信すべき画像データの提供元である店舗が割り当てられている。そして、夫々のWebサーバ30が備えるコンテンツデータベース40には、自己に割り当てられた店舗からの画像データが登録されている。   Next, the Web server 30 includes a Web page including HTML (Hyper Text Markup Language) data, image data, and the like in response to an HTTP request transmitted from the user terminal 4-k and transferred by the load balancer 10 and the proxy server 20. Is transmitted to the user terminal 4-k. Specifically, a store that is a provider of image data to be transmitted is assigned to each of the Web servers 30-1 to 30-3. And in the content database 40 with which each Web server 30 is provided, the image data from the store allocated to self is registered.

次に、代替Webサーバ50は、何れかのWebサーバ30が故障等により動作を停止させたような場合に、その代替えとして動作するサーバ装置である。   Next, the alternative Web server 50 is a server device that operates as an alternative when one of the Web servers 30 is stopped due to a failure or the like.

次に、NAS(Network Attached Storage)60は、ネットワークNW30を介してアクセス可能なファイルサービス専用のサーバ装置である。NAS60には、全店舗分の画像データが登録されている。換言すると、NAS60には、Webサーバ30−1〜30−3のコンテンツデータベース40に夫々登録されている画像データ全てのコピーが登録されている。そして、何れかのWebサーバ30がメンテナンス等によって動作を停止している場合には、代替Webサーバ50がNAS60から必要な画像データを取得して、ユーザ端末4−kに送信するようになっている。   Next, a NAS (Network Attached Storage) 60 is a server device dedicated to a file service that can be accessed via the network NW 30. Image data for all stores is registered in the NAS 60. In other words, in the NAS 60, copies of all the image data registered in the content database 40 of the Web servers 30-1 to 30-3 are registered. When one of the Web servers 30 has stopped operating due to maintenance or the like, the alternative Web server 50 acquires necessary image data from the NAS 60 and transmits it to the user terminal 4-k. Yes.

次に、Proxyサーバ20は、Webサーバ30の代理として機能するサーバ装置である。また、Proxyサーバ20は、Webサーバ30の処理負荷を分散するためのサーバ装置でもある。具体的に、Proxyサーバ20は、ロードバランサー10から転送されてきたHTTPリクエストが画像データのリクエストである場合には、当該リクエストに設定されているリクエストURL(Uniform Resource Locator)から、リクエストされた画像データの提供元である店舗を特定する。リクエストURLには、画像データのファイル名の他、店舗の識別情報である店舗ID(提供者識別情報の一例)が設定されているので、この情報から店舗を特定することができる。そして、Proxyサーバ20は、特定した店舗が割り当てられているWebサーバ30に対して、HTTPリクエストを転送するようになっている。   Next, the Proxy server 20 is a server device that functions as a proxy for the Web server 30. The proxy server 20 is also a server device for distributing the processing load of the web server 30. Specifically, when the HTTP request transferred from the load balancer 10 is an image data request, the proxy server 20 requests the requested image data from a request URL (Uniform Resource Locator) set in the request. Identify the store that is the provider. In the request URL, in addition to the file name of the image data, a store ID (an example of provider identification information), which is store identification information, is set, so that the store can be specified from this information. Then, the Proxy server 20 is configured to transfer an HTTP request to the Web server 30 to which the specified store is assigned.

Webサーバ30に対する店舗の割り当ては、振り分け情報に設定されている。この振り分け情報には、例えば、各店舗の店舗IDと、割り当てられたWebサーバ30のIPアドレスとが、対応付けて設定されている。Proxyサーバ20は、振り分け情報を参照することによって、特定の店舗がどのWebサーバ30に割り当てられているか(どのWebサーバ30に登録されているか)を判断することができるようになっている。   The allocation of stores to the Web server 30 is set in the distribution information. In this distribution information, for example, the store ID of each store and the assigned IP address of the Web server 30 are set in association with each other. The Proxy server 20 can determine to which Web server 30 a specific store is assigned (which Web server 30 is registered) by referring to the distribution information.

[3.ロードバランサー、Proxyサーバ、Webサーバ、代替Webサーバ及びNASの構成]
次に、ロードバランサー10、Proxyサーバ20、Webサーバ30、代替Webサーバ50及びNAS60の共通構成について、図3を用いて説明する。
[3. Configuration of Load Balancer, Proxy Server, Web Server, Alternative Web Server, and NAS]
Next, a common configuration of the load balancer 10, the proxy server 20, the Web server 30, the alternative Web server 50, and the NAS 60 will be described with reference to FIG.

図3は、ロードバランサー10、Proxyサーバ20、Webサーバ30、代替Webサーバ50及びNAS60の共通する概要構成の一例を示すブロック図である。   FIG. 3 is a block diagram showing an example of a schematic configuration common to the load balancer 10, the Proxy server 20, the Web server 30, the alternative Web server 50, and the NAS 60.

図3に示すように、ロードバランサー10、Proxyサーバ20、Webサーバ30、代替Webサーバ50及びNAS60は、夫々、通信部101と、記憶部102と、インターフェース部103と、入出力システム制御部107と、を備えている。そして、システム制御部107と入出力インターフェース部103とは、システムバス108を介して接続されている。   As shown in FIG. 3, the load balancer 10, the proxy server 20, the web server 30, the alternative web server 50, and the NAS 60 include a communication unit 101, a storage unit 102, an interface unit 103, and an input / output system control unit 107, respectively. It is equipped with. The system control unit 107 and the input / output interface unit 103 are connected via a system bus 108.

通信部101は、ネットワークNW、NW10、NW20またはNW30等に接続して、他のサーバ装置、店舗端末3−jまたはユーザ端末4−k等との通信状態を制御するようになっている。   The communication unit 101 is connected to a network NW, NW10, NW20, NW30, or the like, and controls the communication state with other server devices, store terminals 3-j, user terminals 4-k, or the like.

記憶部102は、例えば、ハードディスクドライブ等により構成されており、各種プログラム及びデータ等を記憶するようになっている。ここで、Proxyサーバ20の記憶部102には、前述した振り分け情報が記憶されている。この振り分け情報は、Proxyサーバ20−1と20−2とで、内容は同一となっている。また、Webサーバ30に記憶部102には、コンテンツデータベース40が構築されている。更に、NAS60の記憶部102には、画像データが記憶されている。   The storage unit 102 is constituted by, for example, a hard disk drive or the like, and stores various programs and data. Here, the above-described distribution information is stored in the storage unit 102 of the proxy server 20. This distribution information is the same in the proxy servers 20-1 and 20-2. In addition, a content database 40 is constructed in the storage unit 102 of the Web server 30. Furthermore, image data is stored in the storage unit 102 of the NAS 60.

入出力インターフェース部103は、通信部101及び記憶部102とシステム制御部107との間のインターフェース処理を行うようになっている。   The input / output interface unit 103 performs interface processing between the communication unit 101 and the storage unit 102 and the system control unit 107.

システム制御部107は、CPU(Central Processing Unit)104、ROM(Read Only Memory)105、RAM106等により構成されている。そして、システム制御部107は、CPU104が、ROM105や記憶部102に記憶された各種プログラムを読み出し実行することにより、装置全体を統括制御するようになっている。   The system control unit 107 includes a CPU (Central Processing Unit) 104, a ROM (Read Only Memory) 105, a RAM 106, and the like. The system control unit 107 performs overall control of the entire apparatus when the CPU 104 reads and executes various programs stored in the ROM 105 and the storage unit 102.

なお、各種プログラム等は、例えば、他のサーバ装置等からネットワークを介して取得されるようにしても良いし、CD−ROM等の記録媒体に記録されてドライブ装置を介して読み込まれるようにしても良い。   Various programs may be obtained from other server devices via a network, or may be recorded on a recording medium such as a CD-ROM and read via a drive device. Also good.

[4.スケーラーサーバの構成及び機能]
次に、スケーラーサーバ70の構成及び機能について、図4乃至図6を用いて説明する。
[4. Configuration and function of scaler server]
Next, the configuration and function of the scaler server 70 will be described with reference to FIGS.

図4は、本実施形態に係るスケーラーサーバ70の概要構成の一例を示すブロック図である。また、図5は、振り分けマスタデータベース80に登録される情報の内容の一例を示す図である。また、図6は、本実施形態に係るスケーラーサーバ70におけるソフトウェアの概要構成の一例を示す図である。   FIG. 4 is a block diagram illustrating an example of a schematic configuration of the scaler server 70 according to the present embodiment. FIG. 5 is a diagram showing an example of the contents of information registered in the distribution master database 80. FIG. 6 is a diagram illustrating an example of a schematic configuration of software in the scaler server 70 according to the present embodiment.

図4に示すように、スケーラーサーバ70は、操作部701と、表示部702と、通信部703と、ドライブ部704と、割り当て情報記憶手段及びプログラム記憶手段の一例としての記憶部705と、入出力インターフェース部706と、システム制御部710と、を備えている。そして、システム制御部710と入出力インターフェース部706とは、システムバス711を介して接続されている。   As shown in FIG. 4, the scaler server 70 includes an operation unit 701, a display unit 702, a communication unit 703, a drive unit 704, a storage unit 705 as an example of an allocation information storage unit and a program storage unit, and an input unit. An output interface unit 706 and a system control unit 710 are provided. The system control unit 710 and the input / output interface unit 706 are connected via a system bus 711.

操作部701は、例えば、キーボード、マウス等により構成されており、オペレータ等からの操作指示を受け付け、その指示内容を指示信号としてシステム制御部710に出力するようになっている。表示部702は、例えば、CRT(Cathode Ray Tube)ディスプレイ、液晶ディスプレイ等により構成されており、文字や画像等の情報を表示するようになっている。通信部703は、ネットワークNW等に接続して、他のサーバ装置やユーザ端末4−k等との通信状態を制御するようになっている。ドライブ部704は、例えば、フレキシブルディスク、CD(Compact Disc)、DVD(Digital Versatile Disc)等のディスクDKからデータ等を読み出す一方、当該ディスクDKに対してデータ等を記録するようになっている。記憶部705は、例えば、ハードディスクドライブ等により構成されており、各種プログラム及びデータ等を記憶するようになっている。入出力インターフェース部706は、操作部701〜記憶部705とシステム制御部710との間のインターフェース処理を行うようになっている。システム制御部710は、CPU(Central Processing Unit)707、ROM(Read Only Memory)708、RAM709等により構成されている。   The operation unit 701 includes, for example, a keyboard, a mouse, and the like. The operation unit 701 receives an operation instruction from an operator or the like, and outputs the instruction content to the system control unit 710 as an instruction signal. The display unit 702 includes, for example, a CRT (Cathode Ray Tube) display, a liquid crystal display, and the like, and displays information such as characters and images. The communication unit 703 is connected to a network NW or the like, and controls the communication state with other server devices, user terminals 4-k, and the like. For example, the drive unit 704 reads data from a disk DK such as a flexible disk, a CD (Compact Disc), a DVD (Digital Versatile Disc), and the like, and records data on the disk DK. The storage unit 705 is constituted by, for example, a hard disk drive or the like, and stores various programs and data. The input / output interface unit 706 performs interface processing between the operation unit 701 to the storage unit 705 and the system control unit 710. The system control unit 710 includes a CPU (Central Processing Unit) 707, a ROM (Read Only Memory) 708, a RAM 709, and the like.

記憶部705には、振り分けマスタデータベース80が構築されている。この振り分けマスタデータベース80には、店舗がどのWebサーバ30に割り当てられているかを示す情報が登録されている。具体的に、振り分けマスタデータベース80には、図5に示すように、各店舗の店舗IDと、割り当てられたWebサーバ30のIPアドレスとが、対応付けて設定されている。振り分けマスタデータベース80に登録される内容は、Proxyサーバ20において記憶する振り分け情報の内容と同一である。振り分けマスタデータベース80の内容が登録されると、スケーラーサーバ70は、同じ情報をProxyサーバ20に送信し、Proxyサーバ20において、受信した情報を振り分け情報として記憶されるようになっている。例えば、新しい店舗が追加された場合には、振り分け情報にその店舗を追加しなければならない場合があるが、その情報は、自動的にスケーラーサーバ70にも各Proxyサーバ20にも伝達され、それぞれの振り分け情報(スケーラーサーバ70はマスタデータベース80の内容)が更新される。つまり、システムを停止させることなく、振り分け情報を自動的に更新することができる。これにより、特別なシステムメンテナンスをする必要なく、店舗の追加をすることができる。   In the storage unit 705, a sorting master database 80 is constructed. In the distribution master database 80, information indicating to which Web server 30 the store is assigned is registered. Specifically, in the distribution master database 80, as shown in FIG. 5, the store ID of each store and the IP address of the assigned Web server 30 are set in association with each other. The contents registered in the distribution master database 80 are the same as the contents of the distribution information stored in the proxy server 20. When the contents of the distribution master database 80 are registered, the scaler server 70 transmits the same information to the proxy server 20, and the received information is stored as distribution information in the proxy server 20. For example, when a new store is added, it may be necessary to add the store to the distribution information, but the information is automatically transmitted to both the scaler server 70 and each proxy server 20, respectively. Distribution information (the contents of the master database 80 in the scaler server 70) are updated. That is, the distribution information can be automatically updated without stopping the system. Thereby, a store can be added without the need for special system maintenance.

図5の例では、店舗IDが0001〜0999及び3001〜3999の範囲にある店舗は、Webサーバ30−1に割り当てられ、店舗IDが1001〜1999及び4001〜4999の範囲にある店舗は、Webサーバ30−2に割り当てられ、店舗IDが2001〜2999及び5001〜5999の範囲にある店舗は、Webサーバ30−1に割り当てられていることを示している。   In the example of FIG. 5, stores with store IDs in the range of 0001-0999 and 3001-3999 are assigned to the Web server 30-1, and stores with store IDs in the range of 1001 to 1999 and 4001 to 4999 are Web The stores assigned to the server 30-2 and having store IDs in the range of 2001 to 2999 and 5001 to 5999 indicate that they are assigned to the Web server 30-1.

また、記憶部705には、所定のオペレーティングシステムの他、図6に示すように、WWW(World Wide Web)サーバアプリケーションプログラム(ユーザインターフェース処理プログラムの一例)、スケーラープログラム(提示情報送信制御処理プログラムの一例)等が記憶されている。   In addition to a predetermined operating system, the storage unit 705 includes a WWW (World Wide Web) server application program (an example of a user interface processing program), a scaler program (presentation information transmission control processing program), as shown in FIG. Example) is stored.

システム制御部710は、受信手段、認識手段、特定手段、記憶要求送信手段等の一例を構成している。   The system control unit 710 constitutes an example of a receiving unit, a recognizing unit, a specifying unit, a storage request transmitting unit, and the like.

そして、システム制御部710は、CPU707が、ROM708や記憶部705に記憶された各種プログラムを読み出し実行することによりショッピングサーバシステム1の各部を制御する。また、システム制御部710は、WWWサーバアプリケーションプログラムを実行することにより受信手段及び認識手段等として機能するとともに、スケーラープログラムを実行することにより特定手段、記憶要求送信手段等として機能するようになっている。   The system control unit 710 controls each unit of the shopping server system 1 by causing the CPU 707 to read and execute various programs stored in the ROM 708 and the storage unit 705. The system control unit 710 functions as a receiving unit and a recognition unit by executing a WWW server application program, and functions as a specifying unit, a storage request transmitting unit, and the like by executing a scaler program. Yes.

WWWサーバアプリケーションプログラムは、Webベースのユーザインターフェースを店舗に提供するプログラムであり、HTTP(Hyper Text Transfer Protocol)プロトコルを用いて、店舗端末3−jから送信されたリクエストに応じて、記憶部705に記憶されている各種のデータに基づきWebページを店舗端末3−jに送信するためのプログラムである。   The WWW server application program is a program that provides a web-based user interface to a store, and stores data in the storage unit 705 in response to a request transmitted from the store terminal 3-j using an HTTP (Hyper Text Transfer Protocol) protocol. It is a program for transmitting a Web page to the store terminal 3-j based on various stored data.

特に、本実施形態におけるWWWサーバアプリケーションプログラムは、ショッピングサイトにおける仮想的な店舗を構築するためのユーザインターフェースを提供するプログラムである。   In particular, the WWW server application program in the present embodiment is a program that provides a user interface for constructing a virtual store in a shopping site.

例えば、受信手段としてのシステム制御部710は、店舗端末3−jから画像データを受信するようになっている。具体的に、システム制御部710は、画像データを登録するためのWebページである画像登録用ページ(登録画面情報の一例)を店舗端末3−jに送信する。そして、システム制御部710は、店舗端末3−jの画面に表示された画像登録用ページを通じて店舗により指定された画像データを店舗端末3−jから受信する。   For example, the system control unit 710 as a receiving unit receives image data from the store terminal 3-j. Specifically, the system control unit 710 transmits an image registration page (an example of registration screen information), which is a Web page for registering image data, to the store terminal 3-j. Then, the system control unit 710 receives image data designated by the store from the store terminal 3-j through the image registration page displayed on the screen of the store terminal 3-j.

また、認識手段としてのシステム制御部710は、画像データを送信した店舗端末3−jを利用する店舗の店舗IDを取得することによって、当該店舗を認識するようになっている。具体的に、システム制御部710は、画像登録用ページの送信に先だってログイン処理(認証処理)を行うことにより、店舗端末3−jから店舗IDを受信するようになっている。   Moreover, the system control part 710 as a recognition means recognizes the said shop by acquiring shop ID of the shop using the shop terminal 3-j which transmitted image data. Specifically, the system control unit 710 receives a store ID from the store terminal 3-j by performing a login process (authentication process) prior to transmission of the image registration page.

スケーラープログラムは、画像データをWebサーバ30及びNAS60に送信し、当該画像データをWebサーバ30及びNAS60により記憶させるためのプログラムである。このスケーラープログラムは、WWWサーバアプリケーションプログラムからの呼び出し命令によってシステム制御部710により実行される。このとき、WWWサーバアプリケーションプログラムからの引数として、例えば、画像データをアップロードした店舗の店舗ID、前記のオペレーティングシステムに含まれるファイルシステムで管理される画像データのパス名が設定される。   The scaler program is a program for transmitting image data to the Web server 30 and the NAS 60 and storing the image data by the Web server 30 and the NAS 60. This scaler program is executed by the system control unit 710 in response to a call instruction from the WWW server application program. At this time, as an argument from the WWW server application program, for example, the store ID of the store where the image data is uploaded and the path name of the image data managed by the file system included in the operating system are set.

そして、特定手段としてのシステム制御部710は、画像データの提供元である店舗がどのWebサーバ30に割り当てられているかを特定するようになっている。具体的に、システム制御部710は、振り分けマスタデータベース80を参照して、取得した店舗IDに対応付けられているWebサーバ30のIPアドレスを取得する。   Then, the system control unit 710 as the specifying unit specifies to which Web server 30 the store that is the provider of the image data is assigned. Specifically, the system control unit 710 refers to the distribution master database 80 and acquires the IP address of the Web server 30 associated with the acquired store ID.

また、記憶要求送信手段としてのシステム制御部710は、画像データを、Webサーバ30−1、30−2及び30−3のうち、画像データの提供元である店舗が割り当てられたWebサーバに送信するとともに、NAS60にも送信し、当該画像データをWebサーバ30とNAS60とにより記憶させるようになっている。具体的に、システム制御部710は、画像データを含んだ登録リクエスト(提示情報記憶要求情報、対ファイルサーバ提示情報記憶要求情報の一例)を、Webサーバ30とNAS60とに送信するが、Webサーバ30に送信する際には、登録リクエストのIPヘッダの宛先アドレスに、振り分けマスタデータベース80から取得したIPアドレスを設定する。ただし、システム制御部710は、送信先のWebサーバ30の動作が停止している場合には、NAS60に対してのみ画像データを送信する。システム制御部710は、例えばPing等を用いて、各Webサーバ30が動作しているか否かを定期的に監視している。   Further, the system control unit 710 as a storage request transmission unit transmits the image data to the Web server to which the store that provides the image data is assigned among the Web servers 30-1, 30-2, and 30-3. At the same time, the image data is also transmitted to the NAS 60, and the image data is stored by the Web server 30 and the NAS 60. Specifically, the system control unit 710 transmits a registration request (an example of presentation information storage request information and file server presentation information storage request information) including image data to the Web server 30 and the NAS 60. When transmitting to 30, the IP address acquired from the distribution master database 80 is set as the destination address of the IP header of the registration request. However, the system control unit 710 transmits image data only to the NAS 60 when the operation of the destination Web server 30 is stopped. The system control unit 710 periodically monitors whether each Web server 30 is operating, for example, using Ping or the like.

このようにスケーラーサーバ70上で動作するプログラムを、WWWサーバアプリケーションプログラムとスケーラープログラムとに分けることによって、プログラムの開発負担を軽減し、また、プログラムの信頼性を高めている。その理由としては、WWWサーバアプリケーションプログラムから、画像データの送信先を決定する処理等のプログラム分離することで、WWWサーバアプリケーションプログラムの開発者が、ユーザインターフェースの処理部分の開発に専念することができるということが、一例としてあげられる。そして、例えば、新たなWebサーバ30を増やしてスケールアウトが行われたり、Webサーバ30に対する店舗の割り当て方法が変更されたりしたような場合であっても、必要に応じてスケーラープログラムに変更を加えれば良く、WWWサーバアプリケーションプログラムに対しては、原則変更を加える必要はない。   Thus, by dividing the program operating on the scaler server 70 into the WWW server application program and the scaler program, the burden of program development is reduced and the reliability of the program is increased. The reason is that the WWW server application program developer can concentrate on developing the processing portion of the user interface by separating the program such as the process of determining the transmission destination of the image data from the WWW server application program. This is an example. For example, even if the scale-out is performed by adding a new Web server 30 or the store allocation method for the Web server 30 is changed, the scaler program can be changed as necessary. In principle, it is not necessary to change the WWW server application program.

なお、WWWサーバアプリケーションプログラムとスケーラープログラムとは、互いに独立したプロセスとなるプログラムであっても良いし、例えば、スケーラープログラムがライブラリとして用意され、リンケージエディタによって、スケーラープログラムがWWWサーバアプリケーションプログラム中に組み込まれるようになっても良い。   The WWW server application program and the scaler program may be programs that are independent processes. For example, the scaler program is prepared as a library, and the scaler program is incorporated into the WWW server application program by the linkage editor. You may become.

また、WWWサーバアプリケーションプログラム及びスケーラープログラム等の各種プログラムは、例えば、他のサーバ装置等からネットワークNW30を介して取得されるようにしても良いし、CD−ROM等のディスクDKに記録されてドライブ部704を介して読み込まれるようにしても良い。   Various programs such as a WWW server application program and a scaler program may be acquired from another server device or the like via the network NW 30, for example, or recorded on a disk DK such as a CD-ROM and driven It may be read via the unit 704.

[5.ショッピングシステムの動作]
次に、ショッピングシステムSの動作について説明する。
[5. Operation of shopping system]
Next, the operation of the shopping system S will be described.

[5.1 画像データ登録時の動作]
先ず、画像データを登録する場合における動作について、図7を用いて説明する。
[5.1 Operation when registering image data]
First, the operation when registering image data will be described with reference to FIG.

図7は、本実施形態に係るショッピングシステムSの、画像データを登録する場合における処理例を示すフローチャートである。   FIG. 7 is a flowchart showing a processing example when registering image data in the shopping system S according to the present embodiment.

図7に示すように、店舗端末3−jからのログインリクエストを契機として、店舗端末3−jとスケーラーサーバ70との間でログイン処理が実行される(ステップS1)。具体的に、スケーラーサーバ70から店舗端末3−jにログインページが送信され、当該ログインページを通じて店舗により入力された店舗ID及びパスワードが店舗端末3−jからスケーラーサーバ70に送信される。そして、スケーラーサーバ70のシステム制御部710においてパスワード認証を実行し、このパスワード認証が成功すると、受信された店舗の店舗IDをセッション管理により保持する。その後、システム制御部710は、初期画面用のWebページを店舗端末3−jに送信する。   As illustrated in FIG. 7, a login process is executed between the store terminal 3-j and the scaler server 70 in response to a login request from the store terminal 3-j (step S1). Specifically, a login page is transmitted from the scaler server 70 to the store terminal 3-j, and the store ID and password input by the store through the login page are transmitted from the store terminal 3-j to the scaler server 70. And password authentication is performed in the system control part 710 of the scaler server 70, and if this password authentication is successful, the store ID of the received store is held by session management. Thereafter, the system control unit 710 transmits a web page for an initial screen to the store terminal 3-j.

次いで、店舗端末3−jからのリクエストに応じて、スケーラーサーバ70のシステム制御部710は、画像登録用ページを店舗端末3−jに送信し(ステップS2)、店舗端末3−jは、店舗端末3−jを画面に表示する。   Next, in response to a request from the store terminal 3-j, the system control unit 710 of the scaler server 70 transmits an image registration page to the store terminal 3-j (step S2), and the store terminal 3-j Terminal 3-j is displayed on the screen.

次いで、店舗が、登録したい画像データを指定してアップロード操作を行うと、店舗端末3−jは、指定された画像データをスケーラーサーバ70に送信する(ステップS4)。   Next, when the store designates image data to be registered and performs an upload operation, the store terminal 3-j transmits the designated image data to the scaler server 70 (step S4).

画像データを受信したスケーラーサーバ70のシステム制御部710は、当該画像データの登録先のWebサーバ30を決定する(ステップS5)。具体的に、システム制御部710は、振り分け情報(予め振り分けマスタデータベース80の内容から生成された振り分け情報のキャッシュ)を参照し、セッション管理で保持している店舗IDに対応付けられたWebサーバ30のIPアドレスを取得する。   The system control unit 710 of the scaler server 70 that has received the image data determines the Web server 30 that is the registration destination of the image data (step S5). Specifically, the system control unit 710 refers to the distribution information (the distribution information cache generated in advance from the contents of the distribution master database 80), and the Web server 30 associated with the store ID held in the session management. Get the IP address.

次いで、スケーラーサーバ70のシステム制御部710は、受信した画像データのURLを決定する(ステップS6)。具体的に、システム制御部710は、例えば、ショッピングサイトのドメイン名の後に、店舗ID(店舗IDを暗号化した情報でも良い)、画像データのファイル名、及びその他必要な情報を付加し、こうしてできた文字列をURLとする。   Next, the system control unit 710 of the scaler server 70 determines the URL of the received image data (step S6). Specifically, for example, the system control unit 710 adds a store ID (information obtained by encrypting the store ID), a file name of image data, and other necessary information after the domain name of the shopping site. The completed character string is a URL.

次いで、スケーラーサーバ70のシステム制御部710は、受信した画像データをNAS60に送信する(ステップS7)。具体的に、システム制御部710は、画像データを登録させるための登録リクエストをNAS60に送信する。このとき、システム制御部710は、登録リクエストに、画像データと当該画像データのURLを設定する。また、システム制御部710は、登録リクエストのIPヘッダの宛先アドレスに、NAS60振り分け情報から取得したのIPアドレスを設定する。   Next, the system control unit 710 of the scaler server 70 transmits the received image data to the NAS 60 (step S7). Specifically, the system control unit 710 transmits a registration request for registering image data to the NAS 60. At this time, the system control unit 710 sets the image data and the URL of the image data in the registration request. Also, the system control unit 710 sets the IP address acquired from the NAS 60 distribution information as the destination address of the IP header of the registration request.

登録リクエストを受信したNAS60のシステム制御部107は、当該登録リクエストに設定された画像データを、自己の記憶部102に構築されたデータベースに登録する(ステップS8)。このとき、NAS60のシステム制御部107は、登録リクエストに設定された画像データのURLで当該画像データをデータベースから取得可能なように、登録処理を行う。   Upon receiving the registration request, the system control unit 107 of the NAS 60 registers the image data set in the registration request in a database constructed in its own storage unit 102 (step S8). At this time, the system control unit 107 of the NAS 60 performs registration processing so that the image data can be acquired from the database with the URL of the image data set in the registration request.

次いで、スケーラーサーバ70のシステム制御部710は、登録先のWebサーバが動作しているか否かを判定する(ステップS9)。   Next, the system control unit 710 of the scaler server 70 determines whether the registration destination Web server is operating (step S9).

このとき、システム制御部710は、登録先のWebサーバが動作していると判定した場合には(ステップS9:YES)、スケーラーサーバ70は受信した画像データをWebサーバ30に送信する(ステップS10)。具体的に、システム制御部710は、画像データを登録させるための登録リクエストをWebサーバ30に送信する。このとき、システム制御部710は、登録リクエストに、画像データと当該画像データのURLを設定する。また、システム制御部710は、登録リクエストのIPヘッダの宛先アドレスに、振り分け情報から取得したIPアドレスを設定する。この宛先アドレスによって、どのWebサーバ30に登録リクエストが送信されるかが決定付けられる。   At this time, when the system control unit 710 determines that the registration destination Web server is operating (step S9: YES), the scaler server 70 transmits the received image data to the Web server 30 (step S10). ). Specifically, the system control unit 710 transmits a registration request for registering image data to the Web server 30. At this time, the system control unit 710 sets the image data and the URL of the image data in the registration request. Also, the system control unit 710 sets the IP address acquired from the distribution information as the destination address of the IP header of the registration request. The destination address determines which Web server 30 the registration request is transmitted to.

登録リクエストを受信したWebサーバ30のシステム制御部107は、当該登録リクエストに設定された画像データを、自己のコンテンツデータベース40に登録する(ステップS11)。このとき、Webサーバ30のシステム制御部107は、登録リクエストに設定された画像データのURLで当該画像データをコンテンツデータベース40から取得可能なように、登録処理を行う。   Upon receiving the registration request, the system control unit 107 of the Web server 30 registers the image data set in the registration request in its own content database 40 (step S11). At this time, the system control unit 107 of the Web server 30 performs registration processing so that the image data can be acquired from the content database 40 with the URL of the image data set in the registration request.

一方、スケーラーサーバ70のシステム制御部710は、ステップS9において、登録先のWebサーバが動作していないと判定した場合には(ステップS9:NO)、再びステップ9の判定を行う。つまり、システム制御部710は、Webサーバ30が復旧するまでリトライを行う。   On the other hand, if the system control unit 710 of the scaler server 70 determines in step S9 that the registration-destination Web server is not operating (step S9: NO), the determination in step 9 is performed again. That is, the system control unit 710 performs a retry until the Web server 30 is restored.

なお、上記説明したスケーラーサーバ70のシステム制御部710の処理のうち、ステップS5より前の処理が、WWWサーバアプリケーションプログラムの実行による処理であり、ステップS5以降の処理が、スケーラープログラムの実行による処理である。   Of the processing by the system control unit 710 of the scaler server 70 described above, the processing before step S5 is processing by execution of the WWW server application program, and the processing after step S5 is processing by execution of the scaler program. It is.

[5.2 画像データのリクエスト受信時の動作]
次に、ユーザ端末4−kから画像データのリクエストを受信した場合における動作について、図8を用いて説明する。
[5.2 Operation when receiving a request for image data]
Next, an operation when an image data request is received from the user terminal 4-k will be described with reference to FIG.

図8は、本実施形態に係るショッピングシステムSの、画像データのリクエストを受信した場合における処理例を示すフローチャートである。   FIG. 8 is a flowchart showing a processing example when the shopping system S according to the present embodiment receives a request for image data.

図8に示す処理に先だち、ユーザ端末4−kからのリクエストに応じて、Webサーバ30からユーザ端末4−kに対して、商品や店舗に関するWebページを構成するHTMLデータが送信される。そして、HTMLデータを受信したユーザ端末4−kは、当該HTMLデータを解析して、このHTMLデータからIMGタグを発見すると、このIMGに設定されている画像データのURLを設定したHTTPリクエスト、つまり、画像データのリクエストをショッピングサーバシステム1に送信する(ステップS51)。   Prior to the processing shown in FIG. 8, in response to a request from the user terminal 4-k, HTML data constituting a Web page related to a product or a store is transmitted from the Web server 30 to the user terminal 4-k. When the user terminal 4-k that has received the HTML data analyzes the HTML data and finds an IMG tag from the HTML data, the HTTP request that sets the URL of the image data set in the IMG, that is, The image data request is transmitted to the shopping server system 1 (step S51).

ショッピングサーバシステム1に送信されたHTTPリクエストは、先ずロードバランサー10によって受信される。ロードバランサー10のシステム制御部107は、転送先のProxyサーバ20を、Proxyサーバ20−1及び20−2からランダムに決定する(ステップS52)。   The HTTP request transmitted to the shopping server system 1 is first received by the load balancer 10. The system control unit 107 of the load balancer 10 randomly determines the proxy server 20 as the transfer destination from the proxy servers 20-1 and 20-2 (step S52).

次いで、ロードバランサー10のシステム制御部107は、受信したHTTPリクエストを、転送先として決定したProxyサーバ20に転送する(ステップS53)。   Next, the system control unit 107 of the load balancer 10 transfers the received HTTP request to the Proxy server 20 determined as the transfer destination (step S53).

ロードバランサー10からHTTPリクエストを受信したProxyサーバ20のシステム制御部107は、振り分け情報を参照して、転送先のWebサーバ30を決定する(ステップS54)。具体的に、Proxyサーバ20のシステム制御部107は、HTTPリクエストに設定されているリクエストURLから店舗IDを取得し、振り分け情報において、取得した店舗IDに対応付けられているWebサーバ30のIPアドレスを取得する。   The system control unit 107 of the proxy server 20 that has received the HTTP request from the load balancer 10 refers to the distribution information and determines the transfer destination Web server 30 (step S54). Specifically, the system control unit 107 of the proxy server 20 acquires the store ID from the request URL set in the HTTP request, and the IP address of the web server 30 associated with the acquired store ID in the distribution information. To get.

次いで、Proxyサーバ20のシステム制御部107は、転送先として決定したWebサーバ30が動作しているか否かを判定する(ステップS55)。Proxyサーバ20のシステム制御部107は、例えばPing等を用いて、各Webサーバ30が動作しているか否かを定期的に監視している。   Next, the system control unit 107 of the proxy server 20 determines whether or not the Web server 30 determined as the transfer destination is operating (step S55). The system control unit 107 of the proxy server 20 periodically monitors whether each Web server 30 is operating, for example, using Ping or the like.

Proxyサーバ20のシステム制御部107は、転送先のWebサーバ30が動作していると判定した場合には(ステップS55:YES)、受信したHTTPリクエストを、転送先として決定したWebサーバ30に送信する(ステップS56)。   When the system control unit 107 of the proxy server 20 determines that the transfer destination Web server 30 is operating (step S55: YES), the received HTTP request is transmitted to the Web server 30 determined as the transfer destination. (Step S56).

Proxyサーバ20からHTTPリクエストを受信したWebサーバ30のシステム制御部107は、HTTPリクエストに設定されているリクエストURLに対応する画像データを自己のコンテンツデータベース40から取得する(ステップS57)。   The system control unit 107 of the Web server 30 that has received the HTTP request from the proxy server 20 acquires image data corresponding to the request URL set in the HTTP request from its own content database 40 (step S57).

次いで、Webサーバ30のシステム制御部107は、取得した画像データをProxyサーバ20に送信する(ステップS58)。   Next, the system control unit 107 of the web server 30 transmits the acquired image data to the proxy server 20 (step S58).

Webサーバ30から画像データを受信したProxyサーバ20のシステム制御部107は、当該画像データをユーザ端末4−kに転送する(ステップS59)。   The system control unit 107 of the proxy server 20 that has received the image data from the Web server 30 transfers the image data to the user terminal 4-k (step S59).

Proxyサーバ20から画像データを受信したユーザ端末4−kは、当該画像データを画面に表示する(ステップS65)。   The user terminal 4-k that has received the image data from the proxy server 20 displays the image data on the screen (step S65).

一方、Proxyサーバ20のシステム制御部107は、ステップS55において、転送先のWebサーバ30が動作していないと判定した場合には(ステップS55:NO)、受信したHTTPリクエストを、代替Webサーバ50に送信する(ステップS60)。   On the other hand, if the system control unit 107 of the proxy server 20 determines in step S55 that the transfer destination web server 30 is not operating (step S55: NO), the system control unit 107 converts the received HTTP request to the alternative web server 50. (Step S60).

Proxyサーバ20からHTTPリクエストを受信した代替Webサーバ50のシステム制御部107は、HTTPリクエストに設定されているURLに対応する画像データのリクエストをNAS60に送信する(ステップS61)。   The system control unit 107 of the alternative Web server 50 that has received the HTTP request from the proxy server 20 transmits a request for image data corresponding to the URL set in the HTTP request to the NAS 60 (step S61).

代替Webサーバ50から画像データのリクエストを受信したNAS60のシステム制御部107は、リクエストされた画像データを、自己の記憶部102から取得して代替Webサーバ50に送信する(ステップS62)。   The system control unit 107 of the NAS 60 that has received the image data request from the alternative Web server 50 acquires the requested image data from its own storage unit 102 and transmits it to the alternative Web server 50 (step S62).

NAS60から画像データを受信した代替Webサーバ50のシステム制御部107は、当該画像データをProxyサーバ20に送信する(ステップS63)。   The system control unit 107 of the alternative Web server 50 that has received the image data from the NAS 60 transmits the image data to the Proxy server 20 (step S63).

代替Webサーバ50から画像データを受信したProxyサーバ20は、当該画像データをユーザ端末4−kに送信する(ステップS64)。   The proxy server 20 that has received the image data from the alternative web server 50 transmits the image data to the user terminal 4-k (step S64).

Proxyサーバ20から画像データを受信したユーザ端末4−kは、当該画像データを画面に表示する(ステップS65)。   The user terminal 4-k that has received the image data from the proxy server 20 displays the image data on the screen (step S65).

[5.3 Webサーバ復旧時の動作]
次に、Webサーバ30が動作を停止していた状態から回復した場合における動作について、図9を用いて説明する。
[5.3 Operation when the Web server is restored]
Next, the operation when the Web server 30 recovers from the stopped state will be described with reference to FIG.

図9は、本実施形態に係るショッピングシステムSの、Webサーバ30が動作を停止していた状態から回復した場合における処理例を示すフローチャートである。   FIG. 9 is a flowchart illustrating a processing example when the shopping system S according to the present embodiment recovers from a state in which the Web server 30 has stopped operating.

図9に示すように、Webサーバ30のシステム制御部107は、例えば、管理者による立ち上げ操作等によって起動すると(ステップS101)、自己が担当する全店舗についての全画像データのリクエストをNAS60に送信する(ステップS102)。   As shown in FIG. 9, when the system control unit 107 of the Web server 30 is activated by, for example, a startup operation by an administrator (step S101), the NAS 60 requests all image data for all stores in charge of the system. Transmit (step S102).

リクエストを受信したNAS60のシステム制御部107は、リクエストに対応する画像データを、自己の記憶部102から全て取得して、Webサーバ30に送信する(ステップS103)。   The system control unit 107 of the NAS 60 that has received the request acquires all the image data corresponding to the request from its own storage unit 102 and transmits it to the Web server 30 (step S103).

NAS60から画像データを受信したWebサーバ30のシステム制御部107は、受信した全ての画像データを自己のコンテンツデータベース40に登録する(ステップS104)。   The system control unit 107 of the Web server 30 that has received the image data from the NAS 60 registers all the received image data in its own content database 40 (step S104).

以上説明したように、本実施形態によれば、スケーラーサーバ70のシステム制御部710が、店舗端末3−jから画像データを受信し、当該画像データの提供元の店舗を認識し、当該店舗が割り当てられたWebサーバ30を振り分けマスタデータベース80に基づいて特定し、特定したWebサーバ30に、受信した画像データを含む登録リクエストを送信するので、店舗がWebサーバ30を指定しなくても、画像データが自動的に適切なWebサーバ装置において記憶されるので、ユーザ端末4−kからのリクエストに対応する画像データを当該ユーザ端末4−kに送信することができる。   As described above, according to the present embodiment, the system control unit 710 of the scaler server 70 receives image data from the store terminal 3-j, recognizes the store from which the image data is provided, and the store Since the assigned web server 30 is identified based on the distribution master database 80 and a registration request including the received image data is transmitted to the identified web server 30, an image can be obtained even if the store does not designate the web server 30. Since the data is automatically stored in an appropriate Web server device, the image data corresponding to the request from the user terminal 4-k can be transmitted to the user terminal 4-k.

また、スケーラーサーバ70のシステム制御部710が、受信した画像データの提供元の店舗が割り当てられたWebサーバ30に画像データの登録リクエストを送信するとともに、NAS60にも登録リクエストを送信することによって、Webサーバ30とNAS60の両方に画像データを記憶させるので、Webサーバ30が動作していないときでも、ユーザ端末4−kからの画像データのリクエストがProxy20から代替Webサーバ50に転送されて、代替Webサーバ50がリクエストに対応する画像データを、NAS60から取得し、リクエスト元のユーザ端末4−kに送信することができる。   In addition, the system control unit 710 of the scaler server 70 transmits a registration request for image data to the Web server 30 to which the store that provides the received image data is assigned, and also transmits a registration request to the NAS 60. Since the image data is stored in both the Web server 30 and the NAS 60, a request for image data from the user terminal 4-k is transferred from the Proxy 20 to the alternative Web server 50 even when the Web server 30 is not operating. The Web server 50 can acquire image data corresponding to the request from the NAS 60 and transmit it to the requesting user terminal 4-k.

また、スケーラーサーバ70のシステム制御部710が、Webサーバ30が動作していないときには、そのWebサーバ30には登録リクエストを送信せずに、NAS60に登録リクエストを送信するが、その後、そのWebサーバ30が立ち上がったときに、当該Webサーバ30に割り当てられた店舗分の画像データをNAS60から取得し、記憶させるので、画像の登録時にWebサーバ30が動作していなかった場合でも、画像データの登録漏れを防止することができる。   In addition, when the Web server 30 is not operating, the system control unit 710 of the scaler server 70 transmits a registration request to the NAS 60 without transmitting a registration request to the Web server 30. Since the image data for the store allocated to the Web server 30 is acquired from the NAS 60 and stored when the image server 30 is started up, the image data registration is performed even when the Web server 30 is not operating at the time of image registration. Leakage can be prevented.

また、スケーラーサーバ70のシステム制御部710が、WWWサーバアプリケーションプログラムを実行することにより、ユーザ端末4−kに対して登録用ページを送信し、当該ページを通じて店舗により指定された画像データをユーザ端末4−kから受信し、WWWサーバアプリケーションプログラムにおける呼び出し命令で呼び出されたスケーラープログラムを実行することにより、画像データの登録先のWebサーバ30の決定と、登録先のWebサーバ30への画像データの送信とを行うので、WWWサーバアプリケーションプログラムの開発者は、店舗からの画像データを、どのWebサーバ30に送信するかについて考える必要がなく、プログラムの開発負担を軽減させることができる。   Further, the system control unit 710 of the scaler server 70 executes a WWW server application program to transmit a registration page to the user terminal 4-k, and the image data designated by the store through the page is transmitted to the user terminal. By executing the scaler program received from 4-k and called by the call instruction in the WWW server application program, the determination of the Web server 30 that is the registration destination of the image data and the image data to the registration destination Web server 30 are performed. Therefore, the developer of the WWW server application program does not need to think about which Web server 30 the image data from the store is transmitted to, and can reduce the development burden of the program.

なお、上記実施形態においては、Proxyサーバを複数台用いていたが、1台のみ用いても良い。また、ロードバランサーとProxyサーバとを統合して、1台のサーバ装置としても良い。   In the above embodiment, a plurality of proxy servers are used. However, only one proxy server may be used. Also, the load balancer and the proxy server may be integrated into a single server device.

また、上記実施形態においては、カテゴリーとして、店舗で画像データを分類し、Webサーバ30に割り当てていたが、これとは異なる基準で分類しても良い。   In the above embodiment, image data is classified at a store and assigned to the Web server 30 as a category. However, the image data may be classified according to a different standard.

また、上記実施形態においては、提示情報として、画像データを適用していたが、例えば、HTMLデータ、文書データ、動画データ、音声データ等を適用しても良い。   In the above embodiment, image data is applied as the presentation information. However, for example, HTML data, document data, moving image data, audio data, or the like may be applied.

一実施形態に係るショッピングシステムSの概要構成の一例を示す図である。It is a figure showing an example of outline composition of shopping system S concerning one embodiment. 一実施形態に係るショッピングサーバシステム1の概要構成の一例を示す図である。It is a figure showing an example of outline composition of shopping server system 1 concerning one embodiment. ロードバランサー10、Proxyサーバ20、Webサーバ30、代替Webサーバ50及びNAS60の共通する概要構成の一例を示すブロック図である。2 is a block diagram showing an example of a schematic configuration common to a load balancer 10, a Proxy server 20, a Web server 30, an alternative Web server 50, and a NAS 60. FIG. 一実施形態に係るスケーラーサーバ70の概要構成の一例を示すブロック図である。It is a block diagram which shows an example of schematic structure of the scaler server 70 which concerns on one Embodiment. 振り分けマスタデータベース80に登録される情報の内容の一例を示す図である。4 is a diagram illustrating an example of the contents of information registered in a distribution master database 80. FIG. 一実施形態に係るスケーラーサーバ70におけるソフトウェアの概要構成の一例を示す図である。It is a figure which shows an example of the outline | summary structure of the software in the scaler server 70 which concerns on one Embodiment. 一実施形態に係るショッピングシステムSの、画像データを登録する場合における処理例を示すフローチャートである。It is a flowchart which shows the process example in the case of registering image data of the shopping system S which concerns on one Embodiment. 一実施形態に係るショッピングシステムSの、画像データのリクエストを受信した場合における処理例を示すフローチャートである。It is a flowchart which shows the process example in the case of receiving the request of image data of the shopping system S which concerns on one Embodiment. 一実施形態に係るショッピングシステムSの、Webサーバ30が動作を停止していた状態から回復した場合における処理例を示すフローチャートである。It is a flowchart which shows the process example in case the shopping system S which concerns on one Embodiment recover | recovers from the state which Web server 30 stopped operation | movement.

符号の説明Explanation of symbols

1 ショッピングサーバシステム
3−j 店舗端末
4−k ユーザ端末
10 ロードバランサー
20、20−1、20−2 Proxyサーバ
30、30−1、30−2、30−3 Webサーバ
40 コンテンツデータベース
50 代替Webサーバ
60 NAS
70 スケーラーサーバ
80 振り分けマスタデータベース
101 記憶部
102 通信部
103 入出力インターフェース部
104 CPU
105 ROM
106 RAM
107 システム制御部
108 システムバス
701 操作部
702 表示部
703 通信部
704 ドライブ部
705 記憶部
706 入出力インターフェース部
707 CPU
708 ROM
709 RAM
710 システム制御部
711 システムバス
NW ネットワーク
S ショッピングシステム
1 Shopping server system 3-j Store terminal 4-k User terminal 10 Load balancers 20, 20-1, 20-2 Proxy servers 30, 30-1, 30-2, 30-3 Web server 40 Content database 50 Alternative web server 60 NAS
70 Scaler Server 80 Distribution Master Database 101 Storage Unit 102 Communication Unit 103 Input / Output Interface Unit 104 CPU
105 ROM
106 RAM
107 system control unit 108 system bus 701 operation unit 702 display unit 703 communication unit 704 drive unit 705 storage unit 706 input / output interface unit 707 CPU
708 ROM
709 RAM
710 System control unit 711 System bus NW Network S Shopping system

Claims (8)

提供者から提供された提示情報をユーザ端末装置に送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、
前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、
を備え、
各前記送信サーバ装置は、前記要求情報転送装置から転送されてきた前記要求情報に対応する前記提示情報を当該送信サーバ装置の記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信システムにおいて、
前記提示情報を、前記ユーザ端末装置に対して送信可能なように前記提示情報送信システムに登録する提示情報登録装置であって、
前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情報と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段と、
前記提供者が利用する提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信手段と、
前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定手段と、
前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信手段と、
を備えることを特徴とする提示情報登録装置。
A plurality of transmission server devices that transmit presentation information provided by a provider to a user terminal device, and a plurality of transmission server devices to which a plurality of the presentation information are assigned;
A request information transfer device that indicates a request for the presentation information and transmits the request information transmitted from the user terminal device to the transmission server device to which the requested presentation information is assigned;
With
Each of the transmission server devices acquires the presentation information corresponding to the request information transferred from the request information transfer device from the storage unit of the transmission server device, and transmits the presentation information to the requesting user terminal device In the system,
A presentation information registration device that registers the presentation information in the presentation information transmission system so that the presentation information can be transmitted to the user terminal device.
Assignment information storage means for storing assignment information indicating the transmission server device and the presentation information assigned to the transmission server device in association with each transmission server device;
Receiving means for receiving the presentation information transmitted from the provider terminal device used by the provider based on a command from the provider;
Specifying means for specifying the transmission server device in which the received presentation information is stored based on the allocation information;
A storage request transmission that indicates a request to store the received presentation information in the storage unit included in the transmission server device to the identified transmission server device, and transmits the presentation information storage request information including the presentation information Means,
A presentation information registration device comprising:
請求項1に記載の提示情報登録装置において、
前記提示情報送信システムは、
前記複数の送信サーバ装置に割り当てられた全ての前記提示情報を記憶するファイルサーバ装置と、
前記送信サーバ装置の代替えとして用いられ、前記要求情報転送装置から受信された前記要求情報に対応する前記提示情報を、前記ファイルサーバ装置から取得し要求元の前記ユーザ端末装置に送信する代替サーバ装置と、を更に備え、
前記要求情報転送装置は、前記要求情報を送信すべき前記送信サーバ装置が動作していないと判定した場合には、当該要求情報を前記代替サーバ装置に送信し、
前記記憶要求送信手段は、
前記提示情報記憶要求情報を前記特定された送信サーバ装置に送信するとともに、
前記受信された提示情報を前記ファイルサーバ装置に記憶させる要求を示し、且つ、当該提示情報を含む対ファイルサーバ提示情報記憶要求情報を送信することを特徴とする提示情報登録装置。
In the presentation information registration device according to claim 1,
The presentation information transmission system includes:
A file server device that stores all the presentation information assigned to the plurality of transmission server devices;
An alternative server device that is used as an alternative to the transmission server device and that obtains the presentation information corresponding to the request information received from the request information transfer device from the file server device and transmits it to the requesting user terminal device And further comprising
When the request information transfer device determines that the transmission server device to which the request information is to be transmitted is not operating, the request information transfer device transmits the request information to the alternative server device,
The storage request transmission means includes
While transmitting the presentation information storage request information to the specified transmission server device,
A presentation information registration apparatus which indicates a request for storing the received presentation information in the file server apparatus and transmits file server presentation information storage request information including the presentation information.
請求項1または請求項2に記載の提示情報登録装置において、
ユーザインターフェース処理プログラムと提示情報送信制御処理プログラムとを記憶するプログラム記憶手段を更に備え、
前記受信手段は、前記ユーザインターフェース処理プログラムを実行することにより、前記提示情報を登録するための画面を構成する登録画面情報を前記提供者用端末装置に送信し、当該登録画面情報に基づいて当該提供者用端末装置により表示された画面を通じて前記提供者により指定された前記提示情報を受信し、
前記提示情報送信制御処理プログラムは、前記ユーザインターフェース処理プログラムにおける呼び出し命令によって実行され、
前記特定手段及び前記記憶要求送信手段は、前記提示情報送信制御処理プログラムを実行することにより動作することを特徴とする提示情報登録装置。
In the presentation information registration device according to claim 1 or 2,
Program storage means for storing a user interface processing program and a presentation information transmission control processing program;
The receiving means transmits registration screen information constituting a screen for registering the presentation information to the provider terminal device by executing the user interface processing program, and based on the registration screen information, Receiving the presentation information designated by the provider through a screen displayed by the terminal device for the provider;
The presentation information transmission control processing program is executed by a call instruction in the user interface processing program,
The presenting information registration apparatus, wherein the specifying unit and the storage request transmitting unit operate by executing the presenting information transmission control processing program.
請求項1乃至3の何れか1項に記載の提示情報登録装置において、
各前記提示情報は、所定のカテゴリーで分類され、
各前記カテゴリーは、何れかの前記送信サーバ装置に割り当てられており、
前記割り当て情報は、前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記カテゴリーと、を前記送信サーバ装置毎に示し、
前記特定手段は、前記受信手段により受信された前記提示情報が分類された前記カテゴリーを認識し、当該認識したカテゴリーが割り当てられた前記送信サーバ装置を前記割り当て情報に基づいて特定することを特徴とする提示情報登録装置。
In the presentation information registration device according to any one of claims 1 to 3,
Each of the presentation information is classified in a predetermined category,
Each of the categories is assigned to any of the transmission server devices,
The allocation information indicates the transmission server device and the category allocated to the transmission server device for each transmission server device,
The specifying means recognizes the category into which the presentation information received by the receiving means is classified, and specifies the transmission server apparatus to which the recognized category is assigned based on the assignment information. A presentation information registration device.
請求項4に記載の提示情報登録装置において、
各前記提示情報は、前記カテゴリーとして、提供元の前記提供者別に分類され、
前記特定手段は、前記提供者を識別するための提供者識別情報を、前記提供者用端末装置から受信し、当該受信した提供者識別情報に基づいて、受信された提示情報を提供した前記提供者を認識することを特徴とする提示情報登録装置。
In the presentation information registration device according to claim 4,
Each of the presentation information is classified according to the provider of the provider as the category,
The providing unit receives provider identification information for identifying the provider from the provider terminal device, and provides the received presentation information based on the received provider identification information A presentation information registration device characterized by recognizing a person.
提供者から提供された提示情報をユーザ端末装置に送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、
前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、
を備え、
各前記送信サーバ装置は、前記要求情報転送装置から転送されてきた前記要求情報に対応する前記提示情報を当該送信サーバ装置の記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信システムにおいて、
前記提示情報を、前記ユーザ端末装置に対して送信可能なように前記提示情報送信システムに登録する提示情報登録装置であって、
前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情報と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段を備える提示情報登録装置により実行される提示情報登録方法において、
前記提供者が利用する提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信工程と、
前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定工程と、
前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信工程と、
を備えることを特徴とする提示情報登録方法。
A plurality of transmission server devices that transmit presentation information provided by a provider to a user terminal device, and a plurality of transmission server devices to which a plurality of the presentation information are assigned;
A request information transfer device that indicates a request for the presentation information and transmits the request information transmitted from the user terminal device to the transmission server device to which the requested presentation information is assigned;
With
Each of the transmission server devices acquires the presentation information corresponding to the request information transferred from the request information transfer device from the storage unit of the transmission server device, and transmits the presentation information to the requesting user terminal device In the system,
A presentation information registration device that registers the presentation information in the presentation information transmission system so that the presentation information can be transmitted to the user terminal device.
Presentation executed by a presentation information registration device comprising assignment information storage means for storing assignment information indicating the transmission server device and the presentation information assigned to the transmission server device in association with each transmission server device In the information registration method,
A receiving step of receiving the presentation information transmitted based on a command from the provider from the provider terminal device used by the provider;
A specifying step of specifying the transmission server device in which the received presentation information is stored based on the allocation information;
A storage request transmission that indicates a request to store the received presentation information in the storage unit included in the transmission server device to the identified transmission server device, and transmits the presentation information storage request information including the presentation information Process,
A presentation information registration method characterized by comprising:
提供者から提供された提示情報をユーザ端末装置に送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、
前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、
を備え、
各前記送信サーバ装置は、前記要求情報転送装置から転送されてきた前記要求情報に対応する前記提示情報を当該送信サーバ装置の記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信システムにおいて、
前記提示情報を、前記ユーザ端末装置に対して送信可能なように前記提示情報送信システムに登録する提示情報登録装置であって、
前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情報と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段と、
前記提供者が利用する提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信手段と、
を備える提示情報登録装置に含まれるコンピュータを、
前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定手段、
前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信手段、
として機能させることを特徴とする提示情報送信制御処理プログラム。
A plurality of transmission server devices that transmit presentation information provided by a provider to a user terminal device, and a plurality of transmission server devices to which a plurality of the presentation information are assigned;
A request information transfer device that indicates a request for the presentation information and transmits the request information transmitted from the user terminal device to the transmission server device to which the requested presentation information is assigned;
With
Each of the transmission server devices acquires the presentation information corresponding to the request information transferred from the request information transfer device from the storage unit of the transmission server device, and transmits the presentation information to the requesting user terminal device In the system,
A presentation information registration device that registers the presentation information in the presentation information transmission system so that the presentation information can be transmitted to the user terminal device.
Assignment information storage means for storing assignment information indicating the transmission server device and the presentation information assigned to the transmission server device in association with each transmission server device;
Receiving means for receiving the presentation information transmitted from the provider terminal device used by the provider based on a command from the provider;
A computer included in the presentation information registration device comprising:
Identification means for identifying the transmission server device in which the received presentation information is stored based on the allocation information;
A storage request transmission that indicates a request to store the received presentation information in the storage unit included in the transmission server device to the identified transmission server device, and transmits the presentation information storage request information including the presentation information means,
As a presentation information transmission control processing program.
提供者から提供された提示情報をユーザに対して提示するユーザ端末装置と、
前記提供者が利用する提供者用端末装置と、
前記ユーザ端末装置に前記提示情報を送信する複数の送信サーバ装置であって、複数の前記提示情報が割り当てられた複数の送信サーバ装置と、
前記提示情報の要求を示し且つ前記ユーザ端末装置から送信されてきた要求情報を、要求された前記提示情報が割り当てられた前記送信サーバ装置に転送する要求情報転送装置と、
前記提示情報を、前記ユーザ端末装置に対して送信可能なように登録する提示情報登録装置と、
を備える提示情報送信システムであって、
前記提示情報登録装置は、
前記送信サーバ装置と、当該送信サーバ装置に割り当てられた前記提示情と、を前記送信サーバ装置毎に対応付けて示す割り当て情報を記憶する割り当て情報記憶手段と、
前記提供者用端末装置から当該提供者の指令に基づいて送信された前記提示情報を受信する受信手段と、
前記受信された提示情報が記憶される前記送信サーバ装置を前記割り当て情報に基づいて特定する特定手段と、
前記特定された送信サーバ装置に、前記受信された提示情報を当該送信サーバ装置が備える前記記憶手段に記憶させる要求を示し、且つ、当該提示情報を含む提示情報記憶要求情報を送信する記憶要求送信手段と、
を備え、
各前記送信サーバ装置は、
自己に割り当てられた前記提示情報を記憶する記憶手段と、
前記要求情報転送装置から転送された前記要求情報を受信する要求受信手段と、
前記受信された要求情報に対応する前記提示情報を、前記記憶手段から取得し要求元の前記ユーザ端末装置に送信する提示情報送信手段と、
前記提示情報登録装置から送信された前記前記提示情報記憶要求情報を受信する記憶要求受信手段と、
前記受信された前記前記提示情報記憶要求情報に含まれる前記提示情報を前記記憶手段に記憶させる記憶制御手段と、
を備え、
前記要求情報転送装置は、
前記割り当て情報を記憶する要求情報転送装置記憶手段と、
前記端末装置から送信された前記要求情報を受信する要求受信手段と、
前記受信された要求情報に対応する前記提示情報が分類される前記カテゴリーを、当該要求情報と前記割り当て情報とに基づいて特定する要求情報転送装置特定手段と、
前記特定された送信サーバ装置に、前記受信された要求情報を転送する転送手段と、
を備え、
前記ユーザ端末装置は、
前記要求情報を前記要求情報転送装置に送信する要求情報送信手段と、
前記送信サーバ装置から送信された前記提示情報を受信するユーザ端末装置提示情報受信手段と、
前記受信された提示情報を前記ユーザに提示する提示手段と、
を備え、
前記提供者用端末装置は、
前記提供者の指令に基づいて前記提示情報を前記提示情報登録装置に送信する提供者用端末装置提示情報送信手段を備えることを特徴とする提示情報送信システム。
A user terminal device that presents presentation information provided by a provider to a user;
A provider terminal device used by the provider;
A plurality of transmission server devices that transmit the presentation information to the user terminal device, and a plurality of transmission server devices to which a plurality of the presentation information are assigned;
A request information transfer device that indicates a request for the presentation information and transmits the request information transmitted from the user terminal device to the transmission server device to which the requested presentation information is assigned;
A presentation information registration device for registering the presentation information so as to be transmitted to the user terminal device;
A presentation information transmission system comprising:
The presentation information registration device includes:
Assignment information storage means for storing assignment information indicating the transmission server device and the presentation information assigned to the transmission server device in association with each transmission server device;
Receiving means for receiving the presentation information transmitted from the provider terminal device based on the instructions of the provider;
Specifying means for specifying the transmission server device in which the received presentation information is stored based on the allocation information;
A storage request transmission that indicates a request to store the received presentation information in the storage unit included in the transmission server device to the identified transmission server device, and transmits the presentation information storage request information including the presentation information Means,
With
Each of the transmission server devices
Storage means for storing the presentation information assigned to the self;
Request receiving means for receiving the request information transferred from the request information transfer device;
Presentation information transmitting means for acquiring the presentation information corresponding to the received request information from the storage means and transmitting the presentation information to the requesting user terminal device;
Storage request receiving means for receiving the presentation information storage request information transmitted from the presentation information registration device;
Storage control means for storing the presentation information included in the received presentation information storage request information in the storage means;
With
The request information transfer device includes:
Request information transfer device storage means for storing the allocation information;
Request receiving means for receiving the request information transmitted from the terminal device;
Request information transfer device specifying means for specifying the category into which the presentation information corresponding to the received request information is classified based on the request information and the allocation information;
Transfer means for transferring the received request information to the identified transmission server device;
With
The user terminal device
Request information transmitting means for transmitting the request information to the request information transfer device;
User terminal device presentation information receiving means for receiving the presentation information transmitted from the transmission server device;
Presenting means for presenting the received presentation information to the user;
With
The provider terminal device is:
A presentation information transmission system, comprising: a provider terminal device presentation information transmission means for transmitting the presentation information to the presentation information registration device based on a command from the provider.
JP2008331226A 2008-12-25 2008-12-25 Presentation information registration device Active JP5579984B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008331226A JP5579984B2 (en) 2008-12-25 2008-12-25 Presentation information registration device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008331226A JP5579984B2 (en) 2008-12-25 2008-12-25 Presentation information registration device

Publications (2)

Publication Number Publication Date
JP2010152731A true JP2010152731A (en) 2010-07-08
JP5579984B2 JP5579984B2 (en) 2014-08-27

Family

ID=42571734

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008331226A Active JP5579984B2 (en) 2008-12-25 2008-12-25 Presentation information registration device

Country Status (1)

Country Link
JP (1) JP5579984B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10434301B2 (en) 2013-08-27 2019-10-08 Halo Neuro, Inc. Electrode system for electrical stimulation
US10485443B2 (en) 2016-06-20 2019-11-26 Halo Neuro, Inc. Electrical interface system
US10507324B2 (en) 2017-11-17 2019-12-17 Halo Neuro, Inc. System and method for individualizing modulation
US10596373B2 (en) 2013-08-27 2020-03-24 Halo Neuro, Inc. Method and system for providing electrical stimulation to a user
US11191949B2 (en) 2017-03-08 2021-12-07 Flow Neuroscience, Inc. System for electrical stimulation
US11273304B2 (en) 2015-10-26 2022-03-15 Halo Neuro, Inc. Electrode positioning system and method
US11400290B2 (en) 2016-02-08 2022-08-02 Flow Neuroscience, Inc. Method and system for improving provision of electrical stimulation

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11345160A (en) * 1998-06-02 1999-12-14 Dainippon Printing Co Ltd Data processing system using network
JP2001117899A (en) * 1999-10-18 2001-04-27 Nec Corp Multi-server system
JP2003167775A (en) * 2001-11-30 2003-06-13 Mitsubishi Electric Corp Load distribution system and load distribution device
JP2003522360A (en) * 2000-02-04 2003-07-22 リスン・コム・インコーポレーテッド System including distributed media network and metadata server
JP2004030423A (en) * 2002-06-27 2004-01-29 Ntt Comware Corp Content distribution controller and program
JP2007133896A (en) * 2006-12-26 2007-05-31 Nec Corp Server load balancing system, server load balancing device, content management device, and server load balancing program
JP2008071330A (en) * 2006-09-15 2008-03-27 Nihon Avis Kk Method for contributing moving image from cellular phone and system for contributing moving image

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11345160A (en) * 1998-06-02 1999-12-14 Dainippon Printing Co Ltd Data processing system using network
JP2001117899A (en) * 1999-10-18 2001-04-27 Nec Corp Multi-server system
JP2003522360A (en) * 2000-02-04 2003-07-22 リスン・コム・インコーポレーテッド System including distributed media network and metadata server
JP2003167775A (en) * 2001-11-30 2003-06-13 Mitsubishi Electric Corp Load distribution system and load distribution device
JP2004030423A (en) * 2002-06-27 2004-01-29 Ntt Comware Corp Content distribution controller and program
JP2008071330A (en) * 2006-09-15 2008-03-27 Nihon Avis Kk Method for contributing moving image from cellular phone and system for contributing moving image
JP2007133896A (en) * 2006-12-26 2007-05-31 Nec Corp Server load balancing system, server load balancing device, content management device, and server load balancing program

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10434301B2 (en) 2013-08-27 2019-10-08 Halo Neuro, Inc. Electrode system for electrical stimulation
US10596373B2 (en) 2013-08-27 2020-03-24 Halo Neuro, Inc. Method and system for providing electrical stimulation to a user
US11123544B2 (en) 2013-08-27 2021-09-21 Flow Neuroscience, Inc. Electrode system for electrical stimulation
US11464972B2 (en) 2013-08-27 2022-10-11 Flow Neuroscience, Inc. Method and system for providing electrical stimulation to a user
US11273304B2 (en) 2015-10-26 2022-03-15 Halo Neuro, Inc. Electrode positioning system and method
US11400290B2 (en) 2016-02-08 2022-08-02 Flow Neuroscience, Inc. Method and system for improving provision of electrical stimulation
US10485443B2 (en) 2016-06-20 2019-11-26 Halo Neuro, Inc. Electrical interface system
US11039775B2 (en) 2016-06-20 2021-06-22 Flow Neuroscience, Inc. Electrical interface system
US11191949B2 (en) 2017-03-08 2021-12-07 Flow Neuroscience, Inc. System for electrical stimulation
US10507324B2 (en) 2017-11-17 2019-12-17 Halo Neuro, Inc. System and method for individualizing modulation
US11097097B2 (en) 2017-11-17 2021-08-24 Flow Neuroscience, Inc. System amd method for individualizing neuromodulation
US11992678B2 (en) 2017-11-17 2024-05-28 Flow Neuroscience, Inc. System and method for individualizing neuromodulation

Also Published As

Publication number Publication date
JP5579984B2 (en) 2014-08-27

Similar Documents

Publication Publication Date Title
JP5579984B2 (en) Presentation information registration device
US9679323B2 (en) Prioritization of third party access to an online commerce site
US7509424B2 (en) Load-balancing device and computer-readable recording medium in which load-balancing program is recorded
US20190245700A1 (en) Managing And Negotiating Certificates
US7849203B2 (en) Command and control of arbitrary resources in a peer-to-peer network
JP2002540677A (en) Data network load management
JP6733490B2 (en) Development support system, development support device, response control program, response control method, and response control device
US11924295B2 (en) Serving assets in a networked environment
JP2010092185A (en) Network relay apparatus, user information management system and user information management method
US20170090834A1 (en) System and method of connecting a computer to a printer
JP6124248B2 (en) Application / content transmission / reception method and apparatus based on purchase information
US7549010B2 (en) Communication apparatus and method
JP2017174337A (en) Investigation management system
JP4936603B2 (en) Sales management method and storage medium storing the program
US11856067B2 (en) Methods and apparatus to centralize localization of micro-services messages in a distributed cloud environment
JP2004146895A (en) Server-client communication system and control server
JP6577620B1 (en) Content determination apparatus and program
JP2001005714A (en) Proxy server changing device
JP2013054503A (en) Network system, proxy server, and proxy method
JP5395862B2 (en) Management system, management server, cloud system, and program
JP2007115074A (en) Virtual browser providing service system for electronic application
KR20240021686A (en) Method of providing live commerce broadcasting when live commerce broadcasting error occur and apparatus of managing broadcasting
JP5194670B2 (en) Web service system, web service providing apparatus and program
JP2000020415A (en) Www server proxy, www browser proxy and www system
WO2012002906A1 (en) Enlargement of video content streamed from the internet

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20111222

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130510

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130521

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130712

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140128

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140421

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20140428

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140701

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140710

R150 Certificate of patent or registration of utility model

Ref document number: 5579984

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250