JP4100094B2 - Content management apparatus, content providing system, and management apparatus control program - Google Patents
Content management apparatus, content providing system, and management apparatus control program Download PDFInfo
- Publication number
- JP4100094B2 JP4100094B2 JP2002246926A JP2002246926A JP4100094B2 JP 4100094 B2 JP4100094 B2 JP 4100094B2 JP 2002246926 A JP2002246926 A JP 2002246926A JP 2002246926 A JP2002246926 A JP 2002246926A JP 4100094 B2 JP4100094 B2 JP 4100094B2
- Authority
- JP
- Japan
- Prior art keywords
- content management
- content
- management program
- response
- program
- 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
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、ネットワークを介して所定のコンテンツを取得し、且つ、管理するコンテンツ管理用プログラムを備えるコンテンツ管理装置に係り、特に、コンテンツ管理用プログラムの二重起動を防止するのに好適なコンテンツ管理装置及び管理装置制御プログラムに関する。
【0002】
【従来の技術】
従来、商店や金融機関あるいは図書館、その他の公共機関等において、利用者による簡単な操作によって様々な情報を提供する端末が広く設置されている。これらの端末は、例えば画面に指で触れることによって希望する情報をディスプレイに表示し、必要に応じて表示した情報を印刷したりする。例えば駅の案内所などにおいて、電車や路線バスの運行表をディスプレイに表示したり、時刻表を印刷する機能を持つ端末システムも利用されている。また、楽器店などにおいて、希望する演奏データをMP3プレイヤーなどにダウンロードする機能を持った端末が設置されている。デパートなどでは、各フロアでの取り扱い商品やその他各種の営業案内を表示する端末が備えられている。図書館では、蔵書の一覧や希望する図書の検索を行うための端末が利用されている。
【0003】
このようにして、様々な分野で利用されている上記システムは、それぞれのシステムに適した構成に予め設計され、専用のいわゆるカスタマイズされたソフトウエアとハードウエアとを使用している。従って、システムのコンテンツの拡張や変更が容易でない。また、多数の店舗を持つ小売り店の全てのシステムを、それぞれ利用者のニーズに合わせて順次システムのコンテンツの拡張や変更をしようとすると、システム設計をしたりプログラムの内容を書き換えたりするための手間とコストが膨大になり、維持管理コストが高くなるという問題があった。
【0004】
そのため、コンテンツ配信手段と、サーバとを備えるシステムを構成し、このシステムで利用されるコンテンツをWebページとして作成し、サーバは、コンテンツ配信手段からWebページとして作成されたコンテンツを取得して管理し、コンテンツ利用者の端末からの要求に応じて管理しているコンテンツを端末に配信するようにしたものが発案された。このシステムでは、コンテンツを、チャンネル毎に相互に独立したウェブページ群から構成することで、あるチャンネルのウェブページ群の制作時に他のチャンネルのウェブページ群とのリンクを意識する必要がなく、独自に任意の時期に自由に各ウェブページ群を制作できるようになっている。
【0005】
更に、このようなシステムにおけるサーバを制御するプログラムは、起動処理の一環として、コンテンツ配信手段にアクセスして事前に利用者に対する応答ページを取得するようになっており、更に、この取得された応答ページは、付加サービスなどに必要な情報が挿入され、キャッシュデータとしてサーバに保存される。そして、コンテンツ利用者用の端末からのコンテンツ取得要求に対して、キャッシュとして保存してあるデータを端末毎に加工して送り返すことでレスポンス性能を向上させている。いわゆる公知のプロキシサーバで行われるような処理を行うようになっている。更に、このプログラムは、応答ページの事前取得を行う際に、過去に取得した応答ページデータを消去してから改めてコンテンツ配信手段の配信データを取得するようになっており、更に、広告等に利用するために端末への配信処理に関するログを記録しているものもある。従って、プログラムの二重起動が発生したときには、特に、先に起動しているプログラムに対して利用者用の端末がコンテンツ取得要求をしているような場合に、後から起動されたプログラムが先のプログラムの取得したコンテンツデータを過去のデータとして消去してしまい、これにより処理が中断されたり、ログデータが異常になったりしてしまう恐れがある。このことは、特に、システムを開発する業者が、コンテンツ配信手段、サーバ、各装置の制御プログラムをそれぞれバラバラにして切り売りするために発生するもので、つまり、利用者用の端末を制御するプログラムとサーバを制御するプログラムとが上記二重起動の問題に対して連携して回避する構成になりにくい状況となるためである。
【0006】
また、従来、二重起動の回避策としては、特開平5−127924号公報(以下、第1従来例と称す)で示されるように、起動したアプリケーションの状態を特定のファイルに書き込んでおき、二重起動を回避するものがある。この方法は、管理も比較的容易で実装も簡単であるといったメリットがある。
また、特開平11−296383号公報(以下、第2従来例と称す)で示されるように、起動したアプリケーションの状態をデータベースを利用して管理し二重起動を防止するものがある。この方法は、状態を記録しているアプリケーションが異常終了した場合には、そのデータベースの登録情報が無効にできるメリットがある。
【0007】
【発明が解決しようとする課題】
しかしながら、上記第1従来例では、正常な動作を続けているうちはその機能を発揮することができるが、稼働中のアプリケーションが突然終了してしまうと二重起動の防止機構によって、アプリケーションの通常起動が出来なくなる問題がある。
【0008】
また、上記第2従来例では、データベースの仕組みを使う為には、通常の動作モジュールに加えて、データベースモジュール本体、または、データベースを操作するモジュールが必要となり、コスト的にも処理的にも効率が良いとは言えない。
そこで、本発明は、このような従来の技術の有する未解決の課題に着目してなされたものであって、コンテンツ管理用プログラムの二重起動を簡易な構成で防止するのに好適であり、また、コンテンツ管理用プログラムの停止を簡易に防止するのに好適なコンテンツ管理装置、コンテンツ提供システム及び管理装置制御プログラムを提供することを目的としている。
【0009】
【課題を解決するための手段】
上記目的を達成するために、形態1のコンテンツ管理装置は、ネットワークに接続されたコンテンツ配信用端末から所定のコンテンツを取得し、且つ、この取得したコンテンツを管理するコンテンツ管理用プログラムを備えたコンテンツ管理装置であって、
前記コンテンツ管理用プログラムの起動要求に応じて、指定されたネットワークポート番号のソケットリソースの取得処理を行うリソース取得手段と、
前記ソケットリソースの取得失敗時に接続先アドレスを自装置のアドレスに設定して、前記ネットワークポート番号への接続処理を行うポート接続手段と、
前記ポート接続手段の接続失敗時には、前記ネットワークポート番号を別のポート番号に更新し、当該更新されたネットワークポート番号のソケットリソースの取得処理を行う更新式リソース取得手段と、
前記ポート接続手段の接続成功時には、前記コンテンツ管理用プログラムの起動状態を知るための状態取得コマンドを自装置のアドレス宛に送信するコマンド送信手段と、
前記コマンド送信手段からの前記状態取得コマンドに対して所定の応答を行う応答手段と、
前記応答手段の応答に基づき、前記更新式リソース取得手段によるソケットリソースの取得処理、あるいは、前記コンテンツ管理用プログラムの起動中止処理
のいずれか一方を行う起動処理制御手段と、
前記ソケットリソースの取得成功時に前記コンテンツ管理用プログラムの起動処理を行うプログラム起動手段と、を備えることを特徴としている。
【0010】
このような構成であれば、コンテンツ管理用プログラムを備えたコンテンツ管理装置において、リソース取得手段によって、指定ネットワークポート番号のソケットリソースの取得処理を行うことが可能であり、リソース取得手段によるソケットリソースの取得に失敗したときには、ポート接続手段によって、接続先アドレスを自装置のアドレスに設定して、前記ネットワークポート番号への接続処理を行うことが可能であり、ポート接続手段による接続処理に失敗したときには、更新式リソース取得手段によって、このときのネットワークポート番号を別のポート番号に更新し、当該更新されたネットワークポート番号のソケットリソースの取得処理を行うことが可能であり、ポート接続手段による接続処理に成功したときには、コマンド送信手段によって、前記コンテンツ管理用プログラムの起動状態を知るための状態取得コマンドを自装置のアドレス宛に送信することが可能であり、応答手段によって、コマンド送信手段からの前記状態取得コマンドに対して所定の応答を行うことが可能であり、起動処理制御手段によって、応答手段の応答に基づき、前記更新式リソース取得手段によるソケットリソースの取得処理、あるいは、前記コンテンツ管理用プログラムの起動中止処理のいずれか一方を行うことが可能であり、ソケットリソースの取得に成功したときには、プログラム起動手段によって、コンテンツ管理用プログラムを起動することが可能である。
【0011】
従って、ソケットリソースの取得に失敗したときには、接続先アドレスを自装置のアドレスに設定し、失敗したときと同じネットワークポート番号への接続処理を行い、これに成功したときには、自装置に対してコンテンツ管理用プログラムの起動状態を知るためのコマンドを送信し、その応答に基づいて、例えば、既にコンテンツ管理用プログラムが起動している場合は起動処理を停止し、タイムアウトや切断等の応答が検出されたときは、別のアプリケーションプログラムが起動しているか、あるいは、エラー状態と考えられるので、ネットワークポート番号を更新してソケットリソースを取得する処理を行う。一方、接続に失敗したときは、そのリソースを使っている他のアプリケーションがあるか、リソースを使っているアプリケーションが動作していないと判断できるので、ネットワークポート番号を更新して再度ソケットリソースを取得する処理を行う。そして、ソケットリソースの取得に成功したときには、コンテンツ管理用プログラムを起動する。これにより、コンテンツ管理用プログラムの二重起動を正確に検出し、防止することが可能である。
【0012】
ここで、応答手段とは、コマンド送信手段によって送信されたコマンドを解析し、何らかの応答を行うものであり、例えば、コンテンツ管理用プログラムが既に起動している場合は、接続先のソケットリソースを利用しているコンテンツ管理用プログラム自体が応答手段となり、別のアプリケーションプログラムが起動している場合などは、そのプログラムが応答手段になる。または、応答専用のプログラムを用意して、それによって応答処理を行うようにしてもよい。
【0013】
また、コンテンツ管理装置は、ネットワークへの接続機能のサポートされたOS(Operating System)等の搭載された情報処理装置であり、所定のネットワークポート番号を介して他の装置や自装置への接続処理などが可能なものであり、更に、OS上において、コンテンツ管理用プログラム以外のアプリケーションプログラムを実行可能なものである。例えば、PC(Personal Computer)やWS(Work Station)などが該当する。
【0014】
また、形態2は、形態1のコンテンツ管理装置において、前記ポート接続手段は、前記ソケットリソースの取得失敗を確認してから所定時間の経過後に、前記ネットワークポート番号への接続処理を行うようになっていることを特徴としている。
つまり、ポート接続手段は、リソース取得手段によってソケットリソースの取得に失敗したことが確認されてから所定時間の経過後に、ポート接続手段によって、所定時間の経過を待ってから、自装置のアドレスを接続先として同じネットワークポート番号への接続処理を行うようにしたので、例えば、コンテンツ管理用プログラムの同時起動によって同時にリソースの取得要求がなされた場合、リソースの獲得が出来た方のプログラムが接続要求に対する受け入れ準備が整ってから接続処理を行うことが可能となる。従って、同時アクセスなどの特殊な処理時の対応が可能となる。
【0015】
また、形態3は、形態1又は形態2のコンテンツ管理装置において、前記コマンド送信手段は、前記コンテンツ管理用プログラムの起動状態を知るための特別なURL情報を取得するコマンドを自己のアドレス宛に送信するようになっており、
前記コマンドに対する応答として、前記コンテンツ管理用プログラムの起動状態を示すWebページを出力するようになっていることを特徴としている。
【0016】
つまり、コマンド転送手段は、自己に対してコンテンツ管理用プログラムの起動状態を知るための特別なURL情報を取得するコマンドを出力することが可能となっており、応答手段は、コマンドに対してコンテンツ管理用プログラムの起動状態を示すWebページを出力することが可能となっている。従って、簡易に、自己のコンテンツ管理用プログラムの起動状態を知ることが可能となる。
【0017】
また、形態4は、形態1乃至形態3のいずれかのコンテンツ管理装置において、所定時間おきに前記コンテンツ管理用プログラムの起動要求を行い、前記所定のネットワークポートを利用して先に起動されている前記コンテンツ管理用プログラムが停止状態のときには、別のネットワークポートを利用して当該コンテンツ管理用プログラムを新たに起動し、当該プログラムを正常な稼働状態に復帰させる稼働状態管理手段を更に備えることを特徴としている。
【0018】
つまり、稼働状態管理手段によって、所定時間おきにコンテンツ管理用プログラムの起動処理を行い、コンテンツ管理用プログラムが停止状態であったときには、他のネットワークポート番号のソケットリソースを取得してコンテンツ管理用プログラムを起動し、正常な稼働状態に復帰させることが可能となるので、上記した機能により二重起動を防ぎつつ、且つ、コンテンツ管理用プログラムの異常停止を回避することが可能となる。
【0019】
また、形態5のコンテンツ管理装置は、ネットワークに接続されたコンテンツ配信用端末から所定のコンテンツを取得し、且つ、この取得したコンテンツを管理するコンテンツ管理用プログラムを備えたコンテンツ管理装置であって、
所定時間おきに前記コンテンツ管理用プログラムの起動要求を行い、所定のネットワークポートを利用して先に起動された前記コンテンツ管理用プログラムが停止状態のときには、別のネットワークポートを利用して当該コンテンツ管理用プログラムを新たに起動し、当該プログラムを正常な稼働状態に復帰させる稼働状態管理手段を備えることを特徴としている。
【0020】
つまり、稼働状態管理手段によって、所定時間おきにコンテンツ管理用プログラムの起動処理を行い、コンテンツ管理用プログラムが停止状態であったときには、他のネットワークポート番号のソケットリソースを取得してコンテンツ管理用プログラムを起動し、このプログラムを正常な稼働状態に復帰させることが可能となる。
【0021】
また、形態6のコンテンツ提供システムは、形態1乃至形態5のいずれかのコンテンツ管理装置と、所定のコンテンツを備えるコンテンツ配信用端末と、システム利用者の管理下にあるコンテンツ利用端末と、をそれぞれ互いに通信可能に備え、
前記コンテンツ管理装置は、前記コンテンツ利用端末からのコンテンツ取得要求に応じて、前記コンテンツ配信用端末から取得した前記取得要求に対応したコンテンツを前記コンテンツ利用端末に配信するようになっていることを特徴としている。
【0022】
このような構成であれば、コンテンツ管理装置は、システム利用者の管理下にあるコンテンツ利用端末からの要求に応じて、コンテンツ配信用端末から取得したコンテンツを提供することが可能であり、且つ、自己におけるコンテンツ管理用プログラムの二重起動を防ぐことで、例えば、二重起動によるキャッシュデータの初期化中のコンテンツ利用端末からのコンテンツ取得要求によって、その要求に対する応答停止状態等の不具合が発生するのを防ぐことが可能となる。
【0023】
また、形態7の管理装置制御プログラムは、形態1のコンテンツ管理装置を制御するためのコンピュータ実行可能な管理装置制御プログラムであって、
前記コンテンツ管理用プログラムの起動要求に応じて、指定されたネットワークポート番号のソケットリソースの取得処理を行うリソース取得ステップと、
前記ソケットリソースの取得失敗時に接続先アドレスを自装置のアドレスに設定して、前記ネットワークポート番号への接続処理を行うポート接続ステップと、
前記ポート接続ステップにおいて接続失敗時には、前記ネットワークポート番号を別のポート番号に更新し、当該更新されたネットワークポート番号のソケットリソースの取得処理を行う更新式リソース取得ステップと、
前記ポート接続ステップにおいて接続成功時には、前記コンテンツ管理用プログラムの起動状態を知るための状態取得コマンドを自装置のアドレス宛に送信するコマンド送信ステップと、
前記コマンド送信ステップによって送信された前記状態取得コマンドに対して所定の応答を行う応答ステップと、
前記応答ステップにおける応答に基づき、前記更新式リソース取得ステップによるソケットリソースの取得処理、あるいは、前記コンテンツ管理用プログラムの起動中止処理のいずれか一方を行う起動処理制御ステップと、
前記ソケットリソースの取得成功時に前記コンテンツ管理用プログラムの起動処理を行うプログラム起動ステップと、を備えることを特徴としている。
【0024】
ここで、形態7は、形態1のコンテンツ管理装置を制御するためのプログラムであり、その効果は重複するので記載を省略する。
また、形態8は、形態7の管理装置制御プログラムにおいて、前記ポート接続ステップにおいて、前記ソケットリソースの取得失敗を確認してから所定時間の経過後に、前記ネットワークポート番号への接続処理を行うようになっていることを特徴としている。
【0025】
ここで、形態8は、形態2のコンテンツ管理装置を制御するためのプログラムであり、その効果は重複するので記載を省略する。
また、形態9は、形態7又は形態8の管理装置制御プログラムにおいて、前記コマンド送信ステップにおいては、前記コンテンツ管理用プログラムの起動状態を知るための特別なURL情報を取得するためのコマンドを自己のアドレス宛に送信するようになっており、
前記応答ステップにおいては、前記コマンドに対する応答として、前記コンテンツ管理用プログラムの起動状態を示すWebページを出力するようになっていることを特徴としている。
【0026】
ここで、形態9は、形態3のコンテンツ管理装置を制御するためのプログラムであり、その効果は重複するので記載を省略する。
また、形態10は、形態7乃至形態9のいずれかの管理装置制御プログラムにおいて、所定時間おきに前記コンテンツ管理用プログラムの起動要求を行い、所定のネットワークポートを利用して先に起動されている前記コンテンツ管理用プログラムが停止状態のときには、別のネットワークポートを利用して当該コンテンツ管理用プログラムを新たに起動し、当該プログラムを正常な稼働状態に復帰させる稼働状態管理ステップを更に備えることを特徴としている。
【0027】
ここで、形態10は、形態4のコンテンツ管理装置を制御するためのプログラムであり、その効果は重複するので記載を省略する。
また、形態11の管理装置制御プログラムは、形態5のコンテンツ管理装置を制御するためのコンピュータ実行可能なプログラムであって、
所定時間おきに前記コンテンツ管理用プログラムの起動要求を行い、所定のネットワークポートを利用して先に起動された前記コンテンツ管理用プログラムが停止状態のときには、別のネットワークポートを利用して当該コンテンツ管理用プログラムを新たに起動し、当該プログラムを正常な稼働状態に復帰させる稼働状態管理ステップを備えることを特徴としている。
【0028】
ここで、形態11は、形態5のコンテンツ管理装置を制御するためのプログラムであり、その効果は重複するので記載を省略する。
【0029】
【発明の実施の形態】
以下、本発明の実施の形態を図面に基づいて説明する。図1乃至図4は、本発明に係るコンテンツ管理装置を適用したコンテンツ提供システムの実施の形態を示す図である。
まず、本発明に係るコンテンツ提供システムの構成を図1に基づいて説明する。図1は、本発明に係るコンテンツ提供システムの構成を示すブロック図である。
【0030】
コンテンツ提供システム1は、複数のコンテンツ利用端末20から成るコンテンツ利用端末群2と、コンテンツ利用端末群2からの要求に応じて所定のコンテンツを提供するコンテンツ管理装置3と、コンテンツ管理装置3の要求に応じて所定のコンテンツを同管理装置3に配信するコンテンツ配信用サーバ4と、コンテンツ利用端末群2とコンテンツ管理装置3とをデータ通信可能に接続するためのLAN5と、コンテンツ管理装置3とコンテンツ配信サーバ4とをデータ通信可能に接続するためのWAN6と、を含んだ構成となっている。
【0031】
コンテンツ利用端末群2は、上記したように複数のコンテンツ利用端末20から成る端末群の総称であり、個々のコンテンツ利用端末20には、所定のコンテンツを選択して、それを同端末20の有する図示しない表示部に表示し閲覧することが可能なコンテンツ閲覧ソフトウェア(本実施の形態においては、システム専用のWebブラウザ)がインストールされている。システム利用者は、この実行されたソフトウェアによって表示されたコンテンツ選択メニューからタッチパネル、マウス等の端末に付属の入力デバイスの操作によって所望のコンテンツを選択することで、そのコンテンツの閲覧を行うことが可能となっている。ここで、本実施の形態においては、コンテンツの選択メニュー画面は、端末起動時にWebページとしてコンテンツ管理装置3から取得するようになっている。
【0032】
コンテンツ管理装置3は、コンテンツ管理部3aと、記憶装置3bと、二重起動防止部3cと、データ送受信部3dと、を含んだ構成となっている。
コンテンツ管理部3aは、コンテンツ管理用プログラムの実行により制御され、同プログラムの起動要求に応じて後述するソケットリソース取得部30によって、初期設定時に指定されたネットワークポート番号のソケットリソースの取得することで起動し、起動後すぐに記憶装置3bの所定領域に設けられたキャッシュ用の領域を初期化し、更に、コンテンツ配信サーバ4から所定の初期コンテンツデータを取得して初期化されたキャッシュ用領域に記憶する処理を行う。そして、初期コンテンツデータの記憶処理が終了すると、以降は、コンテンツ利用端末からのコンテンツ取得要求に応じて、キャッシュ領域に記憶されたコンテンツの提供サービスを行う。コンテンツ配信サーバ4から取得したコンテンツの中には、上記したコンテンツ利用端末用の初期ページデータも含まれており、コンテンツ利用端末群2の起動後すぐに、同端末群2にこの初期ページデータの取得情報を初期設定用データとして伝送するようになっている。
【0033】
記憶装置3bは、コンテンツ管理装置3用の各種アプリケーションソフトウェアを記憶したり、また、その所定領域をキャッシュデータの記憶用に用いて、コンテンツ配信サーバから取得したコンテンツをキャッシュデータとして記憶しておくようになっている。なお、このキャッシュデータの記憶処理は上記したコンテンツ管理用プログラムによって行われる。
【0034】
二重起動防止部3cは、ソケットリソース取得部30と、コマンド送信部31と、応答結果表示部32と、起動制御部33と、を含んだ構成となっている。
ソケットリソース取得部30は、コンテンツ管理部3aにおけるコンテンツ管理用プログラムの起動要求に応じて、後述するデータ送受信部3dを介して、指定されたネットワークポート番号のソケットリソースの取得処理を行ったり、指定されたネットワークポート番号のソケットリソースの取得失敗時に、所定時間の経過後(例えば、2分経過後)に接続先アドレスとしてコンテンツ管理装置3のアドレスに設定し、ソケットリソースの取得に失敗したネットワークポート番号への接続処理を行ったり、この接続処理結果や応答結果表示部32の応答内容等に応じて、現在のネットワークポート番号を別の番号に変更する更新処理を行い、その更新されたネットワークポート番号のソケットリソースの取得処理を行ったりするなど、コンテンツ管理用プログラムの起動に必要な処理を行うものである。
【0035】
コマンド送信部31は、上記したようにソケットリソース取得部30において指定されたネットワークポート番号のソケットリソースの取得処理に失敗し、接続先アドレスがコンテンツ管理装置3のアドレス宛になっているときに、コンテンツ管理部3aにおけるコンテンツ管理用プログラムがどのような状態になっているか、その情報を取得するための特別なURLを取得するコマンド(本実施の形態においてはHTTP(hyperText Transfer Protocol)要求)を、接続に成功したポートを介してコンテンツ管理部3aに伝送するものである。
【0036】
応答結果表示部32は、コンテンツ管理用プログラムからの応答内容に応じて、コンテンツ管理用プログラムの起動状態を示すWebページを表示部に表示するものである。ここで、本実施の形態において、コンテンツ管理用プログラムは、HTTPの規約に従ったコマンド(HTTP要求)の解析及びこのコマンドに対する応答を行う機能を備えている。このことの詳細は後述する。
【0037】
起動制御部33は、ソケットリソース取得部30からの取得処理結果及びコンテンツ管理用プログラムからの応答内容に基づきコンテンツ管理部3aにおけるコンテンツ管理用プログラムの起動処理、あるいは、起動停止処理のいずれか一方を行うものである。また、本実施の形態においては、所定周期(例えば、30分周期)で、コンテンツ管理用プログラムの起動要求を行い、その処理結果に基づき先に起動が完了しているコンテンツ管理用プログラムの停止状態を検出したときには、別のネットワークポート番号を介して新たにコンテンツ管理用プログラムを起動して正常な稼働状態に復帰させる処理を行うものである。
【0038】
ここで、上記コンテンツ管理装置3は、OSが搭載されたPCやWSなどであり、他のコンテンツ管理用プログラムとは別のアプリケーションプログラムの実行も可能な情報処理端末である。従って、コンテンツ管理装置3は、上記各部以外にも、図示しない、CPU(Central Processing Unit)とプログラム実行時に必要なデータを記憶するRAM(Random Access Memory)とを少なくとも備えており、上記各部の処理は、記憶装置3b等に記憶された制御用プログラムをCPUによって実行することにより行われる。
【0039】
コンテンツ配信サーバ4は、コンテンツ管理装置3からの要求に応じてWebページによる所定のコンテンツを提供するもので、常に最新のコンテンツデータを有しているものである。
LAN5は、局所的なネットワークであり、例えば、ファミリーレストランの店内に設置されたコンテンツ利用端末群2をコンテンツ管理装置3と通信可能に接続するものである。
【0040】
WAN6は、大局的なネットワークであり、例えば、複数のファミリーレストランに設置されたコンテンツ管理装置3とこれらから遠隔地にあるコンテンツ配信サーバ4とを通信可能に接続するためのもので、例えば、インターネットなどが該当する。
更に、図2及び図3に基づき、本システムの具体的な動作を説明する。図2は、コンテンツ提供システムにおける、コンテンツ管理装置3及びコンテンツ利用端末20の起動処理の一例を示す図であり、図3(a)は、ソケットリソースの取得処理の一例を示す図であり、(b)は、二重起動時のコンテンツ管理装置3の動作例を示す図である。
【0041】
図2に示すように、コンテンツ利用端末20の起動処理は、コンテンツ管理部3aにおけるコンテンツ管理用プログラムによって行われ、その処理には公知のSNMPが用いられる。つまり、コンテンツ管理部3aは、コンテンツ管理用プログラムが正常に起動することによって、記憶装置3bにおけるキャッシュ領域を初期化し、コンテンツ配信サーバ4から取得したコンテンツデータを、初期化されたキャッシュ領域に記憶する。この他にも初期ページの取得情報、指定ネットワークポート番号などの初期設定用情報を取得し、これら初期設定用情報に基づきSNMPを利用してコンテンツ利用端末群2の初期設定を行うと共に、その設定を反映させるためにコンテンツ利用端末群2の再起動処理を行う。
【0042】
コンテンツ利用端末群2の再起動が完了すると、図2に示すように、各コンテンツ利用端末20において初期設定が反映され、この設定に基づいた初期ページの取得処理等のコンテンツ利用端末20の初期設定が行われる。これにより各コンテンツ利用端末20の表示部には初期ページが表示される。この初期ページには、コンテンツ配信サーバ4によって提供されるコンテンツのメニュー項目の画像が含まれており、タッチパネルの操作によって所望のコンテンツ項目画像を選択することで、その画像に対応したコンテンツをコンテンツ管理装置3から取得し、且つ、表示部に表示できるようになっている。これらコンテンツは、上記したように全てWebページとして提供されるようになっており、各メニュー項目画像にはコンテンツデータの存在するリンク先のURL情報が対応づけられている。
【0043】
一方、コンテンツ管理用プログラムが既に起動している状態で、更に、コンテンツ管理用プログラムの起動要求が発行されると、その情報は、まず、コンテンツ管理装置3aからソケットリソース取得部30に伝えられる。ソケットリソース取得部30では、図3(a)に示すように、初期設定における指定ネットワークポート番号(本実施の形態においては、8080)のソケットリソースの取得処理を行い、この場合、指定ネットワークポート番号のソケットリソースは先に起動されたコンテンツ管理用プログラムによって既に利用されているので、ソケットリソースの取得に失敗することになる。この失敗により、ソケットリソース取得部30は、コンテンツ管理用プログラムの起動状態を確認するために、接続先アドレスを、コンテンツ管理装置3のアドレスに設定し、更に、所定時間の経過を待ってから、上記した指定ネットワークポート番号への接続処理を行う。この接続処理によって指定ネットワークポート番号への接続に成功したときは、コマンド送信部31によって、上記した自装置のアドレス宛に特別なURL情報を取得するためのコマンドを接続に成功したネットワークポートを介して送信する。このコマンドは、データ送受信部3dを介して先に起動したコンテンツ管理用プログラムに伝送され、この管理用プログラムによってコマンドの解析及び応答処理が行われる。そして、コマンドに対するコンテンツ管理用プログラムからの応答はデータ送受信部3dを介して応答結果表示部32に伝送される。
【0044】
ここで、上記先に起動したコンテンツ管理用プログラムによる応答は、主にHTTPの規約に従ったフォーマットで行われ、指定ネットワークポート番号のソケットリソースを使用してコンテンツ管理用プログラムが起動処理中であるときはステータスコード「100」を、今回の場合のように既に起動処理が完了しているときはステータスコード「200」を、他のアプリケーションが起動中であったり受信タイムアウトや切断等が検出されたときには別のステータスコードを、データ送受信部3dを介して応答結果表示部32及びソケットリソース取得部30に伝送する。
【0045】
ソケットリソース取得部30は、これら先に起動しているコンテンツ管理用プログラムからの応答内容を解析して、その結果に応じた起動処理に関する要求を起動制御部33に通知する。
一方、応答結果表示部32は、データ送受信部3dを介して先に起動したコンテンツ管理用プログラムから取得した応答内容に対応した応答ページ(Webページ)を表示部に表示するようになっている。ここで、応答ページは、例えば、コンテンツ管理用プログラムがソケットリソースを使用している場合に、プログラムの起動中は起動処理を示す内容のページ情報を、プログラムの起動処理が完了している場合は「サービス中」を示す内容のページ情報など、コンテンツ管理用プログラムの起動状態に応じた内容を示すページ情報を表示するようになっている。更に、これ以外にも、他のアプリケーションプログラムが使用中であることを示す内容のWebページなどソケットリソースの使用状態に関した内容を示すページも表示するようになっている。
【0046】
起動制御部33は、ソケットリソース取得部30からの要求に応じて、この要求内容に応じた起動処理を行う。ここで、ソケットリソース取得部30からの要求内容は、先に起動したコンテンツ管理用プログラムからの応答内容がステータスコード「100」及び「200」のときは、後から起動要求を発行したコンテンツ管理用プログラムの起動処理を中止する内容となり、ソケットリソース取得部30においてソケットリソースの取得に成功したときには、起動要求のあったコンテンツ管理用プログラムの起動処理を継続して行わせる内容になっている。
【0047】
また、ソケットリソース取得部30では、先に起動したコンテンツ管理用プログラムからの応答内容に応じて、ネットワークポート番号の更新処理、及び、更新後のネットワークポート番号のソケットリソースの取得処理を行う。
また、本実施の形態においては、上記したように、起動制御部33は、所定周期でコンテンツ管理用プログラムの起動要求を行うようになっており、この起動要求に応じて上記した一連の処理を行うことにより、先に起動が完了し動作していたコンテンツ管理用プログラムがエラーなどによって停止していた場合には、ソケットリソース取得部30にネットワークポート番号の更新処理及びソケットリソースの取得処理を行わせ、新たにコンテンツ管理用プログラムの起動処理が行われるようにする。
【0048】
次に、図4に基づき、二重起動防止部3cにおける二重起動防止処理の流れを説明する。図4は、二重起動防止部3cの二重起動防止処理を示すフローチャートである。
図4に示すように、まずステップS400に移行し、コンテンツ管理部3aからコンテンツ管理用プログラムの起動要求があったか否かを判定し、あった場合(Yes)はステップS402に移行し、そうでない場合(No)は要求があるまで待機する。
【0049】
ステップS402に移行した場合は、ソケットリソース取得部30によって、指定ネットワークポート番号のソケットリソースの取得処理を行いステップS404に移行する。
ステップS404では、ソケットリソース取得部3aにおいて、ソケットリソースの取得に成功したか否かを判定し、取得に成功した場合(Yes)はステップS406に移行し、そうでない場合(No)はステップS408に移行する。
【0050】
ステップS406に移行した場合は、起動制御部33によって、コンテンツ管理プログラムの起動処理が行われ一連の処理を終了する。
一方、ステップS408に移行した場合は、ソケットリソース取得部30において、接続先アドレスをコンテンツ管理装置3のアドレスに設定し、更に、所定時間の経過を待ってからステップS410に移行する。
【0051】
ステップS410では、ソケットリソース取得部30によって、ステップS404で取得に失敗したネットワークポート番号への接続処理を行いステップS412に移行する。
ステップS412では、ソケットリソース取得部30において、ネットワークポート番号への接続に成功したか否かを判定し、接続に成功した場合(Yes)はステップS414に移行し、そうでない場合(No)はステップS428に移行する。
【0052】
ステップS414に移行した場合は、コマンド送信部31によって、コンテンツ管理用プログラムの起動状態を知るためのコマンドを接続に成功したポートを介してコンテンツ管理装置3に伝送する処理を行いステップS416に移行する。
ステップS416では、データ送受信部3dにおいて、コマンドに対する応答を受信したか否かを判定し、受信したと判定された場合(Yes)はこれらの応答内容をソケットリソース取得部30及び応答結果表示部32に伝送してステップS418に移行し、そうでない場合(No)は取得するまで待機する。ここで、コマンドに対する応答は、先に起動したコンテンツ管理用プログラムからの応答だけに限らず、他のアプリケーションプログラムからの応答、タイムオーバー、エラー等も含むものとする。本実施の形態において、これら応答内容の判断は、データ送受信部3dにおいて行われる。
【0053】
ステップS418では、応答結果表示部32及びソケットリソース取得部30において、応答内容の解析処理を行いステップS420に移行する。
ステップS420では、ソケットリソース取得部30において、解析結果に基づきコンテンツ管理用プログラムが、二重起動となる状態か否かを判定し、二重起動となる状態であると判定された場合(Yes)は起動制御部33に後から起動したコンテンツ管理用プログラムの起動を停止する要求を伝送してステップS422に移行し、そうでない場合(No)はステップS426に移行する。
【0054】
ステップS422に移行した場合は、応答結果表示部32において、ソケットリソース取得部30と同様に解析した結果に基づき、表示部に対応するWebページを表示してステップS424に移行する。
ステップS424では、起動制御部33によって、ソケットリソース取得部30からの要求に応じて後から起動要求を発行したコンテンツ管理用プログラムの起動を中止して、一連の処理を終了する。
【0055】
一方、ステップS426に移行した場合は、二重起動以外の状態であるので、応答結果表示部32によって、その状態を示すWebページを表示部に表示してステップS428に移行する。
ステップS428では、ソケットリソース取得部30によって、現在のネットワークポート番号の更新処理を行いステップS402に移行する。
【0056】
つまり、ソケットリソースの取得に成功した場合は、コンテンツ管理用プログラムの起動処理を行い、先に起動したコンテンツ管理用プログラムがエラー等で停止していたり、別のアプリケーションによってソケットリソースが使用されていたりした場合は、ネットワークポート番号を更新して再度ソケットリソースの取得処理を行う。
【0057】
以上、ソケットリソース取得部30によって指定ネットワークポート番号のソケットリソースの取得に失敗したときに、コマンド送信部31によってコンテンツ管理装置3のアドレス宛てにリソースの使用状況を知るためのコマンドを送信し、その応答内容に基づき、コンテンツ管理用プログラムの二重起動が発生する状態であるか否かを検出して、発生する状態であるときは、起動制御部33によって後から起動要求のあったコンテンツ管理用プログラムの起動処理を中止するようにしたので、図3(b)に示すような二重起動状態の発生を防止することが可能となる。
【0058】
また、指定ネットワークポート番号のソケットリソースが他のアプリケーションプログラムによって使用されていたり、指定ネットワークポート番号を使用して先に起動したコンテンツ管理用プログラムが停止状態であったときには、ソケットリソース取得部30によって、ネットワークポート番号の更新処理を行うと共に、更新されたネットワークポート番号のソケットリソースの取得処理を行うようにしたので、コンテンツ管理用プログラムが停止状態であったときなどに対応が可能である。
【0059】
また、起動制御部33によって所定周期で起動要求を発行するようにし、上記処理を周期的に行わせるようにしたので、コンテンツ管理用プログラムの停止状態を発見し、新たに起動することで、正常な稼働状態に復帰させることが可能である。
ここで、図1に示す、ソケットリソース取得部30におけるソケットリソースの取得処理は、形態1のリソース取得手段に対応し、ソケットリソース取得部30におけるソケットリソースの取得に失敗したネットワークポート番号への接続処理は、形態1及び形態2のポート接続手段に対応し、ソケットリソース取得部30におけるネットワークポート番号の更新処理及び更新されたネットワークポート番号のソケットリソースの取得処理は、形態1の更新式リソース取得手段に対応し、コマンド送信部31は、形態1及び形態3のコマンド送信手段に対応し、コンテンツ管理部3aは、形態1及び形態3の応答手段に対応し、起動制御部33における応答情報に対応した起動制御処理は、形態1の起動処理制御手段に対応し、起動制御部33におけるソケットリソース取得時のコンテンツ管理用プログラムの起動処理は、形態1の起動手段に対応し、起動制御部33における所定周期毎の起動要求発行処理は、形態4及び形態5の稼働状態管理手段に対応する。
【0060】
なお、上記実施の形態においては、二重起動防止部3cがコンテンツ管理用プログラムと独立した構成となっているが、これに限らず、二重起動防止部3cの一部の機能、あるいは、全ての機能がコンテンツ管理用プログラムに含まれる構成としも良い。
【0061】
【発明の効果】
以上説明したように、形態1のコンテンツ管理装置によれば、ソケットリソースの取得に失敗したときには、接続先アドレスを自装置のアドレスに設定し、失敗したときと同じネットワークポート番号への接続処理を行い、これに成功したときには、自装置に対してコンテンツ管理用プログラムの起動状態を知るためのコマンドを送信し、その応答に基づいて、例えば、既にコンテンツ管理用プログラムが起動している場合は起動処理を停止し、タイムアウトや切断等の応答が検出されたときは、別のアプリケーションプログラムが起動しているか、あるいは、エラー状態と考えられるので、ネットワークポート番号を更新してソケットリソースを取得する処理を行う。一方、接続に失敗したときは、そのリソースを使っている他のアプリケーションがあるか、リソースを使っているアプリケーションが動作していないと判断できるので、ネットワークポート番号を更新して再度ソケットリソースを取得する処理を行う。そして、ソケットリソースの取得に成功したときには、コンテンツ管理用プログラムを起動すようにしたので、これにより、コンテンツ管理用プログラムの二重起動を正確に検出し、防止することが可能となる。
【0062】
また、形態2のコンテンツ管理装置によれば、形態1の前記効果に加え、ポート接続手段は、リソース取得手段によってソケットリソースの取得に失敗したことが確認されてから所定時間の経過後に、自装置のアドレスを接続先として同じネットワークポート番号への接続処理を行うようにしたので、例えば、コンテンツ管理用プログラムの同時起動による同時アクセスが発生したときなどに、ソケットリソースを取得したコンテンツ管理用プログラムの接続受け入れ準備が出来てから接続処理を行うことが可能となる。従って、同時アクセスなどの特殊な処理時の対応が可能となる。
【0063】
また、形態3のコンテンツ管理装置によれば、形態1又は形態2の前記効果に加え、コマンド転送手段は、自己に対してコンテンツ管理用プログラムの起動状態を知るための特別なURL情報を取得するコマンドを出力し、応答手段は、コマンドに対してコンテンツ管理用プログラムの起動状態を示すWebページを出力するようにしたので、簡易に、自己のコンテンツ管理用プログラムの起動状態を知ることが可能となる。
【0064】
また、形態4のコンテンツ管理装置によれば、形態1乃至形態3のいずれかの前記効果に加え、稼働状態管理手段によって、所定時間おきにコンテンツ管理用プログラムの起動要求を行い、コンテンツ管理用プログラムが停止状態であったときには、他のネットワークポート番号のソケットリソースを取得してコンテンツ管理用プログラムを起動し、正常な稼働状態に復帰させるようにしたので、二重起動を防ぎつつ、且つ、コンテンツ管理用プログラムの異常停止状態を回避することが可能となる。
【0065】
また、形態5のコンテンツ管理装置によれば、稼働状態管理手段によって、所定時間おきにコンテンツ管理用プログラムの起動処理を行い、コンテンツ管理用プログラムが停止状態であったときには、他のネットワークポート番号のソケットリソースを取得してコンテンツ管理用プログラムを起動するようにしたので、コンテンツ管理用プログラムを正常な稼働状態に復帰させることが可能となる。
【0066】
また、形態6のコンテンツ提供システムによれば、コンテンツ管理装置は、システム利用者の管理下にあるコンテンツ利用端末からの要求に応じて、コンテンツ配信用端末から取得したコンテンツを提供し、且つ、自己におけるコンテンツ管理用プログラムの二重起動を防ぐようにしたので、例えば、二重起動によるキャッシュデータの初期化中のコンテンツ利用端末からのコンテンツ取得要求によって、その要求に対する応答停止状態等の不具合が発生するのを防ぐことが可能となる。
【0067】
ここで、形態7乃至形態11の管理装置制御プログラムは、それぞれ形態1乃至形態5のコンテンツ管理装置を制御するためのプログラムであり、その効果は重複するので記載を省略する。
【図面の簡単な説明】
【図1】 本発明に係るコンテンツ提供システムの構成を示すブロック図である。
【図2】 コンテンツ提供システムにおける、コンテンツ管理装置3及びコンテンツ利用端末20の起動処理の一例を示す図である。
【図3】 (a)は、ソケットリソースの取得処理の一例を示す図であり、(b)は、二重起動時のコンテンツ管理装置の動作例を示す図である。
【図4】 二重起動防止部3cの二重起動防止処理を示すフローチャートである。
【符号の説明】
1…コンテンツ提供システム、2・・・コンテンツ利用端末群、3・・・コンテンツ管理装置、3a・・・コンテンツ管理部、3b・・・記憶装置、3c・・・二重起動防止部、3d・・・データ送受信部、4・・・コンテンツ配信サーバ、5・・・LAN、6・・・WAN、30・・・ソケットリソース取得部、31・・・コマンド送信部、32・・・応答結果表示部、33・・・起動制御部[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a content management apparatus including a content management program that acquires and manages predetermined content via a network, and in particular, content management suitable for preventing double activation of the content management program The present invention relates to a device and a management device control program.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, terminals that provide various types of information through simple operations by users have been widely installed in stores, financial institutions, libraries, and other public institutions. These terminals display desired information on a display by touching the screen with a finger, for example, and print the displayed information as necessary. For example, a terminal system having a function of displaying a train or route bus schedule on a display or printing a timetable at a station information center or the like is also used. Also, a terminal having a function of downloading desired performance data to an MP3 player or the like is installed in an instrument store or the like. In department stores and the like, terminals for displaying products handled on each floor and various other business guides are provided. In the library, a terminal for searching a list of books or a desired book is used.
[0003]
In this way, the systems used in various fields are designed in advance in a configuration suitable for each system, and use dedicated so-called customized software and hardware. Therefore, it is not easy to expand or change the contents of the system. In addition, if you try to expand or change the contents of the system of a retail store with a large number of stores in order to meet the needs of each user, you can change the system design or rewrite the contents of the program. There is a problem that the labor and cost are enormous and the maintenance cost becomes high.
[0004]
Therefore, a system including a content distribution unit and a server is configured, and the content used in this system is created as a web page. The server acquires and manages the content created as a web page from the content distribution unit. In response to a request from a content user's terminal, a content that has been managed is distributed to the terminal. In this system, the content is composed of web pages that are mutually independent for each channel, so there is no need to be aware of links to web pages of other channels when creating web pages of a channel. Each web page group can be created freely at any time.
[0005]
Furthermore, the program for controlling the server in such a system is configured to access the content distribution means and acquire a response page for the user in advance as part of the startup process. Information necessary for an additional service or the like is inserted into the page, and the page is stored in the server as cache data. In response to a content acquisition request from a content user terminal, the response performance is improved by processing and sending back data stored as a cache for each terminal. Processing that is performed by a so-called known proxy server is performed. In addition, when pre-acquiring a response page, this program is designed to acquire the distribution data of the content distribution means again after erasing the response page data acquired in the past. In order to do this, there is also a log that records a distribution process to the terminal. Therefore, when double activation of a program occurs, especially when a user terminal makes a content acquisition request for the previously activated program, the later activated program is The content data acquired by the program may be erased as past data, which may interrupt the processing or cause the log data to become abnormal. This occurs especially when the system developer develops and sells the content distribution means, the server, and the control programs for each device separately, that is, a program for controlling a user terminal. This is because it becomes difficult for the program for controlling the server to be configured to avoid the double activation problem in cooperation.
[0006]
Conventionally, as a double activation avoidance measure, as shown in JP-A-5-127924 (hereinafter referred to as the first conventional example), the status of the activated application is written in a specific file, Some avoid double booting. This method has the advantage of being relatively easy to manage and easy to implement.
Also, as disclosed in Japanese Patent Application Laid-Open No. 11-296383 (hereinafter referred to as a second conventional example), there is one that prevents the double activation by managing the state of the activated application using a database. This method has an advantage that the registration information of the database can be invalidated when the application that records the state is abnormally terminated.
[0007]
[Problems to be solved by the invention]
However, in the first conventional example, the function can be exhibited as long as the normal operation is continued. However, when the running application is abruptly terminated, the double activation prevention mechanism prevents the normal operation of the application. There is a problem that can not be started.
[0008]
Further, in the second conventional example, in order to use the database mechanism, in addition to the normal operation module, the database module main body or the module for operating the database is required, which is efficient in terms of cost and processing. Is not good.
Therefore, the present invention was made paying attention to such an unsolved problem of the conventional technology, and is suitable for preventing double activation of a content management program with a simple configuration, It is another object of the present invention to provide a content management apparatus, a content providing system, and a management apparatus control program that are suitable for easily preventing a content management program from being stopped.
[0009]
[Means for Solving the Problems]
To achieve the above objective, Form 1 The content management apparatus is a content management apparatus that includes a content management program that acquires predetermined content from a content distribution terminal connected to a network and manages the acquired content.
Resource acquisition means for performing acquisition processing of a socket resource of a designated network port number in response to a request for starting the content management program;
Port connection means for setting the connection destination address to the address of its own device when the socket resource acquisition fails, and performing connection processing to the network port number;
At the time of connection failure of the port connection means, the network port number is updated to another port number, an update-type resource acquisition means for performing a process of acquiring a socket resource of the updated network port number;
When the connection of the port connection means is successful, a command transmission means for sending a status acquisition command for knowing the activation state of the content management program to the address of the own device;
Response means for performing a predetermined response to the state acquisition command from the command transmission means;
Based on the response of the response means, the socket resource acquisition process by the renewable resource acquisition means, or the start stop processing of the content management program
Activation process control means for performing either one of
Program starting means for starting the content management program upon successful acquisition of the socket resource.
[0010]
With such a configuration, in the content management apparatus provided with the content management program, the resource acquisition unit can perform the socket resource acquisition process of the specified network port number. When the acquisition fails, the port connection means can set the connection destination address to the address of its own device, and the connection processing to the network port number can be performed. When the connection processing by the port connection means fails It is possible to update the network port number at this time to another port number by the update type resource acquisition means, and perform the acquisition processing of the socket resource of the updated network port number, and the connection processing by the port connection means If successful, the command It is possible to send a status acquisition command for knowing the activation status of the content management program to the address of the own device by the communication means, and in response to the status acquisition command from the command transmission means by the response means It is possible to perform a predetermined response. Based on the response of the response unit, either the acquisition processing of the socket resource by the update-type resource acquisition unit or the startup stop processing of the content management program is performed by the startup processing control unit Either of the above can be performed, and when the socket resource is successfully acquired, the content management program can be activated by the program activation means.
[0011]
Therefore, when the socket resource acquisition fails, the connection destination address is set to the address of the own device, and the connection processing to the same network port number as the failure is performed. Sends a command to know the startup status of the management program, and based on the response, for example, if the content management program is already running, the startup process is stopped and a response such as timeout or disconnection is detected. If this happens, another application program is running or an error condition is assumed, so the network port number is updated to obtain a socket resource. On the other hand, if the connection fails, it can be determined that there is another application using the resource or that the application using the resource is not running, so update the network port number and acquire the socket resource again. Perform the process. When the socket resource is successfully acquired, the content management program is activated. This makes it possible to accurately detect and prevent double activation of the content management program.
[0012]
Here, the response means analyzes the command transmitted by the command transmission means and performs some response. For example, when the content management program is already running, the connection destination socket resource is used. The content management program itself is the response means, and when another application program is activated, the program is the response means. Alternatively, a response-dedicated program may be prepared so that response processing is performed.
[0013]
The content management device is an information processing device such as an OS (Operating System) that supports a function for connecting to a network, and is connected to another device or its own device via a predetermined network port number. In addition, an application program other than the content management program can be executed on the OS. For example, PC (Personal Computer), WS (Work Station), etc. correspond.
[0014]
Also,
In other words, the port connection means waits for the elapse of a predetermined time after the elapse of a predetermined time after the resource acquisition means confirms that the acquisition of the socket resource has failed, and then connects the address of its own device. Since connection processing to the same network port number is performed as the destination, for example, when a resource acquisition request is made at the same time by simultaneous activation of the content management program, the program that acquired the resource responds to the connection request Connection processing can be performed after preparation for acceptance is completed. Therefore, it is possible to cope with special processing such as simultaneous access.
[0015]
Also,
As a response to the command, a Web page indicating the activation state of the content management program is output.
[0016]
That is, the command transfer means can output a command for acquiring special URL information for knowing the activation state of the content management program to itself, and the response means can output the content to the command. It is possible to output a web page indicating the activation state of the management program. Therefore, it is possible to easily know the activation state of its own content management program.
[0017]
Also, Form 4 Is Any of Form 1 to Form 3 In the content management apparatus, when the content management program is requested to be activated every predetermined time and the content management program that has been activated first using the predetermined network port is in a stopped state, another network The content management program is further activated by using a port, and is further provided with an operation state management means for returning the program to a normal operation state.
[0018]
That is, the operating state management means performs the processing for starting the content management program every predetermined time, and when the content management program is in a stopped state, the socket resource of another network port number is acquired to obtain the content management program. Can be restored to a normal operating state, so that the above-described functions can prevent double activation and avoid an abnormal stop of the content management program.
[0019]
Also,
The content management program is requested to be started every predetermined time, and when the content management program started previously using a predetermined network port is stopped, the content management program is used using another network port. It is characterized by comprising operating state management means for newly starting an operating program and returning the program to a normal operating state.
[0020]
That is, the operating state management means performs the processing for starting the content management program every predetermined time, and when the content management program is in a stopped state, the socket resource of another network port number is acquired to obtain the content management program. It is possible to restore this program to a normal operating state.
[0021]
Also,
The content management apparatus is configured to distribute content corresponding to the acquisition request acquired from the content distribution terminal to the content usage terminal in response to a content acquisition request from the content usage terminal. It is said.
[0022]
With such a configuration, the content management apparatus can provide the content acquired from the content distribution terminal in response to a request from the content use terminal under the management of the system user, and By preventing double activation of the content management program by itself, for example, a content acquisition request from a content use terminal that is initializing cache data by double activation causes a failure such as a response stop state for the request. Can be prevented.
[0023]
Also, Form 7 The management device control program of Form 1 A computer-executable management device control program for controlling the content management device of
A resource acquisition step of performing a process of acquiring a socket resource of a specified network port number in response to a request for starting the content management program;
A port connection step of setting the connection destination address to the address of the own device when the acquisition of the socket resource fails, and performing a connection process to the network port number;
When connection failure occurs in the port connection step, the network port number is updated to another port number, and an update-type resource acquisition step for performing processing for acquiring the socket resource of the updated network port number;
When the connection is successful in the port connection step, a command transmission step of transmitting a status acquisition command for knowing the activation status of the content management program to the address of the own device;
A response step of performing a predetermined response to the state acquisition command transmitted by the command transmission step;
Based on the response in the response step, an activation process control step for performing either a socket resource acquisition process by the update resource acquisition step or an activation stop process of the content management program;
A program starting step of starting the content management program when the socket resource is successfully acquired.
[0024]
here, Form 7 Is Form 1 This is a program for controlling the content management apparatus of FIG.
Also, Form 8 Is Form 7 In the management device control program, in the port connection step, connection processing to the network port number is performed after elapse of a predetermined time after confirming the acquisition failure of the socket resource. .
[0025]
here, Form 8 Is
Also, Form 9 Is Form 7 or Form 8 In the management device control program, in the command transmission step, a command for acquiring special URL information for knowing the activation state of the content management program is transmitted to its own address.
In the response step, as a response to the command, a Web page indicating the activation state of the content management program is output.
[0026]
here, Form 9 Is
Also, Form 10 Is Form 7 to Form 9 In any one of the management device control programs, the content management program is requested to be activated every predetermined time, and when the content management program activated first using a predetermined network port is in a stopped state, It is characterized by further comprising an operation state management step of newly starting the content management program using another network port and returning the program to a normal operation state.
[0027]
here, Form 10 Is Form 4 This is a program for controlling the content management apparatus of FIG.
Also, Form 11 The management device control program of Form 5 A computer-executable program for controlling the content management apparatus of
The content management program is requested to be started every predetermined time, and when the content management program started previously using a predetermined network port is stopped, the content management program is used using another network port. It is characterized by comprising an operation state management step for newly starting an operation program and returning the program to a normal operation state.
[0028]
here, Form 11 Is
[0029]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. 1 to 4 are diagrams showing an embodiment of a content providing system to which a content management apparatus according to the present invention is applied.
First, the configuration of a content providing system according to the present invention will be described with reference to FIG. FIG. 1 is a block diagram showing a configuration of a content providing system according to the present invention.
[0030]
The content providing system 1 includes a content
[0031]
The content
[0032]
The
The
[0033]
The
[0034]
The double
The socket
[0035]
When the
[0036]
The response
[0037]
The
[0038]
Here, the
[0039]
The content distribution server 4 provides predetermined content via a Web page in response to a request from the
The
[0040]
The
Further, the specific operation of this system will be described with reference to FIGS. FIG. 2 is a diagram illustrating an example of a startup process of the
[0041]
As shown in FIG. 2, the activation process of the
[0042]
When the restart of the content using
[0043]
On the other hand, when a content management program activation request is issued while the content management program is already activated, the information is first transmitted from the
[0044]
Here, the response by the content management program started first is performed in a format mainly according to the HTTP protocol, and the content management program is in the process of starting using the socket resource of the designated network port number. Status code “100”, and when the activation process has already been completed as in this case, status code “200” is detected, other applications are being activated, or reception timeout or disconnection is detected. Sometimes another status code is transmitted to the response
[0045]
The socket
On the other hand, the response
[0046]
In response to a request from the socket
[0047]
In addition, the socket
Further, in the present embodiment, as described above, the
[0048]
Next, the flow of the double activation prevention process in the double
As shown in FIG. 4, first, the process proceeds to step S400, where it is determined whether or not there is a request for starting the content management program from the
[0049]
When the process proceeds to step S402, the socket
In step S404, the socket
[0050]
When the process proceeds to step S406, the
On the other hand, when the process proceeds to step S408, the socket
[0051]
In step S410, the socket
In step S412, the socket
[0052]
When the process proceeds to step S414, the
In step S416, the data transmission /
[0053]
In step S418, the response
In step S420, the socket
[0054]
When the process proceeds to step S422, the response
In step S424, in response to a request from the socket
[0055]
On the other hand, when the process proceeds to step S426, since it is a state other than double activation, the response
In step S428, the socket
[0056]
In other words, if the socket resource is successfully acquired, the content management program is started, and the content management program that was started earlier has stopped due to an error, etc., or the socket resource is being used by another application. If this happens, update the network port number and perform the socket resource acquisition process again.
[0057]
As described above, when the socket
[0058]
Further, when the socket resource of the specified network port number is being used by another application program, or when the content management program that has been started first using the specified network port number is in a stopped state, the socket
[0059]
In addition, since the activation request is issued at a predetermined cycle by the
Here, the socket resource acquisition process in the socket
[0060]
In the above embodiment, the double
[0061]
【The invention's effect】
As explained above, Form 1 According to the content management device, when the acquisition of the socket resource fails, the connection destination address is set to the address of the own device, the connection processing to the same network port number as the failure is performed, and when this succeeds, A command to know the activation status of the content management program is sent to the device itself. Based on the response, for example, if the content management program has already been activated, the activation process is stopped, and a timeout or disconnection occurs. When such a response is detected, it is considered that another application program is running or is in an error state, and therefore processing for updating the network port number and acquiring the socket resource is performed. On the other hand, if the connection fails, it can be determined that there is another application using the resource or that the application using the resource is not running, so update the network port number and acquire the socket resource again. Perform the process. Since the content management program is activated when the socket resource is successfully acquired, it is possible to accurately detect and prevent double activation of the content management program.
[0062]
Also,
[0063]
Also,
[0064]
Also, Form 4 According to the content management device of Form 1 to Form 3 In addition to any of the above effects, when the content management program is requested to be started every predetermined time by the operating state management means, and the content management program is in a stopped state, socket resources of other network port numbers are allocated. Since the content management program is acquired and activated to return to a normal operating state, it is possible to prevent double activation and avoid an abnormal stop state of the content management program.
[0065]
Also,
[0066]
Also,
[0067]
here, Form 7 to Form 11 Each management device control program is Form 1 to Form 5 This is a program for controlling the content management apparatus of FIG.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a content providing system according to the present invention.
FIG. 2 is a diagram illustrating an example of activation processing of a
FIG. 3A is a diagram illustrating an example of socket resource acquisition processing, and FIG. 3B is a diagram illustrating an operation example of the content management apparatus during double activation.
FIG. 4 is a flowchart showing a double activation prevention process of a double
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Content provision system, 2 ... Content utilization terminal group, 3 ... Content management apparatus, 3a ... Content management part, 3b ... Storage device, 3c ... Double starting prevention part, 3d ..Data transmission / reception unit, 4 ... content distribution server, 5 ... LAN, 6 ... WAN, 30 ... socket resource acquisition unit, 31 ... command transmission unit, 32 ... response result display Part, 33 ... start-up control part
Claims (7)
前記コンテンツ管理用プログラムの起動要求に応じて、指定されたネットワークポート番号のソケットリソースの取得処理を行うリソース取得手段と、
前記ソケットリソースの取得失敗時に接続先アドレスを自装置のアドレスに設定して、前記ネットワークポート番号への接続処理を行うポート接続手段と、
前記ポート接続手段の接続失敗時には、前記ネットワークポート番号を別のポート番号に更新し、当該更新されたネットワークポート番号のソケットリソースの取得処理を行う更新式リソース取得手段と、
前記ポート接続手段の接続成功時には、前記コンテンツ管理用プログラムの起動状態を知るための状態取得コマンドを自装置のアドレス宛に送信するコマンド送信手段と、
前記コマンド送信手段からの前記状態取得コマンドに対して、前記ネットワークポート番号のソケットリソースを使用した別のコンテンツ管理用プログラムが、起動処理状態か停止状態かの応答を行う応答手段と、
前記応答手段の応答に基づき、前記別のコンテンツ管理用プログラムが起動処理状態の場合に、前記起動要求がなされた前記コンテンツ管理用プログラムの起動中止処理を行い、前記別のコンテンツ管理用プログラムが停止状態の場合に、前記更新式リソース取得手段による前記更新されたネットワークポート番号のソケットリソースの取得処理を行う起動処理制御手段と、
前記ソケットリソースの取得成功時に前記コンテンツ管理用プログラムの起動処理を行うプログラム起動手段と、を備えることを特徴とするコンテンツ管理装置。A content management apparatus comprising a content management program for acquiring predetermined content from a content distribution terminal connected to a network and managing the acquired content,
Resource acquisition means for performing acquisition processing of a socket resource of a designated network port number in response to a request for starting the content management program;
Port connection means for setting the connection destination address to the address of its own device when the socket resource acquisition fails, and performing connection processing to the network port number;
At the time of connection failure of the port connection means, the network port number is updated to another port number, an update-type resource acquisition means for performing a process of acquiring a socket resource of the updated network port number;
When the connection of the port connection means is successful, a command transmission means for sending a status acquisition command for knowing the activation state of the content management program to the address of the own device;
In response to the status acquisition command from the command transmission means , another content management program that uses the socket resource of the network port number responds to whether it is in a start processing state or a stop state ;
Based on the response of the response means, when the other content management program is in the startup process state, the startup process of the content management program for which the startup request has been made is performed, and the other content management program is stopped. In the case of a state, an activation process control means for performing a process for obtaining a socket resource of the updated network port number by the renewable resource obtaining means ;
A content management apparatus comprising: a program activation unit that activates the content management program upon successful acquisition of the socket resource.
前記応答手段は、前記コマンドに対する応答として、前記コンテンツ管理用プログラムの起動状態を示すWebページを出力するようになっていることを特徴とする請求項1又は請求項2記載のコンテンツ管理装置。The command transmission means transmits a command for obtaining special URL ( Uniform Resource Locator ) information for knowing the activation state of the content management program to its own address,
The content management apparatus according to claim 1 or 2, wherein the response means outputs a Web page indicating an activation state of the content management program as a response to the command.
前記コンテンツ管理装置は、前記コンテンツ利用端末からのコンテンツ取得要求に応じて、前記コンテンツ配信用端末から取得した前記取得要求に対応したコンテンツを前記コンテンツ利用端末に配信するようになっていることを特徴とするコンテンツ提供システム。The content management apparatus according to any one of claims 1 to 3, a content distribution terminal having predetermined content, and a content use terminal under the management of a system user can communicate with each other. Prepared,
The content management apparatus is configured to distribute content corresponding to the acquisition request acquired from the content distribution terminal to the content usage terminal in response to a content acquisition request from the content usage terminal. Content providing system.
前記コンテンツ管理用プログラムの起動要求に応じて、指定されたネットワークポート番号のソケットリソースの取得処理を行うリソース取得ステップと、
前記ソケットリソースの取得失敗時に接続先アドレスを自装置のアドレスに設定して、前記ネットワークポート番号への接続処理を行うポート接続ステップと、
前記ポート接続ステップにおいて接続失敗時には、前記ネットワークポート番号を別のポート番号に更新し、当該更新されたネットワークポート番号のソケットリソースの取得処理を行う更新式リソース取得ステップと、
前記ポート接続ステップにおいて接続成功時には、前記コンテンツ管理用プログラムの起動状態を知るための状態取得コマンドを自装置のアドレス宛に送信するコマンド送信ステップと、
前記コマンド送信ステップによって送信された前記状態取得コマンドに対して、前記ネットワークポート番号のソケットリソースを使用した別のコンテンツ管理用プログラムが、起動処理状態か停止状態かの応答を行う応答ステップと、
前記応答ステップにおける応答に基づき、前記別のコンテンツ管理用プログラムが起動処理状態の場合に、前記起動要求がなされた前記コンテンツ管理用プログラムの起動中止処理を行い、前記別のコンテンツ管理用プログラムが停止状態の場合に、前記更新式リソース取得手段による前記更新されたネットワークポート番号のソケットリソースの取得処理を行う起動処理制御ステップと、
前記ソケットリソースの取得成功時に前記コンテンツ管理用プログラムの起動処理を行うプログラム起動ステップと、を備えることを特徴とする管理装置制御プログラム。A computer-executable management device control program for controlling the content management device according to claim 1,
A resource acquisition step of performing a process of acquiring a socket resource of a specified network port number in response to a request for starting the content management program;
A port connection step of setting the connection destination address to the address of the own device when the acquisition of the socket resource fails, and performing a connection process to the network port number;
When connection failure occurs in the port connection step, the network port number is updated to another port number, and an update-type resource acquisition step for performing processing for acquiring the socket resource of the updated network port number;
When the connection is successful in the port connection step, a command transmission step of transmitting a status acquisition command for knowing the activation status of the content management program to the address of the own device;
In response to the status acquisition command transmitted by the command transmission step, another content management program that uses the socket resource of the network port number responds whether it is in a start processing state or a stop state ;
Based on the response in the response step, when the other content management program is in the startup process state, the startup process of the content management program for which the startup request has been made is performed, and the other content management program is stopped. In the case of a state, an activation process control step for performing a process of obtaining a socket resource of the updated network port number by the renewable resource obtaining unit ;
A management apparatus control program, comprising: a program activation step for performing an activation process of the content management program when the socket resource is successfully acquired.
前記応答ステップにおいては、前記コマンドに対する応答として、前記コンテンツ管理用プログラムの起動状態を示すWebページを出力するようになっていることを特徴とする請求項5又は請求項6記載の管理装置制御プログラム。In the command transmission step, a command for acquiring special URL information for knowing the activation state of the content management program is transmitted to its own address.
Wherein in response step, in response to the command, according to claim 5 or claim 6, wherein the management apparatus control program, characterized in that it outputs the Web page showing the activation status of the content management program .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002246926A JP4100094B2 (en) | 2002-08-27 | 2002-08-27 | Content management apparatus, content providing system, and management apparatus control program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002246926A JP4100094B2 (en) | 2002-08-27 | 2002-08-27 | Content management apparatus, content providing system, and management apparatus control program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2004086579A JP2004086579A (en) | 2004-03-18 |
JP4100094B2 true JP4100094B2 (en) | 2008-06-11 |
Family
ID=32054691
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002246926A Expired - Fee Related JP4100094B2 (en) | 2002-08-27 | 2002-08-27 | Content management apparatus, content providing system, and management apparatus control program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4100094B2 (en) |
-
2002
- 2002-08-27 JP JP2002246926A patent/JP4100094B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2004086579A (en) | 2004-03-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3958246B2 (en) | Remote creation of printer instances on workstations | |
US20030195951A1 (en) | Method and system to dynamically detect, download and install drivers from an online service | |
CN101866292B (en) | Information processing apparatus and control method | |
JP5979986B2 (en) | Distribution system and control method thereof | |
EP2863281A2 (en) | System and method to configure a field device | |
CN102387034A (en) | Network device management system, network device management apparatus, client apparatus, and network device management method | |
US20120254859A1 (en) | Method and apparatus for downloading software updates to place user terminal into a desired configuration state | |
US7793113B2 (en) | Guaranteed deployment of applications to nodes in an enterprise | |
JP4944812B2 (en) | Information processing system, information processing method, and program | |
US7444629B2 (en) | Autonomic self-healing of java resources | |
JP5197351B2 (en) | Information processing apparatus, information processing method, and program | |
JP2002540677A (en) | Data network load management | |
JP4500318B2 (en) | Distributed transaction processing method, apparatus, and program | |
CN116339756A (en) | Application program mounting method, device, equipment and storage medium | |
CN102640126A (en) | Management apparatus and method therefor | |
JP4100094B2 (en) | Content management apparatus, content providing system, and management apparatus control program | |
JP6639363B2 (en) | Server device, information processing method and program | |
JP6973063B2 (en) | Image processing system and information processing equipment | |
JP2001290716A (en) | Network system, management server, and client | |
JP2000322367A (en) | User interface changing method by substitute device and information processor for the method | |
JP2001014281A (en) | Information processing method and network information device | |
CN114026540A (en) | System and method for supporting and negotiating multiple API versions across multiple products | |
JP2004005700A (en) | Management device, network system, client system, and management method | |
JP4378338B2 (en) | Information processing apparatus, device setting method, storage medium, and program | |
JPH11242588A (en) | Program download system, central office, base station, program download method, file download system and recording medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20050810 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20070402 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20071204 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080131 |
|
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: 20080226 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20080310 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110328 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4100094 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120328 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120328 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130328 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140328 Year of fee payment: 6 |
|
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 |
|
LAPS | Cancellation because of no payment of annual fees |