JPH04291437A - Asynchronous input processing system - Google Patents

Asynchronous input processing system

Info

Publication number
JPH04291437A
JPH04291437A JP5529791A JP5529791A JPH04291437A JP H04291437 A JPH04291437 A JP H04291437A JP 5529791 A JP5529791 A JP 5529791A JP 5529791 A JP5529791 A JP 5529791A JP H04291437 A JPH04291437 A JP H04291437A
Authority
JP
Japan
Prior art keywords
event
area
stored
storage
state
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.)
Granted
Application number
JP5529791A
Other languages
Japanese (ja)
Other versions
JP2575962B2 (en
Inventor
Hiroyuki Masuda
浩行 増田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP5529791A priority Critical patent/JP2575962B2/en
Publication of JPH04291437A publication Critical patent/JPH04291437A/en
Application granted granted Critical
Publication of JP2575962B2 publication Critical patent/JP2575962B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To improve the performance of an asynchronous input processing system by providing an event store area, discriminating a stored event from a processing subject event with a flag, and eliminating the transfer of data. CONSTITUTION:The above system is provided with an area to store the asynchronous input as an event, an event store area 5 which includes an area contents flag 6 that identifies the state of an event to be stored or processed. When an event input occurs, the input is stored in an idle area by reference to the flag 6, at the same time, the flag 6 is set in a stored event state.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、非同期入力の処理を行
う非同期入力処理方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an asynchronous input processing method for processing asynchronous input.

【0002】0002

【従来の技術】従来、図形処理システムなどで画面から
非同期入力を行うと、図4の(イ)に示すように、入力
キュー(非同期入力により発生した事象を格納しておく
領域)内に格納されて格納事象となる。ユーザプログラ
ムは種々の処理にこの格納事象を利用するために、その
内容を知りたいが、入力キュー内から直接に得ることは
認められていない。これは、入力キュー内には、通常複
数個の格納事象が存在しているので、そのうちのいずれ
を処理対象とするか判明しないため、および入力キュー
の領域保護(他の格納事象の内容破壊の防止)のためで
ある。そのため、ユーザプログラムは入力キュー内の格
納事象のうちのいずれを処理対象とするかを事象の発生
順などの情報をもとに選択する。選択された事象(処理
対象事象)は入力キュー内を検索して見つけだし、その
内容を参照できるように、図4の(ロ)に示すように、
入力キューとは別の領域(処理対象事象格納域)にデー
タ転送し、格納されていた領域を空領域とする。
[Background Art] Conventionally, when asynchronous input is performed from a screen in a graphic processing system, etc., it is stored in an input queue (an area for storing events that occur due to asynchronous input), as shown in FIG. 4(a). and becomes a storage event. The user program wants to know the contents of the stored event in order to use it for various processing, but it is not allowed to obtain it directly from the input queue. This is because there are usually multiple storage events in the input queue, so it is unclear which one of them will be processed, and to protect the input queue area (preventing the contents of other storage events from being destroyed). prevention). Therefore, the user program selects which of the events stored in the input queue is to be processed based on information such as the order of occurrence of the events. The selected event (processing target event) is searched and found in the input queue, and its contents can be referenced as shown in (b) of FIG.
The data is transferred to an area different from the input queue (processing target event storage area), and the area where it was stored is made empty.

【0003】0003

【発明が解決しようとする課題】このように入力キュー
からユーザプログラムが参照できる領域に事象をデータ
転送していたため、事象内に多量のデータが格納されて
いた場合などに大幅に性能低下を招くという問題があっ
た。本発明は、事象格納域を設けてフラグによって格納
事象と処理対象事象を区別し、データ転送を無くして性
能向上を図ることを目的としている。
[Problem to be solved by the invention] In this way, data is transferred from the input queue to an area that can be referenced by the user program, resulting in a significant performance drop when a large amount of data is stored in the event. There was a problem. The present invention aims to improve performance by providing an event storage area, distinguishing stored events from processing target events using flags, and eliminating data transfer.

