JP4513788B2 - Content distribution system and method, and program - Google Patents

Content distribution system and method, and program Download PDF

Info

Publication number
JP4513788B2
JP4513788B2 JP2006199145A JP2006199145A JP4513788B2 JP 4513788 B2 JP4513788 B2 JP 4513788B2 JP 2006199145 A JP2006199145 A JP 2006199145A JP 2006199145 A JP2006199145 A JP 2006199145A JP 4513788 B2 JP4513788 B2 JP 4513788B2
Authority
JP
Japan
Prior art keywords
content
distribution
user terminal
request
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2006199145A
Other languages
Japanese (ja)
Other versions
JP2008027197A (en
Inventor
哲也 斎藤
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2006199145A priority Critical patent/JP4513788B2/en
Publication of JP2008027197A publication Critical patent/JP2008027197A/en
Application granted granted Critical
Publication of JP4513788B2 publication Critical patent/JP4513788B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、コンテンツ配信システムにかかり、特に、ユーザからの要求に応じてコンテンツを配信するシステムに関する。   The present invention relates to a content distribution system, and more particularly to a system for distributing content in response to a request from a user.

近年、携帯電話の処理性能の向上や、通信技術の発達により、画像や映像、音楽など、種々のコンテンツを携帯電話にダウンロードして、再生することが可能となっている。また、携帯電話による操作の容易さから、テレビ番組などの他のマスメディアと連動してコンテンツをダウンロードさせるサービスも行われている。例えば、テレビ番組中で、そのテレビ番組のホームページアドレスを紹介したり、2次元バーコードなどを表示させることで、視聴者を番組ホームページにアクセスさせ、これにより、番組に関連するコンテンツをダウンロードさせる、という方法が行われている。   In recent years, with the improvement of processing performance of mobile phones and the development of communication technology, various contents such as images, videos and music can be downloaded to mobile phones and played back. In addition, because of the ease of operation with a mobile phone, there is a service for downloading content in conjunction with other mass media such as a TV program. For example, in a TV program, by introducing the homepage address of the TV program or displaying a two-dimensional bar code or the like, the viewer can access the program homepage, thereby downloading content related to the program. The method is performed.

ところが、上述したような番組と連動したコンテンツ配信サービスでは、番組で紹介した直後においては、コンテンツを配信するウェブサーバに過度にアクセスが集中しうる。すると、配信システムの処理能力を超えてしまうという問題があり、それを回避するためには、過剰な設備投資を行う必要があった。   However, in the content distribution service linked with the program as described above, immediately after being introduced in the program, access can be excessively concentrated on the web server that distributes the content. Then, there is a problem that the processing capacity of the distribution system is exceeded, and in order to avoid it, it is necessary to make an excessive capital investment.

また、アクセス集中を回避するために、広域分散キャッシュを利用し、静的なコンテンツをキャッシュするという手段もある。しかし、配信要求してきたユーザの会員認証や端末の機種判定等のプログラム処理、データベースアクセスなどの必要な処理には適用できない。従って、依然として、上記機種判定等を行うサーバにアクセス集中が生じる、という問題があった。   In addition, in order to avoid access concentration, there is a means of using a wide area distributed cache to cache static contents. However, it cannot be applied to necessary processes such as program processing such as member authentication of a user who has requested distribution, terminal type determination, and database access. Therefore, there is still a problem that access concentration occurs in the server that performs the model determination and the like.

そして、コンテンツを提供する事業者は、費用対効果に見合ったシステム構成とした場合には、システムの許容数を超えたユーザからのアクセスがあると、タイムアウト等のエラーが発生してしまうという問題があった。すると、エラーとなったユーザがアクセスを繰り返すため、さらにアクセス集中が発生してしまい、より多くのエラーが発生するという悪循環が生じうる。   And, if the provider providing the content has a system configuration commensurate with cost effectiveness, if there is an access from a user exceeding the allowable number of systems, an error such as a timeout will occur. was there. Then, since the user who has become an error repeats access, access concentration further occurs, and a vicious circle in which more errors occur may occur.

さらに、ユーザにとっては、アクセス集中によるタイムアウトは非常にストレスを感じるため、かかるユーザがアクセスをやめてしまう場合があり、事業者にとっては、ユーザの獲得機会を失う、という問題もあった。   Further, for users, timeout due to concentration of access feels very stressful, so such users may cease access, and there is also a problem that operators lose the opportunity to acquire users.

ここで、特許文献1には、配信サーバの負荷分散を実現するための技術が開示されている。この文献記載のシステムは、ゲームソフトを配信するシステムであって、ユーザからコンテンツ配信の予約を受け付けて、ネットワーク上のデータ伝送の混み具合を表すデータトラフィック解析情報を取得し、トラフィックの少ない時間に配信する、という手法を採っている。しかし、上記従来例では、配信するコンテンツの混雑がない期間であっても、上記予約配信やネットワークトラフィックの混雑状況を調べるなどの処理が各予約毎に行われているため、サーバの処理負担が増加しうる、という問題が生じる。また、予約配信であることから、トラフィックが少ない場合であっても、ユーザがすぐにコンテンツを取得することができない場合も生じ、さらには、予約の手間がかかる、という問題も生じる。   Here, Patent Document 1 discloses a technique for realizing load distribution of a distribution server. The system described in this document is a system for distributing game software, accepting reservations for content distribution from users, obtaining data traffic analysis information indicating the degree of data transmission on the network, and at a time when traffic is low The technique of delivering is taken. However, in the above-described conventional example, even when the content to be distributed is not congested, processing such as the above-described reservation distribution and network traffic congestion status is performed for each reservation. The problem arises that it can increase. Further, since it is a reserved distribution, there may be a case where the user cannot immediately acquire the content even when the traffic is low, and further, there is a problem that it takes time and effort for the reservation.

特開2006−23956号公報Japanese Patent Laid-Open No. 2006-23956

このため、本発明では、通常のコンテンツ配信を実現してサーバやユーザの負担を抑制しつつ、アクセス集中が予測されるときにのみコンテンツ配信処理を分散し、事業者の設備投資コストを抑制しつつ、ユーザの満足度を図ることができるシステムを提供する、ことをその目的とする。   For this reason, in the present invention, while realizing normal content distribution and suppressing the burden on the server and the user, the content distribution processing is distributed only when access concentration is predicted, and the capital investment cost of the operator is suppressed. Meanwhile, an object of the present invention is to provide a system that can achieve user satisfaction.

そこで、本発明の一形態であるコンテンツ配信システムは、
配信用のコンテンツを記憶し、当該コンテンツをネットワークを介してユーザ端末に配信するコンテンツ配信システムであって、
ユーザ端末からコンテンツの配信要求を受け付ける配信要求受付手段と、
配信要求を受け付けた直後に当該配信要求を行ったユーザ端末に対してコンテンツを配信する処理を実行する通常配信手段と、
配信要求を受け付けたときに当該配信要求を行ったユーザ端末を特定する情報を記憶し、このユーザ端末に対して、その後の予め設定されたタイミングに、コンテンツを配信する処理を実行する予約配信手段と、を備え、
通常配信手段と予約配信手段とのうち、いずれか一方が配信要求を受け付けたときに作動するよう切り替える切替手段を備えた、
ことを特徴としている。
Therefore, a content distribution system according to one aspect of the present invention is
A content distribution system that stores content for distribution and distributes the content to user terminals via a network,
A distribution request receiving means for receiving a content distribution request from a user terminal;
Normal distribution means for executing processing for distributing content to the user terminal that has made the distribution request immediately after receiving the distribution request;
Reservation distribution means for storing information for identifying the user terminal that has made the distribution request when the distribution request is received, and executing processing for distributing content to the user terminal at a preset timing thereafter And comprising
A switching means for switching to operate when either one of the normal delivery means and the reservation delivery means receives a delivery request;
It is characterized by that.

上記発明によると、まず、コンテンツの通常配信時には、ユーザ端末からコンテンツの配信要求を受けると、この要求してきたユーザ端末に対してすぐにコンテンツを配信する。一方、予約配信に切り替えたときには、配信要求を受け付けたユーザ端末の情報を記憶しておき、そのユーザ端末に対しては後の所定のタイミングにてコンテンツを配信する。これにより、アクセス集中が生じそうなときなどにコンテンツの配信方法を切り替えることで、コンテンツ配信処理による負荷集中を分散することができ、円滑なコンテンツ配信を実現することができる。   According to the above invention, first, at the time of normal content distribution, when a content distribution request is received from the user terminal, the content is immediately distributed to the user terminal that has requested the content. On the other hand, when switching to reserved delivery, information on the user terminal that has accepted the delivery request is stored, and the content is delivered to the user terminal at a later predetermined timing. Thus, by switching the content distribution method when access concentration is likely to occur, load concentration due to content distribution processing can be distributed, and smooth content distribution can be realized.

そして、上記切替手段は、予め設定された日時に切り替えを実行する、ことを特徴としている。このとき、切替手段にて切り替えが実行される予め設定された日時は、配信用のコンテンツが関連する行為が行われる日時に基づく日時であり、例えば、コンテンツが関連する番組の放送日時に基づく日時である、ことを特徴としている。   The switching means performs switching at a preset date and time. At this time, the preset date and time when the switching is performed by the switching means is a date and time based on the date and time when the action related to the content for distribution is performed. For example, the date and time based on the broadcast date and time of the program related to the content It is characterized by that.

上記構成によると、コンテンツが関連する番組の放送などの行為が開始されると、当該コンテンツの配信要求が集中することが予測されるため、その日時を設定して上述した予約配信に切り替えることができる。これにより、切り替える前の通常配信時には即時配信を行っているため、ユーザはすぐにコンテンツを取得することができ、当該ユーザの利便性の向上を図ることができると共に、アクセスが集中しそうなときには予約配信に切り替えられるため、配信システムの負荷分散を実現でき、さらに円滑な配信を実現できる。   According to the above configuration, when an action such as broadcasting of a program related to the content is started, it is predicted that distribution requests for the content will be concentrated. Therefore, it is possible to set the date and time and switch to the above-described reserved distribution. it can. As a result, since normal distribution is performed at the time of normal distribution before switching, the user can immediately acquire the content, improve the convenience of the user, and make reservations when access is likely to concentrate. Since switching to distribution is possible, load distribution of the distribution system can be realized, and smoother distribution can be realized.

また、予約配信手段は、予め設定されたタイミングとして予め設定された日時に、コンテンツを配信する処理を実行する、ことを特徴としている。また、予約配信手段は、コンテンツ配信システム自身の負荷状況を監視し、予め設定されたタイミングとして予め定められた負荷状況になったときに、コンテンツを配信する処理を実行してもよい。さらに、予約配信手段は、コンテンツを配信する際に、配信先となるユーザ端末あるいはそのユーザに固有の情報に基づいてコンテンツの配信が可能か否かを判断する配信前確認処理を行う、ことを特徴としている。   Further, the reservation distribution means is characterized in that it executes a process of distributing content at a preset date and time as a preset timing. In addition, the reservation distribution unit may monitor the load status of the content distribution system itself, and execute a process of distributing the content when the load status is predetermined as a preset timing. Furthermore, the reservation distribution means performs a pre-distribution confirmation process for determining whether or not the content can be distributed based on the user terminal serving as a distribution destination or information unique to the user when distributing the content. It is a feature.

このように、アクセスが低いと予想される日時や、実際に計測して負荷が低いときに、コンテンツの配信処理や、その配信前確認処理を行うことで、さらに円滑なコンテンツ配信を実現できる。   In this way, smoother content distribution can be realized by performing the content distribution processing and the pre-distribution confirmation processing when the date and time when access is expected to be low or when the load is actually measured and the load is low.

また、予約配信手段によるコンテンツ配信処理は、例えば、ユーザ端末に送信する電子メールにコンテンツのダウンロード用ページのアドレスを記載して通知し、これに応じてユーザ端末からの要求を受けてコンテンツを配信する。あるいは、ユーザ端末に送信する電子メールにコンテンツを添付して配信してもよい。   In addition, the content distribution processing by the reservation distribution means, for example, notifies the e-mail transmitted to the user terminal by describing the address of the content download page and distributes the content in response to a request from the user terminal accordingly. To do. Alternatively, the content may be attached to the electronic mail transmitted to the user terminal and distributed.

また、本発明の他の形態であるプログラムは、
配信用のコンテンツをネットワークを介してユーザ端末に配信するコンピュータに、
ユーザ端末からコンテンツの配信要求を受け付ける配信要求受付手段と、
配信要求を受け付けた直後に当該配信要求を行ったユーザ端末に対してコンテンツを配信する処理を実行する通常配信手段と、
配信要求を受け付けたときに当該配信要求を行ったユーザ端末を特定する情報を記憶し、このユーザ端末に対して、その後の予め設定されたタイミングに、コンテンツを配信する処理を実行する予約配信手段と、
通常配信手段と予約配信手段とのうち、いずれか一方が配信要求を受け付けたときに作動するよう切り替える切替手段と、
を実現させる、ことを特徴としている。
Moreover, the program which is the other form of this invention is:
To a computer that distributes content for distribution to user terminals via a network,
A distribution request receiving means for receiving a content distribution request from a user terminal;
Normal distribution means for executing processing for distributing content to the user terminal that has made the distribution request immediately after receiving the distribution request;
Reservation distribution means for storing information for identifying the user terminal that has made the distribution request when the distribution request is received, and executing processing for distributing content to the user terminal at a preset timing thereafter When,
A switching means for switching to operate when either one of the normal delivery means and the reservation delivery means receives a delivery request;
It is characterized by realizing.

さらに、本発明の他の形態であるコンテンツ配信方法は、
コンピュータにて、配信用のコンテンツをネットワークを介してユーザ端末に配信する方法であって、
ユーザ端末からコンテンツの配信要求を受け付ける配信要求受付工程を有し、この後に切り替えられていずれか一方が実行される、
配信要求を受け付けた直後にコンテンツを配信する処理を実行する通常配信工程と、
配信要求を受け付けたときに当該配信要求を行ったユーザ端末を特定する情報を記憶し、このユーザ端末に対してその後の予め設定されたタイミングに、コンテンツを配信する処理を実行する予約配信工程と、
を有する、ことを特徴としている。
Furthermore, a content distribution method according to another aspect of the present invention includes:
A method of distributing content for distribution to a user terminal via a network on a computer,
A distribution request reception step of receiving a content distribution request from the user terminal, and one of the two is executed after being switched;
A normal distribution step of executing a process of distributing content immediately after receiving a distribution request;
A reservation distribution step of storing information for identifying a user terminal that has made the distribution request when the distribution request is received, and executing a process of distributing content to the user terminal at a preset timing thereafter; ,
It is characterized by having.

上述した構成のプログラム、コンテンツ配信システムであっても、上記コンテンツ配信システムと同様に作用するため、上述した本発明の目的を達成することができる。   Even the program and content distribution system having the above-described configuration operate in the same manner as the content distribution system, and thus the above-described object of the present invention can be achieved.

本発明は、以上のように構成され機能するので、これによると、通常時にはコンテンツをアクセスがあるとすぐに配信して、サーバやユーザの負担を抑制しつつ、アクセス集中が予測されるときにのみコンテンツの配信方法を切り替えることで、コンテンツ配信処理による負荷集中を分散することができ、事業者の設備投資コストを抑制しつつ、ユーザの満足度を図ることができる、という従来にない優れた効果を有する。   Since the present invention is configured and functions as described above, according to this, when content is normally delivered as soon as there is access, the load on the server and the user is suppressed, and access concentration is predicted. Only by switching the content distribution method, the load concentration due to the content distribution processing can be distributed, and the user's satisfaction can be achieved while suppressing the capital investment cost of the business operator. Has an effect.

本発明では、コンテンツ配信方法を、配信要求を受けるとすぐに配信する通常配信と、要求を予約して後に配信する予約配信と、に状況に応じて切り替える点に特徴を有する。以下、実施例にてその構成及び動作について詳細に説明する。なお、実施例では、コンテンツ配信システムが複数のコンピュータにて構成されている場合を例示するが、説明する台数のコンピュータにて構成されていることに限定されず、それ以外の台数のコンピュータ、例えば、1台のコンピュータにて構成されていてもよい。   The present invention is characterized in that the content distribution method is switched depending on the situation between normal distribution that distributes as soon as a distribution request is received and reserved distribution that reserves the request and distributes it later. Hereinafter, the configuration and operation thereof will be described in detail in Examples. In addition, although the example illustrates the case where the content distribution system is configured by a plurality of computers, it is not limited to being configured by the number of computers to be described, but other numbers of computers, for example, A single computer may be used.

本発明の第1の実施例を、図1乃至図10を参照して説明する。図1は、コンテンツ配信システムの全体構成を示す概略図であり、図2乃至図5は、コンテンツ配信システムを構成する各コンピュータの構成を示す機能ブロック図である。図6乃至10は、コンテンツの配信動作を示すフローチャート、あるいは、シーケンス図である。   A first embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a schematic diagram showing the overall configuration of the content distribution system, and FIGS. 2 to 5 are functional block diagrams showing the configuration of each computer constituting the content distribution system. 6 to 10 are flowcharts or sequence diagrams showing content distribution operations.

[構成]
図1に示すように、コンテンツ配信システムは、後述するように、配信するコンテンツが関連する番組を提供する事業者、あるいは、番組を提供する事業者から委託された事業者が管理するシステムであって、コンテンツ配信サーバ1と、要求処理サーバ2と、データベースサーバ3と、メール配信サーバ4と、公開設定サーバ5と、を備えて構成されている。そして、これら各サーバ1〜5は、プログラム制御により動作し、ネットワーク1を介して相互に接続されている。また、コンテンツ配信サーバ1およびメール配信サーバ4には、コンテンツの配信を要求するユーザ7aが操作するユーザ端末7が、インターネットネットワークN2を介して接続されている。さらに、公開設定サーバ5には、事業者にて操作される公開設定端末6が接続されている。以下、各構成について詳述する。
[Constitution]
As shown in FIG. 1, the content distribution system is a system managed by an operator that provides a program related to the content to be distributed or an operator entrusted by the operator that provides the program, as will be described later. The content distribution server 1, the request processing server 2, the database server 3, the mail distribution server 4, and the public setting server 5 are configured. These servers 1 to 5 operate under program control and are connected to each other via the network 1. Further, a user terminal 7 operated by a user 7a who requests content distribution is connected to the content distribution server 1 and the mail distribution server 4 via the Internet network N2. Further, the public setting server 5 is connected to a public setting terminal 6 operated by a business operator. Hereinafter, each configuration will be described in detail.

<ユーザ端末>
ユーザ端末7は、電波塔から送信されるテレビ番組をテレビ8で視聴するユーザ7aが操作する携帯電話などの情報処理装置であって、インターネット接続機能を備えている。そして、本実施例では、ユーザ7aは、視聴しているテレビ番組のホームページから、当該番組にて紹介されるコンテンツの取得を希望していることとする。従って、ユーザ端末7は、コンテンツ配信サーバ1が提供している番組ホームページにアクセスし、その番組ホームページを画面に表示し、コンテンツ要求を行う機能を備えている。コンテンツとしては、例えば、着信メロディー、待ち受け画像等がある。ここで、ユーザ7aは、例えば、テレビ8で視聴している番組にて表示されたURLをユーザ端末7に入力したり、表示された2次元バーコードをユーザ端末7で撮影してこれによって取得できるURLに基づいて、番組ホームページにアクセスする。
<User terminal>
The user terminal 7 is an information processing apparatus such as a mobile phone operated by a user 7a who views a TV program transmitted from a radio tower on the TV 8, and has an Internet connection function. In this embodiment, it is assumed that the user 7a desires to acquire content introduced in the program from the homepage of the TV program being viewed. Therefore, the user terminal 7 has a function of accessing a program homepage provided by the content distribution server 1, displaying the program homepage on the screen, and making a content request. Examples of the content include an incoming melody and a standby image. Here, the user 7a inputs, for example, a URL displayed in a program viewed on the television 8 to the user terminal 7 or captures and displays the displayed two-dimensional barcode on the user terminal 7. The program homepage is accessed based on the URL that can be created.

<公開設定端末>
公開設定端末6は、番組を提供する事業者に設置されているパーソナルコンピュータ等の情報処理装置であり、公開設定サーバ5にアクセスして、コンテンツの公開等の設定を行う。例えば、後述するように、番組の放送開始時間や番組中でのコンテンツ配信のお知らせ時間などに連動させて設定した番組ホームページにおけるコンテンツの配信方法(通常配信と予約配信)の切り替え日時の指定や、配信要求を受け付けた後に配信する場合(予約配信時)のコンテンツ配信日時の指定、などを入力して、公開設定サーバ5に登録する。また、単に、番組ホームページやコンテンツへのアクセスを許容する公開日時の設定も行う。
<Public setting terminal>
The public setting terminal 6 is an information processing apparatus such as a personal computer installed in a business provider who provides a program, and accesses the public setting server 5 to perform setting such as content disclosure. For example, as will be described later, the specification of the switching date and time of the content distribution method (normal distribution and reserved distribution) on the program homepage set in conjunction with the broadcast start time of the program and the notification time of content distribution in the program, When the distribution request is received and distributed (at the time of reserved distribution), the content distribution date / time designation is entered and registered in the public setting server 5. In addition, it simply sets the release date and time that allows access to the program home page and content.

<公開設定サーバ>
公開設定サーバ5は、番組を提供する事業者がコンテンツ配信1、要求処理サーバ2、データベースサーバ3、メール配信サーバ4に対する制御設定を行うサーバ等の情報処理装置であり、コンテンツの公開やメール配信の設定を行う機能を有する。例えば、図2に示すように、CPUといった演算装置に、所定のプログラムが組み込まれることで、公開設定登録処理部51と、公開設定指定指示処理部52と、メール設定登録処理部53と、メール配信指示処理部54と、が構築されている。また、ハードディスクドライブなどの記憶装置には、公開設定記憶部55と、メール設定記憶部56と、が形成されている。
<Public setting server>
The public setting server 5 is an information processing apparatus such as a server for setting a control for the content distribution 1, the request processing server 2, the database server 3, and the mail distribution server 4 by a provider who provides a program. Has the function of setting. For example, as shown in FIG. 2, a public program registration processing unit 51, a public setting designation instruction processing unit 52, a mail setting registration processing unit 53, a mail are installed by incorporating a predetermined program into an arithmetic device such as a CPU. A distribution instruction processing unit 54 is constructed. Also, a public setting storage unit 55 and a mail setting storage unit 56 are formed in a storage device such as a hard disk drive.

公開設定登録処理部51は、公開設定端末6から、番組ホームページおよびコンテンツの公開日時の設定情報の入力を受け付けて、公開設定記憶部55に登録する。この公開日時の設定情報は、例えば、番組ホームページにアクセス可能とする日時やコンテンツ配信可能とする日時情報であったり、さらには、番組ホームページからコンテンツを配信する方法が異なる通常配信と予約配信とを番組に連動させて切り替える日時情報、などである。そして、公開設定指示処理部52は、公開設定記憶部55にそれぞれ登録された日時となると、コンテンツ配信サーバ1にその旨の指示を行う。ここで、本実施例では、番組内にてコンテンツの紹介を行う日時の直前の日時に、通常配信から予約配信に切り替えるよう設定されており、かかる日時となると、切り替え指示をコンテンツ配信サーバ1に対して行う。   The public setting registration processing unit 51 receives input of setting information of the program homepage and the content date and time from the public setting terminal 6 and registers the information in the public setting storage unit 55. The setting information of the release date / time is, for example, the date / time information that makes it possible to access the program homepage or the date / time information that makes content distribution possible. Date / time information to be switched in conjunction with the program. Then, when the date and time registered in the disclosure setting storage unit 55 is reached, the disclosure setting instruction processing unit 52 instructs the content distribution server 1 to that effect. Here, in this embodiment, it is set to switch from normal distribution to reserved distribution on the date and time immediately before the date and time when content is introduced in the program, and when this date and time is reached, a switching instruction is sent to the content distribution server 1. Against.

また、メール設定登録処理部53は、上記予約配信時に、コンテンツ配信要求を受けたユーザ端末7に対するコンテンツを配信する通知となる電子メールを送信する日時を設定する情報の入力を、公開設定端末6から受け付けてメール設定記憶部56に記憶する。ここで、予約配信とは、コンテンツ配信サーバ1がユーザ端末7から配信要求を受けても、その直後ではなく、後のアクセス集中が解消されたときなどにコンテンツを配信する方式である。従って、配信要求を行った後に電子メールが通知されたユーザ端末7は、コンテンツの配信を受けることができるが、このときにもちろんアクセス集中が発生しないよう、複数のユーザ端末7に対するメールを配信する間隔、及び、同時に配信する数などもあわせて公開設定端末6から指定されており、かかる設定がメール設定記憶部56に記憶される。そして、メール配信指示処理部54は、メール設定記憶部56に登録された日時となると、要求処理サーバ2にその旨の指示を行う。例えば、メールを配信する日時として、コンテンツの紹介を行った番組が終了した直後や、その数時間後が設定される。また、メール配信の設定として、同時にメールを配信するユーザ数を10と設定したり、30分おきに時間をずらして順次メール配信を行うなどの設定を行う。但し、上記設定は一例である。   In addition, the mail setting registration processing unit 53 inputs the information for setting the date and time for transmitting an e-mail serving as a notification for distributing the content to the user terminal 7 that has received the content distribution request at the time of the reserved distribution. Are stored in the mail setting storage unit 56. Here, the reserved distribution is a system for distributing contents not only immediately after the content distribution server 1 receives a distribution request from the user terminal 7 but when the subsequent concentration of access is canceled. Accordingly, the user terminal 7 to which the e-mail is notified after making the distribution request can receive the content distribution, but at this time, of course, the mail is distributed to the plurality of user terminals 7 so that access concentration does not occur. The interval, the number to be distributed simultaneously, and the like are also specified from the public setting terminal 6, and such settings are stored in the mail setting storage unit 56. Then, when the date and time registered in the mail setting storage unit 56 comes, the mail delivery instruction processing unit 54 instructs the request processing server 2 to that effect. For example, the date and time for delivering the mail is set immediately after the program that introduced the content ends or after several hours. In addition, as the mail delivery setting, the number of users who simultaneously deliver mail is set to 10, or the mail delivery is sequentially performed at different intervals every 30 minutes. However, the above setting is an example.

<コンテンツ配信サーバ>
コンテンツ配信サーバ1は、コンテンツ配信機能を実装した、サーバ等の情報処理装置であり、ユーザ端末7から送信されるコンテンツ要求を受け付ける機能を有する。例えば、図3に示すように、CPUといった演算装置に、所定のプログラムが組み込まれることで、公開設定処理部11と、HP公開処理部12と、配信要求受付処理部13と、コンテンツ配信処理部14と、が構築されている。また、ハードディスクドライブなどの記憶装置には、コンテンツ記憶部15が形成されている。
<Content distribution server>
The content distribution server 1 is an information processing apparatus such as a server in which a content distribution function is implemented, and has a function of receiving a content request transmitted from the user terminal 7. For example, as shown in FIG. 3, a predetermined program is incorporated into an arithmetic device such as a CPU, thereby enabling the public setting processing unit 11, the HP public processing unit 12, the distribution request reception processing unit 13, and the content distribution processing unit. 14 is constructed. A content storage unit 15 is formed in a storage device such as a hard disk drive.

コンテンツ記憶部15には、番組ホームページ自体を表す情報や、このホームページから配信される着信メロディなどのコンテンツが格納されている。但し、コンテンツ記憶部15自体は、他のコンピュータに形成されていてもよい。   The content storage unit 15 stores information representing the program homepage itself and contents such as an incoming melody distributed from the homepage. However, the content storage unit 15 itself may be formed in another computer.

公開設定処理部11は、上述したように公開設定サーバ5からの公開設定の指示を受け付けて、これに基づいて番組ホームページやコンテンツにアクセス可能なよう公開設定を行ったり、コンテンツの配信方法を通常配信と予約配信とに切り替える設定を行う。例えば、上述した公開設定サーバ5から、番組内にてコンテンツの紹介が行われる日時の直前に通常配信から予約配信に切り替える指示がなされると、これに応じて、HP公開処理部12に配信方法を切り替えるよう指示する。   The public setting processing unit 11 receives a public setting instruction from the public setting server 5 as described above, and based on this, performs public setting so that the program homepage and content can be accessed, and the content distribution method is normally set. Set to switch between distribution and reserved distribution. For example, when the above-described public setting server 5 gives an instruction to switch from normal distribution to reserved distribution immediately before the date and time when the content is introduced in the program, the distribution method is sent to the HP public processing unit 12 accordingly. To switch between.

HP公開処理部12は、公開設定サーバ5からの指示に応じて、HPやコンテンツにアクセス可能なよう設定したり、コンテンツの配信方法を通常配信と予約配信とで切り替えて設定し(切替手段)、番組ホームページを公開する機能を有する。   The HP publishing processing unit 12 sets the HP and content to be accessible according to an instruction from the publishing setting server 5, and switches and sets the content distribution method between normal distribution and reserved distribution (switching unit). , Has a function of publishing a program homepage.

ここで、通常配信の場合には、ユーザ端末7から番組ホームページを介してコンテンツの配信要求がなされると、これを配信要求受付処理部13に通知して受け付け(配信要求受付手段)、その直後に、コンテンツ配信処理部14にて、ユーザ端末7にコンテンツを配信する処理を実行する(通常配信手段)。なお、配信要求を受け付けた直後には、配信要求受付処理部13にて、後述するように、要求処理サーバ2およびデータベースサーバ3と連携して会員認証を行い、非会員の場合は会員登録画面へ遷移し、ユーザに会員登録を促す画面を提供したり、ユーザ毎にダウンロード可能な残りダウンロード回数の計算や、さらには、ユーザ端末7の機種判定など、ダウンロードの可否を判断する処理が行われる。なお、これらの詳細な処理については動作説明時に説明する。   Here, in the case of normal distribution, when a content distribution request is made from the user terminal 7 via the program homepage, this is notified to the distribution request reception processing unit 13 and received (distribution request reception means), immediately thereafter. In addition, the content distribution processing unit 14 executes processing for distributing content to the user terminal 7 (normal distribution means). Immediately after receiving the distribution request, the distribution request reception processing unit 13 performs member authentication in cooperation with the request processing server 2 and the database server 3 as will be described later. The process of determining whether or not download is possible, such as providing a screen for prompting the user to register as a member, calculating the number of remaining downloads that can be downloaded for each user, and determining the model of the user terminal 7 is performed. . Note that these detailed processes will be described when the operation is described.

また、予約配信の場合には、ユーザ端末7から番組ホームページを介してコンテンツの配信要求がなされると、これを配信要求受付処理部13にて受け付けて(配信要求受付手段)、この配信要求してきたユーザ端末7に対するコンテンツの配信の予約を行う。つまり、後述するように、要求処理サーバ2およびデータベースサーバ3と連携して、ユーザ端末7の要求情報をデータベースサーバ3に登録する処理を行う。そして、その後、ユーザ端末7には、上述したように公開設定サーバ5に設定されたメール配信日時となると、コンテンツの配信が可能となったことを通知する電子メールが配信されるが、これに応じてユーザ端末7から送信される最終的なコンテンツ配信要求を配信要求受付処理部13が受け付けて、コンテンツ配信処理部14がユーザ端末7にコンテンツを配信する処理を実行する(予約配信手段)。なお、配信要求受付処理部13にて、電子メールに応じてユーザ端末7から送信された最終的な配信要求を受け付けたときには、上述同様に、要求処理サーバ2およびデータベースサーバ3と連携して会員認証や、ユーザ毎にダウンロード可能な残りダウンロード回数の計算、さらには、ユーザ端末7の機種判定など、ダウンロードの可否を判断する処理(配信前確認処理)が行われる。なお、これらの詳細な処理については動作説明時に説明する。   In the case of reserved distribution, when a content distribution request is made from the user terminal 7 via the program homepage, the distribution request reception processing unit 13 receives this content distribution request (distribution request reception means) and requests this distribution. Reservation of content distribution to the user terminal 7 is made. That is, as will be described later, in cooperation with the request processing server 2 and the database server 3, processing for registering request information of the user terminal 7 in the database server 3 is performed. After that, when the mail delivery date / time set in the public setting server 5 is reached as described above, an email notifying that the content can be delivered is delivered to the user terminal 7. In response, the final content distribution request transmitted from the user terminal 7 is received by the distribution request reception processing unit 13, and the content distribution processing unit 14 executes processing for distributing content to the user terminal 7 (reserved distribution means). Note that when the distribution request reception processing unit 13 receives a final distribution request transmitted from the user terminal 7 in response to an e-mail, the member cooperates with the request processing server 2 and the database server 3 in the same manner as described above. Processing for determining whether or not download is possible (pre-delivery confirmation processing) such as authentication, calculation of the number of remaining downloads that can be downloaded for each user, and model determination of the user terminal 7 is performed. Note that these detailed processes will be described when the operation is described.

<要求処理サーバ>
要求処理サーバ2は、データベース接続機能、トランザクション管理機能、ビジネスロジック処理機能を実装した、サーバ等の情報処理装置である。そして、例えば、図4に示すように、CPUといった演算装置に、所定のプログラムが組み込まれることで、認証処理部21と、要求情報登録指示処理部22と、メール配信指示処理部23と、コンテンツ配信判定処理部24と、が構築されている。
<Request processing server>
The request processing server 2 is an information processing apparatus such as a server on which a database connection function, a transaction management function, and a business logic processing function are mounted. Then, for example, as shown in FIG. 4, a predetermined program is incorporated into an arithmetic device such as a CPU, so that an authentication processing unit 21, a request information registration instruction processing unit 22, a mail delivery instruction processing unit 23, a content A delivery determination processing unit 24 is constructed.

認証処理部21は、コンテンツ配信サーバ1で受け付けたコンテンツ配信要求を送信したユーザ7aが、データベースサーバ3の会員データベースに登録されている会員か否かを認証する機能を有する。また、ユーザ7aが非会員の場合は会員登録を行う機能を有する。また、コンテンツ配信判定処理部24は、コンテンツ配信サーバ1からの要求に応じて、データベースサーバ3の会員データベースを参照して、ユーザ7a毎の残りダウンロード回数やユーザ端末7の機種を確認し、コンテンツ配信が可能であるか否かの判定を行う。   The authentication processing unit 21 has a function of authenticating whether or not the user 7 a who has transmitted the content distribution request received by the content distribution server 1 is a member registered in the member database of the database server 3. Moreover, when the user 7a is a nonmember, it has the function to perform member registration. Further, the content distribution determination processing unit 24 refers to the member database of the database server 3 in response to a request from the content distribution server 1 to confirm the remaining number of downloads for each user 7a and the model of the user terminal 7, It is determined whether or not distribution is possible.

要求情報登録処理部22は、予約配信時に、コンテンツ配信要求を受けて上記会員認証等が成功すると、ユーザ端末7を特定するユーザ情報、配信要求してきたコンテンツ、ユーザ端末7である携帯電話の機種情報等を関連付けて、コンテンツの配信を予約するコンテンツ要求情報として、データベースサーバ3に登録する機能を有する。   The request information registration processing unit 22 receives the content distribution request at the time of reserved distribution, and if the member authentication is successful, the user information for specifying the user terminal 7, the content requested for distribution, the model of the mobile phone that is the user terminal 7 It has a function of registering in the database server 3 as content request information for associating information and the like and reserving content distribution.

メール配信指示処理部23は、公開設定サーバ5からメール配信指示があると、データベースサーバ3に登録された上記コンテンツ要求情報を参照して、コンテンツ配信を予約しているユーザ端末7に電子メールを配信するようメール配信サーバ4に指示する。   When there is a mail distribution instruction from the public setting server 5, the mail distribution instruction processing unit 23 refers to the content request information registered in the database server 3 and sends an e-mail to the user terminal 7 that has reserved content distribution. The mail delivery server 4 is instructed to deliver.

<データベースサーバ>
データベースサーバ3は、データベースを管理するサーバ等の情報処理装置である。例えば、図5に示すように、CPUといった演算装置に、所定のプログラムが組み込まれることで、ユーザ情報提供処理部31と、要求登録処理部32と、が構築されている。また、ハードディスクドライブなどの記憶装置には、ユーザデータベース(DB)33が形成されている。
<Database server>
The database server 3 is an information processing apparatus such as a server that manages a database. For example, as shown in FIG. 5, a user information provision processing unit 31 and a request registration processing unit 32 are constructed by incorporating a predetermined program into an arithmetic device such as a CPU. A user database (DB) 33 is formed in a storage device such as a hard disk drive.

そして、ユーザDB33には、会員であるユーザの情報が格納されており、コンテンツをダウンロード可能な期間や回数などの情報も記憶されている。また、ユーザ端末7の機種情報も記憶されている。   The user DB 33 stores information on users who are members, and stores information such as the period and number of times content can be downloaded. In addition, model information of the user terminal 7 is also stored.

ユーザ情報提供処理部31は、要求処理サーバ2からの認証要求などに応じて、コンテンツ要求を行ったユーザ7aが会員であるか、コンテンツのダウンロードが可能であるか、などを判断するための情報を、ユーザDB33から提供する機能を有する。また、要求登録処理部32は、予約配信時に、コンテンツの配信要求を行ったユーザ7aのコンテンツ配信予約を表すコンテンツ要求情報を、該当するコンテンツ、ユーザ情報、携帯機種情報等を関連付けてデータベースに格納する機能を有する。なお、このときコンテンツ要求情報として関連付けて登録されるデータは、上述したように予めユーザDB33に登録されているデータであってもよく、あるいは、配信要求時にユーザ端末7から送信されたデータであってもよい。   In response to an authentication request from the request processing server 2, the user information provision processing unit 31 is information for determining whether the user 7a who made the content request is a member, whether the content can be downloaded, or the like. Is provided from the user DB 33. In addition, the request registration processing unit 32 stores content request information indicating a content distribution reservation of the user 7a who has requested the content distribution in the database in association with the corresponding content, user information, portable model information, and the like at the time of reserved distribution. It has the function to do. Note that the data registered in association with the content request information at this time may be data registered in advance in the user DB 33 as described above, or data transmitted from the user terminal 7 when a distribution request is made. May be.

<メール配信サーバ>
メール配信サーバ4は、メール配信機能を有するサーバ等の情報処理装置である。そして、上述した公開設定サーバ5からの指示に応じて、データベースサーバ3に格納されているコンテンツの配信予約を表すコンテンツ要求情報に基づいて、電子メールを配信する機能を有する。具体的には、電子メールには、コンテンツのダウンロード用ページのアドレスを記載して通知する。すると、このアドレスに対してユーザ端末7がアクセスすることで、コンテンツ配信サーバ1からコンテンツが配信される。
<Mail delivery server>
The mail delivery server 4 is an information processing apparatus such as a server having a mail delivery function. And according to the instruction | indication from the public setting server 5 mentioned above, based on the content request information showing the delivery reservation of the content stored in the database server 3, it has the function to deliver an email. Specifically, the e-mail is notified by describing the address of the content download page. Then, the content is distributed from the content distribution server 1 by the user terminal 7 accessing this address.

[動作]
次に、上記構成のコンテンツ配信システムの動作を、図6乃至図10を参照して説明する。図6は、システムの動作概要を示すフローチャートであり、このうち、コンテンツの通常配信動作を図7に、予約配信動作を図8に示す。また、図9乃至図10は、システムの全体動作を示すシーケンス図である。以下、主に図9及び図10を参照して説明する。
[Operation]
Next, the operation of the content distribution system configured as described above will be described with reference to FIGS. FIG. 6 is a flowchart showing an outline of the operation of the system. Of these, the normal content distribution operation is shown in FIG. 7, and the reserved distribution operation is shown in FIG. 9 to 10 are sequence diagrams showing the overall operation of the system. Hereinafter, description will be made mainly with reference to FIGS. 9 and 10.

まず、番組を提供する事業者は、番組と連動して提供する番組ホームページおよびコンテンツを用意する。また、事業者は、公開設定端末6より、公開設定サーバ5にアクセスして番組ホームページおよびコンテンツの公開日時の設定を行う(ステップS101)。例えば、番組開始時刻に合わせたホームページやコンテンツへのアクセス可能時刻(日時)の設定、この日時における自動公開設定/手動による設定、さらには、番組の放送時間と連動させたコンテンツの通常配信と予約配信との切り替え日時設定、などがある。   First, a business providing a program prepares a program homepage and content to be provided in conjunction with the program. Further, the business operator accesses the public setting server 5 from the public setting terminal 6 to set the program homepage and the content public date and time (step S101). For example, setting the time (date and time) at which websites and content can be accessed according to the program start time, automatic publication setting / manual setting at this date and time, and normal distribution and reservation of content linked to the broadcast time of the program There is a setting date and time for switching to delivery.

同時に、事業者は、公開設定端末6より、公開設定サーバ5にアクセスして、予約配信時に、コンテンツ配信要求を行ったユーザ7aに対して、メール配信を開始する時間の設定を行う(ステップS101)。このとき、予約配信時にアクセス集中が発生しないよう、例えば、複数の予約があった場合であっても、各ユーザへのコンテンツ配信時刻がずれるようなメール配信間隔、また、多数のユーザからダウンロード要求が集中しないよう同時配信数もあわせて設定する。以上が、図6に示すステップS1に相当する。   At the same time, the business operator accesses the public setting server 5 from the public setting terminal 6 and sets the time for starting the mail distribution for the user 7a who has requested the content distribution at the time of reserved distribution (step S101). ). At this time, in order to prevent concentration of access at the time of reservation distribution, for example, even when there are a plurality of reservations, a mail distribution interval that shifts the content distribution time to each user, and download requests from many users The number of simultaneous distributions is also set so as not to concentrate. The above corresponds to step S1 shown in FIG.

