JP2002259145A - Method for executing program - Google Patents

Method for executing program

Info

Publication number
JP2002259145A
JP2002259145A JP2001051798A JP2001051798A JP2002259145A JP 2002259145 A JP2002259145 A JP 2002259145A JP 2001051798 A JP2001051798 A JP 2001051798A JP 2001051798 A JP2001051798 A JP 2001051798A JP 2002259145 A JP2002259145 A JP 2002259145A
Authority
JP
Japan
Prior art keywords
program
resources
securing
executing
resource
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
JP2001051798A
Other languages
Japanese (ja)
Inventor
Tadashi Ono
正 小野
Tatsuro Shigesato
達郎 重里
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2001051798A priority Critical patent/JP2002259145A/en
Publication of JP2002259145A publication Critical patent/JP2002259145A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To solve the problem that the securing of resources is not achieved in succeeding program start and a program may not be executed when the resources are released at the end of the program in an architecture in which the securing of resources is limited only in a physical memory. SOLUTION: After starting an operating system, resources are secured and the resources are not released even when a program ends. By once succeeding is securing the resources by the method, the securing of the resources is maintained even when the start/end of the program is repeated.

Description

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

【発明の属する技術分野】本発明は、リソースを確保す
るときのメモリ領域に制限のあるアーキテクチャ上で大
容量のメモリ空間を必要とするプログラムを動作させる
ための技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for operating a program requiring a large memory space on an architecture having a limited memory area when securing resources.

【従来の技術】通常プログラムを実行する時、入力デー
タ、処理中データ、出力データ等を記憶しておくため
に、メモリ空間内に所定の大きさの領域が必要であり、
この領域をリソースと呼ぶ。リソースの確保に失敗する
と、当該プログラムを実行することはできない。従来プ
ログラムのリソースは、他のプログラムの実行の妨げに
ならないよう、少なくともプログラム起動時に確保さ
れ、プログラム終了時に解放される。また、プログラム
内でリソースが必要になったときに当該リソースが確保
され、不要になったときに解放される場合もある。この
とき、プログラム内で同時には使用しない領域を同じメ
モリ空間に割り当てることができ、メモリ空間を節約す
ることが可能である。また通常のコンピュータでプログ
ラムを実行させる時、RAMなどの物理メモリ内にリソ
ースが確保できなかった時、HDDなどの外部記録媒体
に、仮想メモリとしてリソースを確保することが可能で
ある。RAMの容量は通常100〜300メガバイトで
あるのに対し、HDDの容量は現在数十ギガバイトが一
般的であるため、画像処理プログラム等、連続した大き
なメモリ空間にリソースを確保する必要のあるプログラ
ムでも、実用上問題なくプログラムの実行が可能であ
る。
2. Description of the Related Art When a normal program is executed, an area of a predetermined size is required in a memory space to store input data, data being processed, output data, and the like.
This area is called a resource. If the resource reservation fails, the program cannot be executed. The resources of the conventional program are secured at least at the time of starting the program and released at the end of the program so as not to hinder execution of other programs. Further, there is a case where the resource is secured when it becomes necessary in the program, and released when it becomes unnecessary. At this time, areas not used simultaneously in the program can be allocated to the same memory space, and the memory space can be saved. Also, when a normal computer executes a program, when resources cannot be secured in a physical memory such as a RAM, resources can be secured as virtual memory in an external recording medium such as an HDD. The capacity of the RAM is usually 100 to 300 megabytes, whereas the capacity of the HDD is generally several tens of gigabytes at present. Therefore, even a program such as an image processing program which needs to secure resources in a continuous large memory space is required. The program can be executed without any practical problems.

【発明が解決しようとする課題】しかしながら、リソー
スの確保が物理メモリ内に制限されたアーキテクチャ
で、連続大容量のメモリ空間にリソースの確保を必要と
するプログラムを、従来の方法で実行させた時、以下の
ような問題が生じる。プログラム終了と同時にリソース
を解放すると、解放したリソースが割り当てられていた
メモリ空間を、他のプログラムのリソースもしくはデー
タが使用する可能性が高い。その後、再度プログラムを
起動してリソースを確保しようとしても、必要なリソー
スが確保できず、プログラムの実行自体が不可能になる
可能性がある。
However, in an architecture in which the securing of resources is limited in the physical memory, when a program that requires securing resources in a continuous large-capacity memory space is executed by a conventional method. However, the following problem occurs. If the resources are released at the same time as the termination of the program, there is a high possibility that the resources or data of another program will use the memory space to which the released resources have been allocated. After that, even if the program is started again to secure resources, the necessary resources cannot be secured, and there is a possibility that the program itself cannot be executed.