【0004】0004

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、事象格納
域5は、非同期入力を格納事象として格納する領域、お
よび領域内容フラグ6を設けたものである。領域内容フ
ラグ6は、事象格納域5の領域が空、事象格納、処理対
象事象のいずれの状態かを識別するフラグである。
[Means for Solving the Problems] Means for solving the problems will be explained with reference to FIG. In FIG. 1, the event storage area 5 is provided with an area for storing asynchronous input as a storage event, and an area content flag 6. The area content flag 6 is a flag that identifies whether the area of the event storage area 5 is empty, an event is stored, or an event to be processed.

【0005】処理対象事象ポインタ7は、処理対象事象
をポイントするものである。
The processing target event pointer 7 points to the processing target event.

【0006】[0006]

【作用】本発明は、図1に示すように、事象入力が発生
したときに、領域内容フラグ6を参照して空領域にこれ
を格納および領域内容フラグ6を格納事象状態にセット
するようにしている。また、処理対象事象化の要求があ
ったときに、領域内容フラグ6が格納事象状態であって
、条件に一致する格納事象を見つけ、これの領域内容フ
ラグ6を処理対象事象状態に更新して参照可能状態にす
ると共に、処理対象事象ポインタ7がポイントしていた
元の領域の領域内容フラグ6を空状態にセットおよび新
たな処理対象事象をポイントするようにしている。
[Operation] As shown in FIG. 1, when an event input occurs, the present invention refers to the area content flag 6, stores it in an empty area, and sets the area content flag 6 to the storage event state. ing. Also, when there is a request for processing target event, find a storage event whose area content flag 6 is in the storage event state and matches the conditions, and update the area content flag 6 of this to the processing target event state. At the same time, the area content flag 6 of the original area pointed to by the processing target event pointer 7 is set to an empty state, and the new processing target event is pointed to.

【0007】従って、事象格納域5を設けて領域内容フ
ラグ6によって格納事象と処理対象事象を区別し、デー
タ転送なしに処理対象事象をユーザプログラムなどから
参照可能することにより、性能向上を図ることができる
[0007] Therefore, it is possible to improve performance by providing an event storage area 5, distinguishing between stored events and processing target events using the area content flag 6, and making it possible to refer to processing target events from a user program, etc. without data transfer. Can be done.

【0008】[0008]

【実施例】次に、図1ないし図3を用いて本発明の実施
例の構成および動作を順次詳細に説明する。図1におい
て、図形処理システム1は、画面から非同期入力して各
種図形処理を行うシステムであって、ここでは事象入力
制御部2および事象処理部3などから構成されるもので
ある。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the structure and operation of an embodiment of the present invention will be explained in detail with reference to FIGS. 1 to 3. In FIG. 1, a graphics processing system 1 is a system that performs various graphics processing by receiving asynchronous input from a screen, and here includes an event input control section 2, an event processing section 3, and the like.

【0009】事象入力部2は、画面から非同期入力され
た事象を、事象格納域5中の領域内容フラグ6が空状態
の領域に格納および領域内容フラグ6を事象格納状態に
セットしたりなどするものである(図2を用いて後述す
る)。事象処理部3は、事象格納域5中の領域内容フラ
グ6が格納事象状態であって、かつ要求のあった条件に
一致する格納事象を見つけ、これの領域内容フラグ5を
処理対象事象状態にセットおよび処理対象事象ポインタ
7がポイントしていた元の処理対象事象の領域内容フラ
グ6を空状態にセットおよび新たな領域の領域内容フラ
グ6を処理対象事象状態にセットしたりなどするもので
ある(図3を用いて後述する)。
The event input unit 2 stores events input asynchronously from the screen in an area where the area content flag 6 is empty in the event storage area 5 and sets the area content flag 6 to the event storage state. (described later using FIG. 2). The event processing unit 3 finds a storage event whose area content flag 6 in the event storage area 5 is in the storage event state and matches the requested condition, and sets the area content flag 5 of this event to the processing target event state. The area content flag 6 of the original process target event pointed to by the set and process target event pointer 7 is set to the empty state, and the area content flag 6 of the new area is set to the process target event state. (Described later using FIG. 3).

