JP2001265805A - Platform service system - Google Patents

Platform service system

Info

Publication number
JP2001265805A
JP2001265805A JP2000079570A JP2000079570A JP2001265805A JP 2001265805 A JP2001265805 A JP 2001265805A JP 2000079570 A JP2000079570 A JP 2000079570A JP 2000079570 A JP2000079570 A JP 2000079570A JP 2001265805 A JP2001265805 A JP 2001265805A
Authority
JP
Japan
Prior art keywords
database
data
client
application software
side management
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.)
Withdrawn
Application number
JP2000079570A
Other languages
Japanese (ja)
Inventor
Koji Araki
浩二 荒木
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.)
D4S Inc
Original Assignee
D4S Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by D4S Inc filed Critical D4S Inc
Priority to JP2000079570A priority Critical patent/JP2001265805A/en
Publication of JP2001265805A publication Critical patent/JP2001265805A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a platform service system which enables the use of a database and an application without developing a database and application softwares at each time by preparing middleware which connects plural application softwares and a common database together and making it possible to selectively use the application softwares through a user interface so that the common data base can be used corresponding to the plural application softwares. SOLUTION: The platform service system is equipped with the database in which various data are integrated and stored, the plural independent application softwares, the middleware which enables data to be stored in the database from the application softwares and the data stored in the database to be read out to the application softwares, and the user interface which uses at least one of the application softwares.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、論理的に一つのデ
ータベースエンジンに複数のアプリケーションソフトか
ら生成される各種データを統合して格納し共有化したデ
ータベースを備え、複数のユーザがこのデータベースを
共用して利用することが可能なプラットフォームサービ
スシステム、それぞれのクライアント側管理システムに
おけるデータベース利用料の徴収配分を決定するデータ
ベース等の利用料請求システム、及びそれぞれのクライ
アント側管理システムが保有するデータの利用料支払配
分を決定するデータ利用料配分システムに関するもので
ある。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention provides a database in which various data generated from a plurality of application software are integrated and stored and shared in a logically one database engine, and a plurality of users share this database. Platform service system that can be used as a service, a billing system such as a database that determines the collection and distribution of database usage fees in each client-side management system, and a usage fee for data held by each client-side management system The present invention relates to a data usage fee distribution system that determines payment distribution.

【0002】[0002]

【従来の技術】近年、通信技術およびコンピュータ技術
の発達に伴い、種々のアプリケーションソフトを端末か
ら利用するプラットフォームサービスシステムが数多く
実用化されている。このようなプラットフォームサービ
スシステムは、アプリケーションソフトやデータベース
を管理するセンターと各ユーザの端末装置を電話回線や
LAN回線などのネットワークで接続し、端末装置からセン
ターを呼び出してアプリケーションソフトを利用し、必
要に応じて、このアプリケーションソフトに対応させて
構築されたデータベースから所望のデータを検索、取得
し、又はデータを格納するものである。なお従来におい
ては、アプリケーションソフト毎に対象、目的に添った
データベースが構築され、専用のユーザーインターフェ
ースが用いられている。また、データベースはSQL言
語のようなデータベース専用のプログラム言語が用いら
れ、一方アプリケーションにはC言語などのプログラム言
語が使用されている。
2. Description of the Related Art In recent years, with the development of communication technology and computer technology, many platform service systems using various application software from terminals have been put into practical use. Such a platform service system connects a center that manages application software and databases and terminal devices of each user to a telephone line or the like.
Connect with a network such as a LAN line, call the center from the terminal device and use the application software, and if necessary, search and acquire desired data from the database constructed corresponding to this application software, or Is stored. In the related art, a database according to a target and a purpose is constructed for each application software, and a dedicated user interface is used. The database uses a programming language dedicated to the database such as the SQL language, while the application uses a programming language such as the C language.

【0003】[0003]

【発明が解決しようとする課題】上記のような従来のプ
ラットフォームサービスシステムにおいては、データベ
ースからある特定の目的に対応したデータを検索するた
めに、その目的に対応した専用のアプリケーションソフ
トとユーザーインターフェースを用意しなければならな
い。ところがデータベースには、SQL言語のようなデ
ータベース専用のプログラム言語が用いられ、アプリケ
ーションソフトにはC言語などのプログラム言語が使用
されているため、データベースとともにアプリケーショ
ンソフトを構築するためには、データベース用言語とア
プリケーション用言語の両言語を理解して使用できるこ
とが必要であり、そのような能力を有する開発者は少な
く、特定の人に限られてしまう。また、それぞれのアプ
リケーション毎にデータベースが構築されているため
に、それぞれのデータベースに格納されているデータを
横断的に共用することが困難である。
In the conventional platform service system as described above, in order to retrieve data corresponding to a specific purpose from a database, dedicated application software and a user interface corresponding to the purpose are used. Must be prepared. However, the database uses a database-specific programming language such as SQL language, and the application software uses a programming language such as C language. Therefore, in order to construct the application software together with the database, a database language is required. It is necessary to be able to understand and use both the language for the application and the language for the application, and few developers have such ability and are limited to a specific person. In addition, since a database is constructed for each application, it is difficult to share data stored in each database across.

【0004】本発明はこのような課題を解決するもの
で、複数のアプリケーションソフトに対応して共通のデ
ータベースを利用できるようにするために、これらのア
プリケーションソフトとデータベースとをつなぐミドル
ウェアを用意しておき、またこれらのアプリケーション
ソフトをユーザーインターフェースによって選択的に利
用可能とすることにより、その都度データベースやアプ
リケーションソフトの開発を行わずに、データベースや
アプリケーションの利用を可能としたプラットフォーム
サービスシステムを提供することを目的とするものであ
る。本発明の他の目的は、それぞれの利用目的にあわせ
たアプリケーションソフトを開発するだけで、ユーザ端
末から、あらかじめ構築されている共有化されたデータ
ベースを利用することができるプラットフォームサービ
スシステムを提供することである。本発明の他の目的
は、それぞれ異なるアプリケーションソフトによってデ
ータベースに格納されたデータを、共有して利用するこ
とができるプラットフォームサービスシステムを提供す
ることである。本発明の他の目的は、クライアント側管
理システムが複数存在する場合に、それぞれのクライア
ント側管理システムからのデータベース利用料の徴収配
分を決定することができるデータベース等の利用料請求
システムを提供することである。本発明の他の目的は、
クライアント側管理システムが複数存在する場合に、サ
ーバ側管理システムによるそれぞれのクライアント側管
理システムが保有するデータの利用料支払配分を決定す
ることができるデータ利用料配分システムを提供するこ
とである。
The present invention solves such a problem, and in order to use a common database corresponding to a plurality of application software, a middleware for connecting these application software and a database is prepared. To provide a platform service system that enables the use of databases and applications without having to develop a database or application software each time by making these application software selectively available through a user interface. It is intended for. Another object of the present invention is to provide a platform service system that can use a shared database constructed in advance from a user terminal simply by developing application software tailored to each purpose of use. It is. Another object of the present invention is to provide a platform service system that can share and use data stored in a database by different application software. Another object of the present invention is to provide a usage fee billing system for a database or the like that can determine the distribution of collection of a database usage fee from each client side management system when there are a plurality of client side management systems. It is. Another object of the present invention is to
An object of the present invention is to provide a data usage fee distribution system capable of determining a usage fee payment distribution of data held by each client side management system by a server side management system when there are a plurality of client side management systems.

【0005】[0005]

