JP2001273254A - Information processor and storage medium - Google Patents

Information processor and storage medium

Info

Publication number
JP2001273254A
JP2001273254A JP2000084407A JP2000084407A JP2001273254A JP 2001273254 A JP2001273254 A JP 2001273254A JP 2000084407 A JP2000084407 A JP 2000084407A JP 2000084407 A JP2000084407 A JP 2000084407A JP 2001273254 A JP2001273254 A JP 2001273254A
Authority
JP
Japan
Prior art keywords
processing
time
date
user
information
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.)
Abandoned
Application number
JP2000084407A
Other languages
Japanese (ja)
Inventor
Yoshiharu Nakamura
善春 中村
Takeshi Iwamoto
剛 岩本
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2000084407A priority Critical patent/JP2001273254A/en
Publication of JP2001273254A publication Critical patent/JP2001273254A/en
Abandoned legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a processor capable of efficiently processing information by reducing an execution wait time related to processing such as data retrieval concerning information processing such as daily report processing or monthly total processing having previously expected processing timing or time. SOLUTION: On the basis of the frequency of processing requests from a user, a scheduler that a CPU 2 has predicts the next date/time of processing request and on that date/time, processing is requested to the CPU 2. Then, the CPU 2 executes processing corresponding to the processing request from the scheduler, stores the result into a storage medium 9 and stores execution history information thereof into an execution history file in the storage medium 9.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ユーザからの処理
要求に応じてデータ処理を行い、その処理結果を出力す
る情報処理装置および記憶媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus and a storage medium for performing data processing in response to a processing request from a user and outputting the processing result.

【0002】[0002]

【従来の技術】業務において、データ処理に必要なデー
タをデータベースから取り出す場合、データが必要とな
った時点で検索アプリケーションを起動し、データの取
り出しを行うのが一般的である。
2. Description of the Related Art In business, when data necessary for data processing is taken out of a database, it is common practice to start a retrieval application at the time when the data becomes necessary and to take out the data.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、データ
が必要となった時点で検索アプリケーションを起動し、
データの検索・抽出を行う従来の方法では、そのデータ
検索処理が完了するまでの実行待ち時間が必要であり、
業務効率が悪いという問題があった。
However, when data is needed, a search application is started,
The conventional method of searching and extracting data requires an execution waiting time until the data search process is completed.
There was a problem that work efficiency was poor.

【0004】本発明の課題は、日報処理や月度集計処理
といったあらかじめ処理時期や時間等が予想される情報
処理に対し、データ検索等の処理に係る実行待ち時間を
軽減し、効率よく情報処理を行える処理装置を提供する
ことである。
[0004] An object of the present invention is to reduce the execution waiting time related to processing such as data retrieval, etc., for information processing in which processing time and time are expected in advance such as daily report processing and monthly totaling processing, and to efficiently process information. It is an object of the present invention to provide a processing apparatus which can perform the processing.

【0005】[0005]

【課題を解決するための手段】以上の課題を解決するた
めに、請求項1記載の発明は、利用者からの定期的な処
理要求に応じて、データ処理装置(例えば、図2のサー
バ11)に対しデータ処理要求を行い、その処理結果を
出力する情報処理装置(例えば、図1の情報処理装置
1)であって、利用者から要求される各処理毎に、その
処理の実行履歴を履歴情報(例えば、図2および3の実
行履歴ファイル91)として記憶する履歴管理手段(例
えば、図1の記憶媒体9)と、前記履歴管理手段に記憶
された履歴情報に基づいて、各処理が利用者によって要
求される日時の傾向を分析し、利用者が次に要求する可
能性の高い日時を判断する判断手段(例えば、図2のス
ケジューラ20)と、前記判断手段により判断された日
時より所定時間前の日時を指定して、その処理の自動実
行のスケジュール登録を行う自動実行登録手段(例え
ば、図2のスケジューラ20)と、前記自動実行登録手
段により自動実行のスケジュールが登録された処理を指
定時間に実行し、その処理結果を前記データ処理装置か
ら取得する自動実行手段(例えば、図1のCPU2)
と、を具備することを特徴とする。
In order to solve the above-mentioned problems, the invention according to claim 1 provides a data processing device (for example, the server 11 shown in FIG. 2) in response to a periodic processing request from a user. ), And outputs a processing result to the information processing apparatus (for example, the information processing apparatus 1 in FIG. 1). For each processing requested by a user, an execution history of the processing is stored. Based on history management means (for example, the storage medium 9 in FIG. 1) for storing as history information (for example, the execution history file 91 in FIGS. 2 and 3), each process is performed based on the history information stored in the history management means. A judgment means (for example, the scheduler 20 in FIG. 2) for analyzing the tendency of the date and time requested by the user and judging the date and time that the user is likely to request next, and the date and time determined by the judgment means Before the specified time Automatic execution registration means (for example, scheduler 20 in FIG. 2) for specifying a time and registering an automatic execution schedule of the processing, and a processing in which the automatic execution schedule is registered by the automatic execution registration means at a specified time. Automatic execution means for executing and acquiring the processing result from the data processing device (for example, CPU 2 in FIG. 1)
And characterized in that:

【0006】この請求項1記載の発明によれば、利用者
からの定期的な処理要求に応じて、データ処理装置に対
しデータ処理要求を行い、その処理結果を出力する情報
処理装置において、履歴管理手段は、利用者から要求さ
れる各処理毎に、その処理の実行履歴を履歴情報として
記憶し、判断手段は、前記履歴管理手段に記憶された履
歴情報に基づいて、各処理が利用者によって要求される
日時の傾向を分析し、利用者が次に要求する可能性の高
い日時を判断し、自動実行登録手段は、前記判断手段に
より判断された日時より所定時間前の日時を指定して、
その処理の自動実行のスケジュール登録を行い、自動実
行手段は、前記自動実行登録手段により自動実行のスケ
ジュールが登録された処理を指定時間に実行し、その処
理結果を前記データ処理装置から取得する。
According to the first aspect of the present invention, in the information processing apparatus which issues a data processing request to a data processing apparatus in response to a periodic processing request from a user and outputs the processing result, The management unit stores, for each process requested by the user, the execution history of the process as history information, and the determination unit determines whether each process is performed by the user based on the history information stored in the history management unit. The automatic execution registration means specifies a date and time that is a predetermined time before the date and time determined by the determining means. hand,
A schedule for automatic execution of the processing is registered, and the automatic execution means executes the processing in which the automatic execution schedule is registered by the automatic execution registration means at a specified time, and acquires the processing result from the data processing device.

