JPH0756743A - Method and device for managing module - Google Patents

Method and device for managing module

Info

Publication number
JPH0756743A
JPH0756743A JP5222753A JP22275393A JPH0756743A JP H0756743 A JPH0756743 A JP H0756743A JP 5222753 A JP5222753 A JP 5222753A JP 22275393 A JP22275393 A JP 22275393A JP H0756743 A JPH0756743 A JP H0756743A
Authority
JP
Japan
Prior art keywords
module
attribute information
memory
modules
execution
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
JP5222753A
Other languages
Japanese (ja)
Inventor
Kuniaki Izumi
邦昭 泉
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.)
INTER SCI KK
Original Assignee
INTER SCI KK
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 INTER SCI KK filed Critical INTER SCI KK
Priority to JP5222753A priority Critical patent/JPH0756743A/en
Publication of JPH0756743A publication Critical patent/JPH0756743A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To make it possible to manage respective modules by a memory space of small capacity in the case of expressing an execution type program, data or the like as modules and developing the modules in a memory. CONSTITUTION:Plural modules are previously stored in an external storage device under equal relation and a module is inputted to a memory 13, if necessary. Module attribute information including the operation environment of the module concerned and the execution history of relative modules is prepared by an attribute information preparing part 15, and after completing the execution of the module, the succeeding module is accessed and a succession substituting part 16 allows the succeeding module to succeed the module attribute information and substitutes the succeeding module for the current module in the memory 13.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、情報処理装置のメモリ
管理技術に係り、より詳細には、メモリ上に展開する実
行形式の複数のモジュールの管理方法および装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory management technique for an information processing apparatus, and more particularly to a method and apparatus for managing a plurality of execution-type modules developed on a memory.

【0002】[0002]

【従来の技術】情報処理装置においては、入力装置から
受け取ったデータや実行形式のプログラムをその主記憶
領域(以下、メモリ)に効率的に展開するために、予め
プログラム等を機能毎にモジュール化し、各モジュール
に主従関係をもたせて階層化して管理しているのが通常
である。このようなモジュール管理方法では、メモリ上
で親モジュールが子モジュールを、さらに、子モジュー
ルが孫モジュールを起動させる。この場合、下位のモジ
ュール実行中はその上位モジュールは休止中となってお
り、下位モジュール終了後に上位モジュールに制御が自
動的に切り替わるようになっている。
2. Description of the Related Art In an information processing apparatus, in order to efficiently expand data received from an input device or an executable program into its main storage area (hereinafter, memory), the program or the like is modularized in advance for each function. Generally, each module has a master-slave relationship and is hierarchically managed. In such a module management method, the parent module activates the child module and the child module activates the grandchild module on the memory. In this case, the upper module is suspended while the lower module is being executed, and control is automatically switched to the upper module after the lower module is completed.

【0003】[0003]

【発明が解決しようとする課題】上記モジュール管理方
法は一般に確立された方法であるが、モジュールの切り
替えはOS(Operating System)が行っており、上位の
モジュールは、下位のモジュールが実行中のときもメモ
リ上に常駐しているので、例えば、子モジュールがさら
に孫モジュールを呼ぶような階層の深い大規模プログラ
ムを実行する場合にはメモリ使用域が重畳的に増加す
る。そのため、OSがシングルタスクであるかマルチタ
スクであるかを問わず、内部メモリのみを用いる情報処
理装置にあっては実行不能になり易く、ハードディスク
のような外部メモリを用いても実行速度が大幅に低下す
る問題があった。
The above-mentioned module management method is a generally established method, but the switching of modules is performed by an OS (Operating System), and the upper module is when the lower module is executing. Since it also resides in the memory, the memory usage area increases in a superimposed manner when, for example, a large-scale program with a deep hierarchy in which a child module further calls a grandchild module is executed. Therefore, regardless of whether the OS is single task or multitask, the information processing apparatus using only the internal memory is likely to be unexecutable, and even if the external memory such as the hard disk is used, the execution speed is significantly increased. There was a problem of falling.

