JPH01307833A - Processing system for inference based on preload of knowledge - Google Patents

Processing system for inference based on preload of knowledge

Info

Publication number
JPH01307833A
JPH01307833A JP63139857A JP13985788A JPH01307833A JP H01307833 A JPH01307833 A JP H01307833A JP 63139857 A JP63139857 A JP 63139857A JP 13985788 A JP13985788 A JP 13985788A JP H01307833 A JPH01307833 A JP H01307833A
Authority
JP
Japan
Prior art keywords
knowledge
knowledge base
history information
file
inference
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.)
Pending
Application number
JP63139857A
Other languages
Japanese (ja)
Inventor
Nobuyuki Baba
信行 馬場
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP63139857A priority Critical patent/JPH01307833A/en
Publication of JPH01307833A publication Critical patent/JPH01307833A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To quickly raise a system and shorten the I/O time of the whole of the system by preliminarily selecting and loading a knowledge having a high frequency in use and saving states of the system. CONSTITUTION:A knowledge base management means 6 loads a knowledge base existing on a secondary storage onto a primary storage, and inference is performed by an inference means 1. Log information of the use of knowledges by the means 1 is stored in a knowledge base information file 8. A system restart control means 5 discriminates whether the processing is a check point processing or not. The means 5 outputs an indication to a knowledge base log information management means 4 in response to this discrimination. After the system is operated for a certain time, the means 4 selects a knowledge having a high frequency in use in accordance with log information in the file 8 and determines it as the preload object. The means 6 preloads this knowledge from the base 9. A check point means 2 saves states of the system.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、二次記憶から推論時に必要となった知識を主
記憶に動的にロードする知識情報処理システムの処理方
式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a processing method for a knowledge information processing system that dynamically loads knowledge required at the time of inference from secondary storage into main memory.

〔従来の技術〕[Conventional technology]

従来の処理方式では、実行に先立って全知識をメモリ上
にプリロードするか、もしくは、実行時に必要となる度
にロードされていない知識または知識セットをロードし
ていた。
Conventional processing methods either preload all knowledge into memory prior to execution, or load unloaded knowledge or knowledge sets each time they are needed during execution.

また、チェックポイントファイル手段、および、リスタ
ート手段は、オペレーティングシステム上でその機能が
従来より知られており、知識情報処理システム核言語と
されているリスプ(LISP)にも同様の機能を持つも
のが存在する。
In addition, the checkpoint file means and restart means have long been known functions in operating systems, and have similar functions in LISP, which is considered to be the core language of knowledge information processing systems. exists.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

本発明が解決しようとしている課題は、以下の通りであ
る。
The problems to be solved by the present invention are as follows.

実行に先立って全知識をメモリ上にプリロードする方式
は、知識量にに比例してシステムの立ち上がりが遅くな
るとともに、“′実行時に使用した知識数/ロードした
知識数″の割合が低くなるため、システムの全体性能が
低下する。また、知識量が多い場合には大量の主記憶が
必要となる。
The method of preloading all knowledge into memory before execution slows down the startup of the system in proportion to the amount of knowledge, and also reduces the ratio of ``Number of knowledge used during execution/Number of knowledge loaded''. , the overall performance of the system decreases. Furthermore, if the amount of knowledge is large, a large amount of main memory is required.

実行時に必要となる度に、ロードされていない知識また
は知識セットをロードする方式は、たしかに前者と比べ
るとシステムの立ち上がりは早いが、使用頻度の高い知
識または知識セットをメモリ上にプリロードした方が推
論を高速化できる。
It is true that the method of loading unloaded knowledge or knowledge sets every time they are needed at runtime will start up the system faster than the former method, but it is better to preload frequently used knowledge or knowledge sets into memory. It can speed up inference.

〔課題を解決するための手段〕[Means to solve the problem]