そして、上記公開日時設定により、ホームページを公開するよう指定された日時となると、公開設定サーバ5からコンテンツ配信サーバ1に対して、ホームページ公開設定指示がなされる(ステップS102)。このとき、コンテンツの配信方法は通常配信であると指定されているとすると、コンテンツ配信サーバ1では、番組ホームページやコンテンツをインターネットネットワークN2からアクセス可能な領域に配置し、コンテンツを通常配信方法にて配信するよう設定される(ステップS103、図6のステップS2)。   Then, when the date and time specified to publish the homepage is reached by the above publishing date and time setting, the homepage publishing setting instruction is issued from the publishing setting server 5 to the content distribution server 1 (step S102). At this time, assuming that the content distribution method is designated as normal distribution, the content distribution server 1 arranges the program homepage and content in an area accessible from the Internet network N2, and the content is distributed by the normal distribution method. Distribution is set (step S103, step S2 in FIG. 6).

ここで、通常配信は、図7に示す手順にて行われる。まず、ユーザ端末11からコンテンツ配信サーバ1がコンテンツ配信要求を受け付けると(ステップS11、配信要求受付工程)、要求処理サーバ2及びデータベースサーバ3と協働して、ユーザ認証が実行される(ステップS12)。そして、会員である場合には、そのユーザの可能ダウンロード回数情報をデータベースサーバ3のユーザDB33から取得し、また、ユーザ端末7の機種を調べ、かかるユーザに対してコンテンツの配信が可能か否かを判定する(ステップS13,S14)。これにより、ダウンロード可能であると判定されると、コンテンツ配信サーバ1からユーザ端末7に対してコンテンツの配信を行う(ステップS15、通常配信工程)。このように、通常配信では、ユーザ端末7からコンテンツの配信要求があると、すぐに認証処理などのコンテンツを配信するために必要な処理が行われ、コンテンツの配信が実行される。   Here, the normal distribution is performed according to the procedure shown in FIG. First, when the content distribution server 1 receives a content distribution request from the user terminal 11 (step S11, distribution request reception step), user authentication is executed in cooperation with the request processing server 2 and the database server 3 (step S12). ). If the user is a member, the user's possible download count information is acquired from the user DB 33 of the database server 3, the model of the user terminal 7 is checked, and whether or not content can be distributed to the user. Is determined (steps S13 and S14). Thus, when it is determined that download is possible, the content distribution server 1 distributes the content to the user terminal 7 (step S15, normal distribution step). In this way, in normal distribution, when a content distribution request is received from the user terminal 7, processing necessary for distributing content such as authentication processing is performed immediately, and content distribution is executed.