【課題を解決するための手段】請求項1記載の本発明の
プラットフォームサービスシステムは、各種データを統
合して格納するデータベースと、複数の独立したアプリ
ケーションソフトと、それぞれの前記アプリケーション
ソフトからの前記データベースへのデータの蓄積、又は
前記データベースに格納されたデータのそれぞれの前記
アプリケーションソフトへの読み出しを可能とするミド
ルウェアと、少なくても一つの前記アプリケーションソ
フトを利用するユーザーインターフェースとを備えたこ
とを特徴とする。請求項2記載の本発明のプラットフォ
ームサービスシステムは、各種データを統合して格納す
るデータベースと、複数の独立したアプリケーションソ
フトと、それぞれの前記アプリケーションソフトからの
前記データベースへのデータの蓄積、又は前記データベ
ースに格納されたデータのそれぞれの前記アプリケーシ
ョンソフトへの読み出しを可能とするミドルウェアとを
あらかじめ構築したプラットフォームシステムであっ
て、少なくても一つの前記アプリケーションソフトを利
用するユーザーインターフェースをクライアント側装置
に提供することを特徴とする。請求項3記載の本発明の
プラットフォームサービスシステムは、各種データを統
合して格納するデータベースと、複数の独立したアプリ
ケーションソフトと、それぞれの前記アプリケーション
ソフトからの前記データベースへのデータの蓄積、又は
前記データベースに格納されたデータのそれぞれの前記
アプリケーションソフトへの読み出しを可能とするミド
ルウェアとをあらかじめ構築したプラットフォームシス
テムであって、前記アプリケーションソフトをクライア
ント側装置に提供することを特徴とする。請求項4記載
の本発明のプラットフォームサービスシステムは、論理
的に一つのデータベースエンジンに複数のアプリケーシ
ョンソフトから生成される各種データを統合して格納し
共有化したデータベースをサーバに備え、ユーザーイン
ターフェースによって前記アプリケーションソフトを利
用するクライアントと前記サーバとがネットワークによ
って接続されるプラットフォームサービスシステムであ
って、前記データベースに登録されたデータの中から所
定条件に適合するデータをサンプリングデータとして抽
出し、前記サンプリングデータ又は前記サンプリングデ
ータの集計若しくは解析結果情報を提供することを特徴
とする。請求項5記載の本発明のプラットフォームサー
ビスシステムは、論理的に一つのデータベースエンジン
に複数のアプリケーションソフトから生成される各種デ
ータを統合して格納し共有化したデータベースをサーバ
に備え、ユーザーインターフェースによって前記アプリ
ケーションソフトを利用するクライアントと前記サーバ
とがネットワークによって接続されるプラットフォーム
サービスシステムであって、前記データベースに登録さ
れたデータの中からサンプリングデータを抽出するため
の条件データと、配布内容に関する配布データとを受け
付け、抽出された前記サンプリングデータに基づいて前
記配布データを提供することを特徴とする。請求項6記
載の本発明のプラットフォームサービスシステムは、論
理的に一つのデータベースエンジンに複数のアプリケー
ションソフトから生成される各種データを統合して格納
し共有化したデータベースをサーバに備え、ユーザーイ
ンターフェースによって前記アプリケーションソフトを
利用するクライアントと前記サーバとがネットワークに
よって接続されるプラットフォームサービスシステムで
あって、前記クライアントが、前記アプリケーションソ
フトを利用した時間、前記アプリケーションソフトを用
いて操作した手順、及び前記アプリケーションソフトを
用いて選択した内容のうち少なくとも一つのデータをユ
ーザ拡張データとして、前記データベースに格納するこ
とを特徴とする。請求項7記載の本発明は、請求項4か
ら請求項6のいずれかに記載のプラットフォームサービ
スシステムにおいて、前記サーバは、それぞれの前記ア
プリケーションソフトからの前記データベースへのデー
タの蓄積、又は前記データベースに格納されたデータの
それぞれの前記アプリケーションソフトへの読み出しを
可能とするミドルウェアを備えたことを特徴とする。請
求項8記載の本発明のデータベース等の利用料請求シス
テムは、データベースを提供し、このデータベースに複
数のクライアント側管理システムからの各種データを格
納するサーバ側管理システムにおいて、それぞれの前記
クライアント側管理システムにおける前記データベース
利用料の徴収配分を決定するデータベース等の利用料請
求システムであって、それぞれの前記クライアント側管
理システム毎のユーザ登録数、ユーザの利用回数、又は
ユーザの利用時間を所定のタイミングで集計するデータ
利用数集計手段と、前記データ利用数集計手段で集計さ
れたそれぞれの前記クライアント側管理システム毎のユ
ーザ登録総数、ユーザの利用総数、又はユーザの利用総
時間からそれぞれの前記クライアント側管理システムで
の利用率を演算する演算手段と、前記演算手段による演
算結果に基づいてそれぞれの前記クライアント側管理シ
ステムでの前記データベース利用料の徴収配分を決定す
る徴収配分決定手段と、前記徴収配分決定手段で決定さ
れた徴収額を表示、印刷、又は送信する出力手段とを有
することを特徴とする。請求項9記載の本発明のデータ
ベース等の利用料請求システムは、各種データを格納す
るデータベースを提供するサーバ側管理システムと、前
記データベースへのデータ蓄積を可能とするインターフ
ェースを管理するクライアント側管理システムとを有
し、前記クライアント側管理システムが複数存在する場
合において、前記サーバ側管理システムによるそれぞれ
の前記クライアント側管理システムからの前記データベ
ース利用料の徴収配分を決定するデータベース等の利用
料請求システムであって、前記データベースへのユーザ
登録数、ユーザの利用回数、又はユーザの利用時間が多
いクライアント側管理システムほど前記データベース利
用料の徴収配分を大きくしたことを特徴とする。請求項
10記載の本発明のデータ利用料配分システムは、デー
タベースを提供し、このデータベースに複数のクライア
ント側管理システムからの各種データを格納するサーバ
側管理システムにおいて、それぞれの前記クライアント
側管理システムが保有するデータの利用料支払配分を決
定するデータ利用料配分システムであって、前記データ
ベースに格納されたデータから所定の条件によって抽出
された一群のデータを、それぞれの前記クライアント側
管理システム毎のユーザデータに選別して集計するデー
タ利用数集計手段と、前記データ利用数集計手段で集計
されたそれぞれの前記クライアント側管理システム毎の
利用総数からそれぞれの前記クライアント側管理システ
ムでの利用率を演算する演算手段と、前記演算手段によ
る演算結果に基づいてそれぞれの前記クライアント側管
理システムが保有する前記データの利用料支払配分を決
定する支払配分決定手段と、前記支払配分決定手段で決
定された支払額を表示、印刷、又は送信する出力手段と
を有することを特徴とする。請求項11記載の本発明の
データ利用料配分システムは、各種データを格納するデ
ータベースを提供するサーバ側管理システムと、前記デ
ータベースへのデータ蓄積を可能とするインターフェー
スを管理するクライアント側管理システムとを有し、前
記クライアント側管理システムが複数存在する場合にお
いて、前記サーバ側管理システムによるそれぞれの前記
クライアント側管理システムが保有する前記データの利
用料支払配分を決定するデータ利用料配分システムであ
って、前記データベースに格納されたデータから所定の
条件によって抽出された一群のデータを、それぞれの前
記利用管理システム毎に選別し、選別されたデータ数が
多い利用管理システムほど前記データの利用料支払配分
を多くしたことを特徴とする。
According to a first aspect of the present invention, there is provided a platform service system comprising: a database for integrating and storing various data; a plurality of independent application software; and the database from each of the application software. And middleware that enables data to be stored in the database or read data stored in the database to the application software, and a user interface that uses at least one of the application software. And 3. The platform service system according to claim 2, wherein: a database for integrating and storing various data; a plurality of independent application software; and storing data from the respective application software in the database, or the database. And a middleware for pre-constructing middleware that enables the data stored in the application software to be read out to the application software, and provides a client-side device with a user interface using at least one of the application software. It is characterized by the following. 4. The platform service system according to claim 3, wherein: a database for integrating and storing various data; a plurality of independent application software; and storing data from the respective application software in the database, or the database. And a middleware for preliminarily establishing middleware capable of reading out the data stored in the application software, wherein the application software is provided to the client device. According to a fourth aspect of the present invention, there is provided the platform service system, wherein the server is provided with a database in which various data generated from a plurality of application software are integrated and stored and shared in a logically one database engine, and the database is provided by a user interface. A platform service system in which a client using application software and the server are connected to each other via a network, wherein data meeting predetermined conditions is extracted as sampling data from data registered in the database, and the sampling data or The present invention is characterized in that the information of the sampling data or the result of analysis is provided. The platform service system of the present invention according to claim 5, wherein the server is provided with a database in which various data generated from a plurality of application software are integrated and stored and shared in a logically one database engine, and the database is provided by a user interface. A platform service system in which a client using application software and the server are connected by a network, wherein condition data for extracting sampling data from data registered in the database, and distribution data relating to distribution contents. And providing the distribution data based on the extracted sampling data. The platform service system according to the present invention as claimed in claim 6, wherein the server is provided with a database in which various data generated from a plurality of application software are logically integrated and stored and shared in one database engine, and the database is provided by a user interface. A platform service system in which a client using application software and the server are connected by a network, wherein the client uses the application software, a procedure operated using the application software, and the application software. At least one of the selected contents is stored in the database as user extension data. According to a seventh aspect of the present invention, in the platform service system according to any one of the fourth to sixth aspects, the server stores data from the respective application software in the database or stores the data in the database. Middleware is provided, which is capable of reading stored data to the respective application software. 9. The server-side management system according to claim 8, wherein the server-side management system provides a database and stores various data from a plurality of client-side management systems in the database. A usage fee billing system such as a database for determining collection and distribution of the database usage fee in a system, wherein a user registration number, a user usage count, or a user usage time for each of the client-side management systems is determined at a predetermined timing. The number of data usage totaling means to be totalized in the respective client-side management systems, the total number of user registrations, the total number of user usages, or the total time of user usage for each of the client-side management systems totaled by the data usage number totaling means. Calculate utilization rate in management system Calculating means for determining the collection and distribution of the database usage fee in each of the client-side management systems based on the calculation result by the calculating means, and the amount of collection determined by the collection and distribution determining means And an output unit for displaying, printing, or transmitting the information. 10. The system according to claim 9, wherein the system includes a server-side management system that provides a database for storing various data, and a client-side management system that manages an interface that allows data to be stored in the database. In the case where there are a plurality of the client-side management systems, a usage fee billing system such as a database for determining the distribution of the database usage fee from each of the client-side management systems by the server-side management system. In addition, the client-side management system having a larger number of user registrations in the database, the number of times of use of the user, or the time of use of the user has a larger collection distribution of the database usage fee. The data usage fee distribution system according to the present invention provides a server-side management system that provides a database and stores various data from a plurality of client-side management systems in the database. A data usage fee distribution system for deciding usage fee payment distribution of retained data, wherein a group of data extracted according to predetermined conditions from data stored in the database is used by a user for each of the client-side management systems. A data utilization number totaling means for selecting and totaling data, and a utilization rate in each of the client-side management systems is calculated from the total number of uses for each of the client-side management systems totaled by the data utilization number totaling means. Calculation means, and a calculation result by the calculation means Payment distribution determining means for determining a usage fee payment distribution of the data held by each of the client-side management systems, and an output means for displaying, printing, or transmitting the payment amount determined by the payment distribution determining means. It is characterized by having. The data usage fee distribution system according to the present invention includes a server-side management system that provides a database for storing various data, and a client-side management system that manages an interface that enables data to be stored in the database. Having a plurality of client-side management systems, wherein the server-side management system is a data usage fee distribution system that determines the usage fee payment distribution of the data held by each of the client-side management systems, A group of data extracted under predetermined conditions from the data stored in the database is selected for each of the use management systems, and the use management system with a larger number of selected data allocates the usage fee payment distribution of the data more. It is characterized by many things.

【0006】[0006]

【発明の実施の形態】本発明の第1から第3及び第7の
実施の形態によるプラットフォームサービスシステム
は、複数のアプリケーションソフトからのデータベース
へのデータの蓄積、又はデータベースに格納されたデー
タのそれぞれのアプリケーションソフトへの読み出しを
可能とするミドルウェアを構築することで、データベー
スを複数のアプリケーションソフトに共用して利用する
ことができる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A platform service system according to first to third and seventh embodiments of the present invention stores data from a plurality of application software in a database, or stores data stored in the database, respectively. By constructing middleware that enables reading to application software, the database can be shared and used by a plurality of application software.