上述の課題を解決するために、 推論手段と、二次記憶上に存在する知識ベースを必要に
応じて一次記憶上にロードすることも含め、知識ベース
を管理する知識ベース管理手段と、システムの状態を退
避するチェックポイントファイル手段と、 このチェックポイントファイル手段を使用して退避され
た状態を復元することにより、システムのリスタート行
うリスタート手段と、 推論手段により知識また知識セットが使用された時の履
歴情報を、知識ベース履歴情報ファイルに管理し、シス
テムが一定期間稼働した後で、前記知識ベース履歴情報
ファイルの履歴情報から使用頻度の高い知識または知識
セットを選択し、選択された知識または知識セットをプ
リロード対象と決定する知識ベース履歴情報管理手段と
、この知識履歴情報管理手段によって選択された知識ま
たは知識セットを、前記知識ベース管理手段によってプ
リロードし、その時のシステム状態を前記チエツクポイ
ント手段によりチェックポイントファイルに保存し、利
用者が実際に業務に使用する際に前記リスタート手段に
よりリスタートさせることを制御するシステムリスター
ト制御手段とを有する。
In order to solve the above-mentioned problems, we need an inference means, a knowledge base management means for managing the knowledge base, including loading the knowledge base existing in the secondary memory onto the primary memory as necessary, and a system. A checkpoint file means for saving the state; a restart means for restarting the system by restoring the saved state using the checkpoint file means; and knowledge or a knowledge set used by the inference means. After the system has been operating for a certain period of time, frequently used knowledge or knowledge sets are managed from the history information in the knowledge base history information file, and the selected knowledge is stored in a knowledge base history information file. or a knowledge base history information management means that determines a knowledge set to be preloaded, and the knowledge or knowledge set selected by the knowledge history information management means is preloaded by the knowledge base management means, and the system state at that time is checked at the checkpoint. and a system restart control means for controlling the system to be saved in a checkpoint file by the means and to be restarted by the restart means when the user actually uses it for business.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して、説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図を参照すると、本発明の一実施例は、推論手段1
、二次記憶上に存在する知識ベース9を必要に応じて一
次記憶上にロードすることも含め、知識ベース9を管理
する知識ベース管理手段6と、システムの現状態をチェ
ックポイントファイル7に退避するチエツクポイント手
段2と、前記チェックポイントファイル7を使用して退
避した状態を復元することにより、プリロードされた状
態でシステムのリスタートを行うリスタート手段3と、
推論手段1により知識または知識セット使用時の履歴情
報を知識ベース履歴情報ファイル8に管理し、システム
が一定期間稼働した後で前記知識ベース履歴情報ファイ
ル8の履歴情報から使用頻度の高い知識または知識セッ
トを選択し、選択された知識または知識セットをプリロ
ード対象と決定する知識ベース履歴情報管理手段4と、
この知識履歴情報管理手段4により選択された活性頻度
の高い知識または知識セットを前記知識ベース管理手段
6によりプリロードし、その時のシステム状態を前記チ
エツクポイント手段2によりチェックポイントファイル
7に保存し、利用者が実際に業務に使用する際に前記リ
スタート手段3によりシステム再開のためシステムをリ
スタートさせることを制御するシステムリスタート制御
手段5とを含む。
Referring to FIG. 1, one embodiment of the present invention includes reasoning means 1
, a knowledge base management means 6 that manages the knowledge base 9, including loading the knowledge base 9 existing on the secondary storage onto the primary storage as necessary, and saving the current state of the system to the checkpoint file 7. a checkpoint means 2 for restarting the system in a preloaded state by restoring the saved state using the checkpoint file 7;
The inference means 1 manages history information when knowledge or knowledge sets are used in a knowledge base history information file 8, and after the system has been operating for a certain period of time, frequently used knowledge or knowledge is determined from the history information in the knowledge base history information file 8. knowledge base history information management means 4 for selecting a set and determining the selected knowledge or knowledge set as a preload target;
The knowledge or knowledge set with a high activation frequency selected by the knowledge history information management means 4 is preloaded by the knowledge base management means 6, and the system status at that time is saved in the checkpoint file 7 by the checkpoint means 2 and used. and a system restart control means 5 for controlling the restart means 3 to restart the system when a person actually uses it for business.

前記知識ベース履歴情報管理手段4は、すなわち、推論
手段1を通じて知識ベース管理手段6により使用された
知識ベース9上の知識の使用履歴情報を知識ベース履歴
情報ファイル8に管理する手段であるとともに、システ
ムが一定期間稼働した後、前記知識ベース履歴情報ファ
イル8の知識の使用履歴情報により活性頻度の高い知識
または知識セットを選択する手段である。
The knowledge base history information management means 4 is a means for managing usage history information of knowledge on the knowledge base 9 used by the knowledge base management means 6 through the inference means 1 in the knowledge base history information file 8, and After the system has been operating for a certain period of time, this means selects knowledge or knowledge sets with high activation frequency based on the knowledge usage history information in the knowledge base history information file 8.

次に本発明の一実施例の動作を詳細に説明する。Next, the operation of one embodiment of the present invention will be explained in detail.

第1図を参照すると知識ベース管理手段6は二次記憶上
に存在する知識ベース9を一次記憶上にロードし、推論
手段1により推論が行われる。この推論手段1により知
識または知識セットが使用された時の履歴情報が知識ベ
ース履歴情報ファイル8に格納される。
Referring to FIG. 1, the knowledge base management means 6 loads the knowledge base 9 existing on the secondary storage onto the primary storage, and the inference means 1 performs inference. History information when knowledge or knowledge sets are used by this reasoning means 1 is stored in the knowledge base history information file 8.