【0007】したがって、利用者の要求に応じて定期的
に実行される処理において、次回の処理要求時間を事前
に予測してあらかじめその処理を実行でき、利用者が処
理要求をした時には既に要求する処理結果を取得してお
くことができる。そのため、実行待ち時間を軽減して処
理効率を向上させることができる。
Therefore, in a process that is periodically executed in response to a user's request, the next process request time can be predicted in advance and the process can be executed in advance, and when a user requests a process, the process is already requested. Processing results can be obtained. Therefore, the execution waiting time can be reduced and the processing efficiency can be improved.

【0008】[0008]

【発明の実施の形態】以下、図1〜6を参照して本発明
に係る実施の形態を詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment according to the present invention will be described below in detail with reference to FIGS.

【0009】まず構成を説明する。図1は、本発明を適
用した情報処理装置1の内部構成を示すブロック図であ
り、図2は、クライアントとして図1の情報処理装置1
を使用したデータベース検索システムの構成(機能概
念)を示す図である。
First, the configuration will be described. FIG. 1 is a block diagram showing an internal configuration of an information processing apparatus 1 to which the present invention has been applied. FIG.
FIG. 1 is a diagram showing a configuration (functional concept) of a database search system that uses a.

【0010】図1において、情報処理装置1は、CPU
(Central Processing Unit)2、表示部3、印刷部
4、伝送制御部5、入力部6、RAM(Random Access
Memory)7、記憶装置8および記憶媒体9により構成さ
れ、記憶媒体9を除く各部はバス10に接続されてい
る。
In FIG. 1, an information processing apparatus 1 has a CPU
(Central Processing Unit) 2, display unit 3, printing unit 4, transmission control unit 5, input unit 6, RAM (Random Access Unit)
Memory) 7, a storage device 8, and a storage medium 9, and each part except the storage medium 9 is connected to a bus 10.

【0011】CPU2は、スケジューラ20またはユー
ザにより要求される処理を実行するために、後述するデ
ータベース検索処理(図4参照)を実行する。
The CPU 2 executes a later-described database search process (see FIG. 4) in order to execute a process requested by the scheduler 20 or a user.

【0012】このデータベース検索処理において、CP
U2は、まずスケジューラ20またはユーザから要求さ
れる処理内容を判別し、記憶媒体9内から保存データ検
索処理プログラムを読み出し、後述する保存データ検索
処理(図5参照)を実行する。そして、判別した処理内
容に該当する保存データは使用可か不可かの結果を取得
する。
In this database search process, the CP
U2 first determines the processing content requested by the scheduler 20 or the user, reads out the stored data search processing program from the storage medium 9, and executes the stored data search processing described later (see FIG. 5). Then, a result indicating whether the saved data corresponding to the determined processing content is usable or not is acquired.

【0013】スケジューラ20から処理要求をされた場
合、CPU2は、伝送制御部5を介してサーバ11のデ
ータベース12にアクセスし、要求される処理結果を取
得したら、その処理結果を記憶媒体9内の結果ファイル
92に格納する。そして、記憶媒体9内の実行履歴ファ
イル91の該当する最新処理結果格納ファイル名、およ
び最新格納日時の項目を該当する情報に更新し、記憶媒
体9に記憶させる。
When a processing request is received from the scheduler 20, the CPU 2 accesses the database 12 of the server 11 via the transmission control unit 5 and obtains the requested processing result. The result is stored in the result file 92. Then, the corresponding latest processing result storage file name and the latest storage date and time of the execution history file 91 in the storage medium 9 are updated to the corresponding information, and stored in the storage medium 9.

【0014】また、ユーザから処理要求をされた場合、
CPU2は、該当する保存データが使用可であれば、記
憶媒体9内の保存ファイルからその保存データを処理結
果として取得し、また、使用不可であれば、伝送制御部
5を介してサーバ11のデータベース12にアクセス
し、要求される処理結果を取得する。
When a processing request is made by a user,
The CPU 2 acquires the saved data from the saved file in the storage medium 9 as a processing result if the corresponding saved data is usable, and if not, the CPU 2 of the server 11 via the transmission control unit 5. Access the database 12 and obtain the required processing result.

【0015】さらに、CPU2は、取得した処理結果を
表示部3または印刷部4により表示または印刷させ、記
憶媒体9内からスケジュール登録処理プログラムを読み
出し、後述するスケジュール登録処理(図6参照)を実
行する。
Further, the CPU 2 causes the display unit 3 or the printing unit 4 to display or print the obtained processing result, reads out a schedule registration processing program from the storage medium 9, and executes a schedule registration processing described later (see FIG. 6). I do.

【0016】保存データ検索処理(図5参照)におい
て、CPU2は、記憶媒体9内の実行履歴ファイル91
を検索し、要求された処理内容に該当する最新処理結果
格納ファイル名称が登録されていないことを確認する
と、その保存データを使用不可とする。
In the stored data search process (see FIG. 5), the CPU 2 executes the execution history file 91 in the storage medium 9.
When it is confirmed that the latest processing result storage file name corresponding to the requested processing content is not registered, the saved data is made unusable.