【0004】例えば、マルチタスクのOSを用いて複数
のユーザーがアクセスするようなシステムを構築した場
合において、図6に示すように、各ユーザーがそれぞれ
同時にモジュールA→モジュールB→モジュールCの順
に呼び出すと、斜線で示すメモリ空領域が急激に減少
し、アクセス不能になるユーザーが生じる。
For example, in the case of constructing a system in which a plurality of users access by using a multitasking OS, as shown in FIG. 6, each user simultaneously calls module A → module B → module C in that order. Then, the memory empty area indicated by the diagonal line decreases sharply, and some users become inaccessible.

【0005】そこで、従来、このような問題を解消する
手段として、内部メモリを増設してメモリ空間を増やし
たり、あるいはEMS(Expanded Memory Manager)等
の手法を用いて、仮想的にメモリ空間を拡張することが
行われていた。しかしながら、メモリ増設には一定の限
界があり、EMS等を用いる場合においても複雑な操作
及び処理を伴うことから、近年のアプリケーションプロ
グラムの肥大化に柔軟に対応できないという課題があ
り、より効率的なモジュール管理の手法が望まれるよう
になった。
Therefore, conventionally, as a means for solving such a problem, an internal memory is added to increase the memory space, or a memory space is virtually expanded by using a technique such as EMS (Expanded Memory Manager). Was being done. However, there is a certain limit to memory expansion, and even when using an EMS or the like, complicated operations and processing are involved, so that there is a problem that it is not possible to flexibly cope with the recent enlargement of application programs. A module management method has been desired.

【0006】本発明は、かかる背景のもとに創案された
もので、上記課題を解決し、その属性情報を継承しあう
大量のモジュールを少容量のメモリ空間で管理するモジ
ュール管理方法およびその実現装置を提供することを目
的としている。
The present invention was devised under such a background, solves the above problems, and manages a large number of modules that inherit their attribute information in a small capacity memory space and its realization. The purpose is to provide a device.

【0007】[0007]

【課題を解決するための手段及び作用】本発明は、従来
のように管理対象となるモジュールの主従関係を採用せ
ず、各モジュールを対等関係で存在させ、必要に応じて
個々のモジュールを呼び出すハイパー構造とするととも
に、実行されたモジュールの動作環境、実行順序及び呼
出状態の履歴を継承させ、メモリ上で個々のモジュール
を置換させることにより上記課題の解決を図るものであ
る。
The present invention does not adopt the master-slave relationship of the modules to be managed as in the prior art, but makes each module exist in an equal relationship and calls each module as necessary. The above problem is solved by using a hyper-structure, inheriting the operating environment of the executed modules, the execution order, and the history of the calling states, and substituting each module in the memory.

【0008】即ち、本発明のモジュール管理方法は、第
一のモジュールを情報処理装置の主記憶領域に読み込
み、前記第一のモジュールの動作環境及び関係モジュー
ルの実行履歴を含むモジュール属性情報を作成するとと
もに、該モジュールの実行終了後は前記モジュール属性
情報を第二のモジュールに継承させ、この第二のモジュ
ールを前記主記憶領域内の第一のモジュールと置換する
ことを特徴とする。上記方法において、継承すべきモジ
ュール属性情報をファイル化し、このファイルと連絡す
るための連絡情報を主記憶領域に常駐させるようにして
も良い。
That is, the module management method of the present invention reads the first module into the main memory area of the information processing apparatus and creates module attribute information including the operating environment of the first module and the execution history of related modules. At the same time, after the execution of the module is completed, the module attribute information is inherited by the second module, and the second module is replaced with the first module in the main storage area. In the above method, the module attribute information to be inherited may be made into a file, and contact information for contacting this file may be made resident in the main storage area.