【0007】また、本発明の第1の実施の形態によるプ
ラットフォームサービスシステムは、アプリケーション
ソフトから独立させたユーザーインターフェースを用い
ることで、それぞれのアプリケーションソフトを選択的
に利用することができる。
Further, the platform service system according to the first embodiment of the present invention can use each application software selectively by using a user interface independent of the application software.

【0008】また、本発明の第2の実施の形態によるプ
ラットフォームサービスシステムは、少なくても一つの
アプリケーションソフトを利用するユーザーインターフ
ェースをクライアント側装置に提供するもので、それぞ
れの利用目的にあわせたユーザーインターフェースを開
発するだけで、ユーザ端末から、あらかじめ構築されて
いるアプリケーションソフトや共有化されたデータベー
スを利用することができる。
A platform service system according to a second embodiment of the present invention provides a user interface using at least one application software to a client-side device. Just by developing an interface, user terminals can use application software and shared databases that have been built in advance.

【0009】また、本発明の第3の実施の形態によるプ
ラットフォームサービスシステムは、アプリケーション
ソフトをクライアント側装置に提供するもので、それぞ
れの利用目的にあわせたアプリケーションソフトを開発
するだけで、ユーザ端末から、あらかじめ構築されてい
る共有化されたデータベースを利用することができる。
A platform service system according to a third embodiment of the present invention provides application software to a client-side device. By simply developing application software for each purpose of use, a platform service system is provided from a user terminal. It is possible to use a shared database that has been constructed in advance.

【0010】また、本発明の第4から第6の実施の形態
によるプラットフォームサービスシステムは、論理的に
一つのデータベースエンジンに複数のアプリケーション
ソフトから生成される各種データを統合して格納し共有
化したデータベースをサーバに備えているので、それぞ
れ異なるアプリケーションソフトによってデータベース
に格納されたデータを、共有して利用することができ
る。
In the platform service systems according to the fourth to sixth embodiments of the present invention, various data generated from a plurality of application softwares are logically integrated into one database engine, stored, and shared. Since the database is provided in the server, data stored in the database by different application software can be shared and used.

【0011】また、本発明の第8の実施の形態によるデ
ータベース等の利用料請求システムは、それぞれのクラ
イアント側管理システムにおけるデータベース利用料の
徴収配分を決定するものである。そしてこのデータベー
ス等の利用料請求システムは、それぞれのクライアント
側管理システム毎のユーザ登録数等を集計するデータ利
用数集計手段と、集計されたそれぞれのクライアント側
管理システム毎のユーザ登録総数等からそれぞれのクラ
イアント側管理システムでの利用率を演算する演算手段
と、この演算結果に基づいてそれぞれのクライアント側
管理システムでのデータベース利用料の徴収配分を決定
する徴収配分決定手段と、決定された徴収額を表示、印
刷、又は送信する出力手段とを有することで、クライア
ント側管理システムが複数存在する場合に、それぞれの
クライアント側管理システムからのデータベース利用料
の徴収配分を決定することができる。
[0011] Further, a system and the like for using a database and the like according to an eighth embodiment of the present invention determine collection and distribution of a database use fee in each client-side management system. The usage fee billing system such as this database is based on a data usage counting means for counting the number of user registrations for each client-side management system, and a total number of user registrations for each client-side management system. Calculating means for calculating the utilization rate in the client-side management system, collecting distribution determining means for determining the collection and distribution of the database usage fee in each client-side management system based on the calculation result, and the determined collection amount And output means for displaying, printing, or transmitting the information. When there are a plurality of client-side management systems, it is possible to determine the distribution of collection of the database usage fee from each of the client-side management systems.

【0012】また、本発明の第9の実施の形態によるデ
ータベース等の利用料請求システムは、データベースへ
のユーザ登録数、ユーザの利用回数、又はユーザの利用
時間が多い利用管理システムほどデータベース利用料の
徴収配分を大きくすることで、クライアント側管理シス
テムが複数存在する場合に、それぞれのクライアント側
管理システムからのデータベース利用料の徴収配分を適
正に行うことができる。
[0012] In a ninth embodiment of the present invention, the usage fee billing system for a database or the like is different from the usage management system in which the number of registered users in the database, the number of times of use of the user, or the time of use of the user is longer. In the case where there are a plurality of client-side management systems, the collection and distribution of the database usage fee from each of the client-side management systems can be appropriately performed.

【0013】また、本発明の第10の実施の形態による
データ利用料配分システムは、それぞれのクライアント
側管理システムが保有するデータの利用料支払配分を決
定するものである。そしてこのデータ利用料配分システ
ムは、データベースに格納されたデータから所定の条件
によって抽出された一群のデータを、それぞれのクライ
アント側管理システム毎のユーザデータに選別して集計
するデータ利用数集計手段と、集計されたそれぞれのク
ライアント側管理システム毎の利用総数からそれぞれの
クライアント側管理システムでの利用率を演算する演算
手段と、演算結果に基づいてそれぞれのクライアント側
管理システムが保有するデータの利用料支払配分を決定
する支払配分決定手段と、決定された支払額を表示、印
刷、又は送信する出力手段とを有することで、クライア
ント側管理システムが複数存在する場合に、サーバ側管
理システムによるそれぞれのクライアント側管理システ
ムが保有するデータの利用料支払配分を決定することが
できる。
A data usage fee distribution system according to a tenth embodiment of the present invention determines distribution of usage fee payment of data held by each client-side management system. The data usage fee distribution system includes a data usage number counting unit that selects and totalizes a group of data extracted from data stored in the database under predetermined conditions into user data for each client-side management system. Calculating means for calculating the usage rate of each client-side management system from the total number of usages of each client-side management system, and the usage fee of data held by each client-side management system based on the calculation result By having a payment distribution determining means for determining the payment distribution, and an output means for displaying, printing, or transmitting the determined payment amount, when there are a plurality of client-side management systems, each of the server-side management systems Distribution of usage fee payment for data held by client-side management system It can be determined.

【0014】また、本発明の第11の実施の形態による
データ利用料配分システムは、データベースに格納され
たデータから所定の条件によって抽出された一群のデー
タを、それぞれの利用管理システム毎に選別し、選別さ
れたデータ数が多い利用管理システムほどデータの利用
料支払配分を多くすることで、クライアント側管理シス
テムが複数存在する場合に、それぞれのクライアント側
管理システムに対するデータの利用料支払い配分を適正
に行うことができる。
The data usage fee distribution system according to the eleventh embodiment of the present invention sorts a group of data extracted from data stored in a database under predetermined conditions for each usage management system. In the case where there is more than one client-side management system, the data usage fee distribution is more appropriate for each client-side management system. Can be done.

【0015】[0015]

【実施例】以下、本発明のプラットフォームサービスシ
ステムの一実施例を図面に基づいて説明する。図1は本
発明によるプラットフォームサービスシステムの全体構
成を示す概念図である。このプラットフォームサービス
システムは、各種データを統合して格納するデータベー
ス10と、複数の独立したアプリケーションソフト30
と、それぞれのアプリケーションソフト30からのデー
タベース10へのデータの蓄積、又はデータベース10
に格納されたデータのそれぞれのアプリケーションソフ
ト30への読み出しを可能とするミドルウェア20と、
少なくても一つのアプリケーションソフト30を利用す
るユーザーインターフェース40とから構成される。デ
ータベース10は、論理的に一つのデータベースエンジ
ンに複数のアプリケーションソフト30から生成される
各種データを統合して格納し共有化して利用できるもの
である。このデータベース10には、ユーザが検索して
使用することができる種々の汎用データがあらかじめ格
納されている。この汎用データは、データベース管理者
又はクライアント側管理者があらかじめ用意したすべて
のユーザが利用可能な汎用データと、同一組織又は同一
会員等、特定のユーザだけが利用可能な汎用データとが
ある。またデータベース10には、ユーザ固有データを
格納するための共通データベース11と、この共通デー
タベース11とそれぞれ関連づけされた複数の拡張デー
タベース12を備えている。共通データベース11に
は、各ユーザに関する氏名又は名称、住所又は居所、ア
ドレス、電話、又はFAX等の連絡先、及び固有コード
等、共通の最小限のデータを逐次登録して格納してい
る。拡張データベースは、組織を運営又は管理する各ク
ライアント側管理者別、又はデータ内容別に構成されて
おり、職業や趣味、アクセス実績情報等のデータを逐次
登録して格納している。これらのユーザ固有データが格
納された共通データベース11と拡張データベース12
は、データベース管理者又はクライアント側管理者が使
用するために用意されており、ユーザ個々人は自己デー
タに関するデータの一部を利用できるだけである。共通
データベース11と拡張データベース12は、各ユーザ
が自らの意志で登録するデータの他、自らの意志に基づ
かないで登録されるデータがあり、これらのデータの管
理保全はデータベース管理者又はクライアント側管理者
が行う。なお、クライアント側管理者が管理保全できる
場合であっても、その対象データは、自己の組織又は会
員に属するユーザに関するデータだけである。
An embodiment of the platform service system of the present invention will be described below with reference to the drawings. FIG. 1 is a conceptual diagram showing the overall configuration of a platform service system according to the present invention. The platform service system includes a database 10 for integrating and storing various data, and a plurality of independent application software 30.
And accumulation of data in the database 10 from each application software 30 or database 10
Middleware 20 for reading data stored in the application software 30 to each application software 30;
And a user interface 40 using at least one application software 30. The database 10 can be used by logically integrating various data generated from a plurality of application software 30 into one database engine, storing the data, and sharing the data. Various general-purpose data that can be searched and used by a user is stored in the database 10 in advance. The general-purpose data includes general-purpose data prepared by a database administrator or a client-side administrator that can be used by all users, and general-purpose data that can be used only by a specific user such as the same organization or the same member. Further, the database 10 includes a common database 11 for storing user-specific data, and a plurality of extended databases 12 respectively associated with the common database 11. The common database 11 sequentially registers and stores common minimum data such as a name or name, an address or place of residence, an address, a contact such as a telephone or a facsimile, and a unique code for each user. The extended database is configured for each client-side manager who operates or manages an organization or for each data content, and sequentially registers and stores data such as occupations, hobbies, and access record information. The common database 11 and the extended database 12 storing these user-specific data
Is prepared for use by a database administrator or a client-side administrator, and each user can use only a part of the data regarding his or her own data. The common database 11 and the extended database 12 include not only data registered by each user on their own will but also data registered without being based on their own will. The management and maintenance of these data is performed by a database administrator or client-side management. Perform. Even if the client-side administrator can manage and maintain the data, the target data is only the data relating to the user belonging to the own organization or member.