【0017】また、CPU2は、該当する最新処理結果
格納ファイル名称が登録されていることを確認すると、
実行履歴ファイル91内で検索した最新格納日時より一
定時間以上経過しておらず、かつ、伝送制御部5を介し
てアクセスしたサーバ11の該当するデータベース12
の最終変更日時情報が一定時間以降更新されていないこ
とを確認し、その保存データを使用可とする。
When the CPU 2 confirms that the corresponding latest processing result storage file name is registered,
The database 12 corresponding to the server 11 accessed via the transmission control unit 5 does not exceed a predetermined time from the latest storage date and time searched in the execution history file 91.
Confirm that the last change date and time information has not been updated after a certain time, and make the saved data usable.

【0018】なお、それ以外の場合、その保存データは
使用不可とし、処理要求元がユーザであり、かつ実行履
歴ファイル91の該当する自動実行スケジュールが登録
されている場合、CPU2は、実行履歴ファイル91の
再検索回数をプラス1し、記憶媒体9に記憶させる。
In other cases, the stored data is not usable. If the processing request source is a user and the corresponding automatic execution schedule in the execution history file 91 is registered, the CPU 2 executes the execution history file. The number of re-searches 91 is incremented by one and stored in the storage medium 9.

【0019】そして、その再検索回数が一定回数以上で
あれば、登録されている自動実行スケジュールの日時を
少し遅らせて再登録し、また、再検索回数が無しであれ
ば、登録されている自動実行スケジュールを空いている
時間に再登録する。
If the number of re-searches is equal to or more than a predetermined number, the registered automatic execution schedule is re-registered with a slight delay in the date and time. Reregister the execution schedule at a free time.

【0020】さらに、スケジュール登録処理(図6参
照)において、CPU2は、記憶媒体9内の実行履歴フ
ァイル91を検索し、該当する処理名称の処理回数履歴
の該当する項目を加算する。
Further, in the schedule registration processing (see FIG. 6), the CPU 2 searches the execution history file 91 in the storage medium 9 and adds the corresponding item of the processing count history of the corresponding processing name.

【0021】また、CPU2は、図2に示すスケジュー
ラ20の機能を有する。このスケジューラ20は、記憶
媒体9内の実行履歴ファイル91を管理し、本情報処理
装置1内の時計の示す日時が、登録されている自動実行
スケジュールの日時と一致したことを確認すると、CP
U2の主機能であるプログラム30に対して該当する処
理要求を行う。
The CPU 2 has a function of the scheduler 20 shown in FIG. The scheduler 20 manages the execution history file 91 in the storage medium 9 and confirms that the date and time indicated by the clock in the information processing apparatus 1 matches the date and time of the registered automatic execution schedule.
A corresponding processing request is made to the program 30 which is the main function of U2.

【0022】また、スケジューラ20は、スケジュール
登録処理(図6参照)において、実行履歴ファイル91
の月、日および時間処理回数履歴情報から、最も処理回
数割合の高い月、日および時間を検索し、自動実行スケ
ジュールを登録する。
The scheduler 20 executes the execution history file 91 in the schedule registration process (see FIG. 6).
The month, day, and time having the highest number of processing times are searched from the month, day, and time processing number history information, and the automatic execution schedule is registered.

【0023】図2において、CPU2の主機能であるプ
ログラム30は、ユーザもしくはスケジューラ20から
の処理要求により、結果ファイル92またはサーバ11
のデータベース12から処理結果を取得し、CRTまた
はPRT等の表示部3または印刷部4に出力するととも
に、実行履歴ファイル91の該当する項目を更新する。
In FIG. 2, a program 30 which is a main function of the CPU 2 is provided with a result file 92 or a server 11 in response to a processing request from a user or the scheduler 20.
And outputs it to the display unit 3 such as a CRT or PRT or the printing unit 4 and updates the corresponding item in the execution history file 91.

【0024】図1の情報処理装置1における入力部6
は、カーソルキー、数字入力キーおよび各種機能キー等
を備えたキーボードと、ポインティングデバイスである
マウスとを備え、キーボードで押下されたキーの押下信
号をCPU2に出力するとともに、マウスによる操作信
号をCPU2に出力する。ユーザは、入力部6を介して
情報処理装置1に対する処理要求を行う。
Input unit 6 in information processing apparatus 1 of FIG.
Is provided with a keyboard having cursor keys, numeric input keys, various function keys, and the like, and a mouse as a pointing device. The CPU outputs a key press signal of the keyboard to the CPU 2 and outputs an operation signal from the mouse to the CPU 2. Output to The user makes a processing request to the information processing device 1 via the input unit 6.

【0025】表示部3は、CRT(Cathode Ray Tube)
や、液晶表示装置により構成され、CPU2から入力さ
れる表示データに基づいて、処理結果等の表示を行う。
The display unit 3 is a CRT (Cathode Ray Tube)
And a liquid crystal display device that displays processing results and the like based on display data input from the CPU 2.

【0026】印刷部4は、レーザプリンタやインクジェ
ットプリンタ等のプリンタによって構成され、CPU2
から入力される印刷データに基づいて、処理結果等を印
刷・出力する。
The printing unit 4 is constituted by a printer such as a laser printer or an ink jet printer.
And prints and outputs the processing result and the like based on the print data input from the server.

【0027】伝送制御部5は、モデム、ターミナルアダ
プタ、またはルータ等によって構成され、電話回線、I
SDN回線等の通信回線を介して外部機器との通信を行
うための制御を行う。モデムは、電話回線を介してパー
ソナルコンピュータ等の外部機器との通信を行うため
に、CPU2によって処理されたデジタルデータを電話
回線の周波数帯域にあったアナログ信号に変調し、ま
た、電話回線を介して入力されたアナログ信号をデジタ
ルデータに復調する装置である。また、ターミナルアダ
プタは、ISDN回線を介してパーソナルコンピュータ
等の外部機器との通信を行うために、既存のインターフ
ェースをISDNに対応するインターフェースに変換す
る装置である。
The transmission control unit 5 is composed of a modem, a terminal adapter, a router, or the like.
Control for communicating with an external device via a communication line such as an SDN line is performed. The modem modulates the digital data processed by the CPU 2 into an analog signal in the frequency band of the telephone line in order to communicate with an external device such as a personal computer via the telephone line. This is a device for demodulating an analog signal input thereto into digital data. The terminal adapter is a device that converts an existing interface into an interface corresponding to ISDN in order to communicate with an external device such as a personal computer via an ISDN line.