第3図には知識ベース履歴情報ファイル8に格納される
履歴情報の一例が示されている。すなわち、履歴情報は
、知識につけられた名前である知識名8−1、知識がど
のファイルに属するかを示すための外部ファイル名8−
2、およびたとえば使用回数のようなどの程度知識が使
用されたか否かを示す指標である使用頻度8−3を有し
ている。
FIG. 3 shows an example of history information stored in the knowledge base history information file 8. That is, the history information includes a knowledge name 8-1, which is a name given to knowledge, and an external file name 8-1, which indicates which file the knowledge belongs to.
2, and a frequency of use 8-3, which is an index indicating whether or not the degree of knowledge has been used, such as the number of times it has been used.

第1図および第2図を参照すると、システムリスタート
制御手段5は処理がチエツクポイント処理か否かを判定
する(5−1)。チエツクポイント処理との判定に応答
して、手段5は知識ベース履歴情報管理手段4に指示を
出す。システムが一定期間稼働した後で管理手段4は、
知識ベース履歴情報ファイル8の履歴情報から使用頻度
の高い知識または知識セットを選択し、選択された知識
または知識セットをプリロード対象と決定する(5−3
)。次に、知識ベース管理手段6は知識ベース9から該
当知識をプリロードする(5−5)。制御手段5からの
指示に応答してチエツクポイント手段2は、その時のシ
ステムの状態をチェックポイントファイル7に退避する
Referring to FIGS. 1 and 2, the system restart control means 5 determines whether the process is a checkpoint process (5-1). In response to the determination of checkpoint processing, the means 5 issues an instruction to the knowledge base history information management means 4. After the system has been operating for a certain period of time, the management means 4
Select frequently used knowledge or knowledge sets from the history information in the knowledge base history information file 8, and decide the selected knowledge or knowledge sets to be preloaded (5-3
). Next, the knowledge base management means 6 preloads the relevant knowledge from the knowledge base 9 (5-5). In response to an instruction from the control means 5, the checkpoint means 2 saves the current state of the system to the checkpoint file 7.

この後、利用者が実際に業務に使用する場合を想定する
After this, we will assume that the user will actually use it for business purposes.

システムリスタート処理は、システムリスタート制御手
段5で判定される(5−2)。この判定に応答してシス
テムリスタート制御手段5は、リスタート手段3に指示
を出す。この指示に応答して、リスタート手段(5−4
)はチェックポイントファイル7に退避されたシステム
状態を復元させ、システムを再開させる(5−4)。こ
の結果、選択された知識がプリロードされた状態でシス
テムが起動される。
The system restart process is determined by the system restart control means 5 (5-2). In response to this determination, the system restart control means 5 issues an instruction to the restart means 3. In response to this instruction, the restart means (5-4
) restores the system state saved in the checkpoint file 7 and restarts the system (5-4). As a result, the system is started with the selected knowledge preloaded.

〔発明の効果〕〔Effect of the invention〕

以上の説明により、本発明は、知識情報処理システムに
おいて、活性頻度の高い知識を選択し、あらかじめロー
ドしておき、システムを退避させることで、実際に利用
者が使用する際に、システムの高速な立ち上がり可能と
し、かつ、実行時に必要となる知識でかつプリロードさ
れている知識に関しては、Iloを行う必要がないため
、全体のI10時間が減少し、性能が向上する。
As described above, the present invention selects frequently activated knowledge in a knowledge information processing system, loads it in advance, and saves the system, thereby increasing the speed of the system when actually used by the user. As for the knowledge that is required at the time of execution and is preloaded, there is no need to perform Ilo, so the overall I10 time is reduced and performance is improved.

また、チェックポイントファイルを利用者ごとに設ける
ことで利用者に依存した使用頻度の高い知識をプリロー
ドできるため、利用者に使用特性にあった高速化が期待
できる。
In addition, by providing a checkpoint file for each user, it is possible to preload knowledge that is frequently used depending on the user, which can be expected to speed up the process according to the user's usage characteristics.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例の構成を示す図、第2図はシ
ステムリスタート制御手段5を中心とした一実施例の動
作を説明するための流れ図および、第3図は知識ベース
履歴情報ファイルに蓄積される履歴情報の一例を示すで
ある。 図において、1・・・・・・推論手段、2・・・・・・
チエツクポイント手段、3・・・・・・リスタート手段
、4・・・・・・知識ベース履歴情報管理手段、5・・
・・・・システムリスタート制御手段、6・・・・・・
知識ベース管理手段、7・・・・・・チェックポイント
ファイル、8・・・・・・知識ベース履歴情報ファイル
、9・・・・・・知識ベースである。 代理人 弁理士 内 原   晋 茅 2 目 $ 3 回
FIG. 1 is a diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a flowchart for explaining the operation of the embodiment centered on the system restart control means 5, and FIG. 3 is a knowledge base history An example of history information accumulated in an information file is shown below. In the figure, 1...inference means, 2...
Check point means, 3... Restart means, 4... Knowledge base history information management means, 5...
...System restart control means, 6...
Knowledge base management means, 7... Checkpoint file, 8... Knowledge base history information file, 9... Knowledge base. Agent Patent Attorney Shinkyo Uchihara 2nd $ 3rd