【0010】主記憶領域4は、事象格納域5などを設け
る記憶領域である。事象格納域5は、画面などから非同
期入力された事象を格納し、領域内容フラグ6を用いて
領域の内容を空状態、格納事象を格納した状態、処理対
象事象を格納した状態のいずれかと識別してユーザプロ
グラムがこの入力された格納事象を参照する際にデータ
転送を無くしたものである。
The main storage area 4 is a storage area in which an event storage area 5 and the like are provided. The event storage area 5 stores events that are input asynchronously from the screen, etc., and uses the area content flag 6 to identify the contents of the area as either an empty state, a state in which a stored event is stored, or a state in which a processing target event is stored. This eliminates data transfer when the user program refers to this input storage event.

【0011】領域内容フラグ6は、事象格納域5の領域
の状態を識別するフラグであって、例えば0のとき空状
態1のとき格納事象を格納した状態2のとき処理対象事
象を格納した状態を表わす。ここで、格納事象は画面な
どから非同期入力されたデータを事象格納域5に格納し
た状態のデータを表わし、処理対象事象は事象格納域5
に格納されたデータがユーザプログラムなどから参照可
能な状態を表わす。
The area content flag 6 is a flag that identifies the state of the area of the event storage area 5, and for example, when it is 0, the empty state is 1, when the storage event is stored, and when the state 2 is, the event to be processed is stored. represents. Here, the stored event represents the data that is asynchronously input from the screen etc. and is stored in the event storage area 5, and the event to be processed is the data that is stored in the event storage area 5.
This indicates the state in which the data stored in the file can be referenced from a user program or the like.

【0012】処理対象事象ポインタ7は、処理対象事象
をポイントするポインタ(アドレス)である。次に、図
2を用いて事象格納時の図1の構成の動作を詳細に説明
する。図2において、S1は、事象入力が発生したか否
かを判別する。これは、画面から非同期入力でデータ(
CADの各種描画データなど)が入力されたか否かを判
別する。YESの場合には、S2に進む。NOの場合に
は、待機する。
The processing target event pointer 7 is a pointer (address) that points to the processing target event. Next, the operation of the configuration shown in FIG. 1 when storing an event will be described in detail using FIG. 2. In FIG. 2, S1 determines whether an event input has occurred. This allows data (
It is determined whether or not various types of CAD drawing data, etc.) have been input. If YES, proceed to S2. If NO, wait.

【0013】S2は、事象格納域5を先頭から検索して
領域内容フラグ6が0(空状態)の領域があるか否かを
判別する。YESの場合には、図1の事象格納域5中に
空の領域があったので、S3に進む。NOの場合には、
空の領域がなかったので、S5でオーバフロー発生のメ
ッセージを表示し、ユーザに知らせる。S3は、領域内
容フラグ6を1(格納事象を格納した状態)にする。
[0013] In S2, the event storage area 5 is searched from the beginning to determine whether there is an area where the area content flag 6 is 0 (empty state). If YES, there is an empty area in the event storage area 5 of FIG. 1, so the process advances to S3. In case of NO,
Since there is no empty area, a message indicating the occurrence of overflow is displayed in S5 to notify the user. S3 sets the area content flag 6 to 1 (a state in which the storage event is stored).

【0014】S4は、事象を事象格納域5の該当する領
域に格納する。以上の処理によって、画面などから非同
期入力されたデータ(事象)を順次事象格納域5の空の
領域に格納および領域内容フラグ6を1(格納事象を格
納した状態)にセットする。次に、図3を用いて処理対
象事象化時の図1の構成の動作を詳細に説明する。
[0014] S4 stores the event in the corresponding area of the event storage area 5. Through the above processing, data (events) input asynchronously from the screen or the like are sequentially stored in the empty area of the event storage area 5, and the area content flag 6 is set to 1 (a state in which the stored event is stored). Next, using FIG. 3, the operation of the configuration shown in FIG. 1 when an event is created to be processed will be described in detail.