【0028】RAM7は、CPU2により実行される各
種処理プログラムや各種アプリケーションプログラムを
格納するプログラム格納エリアと、入力指示、入力デー
タおよび処理結果を一時格納するワークエリアを有す
る。
The RAM 7 has a program storage area for storing various processing programs and various application programs executed by the CPU 2, and a work area for temporarily storing input instructions, input data and processing results.

【0029】記憶装置8は、プログラムやデータ等があ
らかじめ記憶されている記憶媒体9を有しており、この
記憶媒体9は磁気的、光学的記録媒体、もしくは半導体
メモリで構成されている。この記憶媒体9は記憶装置8
に固定的に設けたもの、もしくは着脱自在に装着するも
のであり、この記憶媒体9には情報処理装置1に対応す
る各種アプリケーションプログラム、後述するデータベ
ース検索処理プログラム(図4参照)、保存データ検索
処理プログラム(図5参照)、スケジュール登録処理プ
ログラム(図6参照)および各処理プログラムで処理さ
れたデータ等を記憶する。
The storage device 8 has a storage medium 9 in which programs, data and the like are stored in advance, and this storage medium 9 is constituted by a magnetic or optical recording medium or a semiconductor memory. This storage medium 9 is a storage device 8
The storage medium 9 includes various application programs corresponding to the information processing apparatus 1, a database search processing program (see FIG. 4) described later, and a stored data search. It stores a processing program (see FIG. 5), a schedule registration processing program (see FIG. 6), data processed by each processing program, and the like.

【0030】また、この記憶媒体9に記憶するプログラ
ム、データ等は、その一部もしくは全部をサーバやクラ
イアント等の他の機器から通信回線等の伝送媒体を介し
て伝送制御部5から受信して記憶する構成にしてもよ
く、また、記憶媒体9はネットワーク上に構築されたサ
ーバの記憶媒体であってもよい。さらに、前記プログラ
ムをネットワーク回線等の伝送媒体を介してサーバやク
ライアントへ伝送してこれらの機器にインストールする
ように構成してもよい。
The programs, data, and the like stored in the storage medium 9 are partially or wholly received from the transmission control unit 5 via a transmission medium such as a communication line from another device such as a server or a client. The storage medium may be configured to be stored, and the storage medium 9 may be a storage medium of a server constructed on a network. Further, the program may be configured to be transmitted to a server or a client via a transmission medium such as a network line and installed in these devices.

【0031】また、記憶媒体9は、図3に示す実行履歴
ファイル91、結果ファイル92(図2参照)を記憶す
る記憶領域を有する。
The storage medium 9 has a storage area for storing an execution history file 91 and a result file 92 (see FIG. 2) shown in FIG.

【0032】図3において、実行履歴ファイル91は、
各処理名称毎に、スケジューラ20の要求により実行さ
れる最新の処理結果を格納する最新処理結果格納ファイ
ル名とその最新格納日時、ユーザによってその処理要求
がされた月、日および時間単位の処理回数履歴、スケジ
ューラ20により登録される自動実行スケジュール、お
よびユーザによりその処理要求された再検索回数等の情
報が格納される。
In FIG. 3, the execution history file 91 is
For each processing name, the latest processing result storage file name for storing the latest processing result executed by the request of the scheduler 20, the latest storage date and time, and the number of processing in units of month, day, and time when the processing request was made by the user Information such as a history, an automatic execution schedule registered by the scheduler 20, and the number of re-searches requested by the user for processing are stored.

【0033】自動実行スケジュールは、月、日または時
間単位処理回数履歴において、最も処理割合の高い条件
が、スケジューラ20により検索・登録される。
In the automatic execution schedule, the scheduler 20 searches and registers the condition having the highest processing ratio in the history of the number of processings in units of months, days or hours.

【0034】例えば、処理名称が月度集計処理におい
て、月単位ではどの月においても処理割合はほぼ等し
く、日単位では月末にあたる31(または30)日が一番処
理割合が高く、また時間単位では夕方である16時が一番
処理割合が高いと検索され、自動実行スケジュールは毎
月31日の16時と登録される。
For example, in the monthly totaling process, the processing ratio is almost equal in every month in the unit of month, the processing ratio is highest on the 31st (or 30) day, which is the end of the month, and in the evening in the unit of time. At 16:00, the processing rate is found to be the highest, and the automatic execution schedule is registered as 16:00 on the 31st of every month.

【0035】結果ファイル92は、各処理内容毎に対応
して存在し、スケジューラ20の要求によりあらかじめ
実行された処理結果を保存データとして格納し、実行履
歴ファイル91の最新処理結果格納ファイル名称に、そ
のファイルの名称が登録される。
The result file 92 exists corresponding to each processing content, stores processing results previously executed in response to a request from the scheduler 20 as storage data, and stores the latest processing result storage file name in the execution history file 91 as: The name of the file is registered.

【0036】次に動作を説明するNext, the operation will be described.

【0037】データベース検索処理における情報処理装
置1の動作を、図4に示すフローチャートに基づいて説
明する。
The operation of the information processing apparatus 1 in the database search processing will be described with reference to the flowchart shown in FIG.

【0038】ユーザまたはスケジューラ20によりデー
タ検索・処理を要求されると、CPU2は、記憶媒体9
内に記憶されたデータベース検索処理プログラムを読み
出し、以降のデータベース検索処理を実行する。
When a user or a scheduler 20 requests data retrieval / processing, the CPU 2 stores the data in the storage medium 9.
It reads the database search processing program stored therein, and executes the subsequent database search processing.