【課題を解決するための手段】以上の課題を解決するた
めに、第1の発明は、連続する大容量のメモリ空間にリ
ソースを確保する必要のあるプログラムの実行方法であ
って、前記プログラムのリソースを確保するリソース確
保ステップと、前記プログラムを起動するプログラム起
動ステップと、前記プログラムを終了するプログラム終
了ステップとを有し、オペレーティングシステム起動後
に前記リソース確保ステップを実行し、前記プログラム
の起動要求時には、前記プログラム起動ステップを実行
し、前記プログラムの終了要求時には、前記プログラム
終了ステップを実行することを特徴とする。また第2の
発明は、連続する大容量のメモリ空間にリソースを確保
する必要のあるプログラムの実行方法であって、前記プ
ログラムのリソースを確保するリソース確保ステップ
と、前記プログラムを起動するプログラム起動ステップ
と、前記プログラムを終了するプログラム終了ステップ
とを有し、オペレーティングシステム起動後、最初の前
記プログラムの起動要求時には、前記メモリ確保ステッ
プおよび前記プログラム起動ステップを実行し、2回目
以降の前記プログラムの起動要求時には、前記プログラ
ム起動ステップを実行し、前記プログラム終了要求時に
は、前記プログラム終了ステップを実行することを特徴
とする。また、リソースの確保は物理メモリ空間内に制
限されていること、リソースの解放はオペレーティング
システム終了時に行われることを特徴とする。
According to a first aspect of the present invention, there is provided a method for executing a program which needs to secure resources in a continuous large-capacity memory space. A resource securing step for securing resources, a program activating step for activating the program, and a program ending step for ending the program, wherein the resource securing step is executed after the operating system is activated, and when the program is requested to be activated, Executing the program starting step, and executing the program ending step when a request to end the program is issued. Further, a second invention is a method for executing a program which needs to secure resources in a continuous large-capacity memory space, comprising: a resource securing step for securing resources of the program; and a program starting step for activating the program. And a program termination step of terminating the program. Upon activation of the operating system, at the time of the first request for activation of the program, execute the memory securing step and the program activation step, and activate the program for the second time and thereafter. When requested, the program start step is executed, and when the program end request is made, the program end step is executed. Further, it is characterized in that the securing of resources is restricted within the physical memory space, and the release of resources is performed when the operating system ends.