【0015】図3において、S11は、処理対象事象化
要求ありか否かを判別する。これは、ユーザプログラム
から、事象格納域5に格納した格納事象について、参照
したい旨の要求(処理対象事象化要求)があったか否か
を判別する。YESの場合には、S12に進む。NOの
場合には、待機する。S12は、領域内容フラグ6が1
(格納事象を表わす)である格納事象のうち、条件に一
致するものがあるか否かを検索する。これは、S12の
処理対象事象化の要求に対応して、図1の事象格納域5
中の領域内容フラグ6が1(格納事象を表わす)のうち
の、当該処理対象事象化の要求時に通知された条件に一
致する格納事象を検索して探し、見つかったか否かを判
別する。YESの場合には、条件に一致する格納事象が
見つかったので、S13に進む。NOの場合には、条件
に一致する格納事象が見つからなかったので、終了する
(END)。
In FIG. 3, in S11, it is determined whether or not there is a request to convert the processing object into an event. This determines whether there is a request from the user program to refer to the stored event stored in the event storage area 5 (request to convert it into a process target event). If YES, the process advances to S12. If NO, wait. In S12, the area content flag 6 is 1.
(representing a storage event), it is searched to see if there is one that matches the condition. This is done in the event storage area 5 of FIG.
Among the area content flags 6 of which are 1 (indicating a storage event), a storage event that matches the conditions notified at the time of requesting the processing target event is searched for, and it is determined whether or not it has been found. In the case of YES, a storage event matching the conditions has been found, so the process advances to S13. If NO, no storage event matching the conditions was found, so the process ends (END).

【0016】S13は、処理対象事象ポインタ7の指す
処理対象事象の領域内容フラグ6を2から0(空状態)
にする。S14は、処理対象事象ポインタ7をS12で
見つけた格納事象を指すように更新する。S15は、処
理対象事象ポインタ7が指す事象の領域内容フラグ6を
1(格納事象)から2(処理対象事象)にする。
[0016] S13 changes the area content flag 6 of the processing target event pointed to by the processing target event pointer 7 from 2 to 0 (empty state).
Make it. In S14, the process target event pointer 7 is updated to point to the stored event found in S12. In S15, the area content flag 6 of the event pointed to by the processing target event pointer 7 is changed from 1 (storage event) to 2 (processing target event).