【0039】まず、CPU2は、要求された処理内容を
判別し(ステップS11)、この判別した処理内容に基
づいて、後述する保存データ検索処理(図5参照)を実
行する(ステップS12)。この保存データ検索処理に
より、CPU2は、その処理内容に該当する保存データ
が使用可か不可かを取得する。
First, the CPU 2 determines the requested processing content (step S11), and executes a later-described stored data search process (see FIG. 5) based on the determined processing content (step S12). By this stored data search processing, the CPU 2 acquires whether the stored data corresponding to the processing content is usable or not.

【0040】処理の要求元がスケジューラ20である場
合(ステップS13:スケジューラ)、CPU2は、サ
ーバ11のデータベース12に伝送制御部5を介してア
クセスし、上記判別された処理要求を行う(ステップS
14)。
When the processing request source is the scheduler 20 (step S13: scheduler), the CPU 2 accesses the database 12 of the server 11 via the transmission control unit 5 and makes the above-mentioned determined processing request (step S13).
14).

【0041】サーバ11のデータベース12から要求し
た処理結果を取得すると(ステップS15)、CPU2
は、処理結果を、上記判別した処理内容に該当する名称
で結果ファイル92に保存する(ステップS16)。ま
た、記憶媒体9内の実行履歴管理ファイルにおいて、上
記処理内容に該当する最新処理結果格納ファイル名称を
登録し、その最新格納日時を更新・記憶させる(ステッ
プS17)。そして、CPU2は、本データベース検索
処理を終了する。
When the requested processing result is obtained from the database 12 of the server 11 (step S15), the CPU 2
Saves the processing result in the result file 92 under the name corresponding to the determined processing content (step S16). In the execution history management file in the storage medium 9, the latest processing result storage file name corresponding to the above processing content is registered, and the latest storage date and time is updated and stored (step S17). Then, the CPU 2 ends the present database search process.

【0042】また、処理の要求元がユーザである場合
(ステップS13:ユーザ)、CPU2は、先の保存デ
ータ検索処理より取得した結果より、該当する保存デー
タが使用可であることを確認すると(ステップS18:
YES)、記憶媒体9内の保存ファイルから該当する保
存データを処理結果として取得する。
If the requester of the process is a user (step S13: user), the CPU 2 confirms that the corresponding stored data is usable based on the result obtained from the previous stored data search process (step S13: user). Step S18:
YES), the corresponding storage data is obtained from the storage file in the storage medium 9 as the processing result.

【0043】また、該当する保存データが使用不可であ
ることを確認すると(ステップS18:NO)、サーバ
11のデータベース12に伝送制御部5を介してアクセ
スし、上記判別された処理要求を行い(ステップS1
9)、その処理結果を取得する(ステップS20)。
When it is confirmed that the corresponding stored data is unusable (step S18: NO), the database 12 of the server 11 is accessed via the transmission control unit 5 to make the above-described processing request ( Step S1
9), and obtain the processing result (step S20).

【0044】そして、要求された処理内容に該当する処
理結果を取得すると、CPU2は、取得した処理結果を
表示部3または印刷部4により表示または印刷させる
(ステップS22)。
When the processing result corresponding to the requested processing content is obtained, the CPU 2 causes the display unit 3 or the printing unit 4 to display or print the obtained processing result (step S22).

【0045】さらに、CPU2は、記憶媒体9内のスケ
ジュール登録処理プログラムを読み出し、後述するスケ
ジュール登録処理(図6参照)を実行する(ステップS
23)。このスケジュール登録処理が終了すると、CP
U2は、本データベース検索処理を終了する。
Further, the CPU 2 reads out the schedule registration processing program in the storage medium 9 and executes the schedule registration processing (see FIG. 6) described later (step S).
23). When this schedule registration process is completed, the CP
U2 ends the present database search process.

【0046】保存データ検索処理における情報処理装置
1の動作を、図5に示すフローチャートに基づいて説明
する。
The operation of the information processing apparatus 1 in the stored data search processing will be described with reference to the flowchart shown in FIG.

【0047】CPU2は、判別された処理名称で記憶媒
体9内の実行履歴ファイル91を検索し(ステップS3
1)、最新処理結果格納ファイル名称が登録されていな
いことを確認すると(ステップS32:NO)、その処
理内容に該当する保存データを使用不可とする(ステッ
プS44)。そして、本保存データ検索処理を終了し、
図4のステップS13に処理を移行する。
The CPU 2 searches the execution history file 91 in the storage medium 9 with the determined processing name (step S3).
1) When it is confirmed that the name of the latest processing result storage file is not registered (step S32: NO), the stored data corresponding to the processing content is disabled (step S44). Then, the present saved data search process ends,
The process proceeds to step S13 in FIG.

【0048】また、CPU2は、実行履歴ファイル91
の最新処理結果格納ファイル名称が登録されていること
を確認すると(ステップS32:YES)、続いて本情
報処理装置1内の時計から取得した現在の日時が、実行
履歴管理ファイルを検索して取得した最新格納日時から
一定時間内であれば(ステップS33:NO)、伝送制
御部5を介してサーバ11にアクセスし、上記処理要求
データを含むデータベース12の最終変更日時情報を取
得する(ステップS34)。
The CPU 2 executes the execution history file 91
After confirming that the latest processing result storage file name is registered (step S32: YES), the current date and time obtained from the clock in the information processing apparatus 1 is obtained by searching the execution history management file. If it is within a predetermined time from the latest storage date and time (step S33: NO), the server 11 is accessed via the transmission control unit 5 and the last change date and time information of the database 12 including the processing request data is obtained (step S34). ).

【0049】そして、この取得した最終変更日時が、先
の最新格納日時よりも一定時間以降に更新されていなけ
れば(ステップS35:NO)、該当する保存データを
使用可とする(ステップS36)。そして、本保存デー
タ検索処理を終了し、図4のステップS13に処理を移
行する。
If the acquired last change date and time is not updated after a predetermined time from the latest storage date and time (step S35: NO), the corresponding saved data can be used (step S36). Then, the main storage data search process is completed, and the process proceeds to step S13 in FIG.