【0009】また、本発明のモジュール管理装置は、自
己の主記憶領域に第一のモジュールを読み込むモジュー
ル呼出手段と、呼び出されたモジュールの動作環境及び
関係モジュールの実行履歴を含むモジュール属性情報を
作成する属性情報作成手段と、前記第一のモジュールの
実行終了後に前記モジュール属性情報を参照して前記モ
ジュール呼出手段に第二のモジュールの呼出指示を付与
する呼出指示手段と、この呼出指示に基づいて呼び出さ
れた第二のモジュールに前記モジュール属性情報を継承
させて前記主記憶領域内の第一のモジュールと置換する
継承置換手段とを有してなる。
Further, the module management device of the present invention creates module attribute information including a module call means for reading the first module into its own main storage area, an operating environment of the called module and an execution history of related modules. Attribute information creating means, a call instructing means for giving a call instruction of the second module to the module calling means by referring to the module attribute information after the execution of the first module, and based on this call instruction It has an inheritance replacing means for making the called second module inherit the module attribute information and replacing it with the first module in the main memory area.

【0010】[0010]

【実施例】次に図面を参照して本発明の実施例を説明す
る。図1は本発明の一実施例となるネットワーク対応情
報処理システムの要部構成図であり、通信網を介して複
数の端末装置が接続されたマルチタスクOS下のシステ
ムの例を示す。
Embodiments of the present invention will now be described with reference to the drawings. FIG. 1 is a configuration diagram of a main part of a network-compatible information processing system according to an embodiment of the present invention, showing an example of a system under a multitasking OS in which a plurality of terminal devices are connected via a communication network.

【0011】図1において、1はモジュール管理装置、
2は外部記憶装置、3はLAN(Local Area Networ
k)、4は端末装置である。モジュール管理装置1は、
入出力インターフェース11、CPU12、メモリ1
3、モジュール実行部14、属性情報作成部15、及び
継承置換部16を有している。このシステムでは、複数
のユーザーがそれぞれの端末装置4からLAN3を介し
てモジュール管理装置1に同時にアクセスし得るように
構成されている。
In FIG. 1, 1 is a module management device,
2 is an external storage device, 3 is a LAN (Local Area Network)
k) and 4 are terminal devices. The module management device 1
Input / output interface 11, CPU 12, memory 1
3, a module execution unit 14, an attribute information creation unit 15, and an inheritance replacement unit 16. In this system, a plurality of users can simultaneously access the module management device 1 from each terminal device 4 via the LAN 3.

【0012】外部記憶装置2は、例えば大容量ハードデ
ィスク装置であり、モジュール化された複数の実行形式
のプログラムやその関連データがそれぞれ対等関係で格
納されている。LAN3は、モジュール管理装置1と各
端末装置4とを論理的に接続し、所定のプロトコルでデ
ータ、制御信号等の伝送を行う。端末装置4は各ユーザ
ーが種々のデータや制御信号等の入力を行うものであ
り、例えばワークステーションあるいはパーソナルコン
ピュータで構成する。
The external storage device 2 is, for example, a large-capacity hard disk device, and stores a plurality of modularized programs in executable format and their related data in an equal relationship. The LAN 3 logically connects the module management device 1 and each terminal device 4, and transmits data, control signals and the like by a predetermined protocol. The terminal device 4 is used by each user to input various data and control signals, and is composed of, for example, a workstation or a personal computer.