【0016】すべてのユーザが利用可能な汎用データに
ついてのデータの追加、削除、既存のデータの変更は、デ
ータベース管理者又はクライアント側管理者が行う。ア
プリケーションソフト30としては、例えば図示のよう
に、ユーザ管理アプリケーション31やメール配信アプ
リケーション32、検索アプリケーション33等であ
る。またユーザーインターフェース40としては、例え
ば図示のように、ファンクラブインターフェース41や
漫画作品インターフェース42、音楽検索インターフェ
ース43等である。ユーザーインターフェース40は、
データベース10を利用するために、ユーザが直接操作
する部分で、アプリケーションソフト30に関連して検
索目的に応じて種々のものがデータベース管理者から提
供される。すなわち、ユーザーインターフェース40お
よびアプリケーションソフト30は、データベース10
の検索対象、検索内容に応じて、データベース管理者があ
らかじめ構築しておく。また、あらかじめアプリケーシ
ョンソフト30だけを構築しておき、クライアント側管
理者の要望に応じてユーザーインターフェース40を提
供してもよい、またユーザーインターフェース40は、
クライアント側管理者が独自に構築するようにしてもよ
い。また、データベース10とミドルウエア20だけを
構築しておき、アプリケーションソフト30は、クライ
アント側管理者が独自に構築するようにしてもよい。こ
のように、データベース10とミドルウエア20を少な
くともあらかじめ構築しておき、クライアント側管理者
に応じて、アプリケーションソフト30、アプリケーシ
ョンソフト30とユーザーインターフェース40、又は
ユーザーインターフェース40を提供サービスすること
で、クライアント側管理者は低コストでデータベース1
0を利用することができる。特に、データベース10
と、それに使用される複数のアプリケーションソフト3
0とをミドルウエア20とともに、あらかじめ開発して
おくことで、クライアント側管理者にそれらのアプリケ
ーション30を使用するためのユーザーインターフェー
ス40を要望にあわせて提供できるので、新たにアプリ
ケーション開発を行う必要性は少ない。
The addition or deletion of general-purpose data available to all users and the modification of existing data are performed by a database administrator or a client-side administrator. The application software 30 includes, for example, a user management application 31, a mail distribution application 32, a search application 33, and the like, as illustrated. The user interface 40 includes, for example, a fan club interface 41, a comic work interface 42, a music search interface 43, and the like, as illustrated. The user interface 40
In order to use the database 10, various parts are directly operated by the user and provided by the database administrator in association with the application software 30 according to the search purpose. That is, the user interface 40 and the application software 30 are stored in the database 10
The database administrator constructs this in advance according to the search target and the search content. Alternatively, only the application software 30 may be constructed in advance, and the user interface 40 may be provided according to the request of the client-side administrator.
The client-side administrator may construct the system independently. Alternatively, only the database 10 and the middleware 20 may be constructed, and the application software 30 may be constructed independently by the client-side administrator. As described above, the database 10 and the middleware 20 are constructed at least in advance, and the application software 30, the application software 30, the user interface 40, or the user interface 40 or the service providing the user interface 40 is provided in accordance with the client-side administrator. The side administrator has a low cost database 1
0 can be used. In particular, database 10
And a plurality of application software 3 used for it
0 and the middleware 20 in advance, it is possible to provide the client-side administrator with a user interface 40 for using those applications 30 according to the demand. Is less.

【0017】その他、データベース10には、必要に応
じてこれら共通データベース11及び拡張データベース
12から所定の条件で抽出したサンプリングデータを格
納したサンプリングデータベース13を備えている。こ
のサンプリングデータベース13に格納されたサンプリ
ングデータは、場合によっては集計又は解析された後
に、例えばメール配信又はマーケティングデータ等の情
報51として提供される。また、データベース10に登
録されたデータの中からサンプリングデータを抽出する
ための条件データと、配布内容に関する配布データとの
情報52を受け付け、抽出されたサンプリングデータに
基づいて配布データを提供することもできる。この場合
には、データベース管理者によって、共通データベース
11に登録され、抽出されたユーザアドレスデータを、
メール配信アプリケーション32を用いて、配布データ
をメールで配信する。また、それぞれのユーザーインタ
ーフェース40を用いて配布データを配信することもで
きる。なお、データベース10には通常SQL言語が使
用され、アプリケーションソフト30にはC言語などが
使用される。
In addition, the database 10 is provided with a sampling database 13 which stores sampling data extracted under predetermined conditions from the common database 11 and the extended database 12 as necessary. The sampling data stored in the sampling database 13 is provided as information 51 such as mail distribution or marketing data after being tabulated or analyzed in some cases. It is also possible to receive information 52 of condition data for extracting sampling data from data registered in the database 10 and distribution data relating to distribution contents, and provide distribution data based on the extracted sampling data. it can. In this case, the user address data registered and extracted in the common database 11 by the database administrator is
The distribution data is distributed by mail using the mail distribution application 32. Further, the distribution data can be distributed using the respective user interfaces 40. The database 10 usually uses the SQL language, and the application software 30 uses the C language or the like.

【0018】次に図2を用いてミドルウェア20の構成
について説明する。ミドルウエア20は、まず大きく分
けてインターフェース部21と、常駐プロセスであるサ
ーバ部22とで構成される。インターフェース部21は
さらにI/F関数部23とクライアント部24に分けら
れ、またサーバ部22はクライアント部24からの要求
を受け取るコネクション管理プロセス25と実際にデー
タベース10との操作を行う複数の個別SQLプロセス
26からなる。クライアント部24とコネクション管理
プロセス25、及びコネクション管理プロセス25と個
別SQLプロセス26とのデータのやり取りはパケット
を用いて行う。また、基本的にパケットの流れは、クラ
イアント部24からコネクション管理プロセス25へ、
コネクション管理プロセス25から個別SQLプロセス
26へ、個別SQLプロセス26からコネクション管理
プロセス25へ、コネクション管理プロセス25からク
ライアント部24へ順に送信する。クライアント部24
はサーバ部22とのやり取りを実際に行う処理群であ
り、接続処理24A、開始要求処理24B、SQL要求
処理24C、終了要求処理24D、切断処理24Eから
なる。I/F関数部23はこれらの処理を呼ぶことにより
成り立つ。接続処理24Aは、サーバ部22とソケット
通信を開始する処理である。開始要求処理24Bは、サ
ーバ部22のコネクション管理プロセス25に自分用の
個別SQLプロセス26を割り当ててもらう要求を送信
する。この開始要求処理24Bは、接続要求用のパケッ
トに書き込みし、その戻りを待つだけの作りである。な
お、このとき割り当てられた個別SQLプロセス26は
ロールバック処理26Bを行う。SQL要求処理24C
は、サーバ部22にテーブル操作の要求を送信する。こ
のSQL要求処理24Cは、SQL文をパケットのデー
タ部に載せてこれに書き込みし、戻りを待つだけの作り
である。終了要求処理24Dは、サーバ部22のコネク
ション管理プロセス25に自分用の個別SQLプロセス
26の割り当てを解除する要求を送信する。この終了要
求処理24Dは、終了要求用のパケットに書き込みし、
その戻りを待つだけの作りである。なお、このとき割り
当てられていた個別SQLプロセス26は委託処理26
Aを行う。切断処理24Eはサーバ部22とソケット通
信を切断する関数である。コネクション管理プロセス2
5は、複数のクライアント部24から接続を求められ、
個別SQLプロセス26との関連付け開始処理25A、
個別SQLプロセス26との関連付け処理25B、個別
SQLプロセス26との関連付け終了処理25Cを行
う。個別SQLプロセス26は、起動時にデータベース
10との接続を行い、コネクション管理プロセス25が
終了するまで接続を継続し、コネクション管理プロセス
25との接続も継続する。これはデータベース10との
セッションを常にサーバ部22で確立させることにより
レスポンスを向上させるためである。また個別SQLプ
ロセス26は、受け取ったパケットにより、委託処理2
6A、ロールバック処理26B、追加/削除処理26
C、検索処理26Dの処理を行う。この個別SQLプロ
セス26において、実際どのような処理を行うかはパケ
ットのヘッダ部の情報から判断する。委託処理26A
は、パケットが送られてきたときコミットを行う。この
パケットはクライアント部24から送られ、その結果を
セットしてクライアント部24に返す。追加/削除処理
26C、検索処理26Dについてはパケットにより送ら
れたデータ部分のSQLテキストをそのまま動的SQL
の手法を用いて実行する。ロールバック処理26Bは、
パケットが送られてきたときデータベース10のSQL
文の実行を行う。このパケットはクライアント部24か
らのSQL要求処理24C時に送られてくる。そしてそ
の結果をセットしてクライアント部24に返す。追加/
削除処理26Cは、パケットが送られてきたときデータ
ベース10のSQL文の実行を行う。このパケットはク
ライアント部24からのSQL要求処理24C時に送ら
れてくる。その結果をセットしてクライアント部24に
返す。検索処理26Dはパケットが送られてきたときデ
ータベース10のSQL文の実行を行う。このパケット
はクライアント部24からのSQL要求処理24C時に
送られてくる。その結果をセットしてクライアント部2
4に返す。
Next, the configuration of the middleware 20 will be described with reference to FIG. The middleware 20 is roughly divided into an interface unit 21 and a server unit 22 which is a resident process. The interface unit 21 is further divided into an I / F function unit 23 and a client unit 24, and the server unit 22 has a plurality of individual SQLs for actually operating the database 10 and a connection management process 25 receiving a request from the client unit 24. It consists of a process 26. Data exchange between the client unit 24 and the connection management process 25 and between the connection management process 25 and the individual SQL process 26 are performed using packets. Basically, the flow of the packet is transmitted from the client unit 24 to the connection management process 25.
From the connection management process 25 to the individual SQL process 26, from the individual SQL process 26 to the connection management process 25, and from the connection management process 25 to the client unit 24 in order. Client unit 24
Is a group of processes for actually exchanging with the server unit 22, and comprises a connection process 24A, a start request process 24B, an SQL request process 24C, an end request process 24D, and a disconnection process 24E. The I / F function unit 23 is established by calling these processes. The connection process 24A is a process for starting socket communication with the server unit 22. The start request process 24B transmits a request to the connection management process 25 of the server unit 22 to allocate its own individual SQL process 26. The start request processing 24B is configured to write in a connection request packet and wait for the return. The individual SQL process 26 assigned at this time performs a rollback process 26B. SQL request processing 24C
Transmits a table operation request to the server unit 22. The SQL request processing 24C is configured to put an SQL statement in the data portion of a packet, write it in the packet, and wait for return. The termination request processing 24D transmits a request to release the assignment of the own individual SQL process 26 to the connection management process 25 of the server unit 22. This termination request processing 24D writes the termination request packet,
It is just waiting for the return. At this time, the individual SQL process 26 assigned at this time
Perform A. The disconnection processing 24E is a function for disconnecting the socket communication with the server unit 22. Connection management process 2
5 is required to be connected by a plurality of client units 24,
Association start processing 25A with the individual SQL process 26,
An association process 25B with the individual SQL process 26 and an association termination process 25C with the individual SQL process 26 are performed. The individual SQL process 26 establishes a connection with the database 10 at the time of startup, continues the connection until the connection management process 25 ends, and continues the connection with the connection management process 25. This is to improve the response by always establishing a session with the database 10 in the server unit 22. Also, the individual SQL process 26 performs the commissioning process 2 by the received packet.
6A, rollback processing 26B, addition / deletion processing 26
C, perform a search process 26D. In the individual SQL process 26, what kind of processing is actually performed is determined from information in the header part of the packet. Outsourcing process 26A
Performs a commit when a packet is sent. This packet is sent from the client unit 24, and the result is set and returned to the client unit 24. For the addition / deletion processing 26C and the search processing 26D, the SQL text of the data portion transmitted by the packet is used as the dynamic SQL
Is performed using the method described in Rollback processing 26B
SQL of database 10 when packet was sent
Execute the statement. This packet is sent during SQL request processing 24C from the client unit 24. Then, the result is set and returned to the client unit 24. add to/
The deletion process 26C executes an SQL statement in the database 10 when a packet is sent. This packet is sent during SQL request processing 24C from the client unit 24. The result is set and returned to the client unit 24. The search process 26D executes an SQL statement in the database 10 when a packet is sent. This packet is sent during SQL request processing 24C from the client unit 24. Set the result and set the client part 2
Return to 4.