【0017】S16は、処理対象事象ポインタ7がポイ
ントする処理対象事象をユーザプログラムなどが参照す
る。以上の処理によって、ユーザプログラムなどが処理
対象事象化の要求を、図1の事象処理部3に通知したこ
とに対応して、事象処理部3が上述したS11ないしS
15の処理によって、領域内容フラグ6が1(格納事象
)であって、かつ条件に一致する格納事象を検索して見
つけだした後、処理対象事象ポインタ7が指す領域の領
域内容フラグ6を0(空状態)および見つけだした領域
を指すように処理対象事象ポインタ7を更新し、この処
理対象事象ポインタ7が指す領域の領域内容フラグ6を
2(処理対象事象)にし、この処理対象事象ポインタ7
が指す新たな領域を、ユーザプログラムが参照し、図形
処理を行うことが可能となる。これにより、ユーザプロ
グラムなどが非同期入力された格納事象を参照する際に
、単に領域内容フラグ6を1から2、および処理対象事
象ポインタ7の切替えを行うのみで、データ転送を行う
ことなく、入力事象(処理対象事象)を参照することが
可能となる。
In S16, the user program or the like refers to the processing target event pointed to by the processing target event pointer 7. Through the above processing, in response to the user program etc. notifying the event processing unit 3 of FIG.
15, after searching and finding a storage event whose area content flag 6 is 1 (storage event) and which matches the conditions, the area content flag 6 of the area pointed to by the processing target event pointer 7 is set to 0 ( update the process target event pointer 7 to point to the area (empty state) and the found area, set the area content flag 6 of the area pointed to by this process target event pointer 7 to 2 (process target event), and update the process target event pointer 7
It becomes possible for the user program to refer to the new area pointed to and perform graphical processing. As a result, when a user program or the like refers to a storage event that has been input asynchronously, it simply switches the area content flag 6 from 1 to 2 and the processing target event pointer 7, and the input is performed without data transfer. It becomes possible to refer to the event (event to be processed).

【0018】次に、図1に示す事象格納域5の■ないし
■について具体的に説明する。■は、画面からの非同期
入力が可能となった直後の事象格納域5の状態を示す。 この状態では、事象格納域5には、領域内容フラグ6が
0(空状態を表わす)の空き領域1ないしNのN個の領
域と、領域内容フラグ6が3(処理対象事象のダミーを
表わす)のダミー処理対象事象の1個の領域がある。こ
こで、ダミー処理対象事象を1個設けた理由は、他のN
個の領域と同様に領域内容フラグ6を0(空状態)とし
てしまうと、処理対象事象が存在しないときには最大(
N+1)個の事象が入力できるが、一度、処理対象事象
が存在すると最大N個の事象しか入力できなくなり、状
態によって入力できる最大個数が(N+1)個やN個に
変わってしまう不都合が生じるため、領域内容フラグ6
を3にしたものである。この状態で、1つの処理対象事
象をポイントする処理対象事象ポインタ7が図示のよう
にダミー処理対象事象をポイントするように設定してお
く。
Next, the event storage area 5 shown in FIG. 1 will be specifically explained. ■ indicates the state of the event storage area 5 immediately after asynchronous input from the screen becomes possible. In this state, the event storage area 5 includes N free areas 1 to N, where the area content flag 6 is 0 (indicating an empty state), and the area content flag 6 is 3 (indicating a dummy of the event to be processed). ) There is one area of dummy processing target event. Here, the reason for providing one dummy processing target event is that the other N
If the area content flag 6 is set to 0 (empty state) as in the area of
N+1) events can be input, but once the event to be processed exists, only a maximum of N events can be input, which causes the inconvenience that the maximum number of events that can be input changes to (N+1) or N depending on the state. , area content flag 6
is set to 3. In this state, the process target event pointer 7, which points to one process target event, is set to point to a dummy process target event as shown in the figure.

【0019】■は、画面から非同期入力として、事象が
2つ入力された後の状態を示す。事象が2つ入力された
ので、事象格納域5の先頭の空き領域1、2に事象を格
納して領域内容フラグ6を0から1にセットしたことに
対応して、図示のように格納事象1、2が格納されたこ
ととなる(図2のフローチャート参照)。■は、処理対
象事象化の要求に対応して、格納事象1を処理対象事象
にし、ユーザプログラムからこれを参照可能にした後の
状態を示す。
■ indicates the state after two events are input as asynchronous inputs from the screen. Since two events have been input, in response to storing the events in free areas 1 and 2 at the beginning of the event storage area 5 and setting the area content flag 6 from 0 to 1, the stored events are stored as shown in the figure. 1 and 2 have been stored (see the flowchart in FIG. 2). (2) shows the state after the stored event 1 is made into a process target event in response to a request for converting it into a process target event, and is made referenceable from the user program.

【0020】(3−1)  処理対象事象化の要求に対
応して、図3のフローチャートに従って、S12で領域
内容フラグ6が1である格納対象のうちの、条件に一致
する格納事象として格納事象1を見つける。 (3−2)  図3のS13で処理対象事象ポインタ7
がポイントするダミー処理対象事象の領域内容フラグ6
の3を0(空状態)にする。
(3-1) In response to the request for converting into a processing target event, in accordance with the flowchart of FIG. 3, in S12, a storage event is created as a storage event that matches the condition among the storage targets for which the area content flag 6 is 1. Find 1. (3-2) Processing target event pointer 7 in S13 of FIG.
Area content flag 6 of the dummy processing target event pointed to by
Set 3 to 0 (empty state).