その後、該当する番組の提供が開始される時刻が近づくと、公開設定サーバ5は事業者によって設定された時間に基づいて(図6のステップS3にてイエス)、コンテンツ配信サーバ1に対して、コンテンツの配信方法を通常配信から予約配信に切り替えるよう指示する(ステップS111)。これに応答して、コンテンツ配信サーバ1では、番組ホームページにおけるコンテンツの配信方法を、予約配信に切り替えて設定する(ステップS112、図6のステップS4)。これにより、コンテンツの予約配信が行われることとなる(図6のステップS5)。なお、予約配信の動作は図8にも示す。   Thereafter, when the time at which the provision of the corresponding program is started approaches, the public setting server 5 determines the content distribution server 1 based on the time set by the operator (Yes in step S3 in FIG. 6). An instruction is given to switch the content distribution method from normal distribution to reserved distribution (step S111). In response to this, the content distribution server 1 sets the content distribution method on the program homepage by switching to reservation distribution (step S112, step S4 in FIG. 6). As a result, content reservation delivery is performed (step S5 in FIG. 6). The reservation delivery operation is also shown in FIG.

その後、番組の内容と連動してテロップ告知等の手段によってコンテンツ配信を開始する旨の情報を表示すると、番組をテレビ8で視聴しているユーザ7aは、その情報をもとに、ユーザ端末7より、番組を提供している事業者が開設する番組ホームページにアクセスする(ステップS113)。これに応答して、コンテンツ配信サーバ1は、番組ホームページをユーザ端末7に送信する(図示せず)。そして、ユーザ端末7では、各種の番組に関する情報が画面に表示され、ユーザ7aはその番組に関する情報を参照し、希望するコンテンツであれば画面上でコンテンツ要求を行う(ステップS113)。   Thereafter, when information indicating that content distribution is to be started is displayed by means of telop notification or the like in conjunction with the contents of the program, the user 7a who is viewing the program on the television 8 uses the information on the user terminal 7 Thus, the program homepage established by the provider providing the program is accessed (step S113). In response to this, the content distribution server 1 transmits a program homepage to the user terminal 7 (not shown). In the user terminal 7, information relating to various programs is displayed on the screen, and the user 7a refers to the information relating to the program and makes a content request on the screen if the content is desired (step S113).