【0013】モジュール管理装置1は、本システムで使
用する複数のモジュールの管理を行う。具体的には、図
2に示すように、OSのシェル(CPU12)が一のユ
ーザーのアクセスにより外部記憶装置2から所定順の一
のモジュールAを呼び出してメモリ13上の特定領域に
展開し(モジュール呼出手段)、これをモジュール実行
部14で実行する。その際、当該モジュールAの動作環
境や関係モジュール即ち過去に実行した上位または下位
のモジュールの実行履歴、その他のモジュール属性情報
を属性情報作成部15で作成し、これを継承置換部16
に送る。当該モジュールAの実行が終了したときは、モ
ジュール実行部14が上記モジュール履歴情報を参照し
て次順のモジュールBの呼出をCPU12に指示する
(呼出指示手段)。継承置換部16は、この呼び出され
た次順モジュールBに上記モジュール属性情報を継承さ
せ、これをメモリ13上の現モジュールAと置換する。
図2において、斜線部分はメモリ13の空領域であり、
モジュールAとモジュールBの容量がほぼ等しいときは
置換の前後でメモリの使用域が殆ど変化しない。
The module management device 1 manages a plurality of modules used in this system. Specifically, as shown in FIG. 2, the OS shell (CPU 12) calls one module A in a predetermined order from the external storage device 2 by one user's access and expands it in a specific area on the memory 13 ( Module calling means), and this is executed by the module execution unit 14. At this time, the operating environment of the module A, the related module, that is, the execution history of the upper or lower module executed in the past, and other module attribute information are created by the attribute information creating unit 15, and this is created by the inheritance replacing unit 16
Send to. When the execution of the module A is completed, the module execution unit 14 refers to the module history information and instructs the CPU 12 to call the next module B (call instruction means). The inheritance replacement unit 16 causes the called next-order module B to inherit the module attribute information and replaces it with the current module A on the memory 13.
In FIG. 2, the shaded area is the empty area of the memory 13,
When the capacities of the module A and the module B are almost the same, the used area of the memory hardly changes before and after the replacement.

【0014】上記要領でモジュール管理装置1がモジュ
ールA→モジュールB→モジュールC→モジュールB→
モジュールAの順に呼び出し、それぞれ直前のモジュー
ル属性情報を継承させてメモリ13上に置換展開する様
子を図3に示す。図3下部は、各呼出状態(1)〜(4)の説
明図であり、現在実行中のモジュールを過去の実行モジ
ュールの履歴に付加して次順の実行モジュールに継承す
る手順を示してある。なお、図3下部中、A〜Cはモジ
ュール名、矩形で囲んだ部分は上位モジュールからみた
下位モジュールの関係情報例、その左側が実行履歴とな
る。
In the above-mentioned manner, the module management device 1 operates as follows: module A → module B → module C → module B →
FIG. 3 shows a state in which the modules A are called in order, the immediately preceding module attribute information is inherited, and substitution development is performed on the memory 13. The lower part of FIG. 3 is an explanatory diagram of each of the calling states (1) to (4), and shows the procedure of adding the currently executing module to the history of the past executing modules and inheriting it to the next executing module. . In the lower part of FIG. 3, A to C are module names, a portion surrounded by a rectangle is an example of relational information of lower modules viewed from an upper module, and the left side thereof is an execution history.

【0015】図4は複数のユーザーがモジュールA→モ
ジュールB→モジュールCの順に継承置換した場合のメ
モリ13の状態説明図であり、前述の図6の状態に対応
する。即ち、本実施例のシステムでは、図4に示すよう
に、使用可能なメモリ上に常に一ユーザー当り一つのモ
ジュールのみが展開されるので、現実的な実行速度で同
時にアクセスできるユーザー数が従来システム(図6)
に比べて格段に増加する。これを同一ユーザー数でみれ
ば必要メモリ容量を小さくできるので、コスト的にも有
利になる。特に、クライアント/サーバ型によるデータ
ベースシステムではサーバの負担が著しく軽減されるの
で、その効果には絶大なものがある。
FIG. 4 is an explanatory view of the state of the memory 13 when a plurality of users succeed in replacing module A.fwdarw.module B.fwdarw.module C, and correspond to the state of FIG. 6 described above. That is, in the system of the present embodiment, as shown in FIG. 4, only one module is expanded per user on the available memory at any one time, so that the number of users who can access simultaneously at a realistic execution speed is the same as that of the conventional system. (Fig. 6)
It is significantly increased compared to. If this is viewed with the same number of users, the required memory capacity can be reduced, which is advantageous in terms of cost. Particularly, in the client / server type database system, the load on the server is remarkably reduced, and the effect is enormous.

【0016】以上はマルチタスクOSを用いたネットワ
ーク型情報処理システムの例であるが、本発明によれ
ば、図5のように階層の深い複数のメニューを持ち、各
メニュー毎に更に複数の項目ファイルを備える業務管理
システムをシングルタスクのOSを搭載したパーソナル
コンピュータでも容易に構築することができる。
The above is an example of a network type information processing system using a multi-task OS. According to the present invention, however, a plurality of menus having a deep hierarchy are provided as shown in FIG. 5, and a plurality of items are further provided for each menu. It is possible to easily build a business management system including files even with a personal computer equipped with a single-task OS.

【0017】このときは、各項目ファイル又はメニュー
をモジュール化し、それぞれをその識別情報とともにハ
ードディスク等に格納しておき、必要に応じて個々のモ
ジュールをメモリ上に読み込んで実行する。その際、各
メニュー内項目を固定的、規則的に連結させて上述の継
承置換を行っても良く、あるいは任意の項目を任意の順
序で連結させて継承置換を行うようにしても良い。
At this time, each item file or menu is modularized, and each item is stored together with its identification information in a hard disk or the like, and each module is loaded into a memory and executed as necessary. At that time, the items in each menu may be fixedly and regularly connected to perform the inheritance replacement described above, or any item may be connected in any order to perform the inheritance replacement.

【0018】また、モジュールの識別は数値の組み合わ
せによっても可能である。例えば、図5の例において、
「管理メニュー」が第一表示画面、「基本メニュー」が
第二表示画面、「設定メニュー」が第三表示画面であ
り、夫々のメニューの項目毎に順次表示画面が切り換わ
るものとすると、「管理メニュー」内の「検索出力」項
目は第一画面の三番目ということで”13”、同様に、
「基本メニュー」内の「ユーザー情報」項目は”2
5”、「設定メニュー」内の「設定3」項目は”33”
で表すことができる。従って、モジュールの呼出の際に
上述の数値情報を用いれば実行順序の指定が容易とな
り、メモリの使用域の節約にもつながる。
The module can be identified by a combination of numerical values. For example, in the example of FIG.
If the "management menu" is the first display screen, the "basic menu" is the second display screen, and the "setting menu" is the third display screen, and the display screen is switched sequentially for each menu item, " The "Search output" item in the "Management menu" is the third item on the first screen, which means "13".
"User information" item in "Basic menu" is "2"
5 "," Setting 3 "item in" Setting menu "is" 33 "
Can be expressed as Therefore, when the above-mentioned numerical information is used at the time of calling the module, the execution order can be easily specified, and the use area of the memory can be saved.

【0019】また、モジュールの種類によっては大きな
メモリ使用域を確保しなければならないものがある。更
に、汎用のアプリケーションプログラムをそのまま読み
込んで使用する場合がある。このときは、継承対象とな
る上記モジュール情報をファイル化して保存し、このフ
ァイルと連絡するための連絡情報(呼出専用の極小プロ
グラム)のみをメモリに常駐させる。このようにすれ
ば、使用可能なメモリ空間を一定に確保しつつモジュー
ルの継承置換が可能となり、より汎用的なシステムの構
築が可能となる。なお、本発明は上記実施例の構成に限
定されるものではなく、その要旨を逸脱しない範囲の設
計変更が可能である。
Also, depending on the type of module, there is a module in which a large memory use area must be secured. Furthermore, a general-purpose application program may be read and used as it is. At this time, the module information to be inherited is filed and saved, and only the contact information (minimum program dedicated to calling) for contacting this file is made resident in the memory. By doing so, it becomes possible to replace the modules by inheritance while securing a usable memory space to be constant, and thus it becomes possible to construct a more general-purpose system. The present invention is not limited to the configuration of the above embodiment, and design changes can be made without departing from the spirit of the invention.

【0020】[0020]

【発明の効果】以上の説明から明かなように、本発明の
モジュール管理方法によれば、モジュール属性情報の継
承とメモリ内モジュールの置換が自動的に行われるの
で、メモリ上では常に一つのモジュールしか存在しな
い。従って大規模プログラムの実行に必要なメモリ使用
域が極めて少なくなる効果がある。これによりプログラ
ムの肥大化に柔軟に対応することができ、従来の課題を
解決することができる。
As apparent from the above description, according to the module management method of the present invention, inheritance of module attribute information and replacement of a module in memory are automatically performed, so that one module is always stored in the memory. Only exists. Therefore, there is an effect that the memory use area required for executing a large-scale program is extremely reduced. As a result, it is possible to flexibly deal with the bloat of the program and solve the conventional problems.

【0021】また、継承対象となるモジュール属性情報
をファイル化し、このファイルと連絡するための連絡情
報をメモリに常駐させるようにしたので、メモリ空間の
さらなる節約が可能となり、シングルタスクのOS上で
もEMS等の拡張メモリを使用することなく大規模モジ
ュールの実行が可能になる効果がある。
Further, since the module attribute information to be inherited is made into a file and the contact information for communicating with this file is made resident in the memory, it is possible to further save the memory space and even on a single task OS. There is an effect that a large-scale module can be executed without using an expansion memory such as EMS.

【0022】さらに、本発明のモジュール管理装置によ
れば、上記方法を容易に実現できるので、既存のハード
ウエア資源の実用価値およびその利用効率が格段に高ま
る効果があり、コスト的にも有利となる。
Further, according to the module management apparatus of the present invention, the above method can be easily realized, so that the practical value of existing hardware resources and the utilization efficiency thereof can be remarkably increased, and it is also advantageous in terms of cost. Become.

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

【図1】本発明の一実施例に係るネットワーク対応情報
処理システムの要部構成図。
FIG. 1 is a configuration diagram of a main part of a network-compatible information processing system according to an embodiment of the present invention.

【図2】上記システムにおけるモジュール管理装置の動
作原理の説明図。
FIG. 2 is an explanatory diagram of an operation principle of a module management device in the above system.

【図3】本実施例によるモジュール間継承置換の概要説
明図。
FIG. 3 is a schematic explanatory diagram of inter-module inheritance replacement according to the present embodiment.

【図4】本実施例によるメモリ空間の状態説明図。FIG. 4 is an explanatory diagram of a state of a memory space according to the present embodiment.

【図5】本発明の他の実施例に係る業務管理システムの
モジュール間接続図。
FIG. 5 is a connection diagram between modules of a business management system according to another embodiment of the present invention.

【図6】従来のモジュール管理方法によるメモリ空間の
状態説明図。
FIG. 6 is an explanatory diagram of a memory space state according to a conventional module management method.

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

1 モジュール管理装置 11 入出力インターフェース 12 CPU 13 メモリ(主記憶領域) 14 モジュール実行部 15 属性情報作成部 16 継承置換部 2 外部記憶装置 3 LAN(通信網) 4 端末装置 1 Module Management Device 11 Input / Output Interface 12 CPU 13 Memory (Main Storage Area) 14 Module Execution Unit 15 Attribute Information Creation Unit 16 Inheritance Replacement Unit 2 External Storage Device 3 LAN (Communication Network) 4 Terminal Device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 第一のモジュールを情報処理装置の主記
憶領域に読み込み、前記第一のモジュールの動作環境及
び関係モジュールの実行履歴を含むモジュール属性情報
を作成するとともに、該モジュールの実行終了後は前記
モジュール属性情報を第二のモジュールに継承させ、こ
の第二のモジュールを前記主記憶領域内の第一のモジュ
ールと置換することを特徴とするモジュール管理方法。
1. A first module is read into a main storage area of an information processing apparatus to create module attribute information including an operating environment of the first module and an execution history of related modules, and after completion of execution of the module. The method for managing modules, wherein the second module inherits the module attribute information, and the second module is replaced with the first module in the main storage area.
【請求項2】 請求項1に記載のモジュール管理方法に
おいて、前記モジュール属性情報をファイル化し、この
ファイルと連絡するための連絡情報を前記主記憶領域に
常駐させることを特徴とするモジュール管理方法。
2. The module management method according to claim 1, wherein the module attribute information is made into a file, and contact information for contacting the file is made resident in the main storage area.
【請求項3】 自己の主記憶領域に第一のモジュールを
読み込むモジュール呼出手段と、呼び出されたモジュー
ルの動作環境及び関係モジュールの実行履歴を含むモジ
ュール属性情報を作成する属性情報作成手段と、前記第
一のモジュールの実行終了後に前記モジュール属性情報
を参照して前記モジュール呼出手段に第二のモジュール
の呼出指示を付与する呼出指示手段と、この呼出指示に
基づいて呼び出された第二のモジュールに前記モジュー
ル属性情報を継承させて前記主記憶領域内の第一のモジ
ュールと置換する継承置換手段とを有することを特徴と
するモジュール管理装置。
3. Module calling means for reading the first module into its own main storage area, attribute information creating means for creating module attribute information including the operating environment of the called module and the execution history of related modules, After the execution of the first module, the call instruction means for giving the call instruction of the second module to the module call means by referring to the module attribute information, and the second module called based on this call instruction A module management device comprising: inheritance replacement means for inheriting the module attribute information and replacing the first module in the main storage area.
JP5222753A 1993-08-17 1993-08-17 Method and device for managing module Pending JPH0756743A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5222753A JPH0756743A (en) 1993-08-17 1993-08-17 Method and device for managing module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5222753A JPH0756743A (en) 1993-08-17 1993-08-17 Method and device for managing module

Publications (1)

Publication Number Publication Date
JPH0756743A true JPH0756743A (en) 1995-03-03

Family

ID=16787372

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5222753A Pending JPH0756743A (en) 1993-08-17 1993-08-17 Method and device for managing module

Country Status (1)

Country Link
JP (1) JPH0756743A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002077798A1 (en) * 2001-03-27 2002-10-03 Sony Corporation Data processing system and data processing method, information processing device and information processing method, and storage medium
KR101010489B1 (en) * 2005-06-21 2011-01-21 미츠비시덴키 가부시키가이샤 Programming system for program executing system and program constructing system for examination device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002077798A1 (en) * 2001-03-27 2002-10-03 Sony Corporation Data processing system and data processing method, information processing device and information processing method, and storage medium
KR101010489B1 (en) * 2005-06-21 2011-01-21 미츠비시덴키 가부시키가이샤 Programming system for program executing system and program constructing system for examination device

Similar Documents

Publication Publication Date Title
JP2779587B2 (en) Apparatus and method for making part of a namespace used for a computer system available as part of another namespace
US6334158B1 (en) User-interactive system and method for integrating applications
US6115738A (en) Input/output device information management method and apparatus for multi-computers
JP2724256B2 (en) Computer system
CN110716748B (en) Service processing method, device, computer readable medium and electronic equipment
JPH11252209A (en) Network management system
US20080010082A1 (en) System and method for business process management
US6658644B1 (en) Services-based architecture for a telecommunications enterprise
US20100121802A1 (en) Management of sub-problems in a dynamic constraint satisfaction problem solver
CN114912897A (en) Workflow execution method, workflow arrangement method and electronic equipment
US6289394B1 (en) Agent management system capable of readily monitoring and controlling agent
CN101136780A (en) Method, system to obtain user command information, and user command registered device
CN113626095A (en) Switching method and switching system of configuration center, electronic equipment and storage medium
JP2001290665A (en) Processor system
CN105930181A (en) Runtime interface integration method based on plug-in mechanism
CN115357198B (en) Mounting method and device of storage volume, storage medium and electronic equipment
CN110908644A (en) Configuration method and device of state node, computer equipment and storage medium
CN115237547B (en) Unified container cluster hosting system and method for non-invasive HPC computing cluster
US5764909A (en) Self-configuring device connection for a data independent type computer system in a network
JPH0756743A (en) Method and device for managing module
CN114756362A (en) Resource quota management method and system, intelligent terminal and storage medium
JP2007265030A (en) Job management apparatus and job management method
CN114490694A (en) Business rule processing method and device, server and storage medium
CN112181401A (en) Application construction method and application construction platform
JP2002203086A (en) Workflow management device and method thereof, and recording medium with workflow management program recorded thereon

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20031222

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20031224

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040316

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040706