【0050】また、CPU2は、ステップS33におい
て現在の日時が該当する処理内容の最新格納日時より一
定時間以上経過している場合(ステップS33:YE
S)、もしくは、サーバ11の該当するデータベース1
2がその最新格納日時以降に更新されている場合(ステ
ップS35:YES)、該当する保存データを使用不可
とする(ステップS37)。
In step S33, the CPU 2 determines that the current date and time has passed a predetermined time or more from the latest storage date and time of the corresponding processing content (step S33: YE
S) or the corresponding database 1 of the server 11
2 is updated after the latest storage date and time (step S35: YES), the corresponding stored data is made unusable (step S37).

【0051】さらに、処理の要求元がユーザであり(ス
テップS38:YES)、かつ、実行履歴ファイル91
の該当する自動実行スケジュールが登録されていれば
(ステップS39:YES)、再検索回数を1加算し
(ステップS40)、記憶媒体9に記憶させる。
Further, the requester of the process is the user (step S38: YES), and the execution history file 91
If the corresponding automatic execution schedule is registered (step S39: YES), the re-search number is incremented by 1 (step S40) and stored in the storage medium 9.

【0052】そして、その再検索回数が一定回数以上で
あれば(ステップS41:一定回数以上)、登録されて
いる自動実行スケジュールの日時を少し遅らせて再登録
し(ステップS42)、また、再検索回数が無しであれ
ば(ステップS41:無)、自動実行スケジュールの日
時を深夜等の空いている時間帯に再登録する(ステップ
S43)。
If the number of times of re-search is more than a certain number (step S41: more than a certain number of times), the date and time of the registered automatic execution schedule are re-registered with a slight delay (step S42). If the number of times is not present (step S41: no), the date and time of the automatic execution schedule is re-registered in a vacant time zone such as midnight (step S43).

【0053】以上の処理を行うと、CPU2は、本保存
データ検索処理を終了し、図4のステップ13に処理を
移行する。
When the above processing is performed, the CPU 2 ends the stored data search processing, and shifts the processing to step 13 in FIG.

【0054】なお、ステップS38において処理の要求
元がスケジューラ20である場合(ステップS38:N
O)、または、ステップS39において実行履歴ファイ
ル91に自動実行スケジュールが登録されていない場合
(ステップS39:NO)、CPU2は、そのまま本保
存データ検索処理を終了し、図4のステップS13に処
理を移行する。
In step S38, when the processing request source is the scheduler 20 (step S38: N
O) Or, if the automatic execution schedule is not registered in the execution history file 91 in step S39 (step S39: NO), the CPU 2 ends the main saved data search processing as it is, and proceeds to step S13 in FIG. Transition.

【0055】スケジュール登録処理における情報処理装
置1の動作を、図6に示すフローチャートに基づいて説
明する。
The operation of the information processing apparatus 1 in the schedule registration process will be described with reference to the flowchart shown in FIG.

【0056】CPU2は、ユーザにより処理要求され、
またその処理が完了されると、続いて以降の処理を実行
する。
The CPU 2 is requested to process by the user,
When the processing is completed, the subsequent processing is subsequently executed.

【0057】まず、CPU2は、実行履歴ファイル91
内の要求された処理名称に該当する月、日および時間処
理回数履歴の項目を加算し、記憶媒体9に記憶させる
(ステップS51)。
First, the CPU 2 executes the execution history file 91
And the month, day, and time processing history items corresponding to the requested processing name are added and stored in the storage medium 9 (step S51).

【0058】そして、スケジューラ20は、これらの
月、日および時間処理回数履歴情報から、最も処理回数
割合の高い月、日および時間を検索し、自動実行スケジ
ュールを登録する(ステップS52)。
Then, the scheduler 20 searches the month, day, and time processing number history information for the month, day, and time having the highest processing number ratio, and registers an automatic execution schedule (step S52).

【0059】以上の処理を行うと、CPU2は、本スケ
ジュール登録処理を終了し、図4のステップS23に処
理を移行する。
After performing the above processing, the CPU 2 ends the present schedule registration processing and shifts the processing to step S23 in FIG.

【0060】以上のように、ユーザからの要求により定
期的に実行される業務処理において、次回の処理要求時
間を事前に予測してあらかじめ実行しておくことによ
り、ユーザが処理を要求したときには既に検索等の処理
結果が得られており、実行待ち時間を軽減することがで
きる。
As described above, in the business process that is periodically executed in response to a request from the user, the time required for the next process is predicted in advance and executed in advance, so that when the user requests the process, Processing results such as search are obtained, and the execution waiting time can be reduced.

【0061】また、日時情報に基づいて事前に取得した
処理結果(保存データ)を、使用可能か否かを判断する
ことにより、より精度の高い処理結果を得ることができ
る。
Further, it is possible to obtain a more accurate processing result by determining whether or not the processing result (stored data) acquired in advance based on the date and time information is usable.

【0062】さらに、ユーザの要求頻度に応じて自動実
行スケジュールを調整することにより、より適切な日時
に事前に検索等の処理を実行でき、日常業務の処理効率
を向上させることができる。
Further, by adjusting the automatic execution schedule in accordance with the frequency requested by the user, it is possible to execute processing such as retrieval in advance at a more appropriate date and time, thereby improving the processing efficiency of daily work.

【0063】[0063]

【発明の効果】請求項1または5記載の発明によれば、
利用者の要求に応じて定期的に実行される処理におい
て、次回の処理要求時間を事前に予測してあらかじめそ
の処理を実行でき、利用者が処理要求をした時には既に
要求する処理結果を取得しておくことができる。そのた
め、実行待ち時間を軽減して処理効率を向上させること
ができる。
According to the first or fifth aspect of the present invention,
In processing that is periodically executed in response to a user request, the next processing request time can be predicted in advance and the processing can be executed in advance, and when the user makes a processing request, the requested processing result is already obtained. Can be kept. Therefore, the execution waiting time can be reduced and the processing efficiency can be improved.