ユーザがコンテンツ配信要求を行うと、これに応答して、コンテンツ配信サーバ1は、ユーザ端末7から送信される情報を要求処理サーバ2に送信し、認証を要求する(ステップS114、図8のステップS21)。これに応答して、要求処理サーバ2は、データベースサーバ3に問い合わせてダウンロードを要求したユーザ7aが会員か非会員か認証を行う(ステップS115、図8のステップS22)。そして、認証の結果、ユーザ7aが会員の場合は、ユーザ端末7からのコンテンツ配信要求をもとに、該当するコンテンツ、ユーザ情報、携帯機種情報等を関連付けて、コンテンツ要求情報としてデータベースサーバ3に格納するよう指示する(ステップS116)。すると、データベースサーバ3は、要求処理サーバ2からの指示に応答して、コンテンツ要求情報を格納する(ステップS117、図8のステップS23)。なお、要求処理サーバ2による認証の結果、ユーザ7aが非会員の場合は、会員登録を促す画面をユーザ端末7に表示させるようコンテンツ配信サーバ1に対して指示する(図示せず)。   When the user makes a content distribution request, in response to this, the content distribution server 1 transmits information transmitted from the user terminal 7 to the request processing server 2 to request authentication (step S114, step of FIG. 8). S21). In response to this, the request processing server 2 inquires of the database server 3 and authenticates whether the user 7a who requested the download is a member or a non-member (step S115, step S22 in FIG. 8). As a result of authentication, if the user 7a is a member, the corresponding content, user information, portable device information, etc. are associated with the content distribution request from the user terminal 7 and stored in the database server 3 as content request information. The storage is instructed (step S116). Then, the database server 3 stores the content request information in response to the instruction from the request processing server 2 (step S117, step S23 in FIG. 8). If the user 7a is a non-member as a result of authentication by the request processing server 2, the content distribution server 1 is instructed to display a screen for prompting member registration on the user terminal 7 (not shown).