【0019】クライアント部24とコネクション管理プ
ロセス25と個別SQLプロセス22との更に詳細な関
係を図3に示す。コネクション管理プロセス25は、複
数のクライアント部24から接続を求められる。このコ
ネクション管理プロセス25とクライアント部24との
最大接続数をm個とする。また個別SQLプロセス26
はコネクション管理プロセス25の起動時にn個の接続
を生成し、生成された直後にコネクション管理プロセス
25に接続する。つまりコネクション管理プロセス25
は、m+n個の接続を保つことができるものとする。前述
の通りコネクション管理プロセス25は、クライアント
部24とm個の接続を、また個別SQLプロセス26と
n個の接続を、それぞれ同時に行うことができる。コネ
クション管理プロセス25では、クライアント部24と
個別SQLプロセス26との接続状態をテーブル管理し
ている。つまり、コネクション管理プロセス25では、
クライアント部24から接続要求された際、それに対応
する個別SQLプロセス26を割り当て、クライアント
部24から切断要求がなされるまで接続を保持する。な
お、図3では、クライアント部24−1には個別SQL
プロセス26−1が、クライアント部24−2には個別
SQLプロセス26−2が、クライアント部24−3に
は個別SQLプロセス26−nが割り当てられている。
そしてそれぞれのクライアント部24は、切断するまで
個別SQLプロセス26に処理を依頼する。処理を行っ
た個別SQLプロセス26は、結果をコネクション管理
プロセス25に送信し、コネクション管理プロセス25
は対応表を参照しクライアント部24にその結果を返
す。このようにコネクション管理プロセス25は、クラ
イアント部24と個別SQLプロセス26との関連付け
を確立し、クライアント部24から渡されたパケットを
対応付けられた個別SQLプロセス26にそのまま渡
し、また個別SQLプロセス26からのパケットを、対
応するクライアント部24に返す役割を果たしている。
FIG. 3 shows a more detailed relationship among the client unit 24, the connection management process 25, and the individual SQL process 22. The connection management process 25 is requested to connect from a plurality of client units 24. The maximum number of connections between the connection management process 25 and the client unit 24 is assumed to be m. Individual SQL process 26
Generates n connections when the connection management process 25 is started, and connects to the connection management process 25 immediately after the connection is generated. That is, the connection management process 25
Can maintain m + n connections. As described above, the connection management process 25 can simultaneously perform m connections with the client unit 24 and simultaneously perform n connections with the individual SQL process 26. In the connection management process 25, the connection state between the client unit 24 and the individual SQL process 26 is managed in a table. That is, in the connection management process 25,
When a connection request is issued from the client unit 24, an individual SQL process 26 corresponding to the connection request is allocated, and the connection is held until a disconnection request is made from the client unit 24. In FIG. 3, the client unit 24-1 has an individual SQL
A process 26-1 is assigned to the client unit 24-2, and an individual SQL process 26-2 is assigned to the client unit 24-3.
Then, each client unit 24 requests the individual SQL process 26 to perform processing until the client unit 24 is disconnected. The individual SQL process 26 that has performed the processing transmits the result to the connection management process 25,
Refers to the correspondence table and returns the result to the client unit 24. As described above, the connection management process 25 establishes the association between the client unit 24 and the individual SQL process 26, passes the packet passed from the client unit 24 as it is to the associated individual SQL process 26, From the client unit 24 to the corresponding client unit 24.

【0020】本実施例のミドルウエア20によれば、ク
ライアント部24からSQL文を受け取り、それを個別
SQLプロセス26に渡して処理し、その結果をクライ
アント部24に返すしくみを、クライアント部24とサ
ーバ部22で実現することで、今後の新たなアプリケー
ションソフト30の対応についてはI/F関数部23のみ
の開発で済む。従って、クライアント部24とサーバ部
22とを共用化することができるとともに、データベー
ス10の共用化を図ることができる。接続されるクライ
アント部24の数が、個別SQLプロセス26より多く
なる場合がありうるが、この場合コネクション管理プロ
セス25では、接続されたクライアント部24の開始要
求パケットを内部バッファにためておき、接続されてい
る他のクライアント部24が切断された時に、この空い
た個別SQLプロセス26に割り当てを行い、内部バッ
ファに貯めていた要求を渡す。例えば図3に示す場合で
は、仮にクライアント部24−3が切断した場合、クラ
イアント部24−mを個別SQLプロセス26−nに割
り当てる。この待ち合わせ機能によって、クライアント
部24側から見ると、個別SQLプロセス26側よりも
多い接続が可能になる。また、コネクション管理プロセ
ス25では、クライアント部24側のプロセスの消滅等
で、クライアント部24側から突然ソケット通信を切ら
れた場合は、対応する個別SQLプロセス26との関連
付けを解消し、待ち合わせ中のクライアント部24があ
ればこれに関連付けをつなぎかえる。また、このような
クライアント部24の不意のソケット切断現象が発生す
るときには、個別SQLプロセス26がなにかの処理中
の場合がある。このような以前のクライアント部24か
らの要求の処理中に、新たなクライアント部24との接
続を開始した場合には、過去のクライアント部24の要
求結果を新たなクライアント部24に送ってしまう場合
がありうる。この場合は過去のクライアント部24の要
求結果は、コネクション管理プロセス25に戻ってきた
時点で破棄する。関数の中身はクライアント部(関数
群)を組み合わせてサーバ側に処理要求を発行し戻り値
を受け取る。ミドルウエア20では2つのタイムアウト
処理を行う。一つはクライアント部24が一定期間以上
待ち合わせ状態の場合である。この場合には、タイムア
ウトととしてパケットを送信しソケット通信を切断す
る。もう一つは、個別SQLプロセス26がデータベー
ス10へ発行した要求が、一定期間以上応答がなかった
場合である。この場合にも、データベース10側に処理
中断をさせて、パケットを送信する。
According to the middleware 20 of the present embodiment, a mechanism that receives an SQL statement from the client unit 24, passes it to the individual SQL process 26, processes it, and returns the result to the client unit 24, The realization of the server unit 22 allows the development of only the I / F function unit 23 for the new application software 30 in the future. Therefore, the client unit 24 and the server unit 22 can be shared, and the database 10 can be shared. In some cases, the number of connected client units 24 may be larger than the number of the individual SQL process 26. In this case, the connection management process 25 stores the start request packet of the connected client unit 24 in an internal buffer, and When the other client unit 24 is disconnected, the allocation is performed to the vacant individual SQL process 26, and the request stored in the internal buffer is passed. For example, in the case shown in FIG. 3, if the client unit 24-3 is disconnected, the client unit 24-m is allocated to the individual SQL process 26-n. This waiting function allows more connections than the individual SQL process 26 when viewed from the client unit 24 side. Further, in the connection management process 25, when the socket communication is suddenly cut off from the client unit 24 due to the disappearance of the process on the client unit 24 side, the association with the corresponding individual SQL process 26 is canceled, and If the client unit 24 is present, the association is reconnected. Further, when such a sudden socket disconnection phenomenon of the client unit 24 occurs, the individual SQL process 26 may be performing some processing. When a connection with a new client unit 24 is started during processing of a request from the previous client unit 24, a request result of the past client unit 24 is sent to the new client unit 24. There can be. In this case, the past request result of the client unit 24 is discarded when returning to the connection management process 25. The contents of the function combine the client part (function group), issue a processing request to the server side, and receive the return value. The middleware 20 performs two timeout processes. One is a case where the client unit 24 is in a waiting state for a certain period or more. In this case, a packet is transmitted as a timeout and the socket communication is disconnected. The other is a case where a request issued by the individual SQL process 26 to the database 10 has not responded for a certain period of time. Also in this case, the process is interrupted by the database 10 and the packet is transmitted.