【0064】請求項2記載の発明によれば、請求項1記
載の発明の効果に加え、あらかじめ取得した処理結果を
記憶することにより、その処理結果に基づいて、利用者
に要求される処理結果を出力できる。
According to the second aspect of the present invention, in addition to the effect of the first aspect of the present invention, by storing the previously obtained processing result, the processing result requested by the user based on the processing result is obtained. Can be output.

【0065】請求項3記載の発明によれば、請求項1記
載の発明の効果に加え、あらかじめ処理を実行した日時
情報を記憶することにより、その取得した処理結果を利
用者が要求する処理結果に代用可能か否かを判断でき、
さらに精度の高い処理結果を得られ、処理効率を向上さ
せることができる。
According to the third aspect of the present invention, in addition to the effect of the first aspect of the present invention, by storing in advance the date and time information of the execution of the processing, the processing result requested by the user is obtained. Can be determined whether or not
Further, a highly accurate processing result can be obtained, and the processing efficiency can be improved.

【0066】請求項4記載の発明によれば、請求項3記
載の発明の効果に加え、利用者の要求頻度に応じてその
処理に対する事前実行が行え、さらに処理効率を向上さ
せることができる。
According to the fourth aspect of the present invention, in addition to the effect of the third aspect of the present invention, the processing can be performed in advance according to the request frequency of the user, and the processing efficiency can be further improved.

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

【図1】情報処理装置1の内部構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing an internal configuration of an information processing apparatus 1.

【図2】情報処理装置1を使用するデータベース検索シ
ステムの構成(機能概念)を示す図である。
FIG. 2 is a diagram showing a configuration (functional concept) of a database search system using the information processing apparatus 1;

【図3】記憶媒体9に記憶される実行履歴ファイル91
を示す図である。
FIG. 3 is an execution history file 91 stored in a storage medium 9;
FIG.

【図4】データベース検索処理を表すフローチャートで
ある。
FIG. 4 is a flowchart illustrating a database search process.

【図5】保存データ検索処理を表すフローチャートであ
る。
FIG. 5 is a flowchart illustrating a stored data search process.

【図6】スケジュール登録処理を表すフローチャートで
ある。
FIG. 6 is a flowchart illustrating a schedule registration process.

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

1 情報処理装置 2 CPU 3 表示部 4 印刷部 5 伝送制御部 6 入力部 7 RAM 8 記憶装置 9 記憶媒体 91 実行履歴ファイル 92 結果ファイル 10 バス 11 サーバ 12 データベース 20 スケジューラ Reference Signs List 1 information processing device 2 CPU 3 display unit 4 printing unit 5 transmission control unit 6 input unit 7 RAM 8 storage device 9 storage medium 91 execution history file 92 result file 10 bus 11 server 12 database 20 scheduler

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】利用者からの定期的な処理要求に応じて、
データ処理装置に対しデータ処理要求を行い、その処理
結果を出力する情報処理装置であって、 利用者から要求される各処理毎に、その処理の実行履歴
を履歴情報として記憶する履歴管理手段と、 前記履歴管理手段に記憶された履歴情報に基づいて、各
処理が利用者によって要求される日時の傾向を分析し、
利用者が次に要求する可能性の高い日時を判断する判断
手段と、 前記判断手段により判断された日時より所定時間前の日
時を指定して、その処理の自動実行のスケジュール登録
を行う自動実行登録手段と、 前記自動実行登録手段により自動実行のスケジュールが
登録された処理を指定時間に実行し、その処理結果を前
記データ処理装置から取得する自動実行手段と、 を具備することを特徴とする情報処理装置。
1. In response to a periodic processing request from a user,
An information processing device for issuing a data processing request to a data processing device and outputting the processing result, wherein for each process requested by a user, history management means for storing an execution history of the process as history information; Based on the history information stored in the history management means, analyze the tendency of the date and time each process is requested by the user,
Determining means for determining the date and time when the user is likely to request next; and automatic execution for specifying a date and time a predetermined time before the date and time determined by the determining means and registering a schedule for automatic execution of the processing. A registration unit; and an automatic execution unit configured to execute, at a designated time, a process in which an automatic execution schedule is registered by the automatic execution registration unit, and obtain a processing result from the data processing device. Information processing device.
【請求項2】前記自動実行手段により取得した処理結果
を記憶し、その後利用者によって処理要求された場合に
は、当該記憶された取得済みの処理結果に基づく情報を
出力する取得情報利用手段をさらに具備することを特徴
とする請求項1記載の情報処理装置。
2. An acquisition information using means for storing a processing result obtained by the automatic execution means and outputting information based on the stored obtained processing result when a processing is requested by a user thereafter. The information processing apparatus according to claim 1, further comprising:
【請求項3】前記自動実行手段により処理結果を取得し
た日時情報を記憶する取得日時記憶手段と、 利用者によるその処理に対する処理要求があった場合
に、前記取得日時記憶手段に記憶された日時情報に基づ
いて、前記自動実行手段により取得された処理結果を当
該要求された処理結果として代用可能か否かを判断する
代用可能性判断手段と、 前記代用可能性判断手段により代用可能でないと判断さ
れた場合に、前記データ処理装置に対して再度データ処
理要求を行い、その処理結果を再取得する再取得手段
と、 をさらに具備することを特徴とする請求項1記載の情報
処理装置。
3. An acquisition date / time storage means for storing date / time information on the processing result obtained by the automatic execution means, and a date / time stored in the acquisition date / time storage means when a processing request for the processing is made by a user. A substitutability determining unit that determines whether or not the processing result obtained by the automatic execution unit can be substituted as the requested processing result based on the information; and that the substituting possibility determining unit determines that the substituting is not possible. 2. The information processing apparatus according to claim 1, further comprising: a re-acquisition unit configured to make a data processing request to the data processing apparatus again when the processing is performed, and to acquire the processing result again.
【請求項4】前記代用可能性判断手段により判断される
処理結果を代用した状況に応じて、前記自動実行登録手
段により再度自動実行のスケジュール登録を行い日時を
調整する調整手段をさらに具備することを特徴とする請
求項3記載の情報処理装置。
4. The apparatus according to claim 1, further comprising adjusting means for registering the automatic execution schedule again by said automatic execution registering means and adjusting the date and time in accordance with a situation in which the processing result determined by said substitute possibility determining means is substituted. 4. The information processing apparatus according to claim 3, wherein:
【請求項5】利用者からの定期的な処理要求に応じて、
データ処理装置に対しデータ処理要求を行い、その処理
結果を出力するためのコンピュータが実行可能なプログ
ラムを格納した記憶媒体であって、 利用者から要求される各処理毎に、その処理の実行履歴
を履歴情報として記憶するためのコンピュータが実行可
能なプログラムコードと、 前記記憶された履歴情報に基づいて、各処理が利用者に
よって要求される日時の傾向を分析し、利用者が次に要
求する可能性の高い日時を判断するためのコンピュータ
が実行可能なプログラムコードと、 前記判断された日時より所定時間前の日時を指定して、
その処理の自動実行のスケジュール登録を行うためのコ
ンピュータが実行可能なプログラムコードと、 前記自動実行のスケジュールが登録された処理を指定時
間に実行し、その処理結果を前記データ処理装置から取
得するためのコンピュータが実行可能なプログラムコー
ドと、 を含むことを特徴とする記憶媒体。
5. In response to a periodic processing request from a user,
A storage medium storing a computer-executable program for making a data processing request to a data processing device and outputting the processing result, and for each processing requested by a user, an execution history of the processing. Based on the stored history information, a computer-executable program code for storing the history information is used to analyze the tendency of the date and time when each process is requested by the user, and the user requests next. A computer-executable program code for determining a likely date and time, and specifying a date and time a predetermined time before the determined date and time,
A computer-executable program code for registering an automatic execution schedule of the processing; and executing the processing in which the automatic execution schedule is registered at a specified time, and obtaining the processing result from the data processing apparatus. A computer-readable storage medium comprising: a computer-executable program code.
JP2000084407A 2000-03-24 2000-03-24 Information processor and storage medium Abandoned JP2001273254A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000084407A JP2001273254A (en) 2000-03-24 2000-03-24 Information processor and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000084407A JP2001273254A (en) 2000-03-24 2000-03-24 Information processor and storage medium