その後、番組を提供する事業者が公開設定サーバ5に設定したメール配信時刻になると(図8のステップS24にてイエス)、公開設定サーバ5は、要求処理サーバ2に対して、コンテンツ要求を行ったユーザ7aに配信するメールの準備を行うよう指示する(ステップS121)。これに応答して、要求処理サーバ2では、データベースサーバ3に格納されているコンテンツ要求情報を抽出し、ユーザの氏名、メールアドレス、コンテンツダウンロード用のURL等の情報をメール配信サーバ4へ送信する(ステップS122)。これに応答して、メール配信サーバ4では、送信された情報からメールの内容を作成し、ユーザ端末7に対してメールを配信する(ステップS123、図8のステップS25)。このとき、公開設定サーバ5には、複数のユーザ端末7に対してアクセス集中を避けるような配信間隔、及び、一定時間内の配信数が設定されており、かかる設定に応じてメールが配信される。   Thereafter, when the mail delivery time set by the provider providing the program in the public setting server 5 is reached (Yes in step S24 in FIG. 8), the public setting server 5 makes a content request to the request processing server 2. The user 7a is instructed to prepare for mail to be distributed (step S121). In response to this, the request processing server 2 extracts the content request information stored in the database server 3 and transmits information such as the user's name, e-mail address, and URL for content download to the e-mail distribution server 4. (Step S122). In response to this, the mail distribution server 4 creates the contents of the mail from the transmitted information and distributes the mail to the user terminal 7 (step S123, step S25 in FIG. 8). At this time, the public setting server 5 is set with a delivery interval that avoids concentration of access to a plurality of user terminals 7 and the number of deliveries within a predetermined time, and mail is delivered according to such settings. The

そして、ユーザ端末7は、メール配信サーバ4から配信されたメールを受信する。すると、ユーザ7aは、ユーザ端末7にてメール本文中に記載されているURLにアクセスする(ステップS124)。これに応答して、コンテンツ配信サーバ1は、コンテンツダウンロード用のページをユーザ端末7に送信する。そして、ユーザ端末7では、コンテンツダウンロード用の画面が表示されるので、ユーザ7aはコンテンツのダウンロード要求を行う(ステップS124)。ユーザがコンテンツ要求を行うと、コンテンツ配信サーバ1はこれを受け付けて(図8のステップS26)、これに応答して、ユーザ端末7から送信される情報を要求処理サーバ2に送信する(ステップS125)。   Then, the user terminal 7 receives the mail distributed from the mail distribution server 4. Then, the user 7a accesses the URL described in the mail text on the user terminal 7 (step S124). In response to this, the content distribution server 1 transmits a page for content download to the user terminal 7. Then, since a content download screen is displayed on the user terminal 7, the user 7a makes a content download request (step S124). When the user makes a content request, the content distribution server 1 accepts this (step S26 in FIG. 8), and in response to this, transmits information transmitted from the user terminal 7 to the request processing server 2 (step S125). ).