Claims (1)

【特許請求の範囲】 知識を推論する推論手段と、 この推論手段による知識の使用時の履歴情報を格納する
知識ベース履歴情報ファイル手段と、この知識ベース履
歴情報ファイル手段からの使用頻度の高い知識を選択し
プリロード対象と決定する知識ベース履歴情報管理手段
と、 この知識ベース履歴情報管理手段により決定されたプリ
ロード対象の知識を知識ベースからプリロードする知識
ベース管理手段と、 この知識ベース管理手段でのプリロード動作時のシステ
ムの状態を退避するチェックポイントファイル手段と、 このチェックポイントファイル手段からのシステムの状
態を復元し、前記知識ベース管理手段からプリロードさ
れた知識にもとづいてリスタートするリスタート手段と
を含むことを特徴とする知識のプリロードによる推論の
処理方式。
[Scope of Claims] An inference means for inferring knowledge; a knowledge base history information file means for storing history information when the knowledge is used by the inference means; and frequently used knowledge from the knowledge base history information file means. a knowledge base history information management means for selecting and determining the knowledge to be preloaded; a knowledge base management means for preloading the knowledge to be preloaded determined by the knowledge base history information management means from the knowledge base; checkpoint file means for saving the system state at the time of preload operation; restart means for restoring the system state from the checkpoint file means and restarting based on the knowledge preloaded from the knowledge base management means; An inference processing method based on knowledge preload, characterized by including the following.
JP63139857A 1988-06-06 1988-06-06 Processing system for inference based on preload of knowledge Pending JPH01307833A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63139857A JPH01307833A (en) 1988-06-06 1988-06-06 Processing system for inference based on preload of knowledge

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63139857A JPH01307833A (en) 1988-06-06 1988-06-06 Processing system for inference based on preload of knowledge

Publications (1)

Publication Number Publication Date
JPH01307833A true JPH01307833A (en) 1989-12-12

Family

ID=15255152

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63139857A Pending JPH01307833A (en) 1988-06-06 1988-06-06 Processing system for inference based on preload of knowledge

Country Status (1)

Country Link
JP (1) JPH01307833A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04209041A (en) * 1990-11-16 1992-07-30 Ricos:Kk Data loading device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS619729A (en) * 1984-06-26 1986-01-17 Toshiba Corp Reasoning system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS619729A (en) * 1984-06-26 1986-01-17 Toshiba Corp Reasoning system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04209041A (en) * 1990-11-16 1992-07-30 Ricos:Kk Data loading device

Similar Documents

Publication Publication Date Title
USRE40092E1 (en) Method for quickly booting a computer system
US8028177B2 (en) Method for changing power states of a computer
US7484220B2 (en) Method, software and apparatus for using application state history information when re-launching applications
US5386563A (en) Register substitution during exception processing
US5530877A (en) Apparatus for providing continuity of operation in a computer
US6785808B2 (en) System and method for altering an operating system start-up sequence prior to operating system loading
US6523133B2 (en) Information processing apparatus that can hold internal information
US6256714B1 (en) Computer system with efficient memory usage for managing multiple application programs
US20240231847A9 (en) Java bytecode injection methods and apparatuses, electronic devices, and storage media
JPH01307833A (en) Processing system for inference based on preload of knowledge
US6353845B1 (en) Computer system, program product and method for tracking asynchronous I/O with timeout support
US20010037425A1 (en) Interrupt processing method in an operation processing device and the device using the same
CN109709900B (en) Numerical controller
JPH0355634A (en) Method and apparatus for reducing cache reload overhead by context exchange in multiple program type computer system
US6938115B2 (en) Method and computer device with different criticality
JPH04263328A (en) Knowledge preloading method for knowledge information processing system
JPS63284617A (en) Automatic restarting method for computer
US5778207A (en) Assisting operating-system interrupts using application-based processing
JPH04178835A (en) Inference method and inference information data managing mechanism
CN118035026A (en) Process management method, device, computer equipment, storage medium and product
JPH0764811A (en) Computer backup system
CN118642912A (en) Buried point data reporting method and device, storage medium and electronic equipment
US20210141661A1 (en) Lightweight Context For CPU Idling Using A Real Time Kernel
JPH11184550A (en) Computer system and timer interruption control method
CN116680004A (en) Server starting method, system, device, server and storage medium