Publications (1)

Publication Number Publication Date
JP2001273254A true JP2001273254A (en) 2001-10-05

Family

ID=18600887

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000084407A Abandoned JP2001273254A (en) 2000-03-24 2000-03-24 Information processor and storage medium

Country Status (1)

Country Link
JP (1) JP2001273254A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008209982A (en) * 2007-02-23 2008-09-11 Casio Comput Co Ltd Server device, client device, remote connection system and program
JP2010128831A (en) * 2008-11-28 2010-06-10 Nomura Research Institute Ltd Data retrieval system, method and computer program
JP2012238338A (en) * 2012-08-30 2012-12-06 Casio Comput Co Ltd Information processing device and program
JP2014049141A (en) * 2013-10-17 2014-03-17 Casio Comput Co Ltd Information processing device and program
US10108380B2 (en) 2016-10-27 2018-10-23 Fuji Xerox Co., Ltd. Information processing apparatus that acquires information from external apparatus and non-transitory computer readable medium storing program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008209982A (en) * 2007-02-23 2008-09-11 Casio Comput Co Ltd Server device, client device, remote connection system and program
JP2010128831A (en) * 2008-11-28 2010-06-10 Nomura Research Institute Ltd Data retrieval system, method and computer program
JP2012238338A (en) * 2012-08-30 2012-12-06 Casio Comput Co Ltd Information processing device and program
JP2014049141A (en) * 2013-10-17 2014-03-17 Casio Comput Co Ltd Information processing device and program
US10108380B2 (en) 2016-10-27 2018-10-23 Fuji Xerox Co., Ltd. Information processing apparatus that acquires information from external apparatus and non-transitory computer readable medium storing program

Similar Documents

Publication Publication Date Title
KR101099262B1 (en) Client side rendering of printable documents in a network
US7185007B2 (en) Information processing apparatus, information processing method, information processing program service providing apparatus, service providing method, service providing program and recording medium
US20060064456A1 (en) Multistep master data cleansing in operative business processes
US8683029B2 (en) Web service system, schedule execution apparatus and control method thereof
US20050120180A1 (en) Cache time determination
JP4880376B2 (en) Support apparatus, program, information processing system, and support method
EP1594035A2 (en) Apparatus and method for providing authentication information
US20120254309A1 (en) Information processing apparatus and method, electronic device and control method thereof, and log collection system
JP2002132742A (en) Method and device for performing service
JPH08287095A (en) Device and method for automatically acquiring information
JPH06187213A (en) File access history control system
JP2001273254A (en) Information processor and storage medium
CN108520401B (en) User list management method, device, platform and storage medium
US6707470B1 (en) Apparatus for and method of gathering information, which can automatically obtain HTML file of URL even if user does not specify URL
JP4215710B2 (en) Data transmission method to client and update data execution control method
CN111125156A (en) Data query method and device and electronic equipment
EP1521175A2 (en) Program, apparatus and method for downloading and installing a program
CN115455042A (en) Data processing method, apparatus and computer readable storage medium
US20070078821A1 (en) System and method for managing history of plant data
CN110035044A (en) Information processing system and information processing method
JP3296570B2 (en) File transfer method
JP2001075850A (en) Method for processing data cache, and cache device
CN112416401B (en) Data updating method, device and equipment
JPH0778101A (en) Electronic file management device
JP2002351629A (en) Print system and information processor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20031215

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060606

A762 Written abandonment of application

Free format text: JAPANESE INTERMEDIATE CODE: A762

Effective date: 20060720