これに応答して、要求処理サーバ2は、データベースサーバ3に問い合わせてダウンロードを要求したユーザ7aの会員認証を行い(ステップS126、図8のステップS27)、該当するユーザ7aの残りダウンロード可能数をコンテンツ配信サーバ1へ結果を送信する(ステップS127、図8のステップS28)。これに応答して、コンテンツ配信サーバ1は、残りダウンロード可能数を含むダウンロード確認ページをユーザ端末7に送信する(ステップS128)。すると、ユーザ端末7では、ダウンロード確認用の画面が表示されるので、ユーザ7aはダウンロード確認を行う(ステップs129)。ユーザ7aがダウンロード確認を行うと、これに応答して、コンテンツ配信サーバ1は、ユーザ端末7から送信される情報を要求処理サーバ2に送信する(ステップS130)。   In response to this, the request processing server 2 inquires of the database server 3 and performs member authentication of the user 7a who has requested download (step S126, step S27 in FIG. 8), and determines the remaining downloadable number of the corresponding user 7a. The result is transmitted to the content distribution server 1 (step S127, step S28 in FIG. 8). In response to this, the content distribution server 1 transmits a download confirmation page including the remaining downloadable number to the user terminal 7 (step S128). Then, since a download confirmation screen is displayed on the user terminal 7, the user 7a confirms the download (step s129). When the user 7a confirms the download, in response to this, the content distribution server 1 transmits the information transmitted from the user terminal 7 to the request processing server 2 (step S130).

これに応答して、要求処理サーバ2は、データベースサーバ3に問い合わせてダウンロードを要求したユーザの会員認証を再度行い(ステップS131)、該当するユーザ7aの残りダウンロード可能数の計算を行い、データベースサーバ3に登録する(ステップS132)。また、ユーザ端末7の機種判定を行い、コンテンツ配信サーバ1に対して結果を送信する(ステップS133、図8のステップS29)。これに応答して、コンテンツ配信サーバ1は、ユーザ端末7に対応したコンテンツをユーザ端末7に送信する(ステップS134、図8のステップS30)。これにより、ユーザ端末7は、コンテンツ配信サーバ1から送信されたコンテンツを受信し、受信したコンテンツをユーザ端末7の記憶領域に保存する(ステップS135)。   In response to this, the request processing server 2 inquires of the database server 3 and re-authenticates the user who requested the download (step S131), calculates the remaining downloadable number of the corresponding user 7a, and executes the database server. 3 (step S132). Further, the model of the user terminal 7 is determined, and the result is transmitted to the content distribution server 1 (step S133, step S29 in FIG. 8). In response to this, the content distribution server 1 transmits content corresponding to the user terminal 7 to the user terminal 7 (step S134, step S30 in FIG. 8). Thereby, the user terminal 7 receives the content transmitted from the content distribution server 1, and stores the received content in the storage area of the user terminal 7 (step S135).

以上のように、本実施例によると、番組と連動したアクセス集中時に、システム(コンテンツ配信サーバ1や要求処理サーバ2等)に負荷のかかる携帯端末の機種判定処理や、コンテンツの配信処理を行わず、アクセス集中が回避された後に実行できるため、所定の時間内により多くのユーザからのアクセスを受け付けることができる。特に、過度のアクセス集中により、ユーザからのアクセスがタイムアウトでエラーとなってしまう場合には、ユーザが何度もアクセスを行うために更にアクセスが集中してしまうという事態が生じうるが、本実施例では、このような事態を抑制でき、その効果は顕著である。   As described above, according to the present embodiment, at the time of concentrated access linked with a program, the mobile terminal model determination processing and content distribution processing that burden the system (content distribution server 1, request processing server 2, etc.) are performed. Therefore, since it can be executed after access concentration is avoided, access from more users can be received within a predetermined time. In particular, when access from the user results in an error due to timeout due to excessive access concentration, there may be a situation where the access is more concentrated because the user performs access many times. In the example, such a situation can be suppressed and the effect is remarkable.

また、ユーザにとってはアクセス集中によるタイムアウトは非常にストレスを感じるため、ユーザがアクセスをやめてしまう場合もあるが、アクセス集中が緩和されることによって、従来はアクセスを断念していたユーザのアクセスも期待でき、新規ユーザの獲得も図ることができる。さらに、ダウンロード用のURLを伝えるメールを分散して配信するため、メール配信後の実際のコンテンツ配信時のアクセス集中も避けることができるという効果もある。   In addition, for users, timeouts due to concentration of access feel very stressful, so users may cease access, but by concentrating access, users who previously abandoned access are also expected. It is possible to acquire new users. In addition, since the mail that conveys the URL for download is distributed and distributed, there is also an effect that it is possible to avoid concentration of access at the time of actual content distribution after mail distribution.

以上をまとめると、通常はサーバにかかる負荷が低いため、要求されると即時にコンテンツの配信を行うことで、ユーザの満足度の向上を図ることができり、アクセスが集中しそうなときには予約配信に切り替えられるため、配信システムの負荷分散を実現でき、さらに円滑な配信を実現できる。従って、設備コストを抑制しつつ、ユーザの満足度の高いコンテンツ配信サービスを提供することができる。   To summarize the above, the load on the server is usually low, so content can be delivered immediately when requested, improving user satisfaction, and reserved delivery when access is likely to be concentrated Therefore, load distribution of the distribution system can be realized and smooth distribution can be realized. Therefore, it is possible to provide a content distribution service with high user satisfaction while suppressing facility costs.

ここで、上記では、番組に連動するコンテンツを配信する場合を例示したが、コンテンツは、例えば、所定の製品に関連するものであってもよく、かかる場合には、製品の発売や製品発表イベントなどの日時に対応して、通常配信と予約配信との切り替え日時を設定してもよい。これにより、上記発売やイベントなどが行われることによってコンテンツ配信要求が集中したとしても、その後の実際のコンテンツ配信処理を分散できるため、上述同様の効果を発揮しうる。   Here, the case where content linked to a program is distributed has been exemplified above, but the content may be related to a predetermined product, for example, in such a case, a product release or a product announcement event Corresponding to the date and time such as, a switching date and time between normal distribution and reserved distribution may be set. As a result, even if content distribution requests are concentrated due to the sale or event, the subsequent actual content distribution processing can be distributed, so that the same effect as described above can be exhibited.

次に、本発明の第2の実施例を、図11を参照して説明する。図11は、コンテンツ配信システムの予約配信時におけるコンテンツ配信動作を示すフローチャートである。   Next, a second embodiment of the present invention will be described with reference to FIG. FIG. 11 is a flowchart showing a content distribution operation at the time of reserved distribution in the content distribution system.

[構成]
本実施例におけるコンテンツ配信システムは、上述した実施例1のものとほぼ同様の構成を採っているが、予約配信時に、コンテンツ配信要求を受けたユーザに対して、実際にコンテンツを配信する方法が異なる。
[Constitution]
The content distribution system according to the present embodiment employs substantially the same configuration as that of the first embodiment described above, but there is a method for actually distributing content to a user who has received a content distribution request at the time of reserved distribution. Different.

具体的には、上述したメール配信サーバ4から配信される電子メールに、コンテンツを添付して配信する。従って、メール配信サーバ4は、コンテンツ配信サーバ1などからユーザにて要求されているコンテンツを取得して、電子メールに添付し、かかるユーザのユーザ端末7のアドレス宛に送信する機能を有する。つまり、メール配信サーバ4は、上記実施例1では、コンテンツダウンロード用のURLを通知するメールを配信していたが、その代わりに、コンテンツを添付して配信する機能を有する。   Specifically, the content is attached to the electronic mail distributed from the mail distribution server 4 described above and distributed. Therefore, the mail distribution server 4 has a function of acquiring content requested by the user from the content distribution server 1 and the like, attaching it to an e-mail, and transmitting it to the address of the user terminal 7 of the user. In other words, in the first embodiment, the mail distribution server 4 distributes the mail for notifying the URL for content download, but instead has a function of distributing the content attached thereto.

[動作]
まず、コンテンツ配信サーバ1によるコンテンツ配信方法が、予約配信に切り替えられており、ユーザ端末7からコンテンツ配信要求を受け付けて、配信要求情報をデータベースサーバ3に登録するまでの動作は、上記実施例1と同様である(ステップS201〜S203)。
[Operation]
First, the content distribution method by the content distribution server 1 has been switched to reservation distribution, and the operation from receiving a content distribution request from the user terminal 7 to registering distribution request information in the database server 3 is the same as in the first embodiment. (Steps S201 to S203).

その後、予約したコンテンツの配信を実行する日時、つまり、番組を提供する事業者が公開設定サーバ5に設定したメール配信時刻になると(ステップS204にてイエス)、公開設定サーバ5は、要求処理サーバ2に対して、コンテンツ要求を行ったユーザ7aに配信するメールの準備を行うよう指示する。これに応答して、要求処理サーバ2では、データベースサーバ3に格納されているコンテンツ要求情報を抽出し、ユーザの氏名、メールアドレス、携帯機種情報等の情報をメール配信サーバ4へ送信する。これに応答して、メール配信サーバ4では、送信された情報からメールの内容を作成する。事前に公開設定サーバ5にてダウンロード回数制限なしの設定がされている場合は、携帯機種情報に基づいてユーザ端末7の機種判定を行い、ユーザ端末7に対応したコンテンツをコンテンツ配信サーバ1等から取り出してメールに添付して、ユーザ端末7に対してメールを配信する(ステップS205)。ただし、負荷集中を避けるため、事前に公開設定サーバ5で設定した配信間隔、配信数で配信する。これにより、ユーザ端末7は、メール配信サーバ4から送信されたメールを受信し、受信したメールに添付されたコンテンツをユーザ端末7の記憶領域に保存することができる。   Thereafter, when the date and time when the reserved content is distributed, that is, the mail distribution time set by the provider providing the program in the public setting server 5 (Yes in step S204), the public setting server 5 receives the request processing server. 2 is instructed to prepare a mail to be distributed to the user 7a who has requested the content. In response to this, the request processing server 2 extracts the content request information stored in the database server 3 and transmits information such as the user's name, e-mail address, and portable model information to the e-mail distribution server 4. In response to this, the mail delivery server 4 creates mail contents from the transmitted information. If the setting for unlimited number of downloads is set in advance in the public setting server 5, the model of the user terminal 7 is determined based on the portable model information, and the content corresponding to the user terminal 7 is received from the content distribution server 1 or the like. The mail is taken out and attached to the mail, and the mail is distributed to the user terminal 7 (step S205). However, in order to avoid load concentration, distribution is performed at the distribution interval and the number of distributions set in advance by the public setting server 5. As a result, the user terminal 7 can receive the mail transmitted from the mail delivery server 4 and store the content attached to the received mail in the storage area of the user terminal 7.