【0021】次に、データベース提供者のサーバ側管理
システムとクライアント側管理システムとの構成の一実
施例について図4を用いて説明する。同図においては、
クライアントとしてファンクラブ管理者、漫画作品管理
者、音楽検索管理者が存在している。ファンクラブ管理
者はファンクラブインターフェース41を管理し、漫画
作品管理者は漫画作品インターフェース42を管理し、
音楽検索管理者は音楽検索インターフェース43を管理
している。それぞれのクライアントは、会員として複数
のユーザを登録しており、このユーザがそれぞれのイン
ターフェースを利用する。またファンクラブ管理者、漫
画作品管理者、音楽検索管理者は、それぞれが保有する
又はそれぞれが使用許諾を得ているアイドル情報、漫画
作品、又は音楽に関する情報をユーザが利用可能な汎用
データとしてデータベース10に登録する。またファン
クラブ管理者、漫画作品管理者、又は音楽検索管理者に
所属するユーザに関する基本情報が共通データベース1
1に登録される。このユーザ登録は、それぞれの管理者
が行うことができる他、登録を申請するユーザ自身によ
っても行うことができる。
Next, an embodiment of the configuration of the server side management system and the client side management system of the database provider will be described with reference to FIG. In the figure,
Clients include fan club managers, comic book managers, and music search managers. The fan club administrator manages the fan club interface 41, the comic book manager manages the comic book interface 42,
The music search manager manages the music search interface 43. Each client has registered a plurality of users as members, and these users use their respective interfaces. In addition, the fan club manager, manga work manager, and music search manager use a database of idol information, manga works, or music information that each of them owns or each of which has obtained a license as general-purpose data that can be used by the user. Register to 10. The basic information about the user belonging to the fan club manager, the comic book manager, or the music search manager is stored in the common database 1.
1 is registered. This user registration can be performed by each administrator, and also by the user who applies for registration.

【0022】データベース提供者のサーバ側管理システ
ム110と、ファンクラブ所属のユーザ141、漫画作
品所属のユーザ142、及び音楽検索所属のユーザ14
3は、インターネット等の回線100で接続される。サ
ーバ側管理システム110は、上記実施例で説明したデ
ータベース10,ミドルウエア20、及び複数のアプリ
ケーションソフト30を備えている。ファンクラブ所属
のユーザ141、漫画作品所属のユーザ142、及び音
楽検索所属のユーザ143は、回線100に接続するこ
とで、それぞれのユーザが所属するファンクラブインタ
ーフェース41、漫画作品インターフェース42、音楽
検索インターフェース43をダウンロードし、これらの
インターフェースを利用してサーバ側管理システム11
0内のアプリケーションソフト30にアクセスするとと
もに、データベース10に登録されている情報にアクセ
スすることができる。これらファンクラブインターフェ
ース41、漫画作品インターフェース42、音楽検索イ
ンターフェース43は、サーバ側管理システム110か
ら提供される。なお、サーバ側管理システム110とは
別にファンクラブ管理者、漫画作品管理者、又は音楽検
索管理者等のクライアントが保有するクライアント側管
理システムから提供される形態でもよく、又はそれぞれ
のユーザ端末に保有していてもよい。
The server-side management system 110 of the database provider, a user 141 belonging to a fan club, a user 142 belonging to a manga work, and a user 14 belonging to music search.
3 is connected by a line 100 such as the Internet. The server-side management system 110 includes the database 10, the middleware 20, and the plurality of application software 30 described in the above embodiment. The user 141 belonging to the fan club, the user 142 belonging to the manga work, and the user 143 belonging to the music search are connected to the line 100 so that the fan club interface 41, the manga work interface 42, and the music search interface to which the respective users belong. 43 and download the server-side management system 11 using these interfaces.
The user can access the application software 30 in the database 10 and the information registered in the database 10. The fan club interface 41, the comic work interface 42, and the music search interface 43 are provided from the server-side management system 110. Note that, in addition to the server-side management system 110, a form provided by a client-side management system owned by a client such as a fan club manager, a manga work manager, or a music search manager may be provided, or the form may be provided in each user terminal. It may be.

【0023】次に、データベース提供者のサーバ側管理
システムとクライアント側管理システムとの構成におけ
る他の実施例について図5を用いて説明する。図5で
は、例えば社員の勤怠管理や商品管理などの独自のアプ
リケーション30とこのアプリケーション30を利用す
るためのインターフェース40をクライアント側管理シ
ステム140に備え、社員などのユーザがそれぞれの端
末装置からインターフェース40を用いてアプリケーシ
ョンソフト30にアクセスする。サーバ側管理システム
120は、上記実施例で説明したデータベース10,ミ
ドルウエア20を備えている。クライアント側管理シス
テム140内のアプリケーションソフト30は、回線1
00を介して、サーバ側管理システム120内のミドル
ウエア20でデータベース10を利用する。上述したよ
うに、データベース10は、ユーザが利用可能な汎用デ
ータ111と、ユーザに関する共通データや拡張データ
が統合されて格納される。そして、これらデータのう
ち、クライアント又はユーザの事前許諾を得ているデー
タについては、サンプリングデータとして利用すること
ができる。
Next, another embodiment of the configuration of the server side management system and the client side management system of the database provider will be described with reference to FIG. In FIG. 5, for example, a client-side management system 140 is provided with a unique application 30 such as employee attendance management and product management, and an interface 40 for using the application 30. A user such as an employee can use the interface 40 from each terminal device. Is used to access the application software 30. The server-side management system 120 includes the database 10 and the middleware 20 described in the above embodiment. The application software 30 in the client-side management system 140
00, the middleware 20 in the server-side management system 120 uses the database 10. As described above, the database 10 stores the general-purpose data 111 that can be used by the user, and the common data and extended data related to the user in an integrated manner. Then, among these data, data that has been obtained in advance by the client or the user can be used as sampling data.

【0024】次に、サーバ側管理システムにおけるデー
タベース等の利用料請求システムの一実施例を図6に基
づいて説明する。このデータベース等の利用料請求シス
テムは、それぞれのクライアント側管理システムにおけ
るデータベース利用料の徴収配分を決定するシステムで
ある。本実施例におけるデータベース等の利用料請求シ
ステムは、データ利用数集計手段61と、演算手段62
と、徴収配分決定手段63と、出力手段64とを有して
いる。データ利用数集計手段61では、それぞれのクラ
イアント側管理システム毎のユーザ登録数、ユーザの利
用回数、又はユーザの利用時間を所定のタイミングで集
計する。演算手段62では、このデータ利用数集計手段
61で集計されたそれぞれのクライアント側管理システ
ム毎のユーザ登録総数、ユーザの利用総数、又はユーザ
の利用総時間からそれぞれのクライアント側管理システ
ムでの利用率を演算する。徴収配分決定手段63ではこ
の演算手段62による演算結果に基づいてそれぞれのク
ライアント側管理システムでのデータベース利用料の徴
収配分を決定する。出力手段64では、この徴収配分決
定手段63で決定された徴収額を表示、印刷、又は送信
する。そして、データベース10へのユーザ登録数、ユ
ーザの利用回数、又はユーザの利用時間が多いクライア
ント管理システムほどデータベース利用料の徴収配分を
大きくする。このように本実施例のデータベース等の利
用料請求システムによれば、クライアント側管理システ
ムが複数存在する場合に、それぞれのクライアント側管
理システムからのデータベース利用料の徴収配分を決定
することができる。
Next, an embodiment of a usage fee billing system for a database or the like in the server-side management system will be described with reference to FIG. This usage fee billing system such as a database is a system that determines the distribution of collection of the database usage fee in each client-side management system. The usage fee billing system such as a database according to the present embodiment includes a data use number totaling unit 61 and a calculating unit 62.
And a collection distribution determining means 63 and an output means 64. The data usage counting means 61 counts the number of registered users, the number of times of use of the user, or the time of use of the user for each client-side management system at a predetermined timing. The calculating means 62 calculates the usage rate in each client-side management system from the total number of user registrations, the total number of user usages, or the total user usage time of each client-side management system totaled by the data usage totaling means 61. Is calculated. The collection distribution determination unit 63 determines the collection distribution of the database usage fee in each client-side management system based on the calculation result by the calculation unit 62. The output unit 64 displays, prints, or transmits the collection amount determined by the collection distribution determination unit 63. Then, the higher the number of user registrations in the database 10, the number of times of use of the user, or the time of use of the client by the client management system, the larger the distribution of collection of the database usage fee. As described above, according to the usage fee billing system such as the database of the present embodiment, when there are a plurality of client-side management systems, the collection and distribution of the database usage fee from each of the client-side management systems can be determined.

【0025】次に、サーバ側管理システムにおけるデー
タ利用料配分システムの一実施例を図7に基づいて説明
する。このデータ利用料配分システムは、それぞれのク
ライアント側管理システムが保有するデータの利用料支
払配分を決定するシステムである。本実施例におけるデ
ータ利用料配分システムは、データ利用数集計手段71
と、演算手段72と、支払配分決定手段73と、出力手
段74とを有している。データ利用数集計手段71で
は、データベース10に格納されたデータから所定の条
件によって抽出された一群のデータを、それぞれのクラ
イアント側管理システム毎のユーザデータに選別して集
計する。演算手段72では、このデータ利用数集計手段
71で集計されたそれぞれのクライアント側管理システ
ム毎の利用総数からそれぞれのクライアント側管理シス
テムでの利用率を演算する。支払配分決定手段73で
は、この演算手段72による演算結果に基づいてそれぞ
れのクライアント側管理システムが保有するデータの利
用料支払配分を決定する。出力手段74では、この支払
配分決定手段73で決定された支払額を表示、印刷、又
は送信する。そして、選別されたデータ数が多い利用管
理システムほどデータの利用料支払配分を多くする。こ
のように本実施例のデータ利用料配分システムによれ
ば、クライアント側管理システムが複数存在する場合
に、クライアント側管理システムが複数存在する場合
に、それぞれのクライアント側管理システムに対するデ
ータの利用料支払い配分を適正に行うことができる。
Next, an embodiment of a data usage fee distribution system in the server-side management system will be described with reference to FIG. This data usage fee distribution system is a system for determining the usage fee payment distribution of data held by each client-side management system. The data usage fee distribution system according to the present embodiment includes
, Calculation means 72, payment distribution determination means 73, and output means 74. The data usage number counting means 71 selects and counts a group of data extracted from data stored in the database 10 under predetermined conditions into user data for each client-side management system. The calculating means 72 calculates the usage rate in each client-side management system from the total number of usages of each client-side management system counted by the data usage number counting means 71. The payment distribution determining means 73 determines the usage fee payment distribution of the data held by each client-side management system based on the calculation result by the calculation means 72. The output unit 74 displays, prints, or transmits the payment amount determined by the payment distribution determining unit 73. Then, the usage management system having a larger number of selected data sets a higher usage fee payment distribution of the data. As described above, according to the data usage fee distribution system of the present embodiment, when there are a plurality of client side management systems, and when there are a plurality of client side management systems, payment of the data usage fee to each client side management system is performed. Distribution can be performed properly.

【0026】[0026]

【発明の効果】本発明によれば、複数のアプリケーショ
ンソフトに対応して共通のデータベースを利用できるよ
うにするために、これらのアプリケーションソフトとデ
ータベースとをつなぐミドルウェアを用意しておき、ま
たこれらのアプリケーションソフトをユーザーインター
フェースによって選択的に利用可能とすることにより、
その都度データベースやアプリケーションソフトの開発
を行わずに、データベースやアプリケーションの利用が
可能となる。また本発明によれば、それぞれの利用目的
にあわせたアプリケーションソフトを開発するだけで、
ユーザ端末から、あらかじめ構築されている共有化され
たデータベースを利用することができる。また本発明に
よれば、それぞれ異なるアプリケーションソフトによっ
てデータベースに格納されたデータを、共有して利用す
ることができる。また本発明によれば、クライアント側
管理システムが複数存在する場合に、それぞれのクライ
アント側管理システムからのデータベース利用料の徴収
配分を決定することができる。また本発明によれば、ク
ライアント側管理システムが複数存在する場合に、サー
バ側管理システムによるそれぞれのクライアント側管理
システムが保有するデータの利用料支払配分を決定する
ことができる。
According to the present invention, in order to use a common database corresponding to a plurality of application software, middleware for connecting the application software and the database is prepared. By making application software selectively available through the user interface,
The database and the application can be used without developing the database and the application software each time. Also, according to the present invention, only by developing application software for each purpose of use,
From the user terminal, a shared database constructed in advance can be used. Further, according to the present invention, data stored in the database by different application software can be shared and used. Further, according to the present invention, when there are a plurality of client-side management systems, it is possible to determine the distribution of collection of the database usage fee from each of the client-side management systems. Further, according to the present invention, when there are a plurality of client-side management systems, it is possible to determine, by the server-side management system, the distribution of usage fee payment of data held by each of the client-side management systems.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例によるプラットフォームシス
テムの全体構成を示す概念図
FIG. 1 is a conceptual diagram showing an overall configuration of a platform system according to an embodiment of the present invention.

【図2】同実施例によるミドルウエアの構成を示す概念
FIG. 2 is a conceptual diagram showing the configuration of middleware according to the embodiment.

【図3】同実施例によるミドルウエア内部の詳細な関係
を示す概念図
FIG. 3 is a conceptual diagram showing a detailed relationship inside the middleware according to the embodiment.

【図4】同実施例によるデータベース提供者のサーバ側
管理システムとクライアント側管理システムとの構成を
示す概念図
FIG. 4 is a conceptual diagram showing a configuration of a server-side management system and a client-side management system of a database provider according to the embodiment;

【図5】他の実施例によるデータベース提供者のサーバ
側管理システムとクライアント側管理システムとの構成
を示す概念図
FIG. 5 is a conceptual diagram showing a configuration of a server-side management system and a client-side management system of a database provider according to another embodiment.

【図6】本発明の一実施例によるサーバ側管理システム
におけるデータベース等の利用料請求システムを示すブ
ロック図
FIG. 6 is a block diagram showing a usage fee billing system for a database or the like in a server-side management system according to an embodiment of the present invention;

【図7】本発明の一実施例によるサーバ側管理システム
におけるデータ利用料配分システムを示すブロック図
FIG. 7 is a block diagram showing a data usage fee distribution system in a server-side management system according to an embodiment of the present invention;

【符号の説明】[Explanation of symbols]

10 データベース 20 ミドルウエア 30 アプリケーションソフト 40 ユーザーインターフェース 10 Database 20 Middleware 30 Application Software 40 User Interface

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 各種データを統合して格納するデータベ
ースと、複数の独立したアプリケーションソフトと、そ
れぞれの前記アプリケーションソフトからの前記データ
ベースへのデータの蓄積、又は前記データベースに格納
されたデータのそれぞれの前記アプリケーションソフト
への読み出しを可能とするミドルウェアと、少なくても
一つの前記アプリケーションソフトを利用するユーザー
インターフェースとを備えたことを特徴とするプラット
フォームサービスシステム。
1. A database for integrating and storing various types of data, a plurality of independent application software, and accumulation of data from the respective application software to the database, or each of data stored in the database. A platform service system comprising: middleware capable of reading the application software; and a user interface using at least one application software.
【請求項2】 各種データを統合して格納するデータベ
ースと、複数の独立したアプリケーションソフトと、そ
れぞれの前記アプリケーションソフトからの前記データ
ベースへのデータの蓄積、又は前記データベースに格納
されたデータのそれぞれの前記アプリケーションソフト
への読み出しを可能とするミドルウェアとをあらかじめ
構築したプラットフォームシステムであって、少なくて
も一つの前記アプリケーションソフトを利用するユーザ
ーインターフェースをクライアント側装置に提供するこ
とを特徴とするプラットフォームサービスシステム。
2. A database for integrating and storing various types of data, a plurality of independent application software, and accumulating data from the respective application software in the database, or each of data stored in the database. A platform system in which middleware capable of reading the application software is constructed in advance, wherein a platform for providing a user interface using at least one of the application software to a client device is provided. .
【請求項3】 各種データを統合して格納するデータベ
ースと、複数の独立したアプリケーションソフトと、そ
れぞれの前記アプリケーションソフトからの前記データ
ベースへのデータの蓄積、又は前記データベースに格納
されたデータのそれぞれの前記アプリケーションソフト
への読み出しを可能とするミドルウェアとをあらかじめ
構築したプラットフォームシステムであって、前記アプ
リケーションソフトをクライアント側装置に提供するこ
とを特徴とするプラットフォームサービスシステム。
3. A database for integrating and storing various types of data, a plurality of independent application software, and accumulating data from each of the application software in the database, or each of data stored in the database. A platform service system in which middleware capable of reading the application software is configured in advance, wherein the platform service system provides the application software to a client device.
【請求項4】 論理的に一つのデータベースエンジンに
複数のアプリケーションソフトから生成される各種デー
タを統合して格納し共有化したデータベースをサーバに
備え、ユーザーインターフェースによって前記アプリケ
ーションソフトを利用するクライアントと前記サーバと
がネットワークによって接続されるプラットフォームサ
ービスシステムであって、前記データベースに登録され
たデータの中から所定条件に適合するデータをサンプリ
ングデータとして抽出し、前記サンプリングデータ又は
前記サンプリングデータの集計若しくは解析結果情報を
提供することを特徴とするプラットフォームサービスシ
ステム。
4. A server which has a database in which various data generated from a plurality of application software are logically integrated and stored in a single database engine and shared by a server, and a client which uses the application software by a user interface. A platform service system in which a server and a server are connected by a network, wherein data that satisfies predetermined conditions is extracted from the data registered in the database as sampling data, and the sampling data or the totaling or analysis result of the sampling data is extracted. A platform service system that provides information.
【請求項5】 論理的に一つのデータベースエンジンに
複数のアプリケーションソフトから生成される各種デー
タを統合して格納し共有化したデータベースをサーバに
備え、ユーザーインターフェースによって前記アプリケ
ーションソフトを利用するクライアントと前記サーバと
がネットワークによって接続されるプラットフォームサ
ービスシステムであって、前記データベースに登録され
たデータの中からサンプリングデータを抽出するための
条件データと、配布内容に関する配布データとを受け付
け、抽出された前記サンプリングデータに基づいて前記
配布データを提供することを特徴とするプラットフォー
ムサービスシステム。
5. A server which is provided with a database in which various data generated from a plurality of application software are integrated and stored and shared in a logically one database engine, and a client which uses the application software by a user interface. A platform service system connected to a server via a network, wherein the server receives condition data for extracting sampling data from data registered in the database and distribution data on distribution contents, and A platform service system for providing the distribution data based on data.
【請求項6】 論理的に一つのデータベースエンジンに
複数のアプリケーションソフトから生成される各種デー
タを統合して格納し共有化したデータベースをサーバに
備え、ユーザーインターフェースによって前記アプリケ
ーションソフトを利用するクライアントと前記サーバと
がネットワークによって接続されるプラットフォームサ
ービスシステムであって、前記クライアントが、前記ア
プリケーションソフトを利用した時間、前記アプリケー
ションソフトを用いて操作した手順、及び前記アプリケ
ーションソフトを用いて選択した内容のうち少なくとも
一つのデータをユーザ拡張データとして、前記データベ
ースに格納することを特徴とするプラットフォームサー
ビスシステム。
6. A server in which a database in which various data generated from a plurality of application software are integrated and stored and shared in a logically one database engine is provided on a server, and a client which uses the application software by a user interface is provided. A server and a platform service system connected by a network, wherein the client uses at least one of a time using the application software, a procedure operated using the application software, and a content selected using the application software. A platform service system, wherein one data is stored in the database as user extension data.
【請求項7】 前記サーバは、それぞれの前記アプリケ
ーションソフトからの前記データベースへのデータの蓄
積、又は前記データベースに格納されたデータのそれぞ
れの前記アプリケーションソフトへの読み出しを可能と
するミドルウェアを備えたことを特徴とする請求項4か
ら請求項6のいずれかに記載のプラットフォームサービ
スシステム。
7. The server includes middleware that is capable of accumulating data from the respective application software in the database or reading out data stored in the database to the respective application software. The platform service system according to any one of claims 4 to 6, wherein:
【請求項8】 データベースを提供し、このデータベー
スに複数のクライアント側管理システムからの各種デー
タを格納するサーバ側管理システムにおいて、それぞれ
の前記クライアント側管理システムにおける前記データ
ベース利用料の徴収配分を決定するデータベース等の利
用料請求システムであって、それぞれの前記クライアン
ト側管理システム毎のユーザ登録数、ユーザの利用回
数、又はユーザの利用時間を所定のタイミングで集計す
るデータ利用数集計手段と、前記データ利用数集計手段
で集計されたそれぞれの前記クライアント側管理システ
ム毎のユーザ登録総数、ユーザの利用総数、又はユーザ
の利用総時間からそれぞれの前記クライアント側管理シ
ステムでの利用率を演算する演算手段と、前記演算手段
による演算結果に基づいてそれぞれの前記クライアント
側管理システムでの前記データベース利用料の徴収配分
を決定する徴収配分決定手段と、前記徴収配分決定手段
で決定された徴収額を表示、印刷、又は送信する出力手
段とを有することを特徴とするデータベース等の利用料
請求システム。
8. A server-side management system that provides a database and stores various data from a plurality of client-side management systems in the database, and determines the distribution of collection of the database usage fee in each of the client-side management systems. A usage fee billing system such as a database, wherein the number of user registrations for each of the client-side management systems, the number of times a user is used, or the number of times a user is used is counted at a predetermined timing; Calculating means for calculating the usage rate in each of the client-side management systems from the total number of registered users, the total number of users, or the total usage time of the users for each of the client-side management systems counted by the number-of-uses counting means; , Based on the calculation result by the calculation means And a collection distribution determining means for determining the distribution of the database usage fee in each of the client-side management systems, and an output means for displaying, printing, or transmitting the collection amount determined by the collection distribution determining means. A usage fee billing system for a database or the like, characterized in that:
【請求項9】 各種データを格納するデータベースを提
供するサーバ側管理システムと、前記データベースへの
データ蓄積を可能とするインターフェースを管理するク
ライアント側管理システムとを有し、前記クライアント
側管理システムが複数存在する場合において、前記サー
バ側管理システムによるそれぞれの前記クライアント側
管理システムからの前記データベース利用料の徴収配分
を決定するデータベース等の利用料請求システムであっ
て、前記データベースへのユーザ登録数、ユーザの利用
回数、又はユーザの利用時間が多いクライアント側管理
システムほど前記データベース利用料の徴収配分を大き
くしたことを特徴とするデータベース等の利用料請求シ
ステム。
9. A server-side management system that provides a database for storing various data, and a client-side management system that manages an interface that enables data to be stored in the database. When present, a usage fee billing system such as a database for determining collection and distribution of the database usage fee from each of the client side management systems by the server side management system, wherein the number of registered users in the database, A usage fee billing system for a database or the like, wherein the collection distribution of the database usage fee is increased for a client-side management system in which the number of times of use or the user's usage time is longer.
【請求項10】 データベースを提供し、このデータベ
ースに複数のクライアント側管理システムからの各種デ
ータを格納するサーバ側管理システムにおいて、それぞ
れの前記クライアント側管理システムが保有するデータ
の利用料支払配分を決定するデータ利用料配分システム
であって、前記データベースに格納されたデータから所
定の条件によって抽出された一群のデータを、それぞれ
の前記クライアント側管理システム毎のユーザデータに
選別して集計するデータ利用数集計手段と、前記データ
利用数集計手段で集計されたそれぞれの前記クライアン
ト側管理システム毎の利用総数からそれぞれの前記クラ
イアント側管理システムでの利用率を演算する演算手段
と、前記演算手段による演算結果に基づいてそれぞれの
前記クライアント側管理システムが保有する前記データ
の利用料支払配分を決定する支払配分決定手段と、前記
支払配分決定手段で決定された支払額を表示、印刷、又
は送信する出力手段とを有することを特徴とするデータ
利用料配分システム。
10. A server-side management system that provides a database and stores various data from a plurality of client-side management systems in the database, and determines a distribution of usage fee payment for data held by each of the client-side management systems. A data usage fee distribution system, wherein a group of data extracted from data stored in the database under predetermined conditions is sorted into user data for each of the client-side management systems, and the number of data usage is counted. Totalizing means, calculating means for calculating the utilization rate in each of the client-side management systems from the total number of uses for each of the client-side management systems totaled by the data use number totaling means, and a calculation result by the calculating means Based on each of the client side It has a payment distribution determining means for determining a distribution of usage fees for the data held by the management system, and an output means for displaying, printing, or transmitting the payment determined by the payment distribution determining means. Data usage fee distribution system.
【請求項11】 各種データを格納するデータベースを
提供するサーバ側管理システムと、前記データベースへ
のデータ蓄積を可能とするインターフェースを管理する
クライアント側管理システムとを有し、前記クライアン
ト側管理システムが複数存在する場合において、前記サ
ーバ側管理システムによるそれぞれの前記クライアント
側管理システムが保有する前記データの利用料支払配分
を決定するデータ利用料配分システムであって、前記デ
ータベースに格納されたデータから所定の条件によって
抽出された一群のデータを、それぞれの前記利用管理シ
ステム毎に選別し、選別されたデータ数が多い利用管理
システムほど前記データの利用料支払配分を多くしたこ
とを特徴とするデータ利用料配分システム。
11. A server-side management system that provides a database for storing various data, and a client-side management system that manages an interface that enables data to be stored in the database. A data usage fee distribution system for determining a usage fee payment distribution of the data held by each of the client-side management systems by the server-side management system, wherein the data usage fee distribution system determines a predetermined usage fee based on data stored in the database. A data usage fee, wherein a group of data extracted according to a condition is selected for each of the usage management systems, and the usage management system having a larger number of selected data has a higher usage fee payment distribution of the data. Distribution system.
JP2000079570A 2000-03-22 2000-03-22 Platform service system Withdrawn JP2001265805A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000079570A JP2001265805A (en) 2000-03-22 2000-03-22 Platform service system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000079570A JP2001265805A (en) 2000-03-22 2000-03-22 Platform service system

Publications (1)

Publication Number Publication Date
JP2001265805A true JP2001265805A (en) 2001-09-28

Family

ID=18596804

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000079570A Withdrawn JP2001265805A (en) 2000-03-22 2000-03-22 Platform service system

Country Status (1)

Country Link
JP (1) JP2001265805A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011221651A (en) * 2010-04-06 2011-11-04 Obic Co Ltd Table data retrieval apparatus, table data retrieval method and table data retrieval program
JP2015053088A (en) * 2014-12-17 2015-03-19 株式会社オービック Table data retrieval apparatus, table data retrieval method and table data retrieval program
CN112311893A (en) * 2020-11-09 2021-02-02 成都市软件产业发展中心(成都信息化技术应用发展中心) Cross-region, business and system data service middleware and data verification method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011221651A (en) * 2010-04-06 2011-11-04 Obic Co Ltd Table data retrieval apparatus, table data retrieval method and table data retrieval program
JP2015053088A (en) * 2014-12-17 2015-03-19 株式会社オービック Table data retrieval apparatus, table data retrieval method and table data retrieval program
CN112311893A (en) * 2020-11-09 2021-02-02 成都市软件产业发展中心(成都信息化技术应用发展中心) Cross-region, business and system data service middleware and data verification method

Similar Documents

Publication Publication Date Title
US9792155B2 (en) Dynamic job processing based on estimated completion time and specified tolerance time
DE69829584T2 (en) LOCALIZATION OF DEVICES AND SERVERN
US6058418A (en) Marketing data delivery system
JP2002505482A (en) Apparatus and method for data conversion and load balancing in a computer network
JP2002512411A (en) Access control method and device
CN110198530B (en) Flow-free service scheduling processing method, device, equipment and storage medium
CN106330610A (en) Load balance processing system and method
JP2001022714A (en) Server computer, load decentralization system, telephone exchange system, and load decentralizing method
JP2002358290A (en) Providing method, program and system for information processing service
JP3417374B2 (en) Server, client, client server system, load distribution method, recording medium
JP2001265805A (en) Platform service system
JP2002351762A (en) Information disclosure system
CN104852964A (en) Multifunctional server scheduling method
CN109428733A (en) A kind of method and device orienting charge on traffic
JP2002182764A (en) Asp portal server, method of providing software by using the server, and system for providing asp software
CN111400266B (en) Data processing method and system, and diagnosis processing method and device for operation event
CN105978744A (en) Resource allocation method, device and system
CN107277088B (en) High-concurrency service request processing system and method
CN117135580A (en) 5G message universal access system and method
CN113132928B (en) Charging method and device for video short message service
CN116980526A (en) Method, device and equipment for realizing multi-channel queuing machine applied to converged communication
JP4254264B2 (en) Network providing method, system, and server when using web service
JP2001060163A (en) Processor for transaction log information
CN110196874A (en) Data subscription method, device and server
CN111221858B (en) Data processing method, device and equipment

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070605