【発明の実施の形態】以下、各発明の実施形態について
図面に基づいて説明する。なお、以下の説明において、
オペレーティングシステムをOSと記す。 (第1の実施形態)図1は本発明の第1の実施形態につ
いて説明したフローチャートである。図1において、1
01はOS起動ステップ、102はリソース確保ステッ
プ、103は起動判定ステップ、104はプログラム起
動ステップ、105は終了判定ステップ、106はプロ
グラム終了ステップ、107はOS終了要求検出ステッ
プ、108はOS終了ステップである。また変数bPO
nは、プログラム実行中はTRUE、それ以外の期間は
FALSEになる変数である。以下、図1を用いて本発
明の第1の実施形態について説明する。OS起動ステッ
プ101によりOSが起動すると、bPOnにFALS
Eが設定され、リソース確保ステップ102に進む。リ
ソース確保ステップ102は、プログラムで必要なリソ
ースをすべて確保する。起動判定ステップ103では、
bPOnがFALSEでかつプログラム起動要求がなさ
れたとき、プログラム起動ステップ104に進み、それ
以外のときは終了判定ステップ105に進む。プログラ
ム起動ステップ104では、プログラムを起動し、bP
OnにTRUEを設定した後、ループの先頭に戻る。終
了判定ステップ105では、bPOnがTRUEでかつ
プログラム終了要求がなされたとき、プログラム終了ス
テップ106に進み、それ以外のときがOS終了要求検
出ステップ107に進む。プログラム終了ステップ10
6では、プログラムを終了し、bPOnにFALSEを
設定した後、ループの先頭に戻る。OS終了要求検出ス
テップ107は、OSの終了要求がなされなければルー
プの先頭に戻り、OSの終了要求がなされれば、OS終
了ステップ108に進み、OSが終了し、自動的にリソ
ースが解放される。以上説明したように、本発明の第1
の実施形態では、連続した大容量のメモリ空間をリソー
スとして必要とするプログラムを、リソースの確保が物
理メモリ内に制限されているアーキテクチャで動作させ
るとき、必要となるリソース確保をOSの起動直後に行
い、以後OSが終了するまでリソースを確保しつづける
ことで、他のプログラムもしくはデータにリソースを侵
食されることがなくなる。従って、プログラム起動要求
があれば常に起動を行うことが可能になる。 (第2の実施形態)図2は本発明の第2の実施形態につ
いて説明したフローチャートである。図2において、2
01はOS起動ステップ、202は起動判定ステップ、
203は初回判定ステップ、204はリソース確保ステ
ップ、205はプログラム起動ステップ、206は終了
判定ステップ、207はプログラム終了ステップ、20
8はOS終了要求検出ステップ、209はOS終了ステ
ップである。変数bFirstはリソースが確保されて
いないときはTRUE、リソースが確保されているとき
はFALSEになる変数である。またbPOnは第1の
実施形態と同様の変数である。以下、図2を用いて本発
明の第2の実施形態について説明する。OS起動ステッ
プ201によりOSが起動すると、bPOnにFALS
E、bFirstにTRUEが設定される。起動判定ス
テップ202では、bPOnがFALSEでかつプログ
ラム起動要求がなされたとき、初回判定ステップ203
に進み、それ以外のときは終了判定ステップ206に進
む。初回判定ステップ203では、bFirstがTR
UEであれば、リソース確保ステップ204に進んで、
プログラム実行に必要なリソースをすべて確保し、bF
irstをFALSEに設定した後、プログラム起動ス
テップ205に進む。一方bFirstがFALSEで
あれば、すでにリソースが確保されていることを示して
いるので、直接プログラム起動ステップ205に進む。
プログラム起動ステップ205では、プログラムを起動
し、bPOnにTRUEを設定した後、ループの先頭に
戻る。終了判定ステップ206、プログラム終了ステッ
プ207、OS終了要求検出ステップ208、およびO
S終了ステップ209の動作は、第1の実施形態とまっ
たく同様である。以上説明したように、本発明の第2の
実施形態では、連続した大容量のメモリ空間をリソース
として必要とするプログラムを、リソースの確保が物理
メモリ内に制限されているアーキテクチャで動作させる
とき、必要となるリソース確保を最初のプログラム起動
時に行い、以後OSが終了するまでリソースを確保しつ
づけることで、一度リソースの確保に成功すれば、他の
プログラムもしくはデータにリソースを侵食されること
なく、プログラム起動要求があれば常に起動を行うこと
が可能になる。本実施形態では、OS起動直後に当該プ
ログラムのリソースを確保しないため、当該プログラム
実行前に他のプログラムの実行を阻害することがないと
いう利点がある。一方で、OS起動後当該プログラム実
行前に限っては、他のプログラムの実行、もしくはデー
タの保存によってメモリ空間が使用され、リソース確保
ステップ204においてリソースが確保できない可能性
がある。この場合は、不要なデータの削除等によりメモ
リ空間の捻出、もしくは電源切断を使用者に促すように
すればよい。なお第1、第2の実施形態の説明におい
て、リソース確保ステップではすべてのリソースを確保
するとして説明したが、すべてのリソースを確保すると
は限らない構成とすることも可能である。また本発明の
実施形態の説明において、フローチャートの開始をOS
起動時としたが、これを電源投入時としてもよい。また
フローチャートの終了をOS終了時としたが、これを電
源切断時としても、まったく同様の効果が得られる。ま
た本発明は、他のプログラムのリソースが解放される可
能性、もしくは保存されたデータが消去される可能性が
極めて小さい時、特に有効である。
Embodiments of the present invention will be described below with reference to the drawings. In the following description,
The operating system is referred to as OS. (First Embodiment) FIG. 1 is a flowchart for explaining a first embodiment of the present invention. In FIG. 1, 1
01 is an OS start step, 102 is a resource securing step, 103 is a start determination step, 104 is a program start step, 105 is an end determination step, 106 is a program end step, 107 is an OS end request detection step, and 108 is an OS end step. is there. The variable bPO
n is a variable that is TRUE during execution of the program and FALSE during other periods. Hereinafter, a first embodiment of the present invention will be described with reference to FIG. When the OS is started in the OS start step 101, FALS is set to bPOn.
E is set, and the process proceeds to the resource securing step 102. The resource securing step 102 secures all resources necessary for the program. In the start determination step 103,
When bPOn is FALSE and a program start request is made, the process proceeds to a program start step 104, otherwise, the process proceeds to an end determination step 105. In the program starting step 104, the program is started and the bP
After setting TRUE to On, the process returns to the beginning of the loop. In the end determination step 105, when bPOn is TRUE and a program end request is made, the process proceeds to the program end step 106, and otherwise, the process proceeds to the OS end request detection step 107. Program end step 10
At 6, the program is terminated, FALSE is set to bPOn, and the process returns to the beginning of the loop. The OS termination request detection step 107 returns to the beginning of the loop if an OS termination request is not made, and if an OS termination request is made, proceeds to the OS termination step 108, where the OS is terminated and resources are automatically released. You. As described above, the first aspect of the present invention
In the embodiment, when a program that requires a continuous large-capacity memory space as a resource is operated in an architecture in which resource reservation is limited to physical memory, the necessary resource reservation is performed immediately after the OS is started. Then, by continuing to secure resources until the OS ends, the resources are not eroded by other programs or data. Therefore, it is possible to always start the program if there is a program start request. (Second Embodiment) FIG. 2 is a flowchart for explaining a second embodiment of the present invention. In FIG. 2, 2
01 is an OS boot step, 202 is a boot determination step,
203 is a first determination step, 204 is a resource securing step, 205 is a program start step, 206 is an end determination step, 207 is a program end step, 20
8 is an OS termination request detection step, and 209 is an OS termination step. The variable bFirst is TRUE when the resource is not secured, and is FALSE when the resource is secured. BPOn is a variable similar to that of the first embodiment. Hereinafter, a second embodiment of the present invention will be described with reference to FIG. When the OS is started in the OS start step 201, FALS is added to bPOn.
TRUE is set to E and bFirst. In the start determination step 202, when bPOn is FALSE and a program start request is made, the first determination step 203
Otherwise, the process proceeds to the end determination step 206. In the first determination step 203, bFirst is set to TR
If it is a UE, proceed to the resource securing step 204,
All resources required for program execution are secured and bF
After setting rst to FALSE, the process proceeds to the program starting step 205. On the other hand, if bFirst is FALSE, it indicates that resources have already been secured, and the process directly proceeds to the program starting step 205.
In the program starting step 205, the program is started, bPOn is set to TRUE, and the process returns to the beginning of the loop. Termination determination step 206, program termination step 207, OS termination request detection step 208, and O
The operation of S end step 209 is exactly the same as in the first embodiment. As described above, according to the second embodiment of the present invention, when a program that requires a continuous large-capacity memory space as a resource is operated in an architecture in which the securing of resources is limited in the physical memory, Necessary resources are secured at the time of the first program startup, and thereafter, resources are continuously secured until the OS is terminated. Once the resources are successfully secured, the resources are not eroded by other programs or data. If there is a program start request, it can always be started. In this embodiment, since the resources of the program are not secured immediately after the OS is started, there is an advantage that the execution of another program is not hindered before the execution of the program. On the other hand, only after the OS is started and before the program is executed, the memory space is used by executing another program or storing data, and there is a possibility that resources cannot be secured in the resource securing step 204. In this case, the user may be prompted to cut out the memory space or to turn off the power by deleting unnecessary data. In the description of the first and second embodiments, it has been described that all resources are secured in the resource securing step, but it is also possible to adopt a configuration in which not all resources are secured. Also, in the description of the embodiment of the present invention, the start of the flowchart is referred to as OS
Although this is at the time of startup, this may be at the time of power-on. Although the flowchart ends when the OS ends, the same effect can be obtained even when the power is turned off. The present invention is particularly effective when the possibility that resources of other programs are released or the possibility that stored data is erased is extremely small.

【発明の効果】以上説明したように、本発明によれば、
リソースの確保が物理メモリ内に制限されたアーキテク
チャで、連続大容量のメモリ空間にリソースの確保を必
要とするプログラムを実行する場合、一度当該プログラ
ムのリソースの確保に成功すれば、プログラムの起動、
終了要求に応じて、プログラムの起動、終了を繰り返し
行うことができる。
As described above, according to the present invention,
When executing a program that requires securing resources in a continuous large-capacity memory space in an architecture where the securing of resources is limited in the physical memory, once the securing of the resources of the program is successful, the program starts,
In response to the termination request, the activation and termination of the program can be repeated.

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

【図1】本発明の第1の実施形態の動作について説明し
たフローチャート
FIG. 1 is a flowchart for explaining the operation of a first embodiment of the present invention;

【図2】本発明の第2の実施形態の動作について説明し
たフローチャート
FIG. 2 is a flowchart for explaining the operation of the second embodiment of the present invention;

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

101、201、OS起動ステップ 102、204、リソース確保ステップ 103、202、起動判定ステップ 104、205、プログラム起動ステップ 105、206、終了判定ステップ 106、207、プログラム終了ステップ 107、208、OS終了要求検出ステップ 108、209、OS終了ステップ 203、初回判定ステップ 101, 201, OS start steps 102, 204, resource securing steps 103, 202, start determination steps 104, 205, program start steps 105, 206, end determination steps 106, 207, program end steps 107, 208, OS end request detection Steps 108 and 209, OS termination step 203, initial determination step

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 連続する大容量のメモリ空間にリソース
を確保する必要のあるプログラムの実行方法であって、
前記プログラムのリソースを確保するリソース確保ステ
ップと、前記プログラムを起動するプログラム起動ステ
ップと、前記プログラムを終了するプログラム終了ステ
ップとを有し、オペレーティングシステム起動後に前記
リソース確保ステップを実行し、前記プログラムの起動
要求時には、前記プログラム起動ステップを実行し、前
記プログラムの終了要求時には、前記プログラム終了ス
テップを実行することを特徴とするプログラム実行方
法。
1. A method for executing a program which needs to secure resources in a continuous large-capacity memory space,
A resource securing step for securing resources of the program, a program launching step for launching the program, and a program terminating step for terminating the program. A program execution method, comprising: executing the program start step when a start request is made; and executing the program end step when a program end request is made.
【請求項2】 連続する大容量のメモリ空間にリソース
を確保する必要のあるプログラムの実行方法であって、
前記プログラムのリソースを確保するリソース確保ステ
ップと、前記プログラムを起動するプログラム起動ステ
ップと、前記プログラムを終了するプログラム終了ステ
ップとを有し、オペレーティングシステム起動後、最初
の前記プログラムの起動要求時には、前記メモリ確保ス
テップおよび前記プログラム起動ステップを実行し、2
回目以降の前記プログラムの起動要求時には、前記プロ
グラム起動ステップを実行し、前記プログラム終了要求
時には、前記プログラム終了ステップを実行することを
特徴とするプログラム実行方法。
2. A method for executing a program which needs to secure resources in a continuous large-capacity memory space,
A resource securing step for securing resources of the program, a program activating step for activating the program, and a program ending step for ending the program. Executing a memory securing step and the program starting step,
A program execution method, comprising: executing the program start step when the program is requested to be started after the first time; and executing the program end step when the program end request is made.
【請求項3】 リソースの解放は、オペレーティングシ
ステム終了時に行われることを特徴とする請求項1、2
に記載のプログラム実行方法。
3. The system according to claim 1, wherein the release of the resource is performed when the operating system is terminated.
The method for executing a program according to item 1.
【請求項4】 リソースの確保は、前記プログラムのほ
か、前記プログラム以外のプログラムについても、物理
メモリ空間内に制限されていることを特徴とする請求項
1、2に記載のプログラム実行方法。
4. The program execution method according to claim 1, wherein the securing of resources is restricted in the physical memory space for programs other than the programs in addition to the programs.
【請求項5】 プログラム起動要求があっても、すでに
当該プログラムが起動していれば、プログラム起動ステ
ップを実行しないことを特徴とする請求項1、2に記載
のプログラム実行方法。
5. The program execution method according to claim 1, wherein even if there is a program start request, if the program has already been started, the program start step is not executed.
【請求項6】 プログラム終了要求があっても、すでに
当該プログラムが起動していなければ、プログラム終了
ステップを実行しないことを特徴とする請求項1、2に
記載のプログラム実行方法。
6. The program execution method according to claim 1, wherein the program ending step is not performed if the program has not been started even if a program ending request is issued.
【請求項7】 リソース確保ステップにおいて、リソー
ス確保に失敗した場合、電源切断、もしくは他のプログ
ラムのリソースの解放を促すことを特徴とする請求項
1、2に記載のプログラム実行方法。
7. The program execution method according to claim 1, wherein in the resource securing step, when the resource securing fails, the power supply or the release of the resources of another program is urged.
JP2001051798A 2001-02-27 2001-02-27 Method for executing program Pending JP2002259145A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001051798A JP2002259145A (en) 2001-02-27 2001-02-27 Method for executing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001051798A JP2002259145A (en) 2001-02-27 2001-02-27 Method for executing program

Publications (1)

Publication Number Publication Date
JP2002259145A true JP2002259145A (en) 2002-09-13

Family

ID=18912528

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001051798A Pending JP2002259145A (en) 2001-02-27 2001-02-27 Method for executing program

Country Status (1)

Country Link
JP (1) JP2002259145A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011070803A1 (en) * 2009-12-11 2011-06-16 株式会社日立製作所 Computer system, management method of computer resource and program
CN104980614A (en) * 2014-04-14 2015-10-14 京瓷办公信息系统株式会社 Imaging forming device and memorizer management method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011070803A1 (en) * 2009-12-11 2011-06-16 株式会社日立製作所 Computer system, management method of computer resource and program
CN104980614A (en) * 2014-04-14 2015-10-14 京瓷办公信息系统株式会社 Imaging forming device and memorizer management method
JP2015203991A (en) * 2014-04-14 2015-11-16 京セラドキュメントソリューションズ株式会社 Electronic device and memory management method

Similar Documents

Publication Publication Date Title
US7373530B2 (en) Systems and methods for providing power-loss protection to sleeping computers systems
US6434696B1 (en) Method for quickly booting a computer system
US20080162901A1 (en) Computer Multiple Operation System Switching Method
JP2001256066A (en) Computer system, switching system of operating system, mounting method of operating system, switching method of operating system, storage medium and program transmitter
JP2000242484A (en) Change method for control program
JP2002259145A (en) Method for executing program
JP2003044284A (en) Activation method for computer system and program for activation
JP4597032B2 (en) Computer system, basic program startup method, and loader program
JPH06231036A (en) Recovery supporting method in shortage of memory
US20030101312A1 (en) Machine state storage apparatus and method
US6842900B2 (en) Information processing apparatus executing processing corresponding to new thread by reusing arrangement for previous thread
JPH08263219A (en) Method for starting recording and reproducing device
JP2002082808A (en) Method for controlling program
WO2022249240A1 (en) Activation system and activation method
JPH10111806A (en) Program staritng system
JP2522170B2 (en) Application program startup method
JPH11110237A (en) Job management device and storage medium
JP2915612B2 (en) Shared area management method
JPH0325624A (en) Program control system
JPH11120016A (en) Device performing automatically performing system recovery in case of abnormal end and recording medium
JPH01121932A (en) Program loading system
JP2872027B2 (en) Process switching control method
JPH11259309A (en) Data processor, interruption control method for the same and storage medium storing computer readable program
JPH08272655A (en) Operating system and file deletion method
JP2754565B2 (en) Operation method of front communication processor

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050630

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051220

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060509