次に、本発明の第3の実施例を、図12を参照して説明する。図12は、コンテンツ配信システムの予約配信時におけるコンテンツ配信動作を示すフローチャートである。   Next, a third embodiment of the present invention will be described with reference to FIG. FIG. 12 is a flowchart showing a content distribution operation at the time of reserved distribution in the content distribution system.

[構成]
本実施例におけるコンテンツ配信システムは、上述した実施例1のものとほぼ同様の構成を採っているが、当該実施例1とは、予約配信時にコンテンツ配信要求を受け付けたユーザに対して実際にコンテンツを配信するタイミングが異なる。
[Constitution]
The content distribution system according to the present embodiment employs substantially the same configuration as that of the first embodiment described above, but the first embodiment is different from the first embodiment in that content is actually provided to a user who has received a content distribution request at the time of reserved distribution. The delivery timing is different.

具体的には、コンテンツ配信サーバ1や要求処理サーバ2などが、自己のサーバあるいはコンテンツ配信システム全体の負荷状況を監視し、予め定められた負荷状況になったときに、コンテンツの配信処理を実行する機能を有する。このとき、コンテンツの配信は、上記実施例1と同様に、ダウンロード用ページのURLを記載した電子メールをユーザ端末に送信し、かかるURLへのアクセスに応じてコンテンツを配信する。但し、実施例2に説明したように、電子メールにコンテンツを添付して配信してもよく、配信方法は任意である。   Specifically, the content distribution server 1 or the request processing server 2 monitors the load status of its own server or the content distribution system, and executes the content distribution processing when a predetermined load status is reached. Has the function of At this time, as in the case of the first embodiment, the content is distributed by transmitting an electronic mail describing the URL of the download page to the user terminal and distributing the content in response to the access to the URL. However, as described in the second embodiment, the content may be distributed with the e-mail attached, and the distribution method is arbitrary.

[動作]
本実施例における予約配信処理時の動作は、上述した実施例1の図8とほぼ同様である。まず、ユーザ端末7からコンテンツ配信要求を受け付けて、配信要求情報をデータベースサーバ3に登録する(ステップS301〜S303)。
[Operation]
The operation at the time of reservation delivery processing in the present embodiment is substantially the same as that of FIG. First, a content distribution request is received from the user terminal 7 and distribution request information is registered in the database server 3 (steps S301 to S303).

その後、コンテンツ配信サーバ1や要求処理サーバ2などが、自己のサーバあるいはコンテンツ配信システム全体の負荷状況を監視し、予め定められた低い負荷状況となっているか否かを判断する(ステップS304)。例えば、コンテンツ配信サーバ1へのアクセス数の低下による負荷の低下や、要求処理サーバ2による認証処理や、ダウンロード要求してきたユーザ端末のダウンロード残り回数の計算、さらには、機種判定、などの処理数の低下による負荷の低下、を監視する。そして、予め設定された負荷状況以下となると(ステップS304にてイエス)、上述同様に、メール配信サーバ4に配信要求したユーザ端末7に対して電子メールを送信するよう指示し、電子メールが送信される(ステップS305)。その後、メールを受信したユーザ端末7からダウンロード要求がなされ、コンテンツ配信処理が実行される(ステップS306〜S310)。   Thereafter, the content distribution server 1 or the request processing server 2 monitors the load status of the server or the entire content distribution system, and determines whether or not the load status is a predetermined low load (step S304). For example, the number of processes such as a decrease in load due to a decrease in the number of accesses to the content distribution server 1, an authentication process by the request processing server 2, a calculation of the number of remaining downloads of the user terminal that requested the download, and a model determination Monitor load drop due to drop in When the load is equal to or less than the preset load status (Yes in step S304), the mail distribution server 4 is instructed to transmit the e-mail to the mail distribution server 4 as described above, and the e-mail is transmitted. (Step S305). Thereafter, a download request is made from the user terminal 7 that has received the mail, and a content distribution process is executed (steps S306 to S310).

このように、システムに対する実際の負荷が低いときに、コンテンツの配信処理や、その配信前確認処理を行うことで、さらに円滑なコンテンツ配信を実現できる。   In this way, when the actual load on the system is low, smoother content distribution can be realized by performing the content distribution process and the pre-distribution confirmation process.

なお、上記では、予約配信時に、ユーザ端末7からコンテンツ配信要求を受け付けて、その後、コンテンツを配信するタイミングとして、公開設定サーバ5に設定された日時となったときや、システムの負荷状況が所定の値以下となったとき、を例示したが、他のタイミングであってもよい。   In the above, at the time of reserved delivery, a content delivery request is received from the user terminal 7 and then the time when the content is delivered comes when the date and time set in the public setting server 5 is reached, or the system load status is predetermined. Although the case where the value is equal to or less than the above value is exemplified, other timing may be used.

本発明は、放送・通信等による番組配信や、ショッピングサイトなどによるイベントの開催に伴い、これに関連するコンテンツを配信する場合に利用することができ、産業上の利用可能性を有する。   INDUSTRIAL APPLICABILITY The present invention can be used when distributing contents related to a program distribution by broadcasting / communication, etc., or holding an event by a shopping site, and has industrial applicability.

コンテンツ配信システムの全体構成を示す概略図である。It is the schematic which shows the whole structure of a content delivery system. 公開設定サーバの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of a public setting server. コンテンツ配信サーバの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of a content delivery server. 要求処理サーバの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of a request processing server. データベースサーバの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of a database server. システム全体の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the whole system. システムによる通常配信処理の動作を示すフローチャートである。It is a flowchart which shows the operation | movement of the normal delivery process by a system. システムによる予約配信処理の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the reservation delivery process by a system. システム全体の動作を示すシーケンス図である。It is a sequence diagram which shows operation | movement of the whole system. システム全体の動作を示すシーケンス図であり、図9の続きを示す。FIG. 10 is a sequence diagram showing an operation of the entire system, and shows a continuation of FIG. 9. 実施例2における予約配信処理の動作を示すフローチャートである。10 is a flowchart illustrating an operation of a reservation distribution process in the second embodiment. 実施例3における予約配信処理の動作を示すフローチャートである。12 is a flowchart illustrating an operation of a reservation distribution process in the third embodiment.

符号の説明Explanation of symbols

1 コンテンツ配信サーバ
2 要求処理サーバ
3 データベースサーバ
4 メール配信サーバ
5 公開設定サーバ
6 公開設定端末
7 ユーザ端末
8 テレビ
11 公開設定処理部
12 HP公開処理部
13 配信要求受付処理部
14 コンテンツ配信処理部
15 コンテンツ記憶部
21 認証処理部
22 要求情報登録指示処理部
23 メール配信指示処理部
24 コンテンツ配信判定処理部
31 ユーザ情報提供処理部
32 要求登録処理部
33 ユーザデータベース
51 公開設定登録処理部
52 公開設定指示処理部
53 メール設定登録処理部
54 メール配信指示処理部
55 公開設定記憶部
56 メール設定記憶部

DESCRIPTION OF SYMBOLS 1 Content distribution server 2 Request processing server 3 Database server 4 Mail distribution server 5 Public setting server 6 Public setting terminal 7 User terminal 8 Television 11 Public setting processing part 12 HP public processing part 13 Distribution request reception processing part 14 Content distribution processing part 15 Content storage unit 21 Authentication processing unit 22 Request information registration instruction processing unit 23 Mail distribution instruction processing unit 24 Content distribution determination processing unit 31 User information provision processing unit 32 Request registration processing unit 33 User database 51 Public setting registration processing unit 52 Public setting instruction Processing unit 53 Mail setting registration processing unit 54 Mail distribution instruction processing unit 55 Public setting storage unit 56 Mail setting storage unit

Claims (10)