【0021】(3−3)  図3のS14で処理対象事
象ポインタ7を、(3−1)で見つけた格納事象1をポ
イントするように更新する。 (3−4)  図3のS15で処理対象事象ポインタ7
がポイントする格納事象1の領域内容フラグ6を1から
2(処理対象事象)に更新する。これにより、格納事象
1が処理対象事象になり、ユーザプログラムから参照可
能な状態に設定されることとなる。
(3-3) In S14 of FIG. 3, the process target event pointer 7 is updated to point to the stored event 1 found in (3-1). (3-4) Processing target event pointer 7 in S15 of FIG.
The area content flag 6 of the storage event 1 pointed to by is updated from 1 to 2 (processing target event). As a result, stored event 1 becomes the event to be processed, and is set in a state where it can be referenced from the user program.

【0022】■は、■の状態で更に処理対象事象化の要
求(ここでは格納事象2が条件に一致するとする)が発
行された場合を示す。■と同様にして、領域内容フラグ
6が1で条件に一致する格納事象を格納事象2として見
つけ、処理対象事象ポインタ7がポイントする領域の領
域内容フラグ6を2から0および見つけた領域をポイン
トするように更新した後、見つけた格納事象2の領域内
容フラグ6を1から2に更新する。これにより、図示に
ように格納事象2が処理対象事象となり、ユーザプログ
ラムからこれを参照することができる。
[0022] ■ indicates a case where a request for converting into a process target event (here, it is assumed that stored event 2 matches the condition) is issued in the state of ■. In the same manner as in (2), find a storage event with the area content flag 6 set to 1 and matching the condition as storage event 2, change the area content flag 6 of the area pointed to by the processing target event pointer 7 from 2 to 0, and point the found area. Then, the area content flag 6 of the found storage event 2 is updated from 1 to 2. As a result, the stored event 2 becomes the event to be processed as shown in the figure, and can be referenced from the user program.

【0023】[0023]

【発明の効果】以上説明したように、本発明によれば、
事象格納域5を設けて領域内容フラグ6によって格納事
象と処理対象事象を区別し、データ転送なしに処理対象
事象をユーザプログラムなどから参照可能にする構成を
採用しているため、データ転送を無くし、非同期入力に
よる処理速度を向上させることができる。特に、非同期
入力によるデータ量が多い場合に顕著に処理速度が速く
なる。
[Effects of the Invention] As explained above, according to the present invention,
An event storage area 5 is provided, and storage events and processing target events are distinguished by an area content flag 6, and the processing target event can be referenced from a user program without data transfer.This eliminates data transfer. , it is possible to improve the processing speed due to asynchronous input. In particular, when the amount of data due to asynchronous input is large, the processing speed becomes noticeably faster.

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

【図1】本発明の1実施例構成図である。FIG. 1 is a configuration diagram of one embodiment of the present invention.

【図2】本発明の事象格納時のフローチャートである。FIG. 2 is a flowchart when storing an event according to the present invention.

【図3】本発明の処理対象事象化時のフローチャートで
ある。
FIG. 3 is a flowchart at the time of processing an event according to the present invention.

【図4】従来技術の説明図である。FIG. 4 is an explanatory diagram of a prior art.

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

1:図形処理システム 2:事象入力制御部 3:事象処理部 4:主記憶領域 5:事象格納域 6:領域内容フラグ(0:空、1:格納事象、2:処理
対象事象) 7:処理対象事象ポインタ
1: Graphic processing system 2: Event input control unit 3: Event processing unit 4: Main storage area 5: Event storage area 6: Area content flag (0: empty, 1: storage event, 2: event to be processed) 7: Processing Target event pointer

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  非同期入力の処理を行う非同期入力処
理方式において、非同期入力を格納事象として格納する
領域、および領域が空、格納事象、処理対象事象の状態
のうちのいずれかを識別する領域内容フラグ(6)を設
けた事象格納域(5)を備え、事象入力が発生したとき
に、上記領域内容フラグ(6)を参照して空領域にこれ
を格納および領域内容フラグ(6)を格納事象状態にセ
ットするように構成したことを特徴とする非同期入力処
理方式。
Claim 1: In an asynchronous input processing method that processes asynchronous input, an area in which the asynchronous input is stored as a storage event, and area contents that identify any one of the following: empty, storage event, and processing target event state. An event storage area (5) is provided with a flag (6), and when an event input occurs, the area content flag (6) is referred to and stored in an empty area, and the area content flag (6) is stored. An asynchronous input processing method characterized by being configured to set an event state.
【請求項2】  処理対象事象化の要求があったときに
、上記領域内容フラグ(6)が格納事象状態であって、
条件に一致する格納事象を見つけ、これの領域内容フラ
グ(6)を処理対象事象状態に更新して参照可能状態に
すると共に、処理対象事象ポインタ(7)がポイントし
ていた元に領域の領域内容フラグ(6)を空状態にセッ
トおよび新たな処理対象事象をポイントするように構成
したことを特徴とする請求項第1項記載の非同期入力処
理方式。
[Claim 2] When a request for converting into a processing target event is made, the area content flag (6) is in a storage event state,
Find a stored event that matches the conditions, update its area content flag (6) to the processing target event state, make it referenceable, and update the area of the area that the processing target event pointer (7) was pointing to. 2. The asynchronous input processing method according to claim 1, wherein the content flag (6) is set to an empty state and points to a new event to be processed.
JP5529791A 1991-03-20 1991-03-20 Information processing system Expired - Lifetime JP2575962B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5529791A JP2575962B2 (en) 1991-03-20 1991-03-20 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5529791A JP2575962B2 (en) 1991-03-20 1991-03-20 Information processing system

Publications (2)

Publication Number Publication Date
JPH04291437A true JPH04291437A (en) 1992-10-15
JP2575962B2 JP2575962B2 (en) 1997-01-29

Family

ID=12994640

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5529791A Expired - Lifetime JP2575962B2 (en) 1991-03-20 1991-03-20 Information processing system

Country Status (1)

Country Link
JP (1) JP2575962B2 (en)

Also Published As

Publication number Publication date
JP2575962B2 (en) 1997-01-29

Similar Documents

Publication Publication Date Title
US7007244B2 (en) Method and system for displaying categorized information on a user interface
KR930008684B1 (en) Data base backup method
EP0366585A2 (en) Method for comparing and swapping data in a multi-programming data processing system
US5555003A (en) Method for selecting an item on a graphics screen
EP1115060A2 (en) Device and method for performing high-speed low overhead context switch
US20080195979A1 (en) Selective display of cursor
JP2556189B2 (en) Method activation device in object-oriented computer system
JP2978519B2 (en) Document data display method and system
JPH08263525A (en) Data display device
JPH04291437A (en) Asynchronous input processing system
US6160560A (en) Graphic request management system
JPS5854440A (en) Display picture changing device in display device
JP2512910B2 (en) Data processing device
JPH06131202A (en) Event control system
JP2735400B2 (en) Asynchronous I / O control method
JP2764788B2 (en) Display control device
JPH11184716A (en) Queue managing system
JPH01319828A (en) Data processor
JPH0486923A (en) Task management controlling system
JPH08292906A (en) Update buffer management device
JPH0194483A (en) Layout design supporting device
JPH04307700A (en) Monitoring device in man-machine processing function execution system
JPS62165239A (en) Information retrieving method
JPH0719201B2 (en) Icon management method
JPH0260195B2 (en)

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19960723