配信用のコンテンツを記憶し、当該コンテンツをネットワークを介してユーザ端末に配信するコンテンツ配信システムであって、
前記ユーザ端末から前記コンテンツの配信要求を受け付ける配信要求受付手段と、
前記配信要求を受け付けた直後に当該配信要求を行った前記ユーザ端末に対して前記コンテンツを配信する処理を実行する通常配信手段と、
前記配信要求を受け付けたときに当該配信要求を行った前記ユーザ端末を特定する情報を記憶し、このユーザ端末に対して、その後の予め設定されたタイミングに、前記コンテンツを配信する処理を実行する予約配信手段と、を備え、
前記通常配信手段と前記予約配信手段とのうち、いずれか一方が前記配信要求を受け付けたときに作動するよう切り替える切替手段を備え、
前記切替手段は、予め設定された日時に切り替えを実行する、
ことを特徴とするコンテンツ配信システム。
A content distribution system that stores content for distribution and distributes the content to user terminals via a network,
A distribution request receiving means for receiving a distribution request for the content from the user terminal;
Normal distribution means for executing processing for distributing the content to the user terminal that has made the distribution request immediately after receiving the distribution request;
When the distribution request is received, information for specifying the user terminal that has made the distribution request is stored, and the content is distributed to the user terminal at a preset timing thereafter. Reservation delivery means,
Of the said reservation distributing means and the normal distribution means, Bei example a switching means for switching to operate when either one accepts the distribution request,
The switching means performs switching at a preset date and time;
A content distribution system characterized by that.
前記切替手段にて切り替えが実行される前記予め設定された日時は、前記配信用のコンテンツが関連する行為が行われる日時に基づく日時である、ことを特徴とする請求項記載のコンテンツ配信システム。 Date the preset switching is performed by the switching means is a time based on the date and time when the content for the delivery associated action is performed, the content distribution system according to claim 1, wherein the . 前記切替手段にて切り替えが実行される前記予め設定された日時は、前記コンテンツが関連する番組の放送日時に基づく日時である、ことを特徴とする請求項記載のコンテンツ配信システム。 Wherein the preset time, the content is time based on the broadcast date and time of the relevant program, content distribution system according to claim 1, wherein the switching is performed by the switching means. 前記予約配信手段は、前記予め設定されたタイミングとして予め設定された日時に、前記コンテンツを配信する処理を実行する、ことを特徴とする請求項1,2又は3記載のコンテンツ配信システム。 Said reservation distribution means, said the preset time as a preset timing, performs a process of distributing the content, according to claim 1, wherein the content distribution system, characterized in that. 前記予約配信手段は、コンテンツ配信システム自身の負荷状況を監視し、前記予め設定されたタイミングとして予め定められた負荷状況になったときに、前記コンテンツを配信する処理を実行する、ことを特徴とする請求項1,2,3又は4記載のコンテンツ配信システム。 The reservation delivery unit monitors the load status of the content delivery system itself, and executes processing for delivering the content when the preset load timing is reached as the preset timing. The content distribution system according to claim 1, 2, 3, or 4 . 前記予約配信手段は、前記コンテンツを配信する際に、配信先となる前記ユーザ端末あるいはそのユーザに固有の情報に基づいてコンテンツの配信が可能か否かを判断する配信前確認処理を行う、ことを特徴とする請求項4又は5記載のコンテンツ配信システム。 The reservation distribution means performs a pre-distribution confirmation process for determining whether or not the content can be distributed based on information specific to the user terminal serving as a distribution destination or the user when the content is distributed. 6. The content distribution system according to claim 4 or 5, wherein: 前記予約配信手段によるコンテンツ配信処理は、前記ユーザ端末に送信する電子メールに前記コンテンツのダウンロード用ページのアドレスを記載して前記ユーザ端末に通知し、これに応じて前記ユーザ端末からの要求を受けて前記コンテンツを配信する、ことを特徴とする請求項1,2,3,4,5又は6記載のコンテンツ配信システム。 In the content distribution processing by the reservation distribution means, the address of the download page of the content is described in an e-mail transmitted to the user terminal and notified to the user terminal, and a request from the user terminal is received accordingly. content delivery system according to claim 2, 3, 4, 5 or 6, wherein distributing the content, it is characterized by Te. 前記予約配信手段によるコンテンツ配信処理は、前記ユーザ端末に送信する電子メールに前記コンテンツを添付して前記ユーザ端末に配信する、ことを特徴とする請求項1,2,3,4,5又は6記載のコンテンツ配信システム。 It said reservation distribution means the content distribution processing by the claims 1,2,3,4,5 or 6 wherein the electronic mail sent to the user terminal by attaching the content distributed to the user terminal, characterized in that The content distribution system described. 配信用のコンテンツをネットワークを介してユーザ端末に配信するコンピュータに、
前記ユーザ端末から前記コンテンツの配信要求を受け付ける配信要求受付手段と、
前記配信要求を受け付けた直後に当該配信要求を行った前記ユーザ端末に対して前記コンテンツを配信する処理を実行する通常配信手段と、
前記配信要求を受け付けたときに当該配信要求を行った前記ユーザ端末を特定する情報を記憶し、このユーザ端末に対して、その後の予め設定されたタイミングに、前記コンテンツを配信する処理を実行する予約配信手段と、
前記通常配信手段と前記予約配信手段とのうち、いずれか一方が前記配信要求を受け付けたときに作動するよう切り替える切替手段と、
を実現させるためのプログラムであり、
前記切替手段は、予め設定された日時に切り替えを実行する、
プログラム。
To a computer that distributes content for distribution to user terminals via a network,
A distribution request receiving means for receiving a distribution request for the content from the user terminal;
Normal distribution means for executing processing for distributing the content to the user terminal that has made the distribution request immediately after receiving the distribution request;
When the distribution request is received, information for specifying the user terminal that has made the distribution request is stored, and the content is distributed to the user terminal at a preset timing thereafter. Reservation delivery means;
Switching means for switching to operate when either one of the normal delivery means and the reservation delivery means receives the delivery request;
Is a program for realizing,
The switching means performs switching at a preset date and time;
program.
コンピュータにて、配信用のコンテンツをネットワークを介してユーザ端末に配信する方法であって、
前記ユーザ端末から前記コンテンツの配信要求を受け付ける配信要求受付工程を有し、この後に、いずれか一方が実行されるよう切り替え可能な工程として、
前記配信要求を受け付けた直後に前記コンテンツを配信する処理を実行する通常配信工程と、
前記配信要求を受け付けたときに当該配信要求を行った前記ユーザ端末を特定する情報を記憶し、このユーザ端末に対してその後の予め設定されたタイミングに、前記コンテンツを配信する処理を実行する予約配信工程と、
を有し、
予め設定された日時に、前記通常配信工程と前記予約配信工程とのうち、いずれか一方が実行されるよう切り替えを実行する、
ことを特徴とするコンテンツ配信方法。
A method of distributing content for distribution to a user terminal via a network on a computer,
As a process that can be switched so that either one is executed after having a distribution request reception process for receiving a distribution request for the content from the user terminal,
A normal distribution step of executing a process of distributing the content immediately after receiving the distribution request;
Reservation for storing information for identifying the user terminal that has made the distribution request when the distribution request is received, and executing processing for distributing the content to the user terminal at a preset timing thereafter Delivery process;
I have a,
Switch at a preset date and time so that either one of the normal distribution process and the reservation distribution process is executed.
A content distribution method characterized by the above.
JP2006199145A 2006-07-21 2006-07-21 Content distribution system and method, and program Expired - Fee Related JP4513788B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006199145A JP4513788B2 (en) 2006-07-21 2006-07-21 Content distribution system and method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006199145A JP4513788B2 (en) 2006-07-21 2006-07-21 Content distribution system and method, and program

Publications (2)

Publication Number Publication Date
JP2008027197A JP2008027197A (en) 2008-02-07
JP4513788B2 true JP4513788B2 (en) 2010-07-28

Family

ID=39117764

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006199145A Expired - Fee Related JP4513788B2 (en) 2006-07-21 2006-07-21 Content distribution system and method, and program

Country Status (1)

Country Link
JP (1) JP4513788B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013074436A (en) * 2011-09-27 2013-04-22 Hitachi Solutions Ltd Content distribution server, content distribution system, and content distribution method
JP5766730B2 (en) * 2013-01-18 2015-08-19 カワセコンピュータサプライ株式会社 Form data management method
KR101815144B1 (en) * 2016-07-05 2018-01-05 이응수 Photo sharing method basedon face recognition AND Photo sharing system using the same
JP2018163535A (en) * 2017-03-27 2018-10-18 サクサ株式会社 Web page monitoring device and method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000181836A (en) * 1998-12-11 2000-06-30 Nippon Telegr & Teleph Corp <Ntt> Information distributing method, and recording medium recorded with information distributing program
JP2002014919A (en) * 2000-06-29 2002-01-18 Nec Corp Communication system
JP2002091850A (en) * 2000-09-19 2002-03-29 Techfirm Kk Information distribution server system, application authenticating method for the same and recording medium
JP2002223425A (en) * 2001-01-25 2002-08-09 Nippon Telegr & Teleph Corp <Ntt> Contents distribution system and method
JP2002373080A (en) * 2001-03-19 2002-12-26 Nokia Corp Client server system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000181836A (en) * 1998-12-11 2000-06-30 Nippon Telegr & Teleph Corp <Ntt> Information distributing method, and recording medium recorded with information distributing program
JP2002014919A (en) * 2000-06-29 2002-01-18 Nec Corp Communication system
JP2002091850A (en) * 2000-09-19 2002-03-29 Techfirm Kk Information distribution server system, application authenticating method for the same and recording medium
JP2002223425A (en) * 2001-01-25 2002-08-09 Nippon Telegr & Teleph Corp <Ntt> Contents distribution system and method
JP2002373080A (en) * 2001-03-19 2002-12-26 Nokia Corp Client server system

Also Published As

Publication number Publication date
JP2008027197A (en) 2008-02-07

Similar Documents

Publication Publication Date Title
EP2355000A1 (en) License management method and content processing system
KR101651283B1 (en) Contents supply system and contents supply method thereof, display device and control method thereof
JP4513788B2 (en) Content distribution system and method, and program
JP4691195B2 (en) Management device and program
US9544630B2 (en) Method and IPTV server for enabling playout of one or more media objects
US20090222890A1 (en) Method and apparatus for providing streaming service based on p2p and streaming service system using the same
JP2007058391A (en) Authentication method for broadcast communication cooperation service, authentication cooperation device, its program and program recording medium
EP2053508B1 (en) Information processing system, information processing device and information processing method
KR20110007749A (en) A server apparatus being able to provide game item rental service in on-line game and a method using the same
JP5407494B2 (en) Content distribution service system, method and program
TWI458371B (en) Data distribution system and method thereof
JP2005242886A (en) Program distribution system, management server, server program, and method for permitting use of program
CN102246459B (en) Method for updating interactive information, device, server and terminal
RU2750850C1 (en) Method for implementing restaurant service with possibility of open video surveillance of process of preparing and delivering an order
JP2002026843A (en) System and device for managing contents distribution, terminal device and method for managing contents distribution
JP2004013424A (en) Apparatus, method, and program for content distribution
JP2004235921A (en) Content distribution system, content distribution device, program, and recording medium
JP5495996B2 (en) Program delivery system and method
JP2006277289A (en) Download service proxy system and computer program
JP5856445B2 (en) Information transmission system, server, and program
US20160345065A1 (en) Method and apparatus for presenting information to a user
JP5136895B2 (en) Content distribution system and computer program used for the content distribution system
JP3829725B2 (en) Content providing method and apparatus, and content providing program
JP2009177673A (en) Television program remote recording system, method, and program
JP2007206950A (en) Information delivery system, information delivery method and information delivery program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091120

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091222

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100126

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: 20100420

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100503

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4513788

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130521

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140521

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees