JPH07177197A - Communication task management system - Google Patents
Communication task management systemInfo
- Publication number
- JPH07177197A JPH07177197A JP5321621A JP32162193A JPH07177197A JP H07177197 A JPH07177197 A JP H07177197A JP 5321621 A JP5321621 A JP 5321621A JP 32162193 A JP32162193 A JP 32162193A JP H07177197 A JPH07177197 A JP H07177197A
- Authority
- JP
- Japan
- Prior art keywords
- communication
- request
- communication request
- priority
- processing
- 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
Links
Landscapes
- Communication Control (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、ネットワーク装置にお
いて通信要求の管理を行うための通信タスク管理方式に
関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication task management system for managing communication requests in a network device.
【0002】[0002]
【従来の技術】従来の通信タスク管理方式では、ネット
ワーク装置内に通信の要求を生成する通信要求生成部と
通信要求を受け付けデータを送受信する通信処理部とを
設けておき、通信要求生成部からの通信要求を通信処理
部に伝達し、通信処理部が受け付けた要求内容に対応し
たデータの送信・受信の処理を伝送路に対して行う。通
信要求が同時に重複して発生した場合には通信要求を受
け付けた順番に待ち行列を格納し、順次処理を行う。2. Description of the Related Art In a conventional communication task management system, a communication request generating unit for generating a communication request and a communication processing unit for receiving a communication request and transmitting / receiving data are provided in the network device. The communication request is transmitted to the communication processing unit, and the process of transmitting / receiving data corresponding to the request content received by the communication processing unit is performed on the transmission path. When the communication requests are duplicated at the same time, the queues are stored in the order in which the communication requests are received, and the sequential processing is performed.
【0003】[0003]
【発明が解決しようとする課題】この従来の通信タスク
管理方式では、伝送路に対する処理順序が通信要求の受
け付けられた順番になるため、例えば先に受け付けられ
た通信要求よりも後に受け付けられた通信要求の方が高
い処理優先度を要求されるものであった場合でも、先行
の通信要求の処理が済むまで待たされるなど、処理の効
率的な実行が困難である。また、一たん待ち行列に格納
された通信要求に対しては何らの制御もできないから、
柔軟な通信要求の管理が困難である。実用上、ネットワ
ーク装置内の通信要求生成部に相当する処理単位は複数
化しており、上記の問題点は顕著になるものと思われ
る。In this conventional communication task management system, since the processing order for the transmission path is the order in which the communication request is received, for example, the communication received after the communication request received first Even if the request requires a higher processing priority, it is difficult to perform the processing efficiently, such as waiting until the processing of the preceding communication request is completed. Moreover, since no control is possible for the communication request stored in the queue,
Flexible management of communication requests is difficult. Practically, the processing unit corresponding to the communication request generation unit in the network device is pluralized, and the above-mentioned problem seems to be remarkable.
【0004】[0004]
【課題を解決するための手段】通信タスク管理方式は、
おのおのネットワークに対して通信を行う複数のプロセ
スからの通信要求を受け付ける要求受付部と、前記通信
要求を優先順位に応じて送受信順位を制御して記憶部に
格納する通信要求管理部と、該通信要求管理部で制御し
た前記送受信順位に応じて通信データを伝送路に送受信
する通信処理部とを備えている。[Means for Solving the Problems] The communication task management system is
A request receiving unit that receives a communication request from a plurality of processes that communicate with each network, a communication request management unit that stores the communication request in a storage unit by controlling the transmission / reception order, and the communication And a communication processing unit for transmitting / receiving communication data to / from a transmission line according to the transmission / reception order controlled by the request management unit.
【0005】[0005]
【実施例】次に本発明について、図面を参照して説明す
る。The present invention will be described below with reference to the drawings.
【0006】図1は、本発明の一実施例を示すブロック
図である。ネットワーク装置のアプリケーション1内の
アプリケーションプロセス11a,11b,11cは、
内部で通信要求が発生すると通信データに要求属性を付
加し、通信要求受付部3へ通信要求をプロセス間通信に
より伝達する。通信要求受付部3は、その通信要求を受
け付けた旨を通信要求管理部4に通知する。通知を受け
た通信要求管理部4は、通信要求の要求属性を参照した
上で処理待ち要求を記憶しておくための記憶部6の該当
位置に格納する。FIG. 1 is a block diagram showing an embodiment of the present invention. The application processes 11a, 11b, 11c in the application 1 of the network device are
When a communication request is generated internally, a request attribute is added to the communication data, and the communication request is transmitted to the communication request receiving unit 3 by interprocess communication. The communication request reception unit 3 notifies the communication request management unit 4 that the communication request has been received. Upon receiving the notification, the communication request management unit 4 refers to the request attribute of the communication request, and then stores the processing wait request in the corresponding position of the storage unit 6 for storing the processing wait request.
【0007】図2は本実施例の記憶部6の内部構造を示
すフォーマット図である。通信要求は、優先順位63d
の順に待ち行列61内に格納される。新たに受け付けさ
れた通信要求の優先順位が高ければそのつど、待ち行列
61は、再構成される。また、待ち行列61は待ち行列
属性テーブル67により、その属性を指定できる。更
に、通信要求管理部4において、ネットワークや処理の
状態により、通信要求の優先度を変更したい場合には、
優先度対応テーブル64を書き換えることにより可能で
ある。この優先度対応テーブル64は、通信要求に付加
された優先度66aを待ち行列61内の優先度63dに
変換するものである。このテーブルにより、細かな優先
度の操作を可能とする。FIG. 2 is a format diagram showing the internal structure of the storage unit 6 of this embodiment. Communication request has priority 63d
Are stored in the queue 61 in this order. The queue 61 is reconfigured each time the priority of the newly received communication request is high. Further, the queue 61 can specify its attribute by the queue attribute table 67. Furthermore, in the communication request management unit 4, when it is desired to change the priority of the communication request depending on the state of the network and the processing,
This is possible by rewriting the priority correspondence table 64. The priority correspondence table 64 is for converting the priority 66a added to the communication request into the priority 63d in the queue 61. This table enables detailed priority operations.
【0008】通信要求管理部4に制御された通信要求の
うちから、優先順位の高い順に通信処理部5は伝送路7
に対して、送受信処理を行う。From among the communication requests controlled by the communication request management unit 4, the communication processing unit 5 sets the transmission path 7 in descending order of priority.
And the transmission / reception processing is performed.
【0009】本実施例では上述した機能により、ネット
ワーク装置の状態や処理の優先度に応じた通信が可能と
なり、従来方式よりも効率的な通信処理ができる。In the present embodiment, the functions described above enable communication according to the state of the network device and the priority of processing, and communication processing more efficient than the conventional method can be performed.
【0010】[0010]
【発明の効果】以上説明したように本発明によれば、通
信要求生成プロセスと独立した通信要求管理部を設ける
ことにより、処理の優先順位及びネットワーク装置の状
態に応じた柔軟性のある通信処理が可能である。As described above, according to the present invention, by providing the communication request management section independent of the communication request generation process, the communication processing is flexible according to the priority of processing and the state of the network device. Is possible.
【0011】また、通信要求生成プロセスの処理を変更
することなく通信の優先順位を変更することも可能であ
り、必要に応じて不要な通信データを通信要求管理部で
削除もできるから、ネットワークの負荷を軽減すること
もできる。Further, it is possible to change the priority order of communication without changing the processing of the communication request generation process, and unnecessary communication data can be deleted by the communication request management unit if necessary. The load can also be reduced.
【図1】本発明の一実施例のブロック図。FIG. 1 is a block diagram of an embodiment of the present invention.
【図2】本発明の一実施例の記憶部6の記憶領域を例示
するフォーマット図。FIG. 2 is a format diagram illustrating a storage area of a storage unit 6 according to an embodiment of the present invention.
1 アプリケーション 3 通信要求受付部 4 通信要求管理部 5 通信処理部 6 記憶部 7 伝送路 11a,11b,11c アプリケーションプロセス 61 処理待ち行列 62a〜62n 通信要求 64 優先度対応テーブル 67 待ち行列属性テーブル 1 Application 3 Communication Request Receiving Section 4 Communication Request Management Section 5 Communication Processing Section 6 Storage Section 7 Transmission Lines 11a, 11b, 11c Application Process 61 Processing Queue 62a to 62n Communication Request 64 Priority Correspondence Table 67 Queue Attribute Table
Claims (2)
う複数のプロセスからの通信要求を受け付ける要求受付
部と、前記通信要求を優先順位に応じて送受信順位を制
御して記憶部に格納する通信要求管理部と、該通信要求
管理部で制御した前記送受信順位に応じて通信データを
伝送路に送受信する通信処理部とを備えていることを特
徴とする通信タスク管理方式。1. A request reception unit that receives communication requests from a plurality of processes that communicate with each network, and a communication request management that stores the communication requests in a storage unit by controlling the transmission / reception order according to the priority order. And a communication processing unit that transmits and receives communication data to and from a transmission path according to the transmission / reception order controlled by the communication request management unit.
優先順位に応じて構成する待ち行列と、その優先順位の
変更を表わす優先度対応テーブルとの各格納領域を含む
前記記憶部に対しアクセス制御する請求項1記載の通信
タスク管理方式。2. The communication request management unit relates to the storage unit including storage areas of a queue formed according to the priority order of the communication request and a priority correspondence table indicating a change in the priority order. The communication task management system according to claim 1, wherein access control is performed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5321621A JP2697588B2 (en) | 1993-12-21 | 1993-12-21 | Communication task management method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5321621A JP2697588B2 (en) | 1993-12-21 | 1993-12-21 | Communication task management method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH07177197A true JPH07177197A (en) | 1995-07-14 |
JP2697588B2 JP2697588B2 (en) | 1998-01-14 |
Family
ID=18134563
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5321621A Expired - Fee Related JP2697588B2 (en) | 1993-12-21 | 1993-12-21 | Communication task management method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2697588B2 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1314999A1 (en) * | 2001-11-26 | 2003-05-28 | Thales | Method for building frames |
EP1315000A1 (en) * | 2001-11-26 | 2003-05-28 | Thales | Method for regulating the workload of a radar |
FR2832810A1 (en) * | 2001-11-26 | 2003-05-30 | Thales Sa | Method of real time command of radar aiming involves determining charge state and ordering point operations depending on their priority |
FR2832809A1 (en) * | 2001-11-26 | 2003-05-30 | Thales Sa | Method of charge regulation for radar with electronic scanning has values of secondary control parameters varied to adjust number of aiming demands |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59177638A (en) * | 1983-03-29 | 1984-10-08 | Fujitsu Ltd | Control system of message preferential transmission |
JPH04342342A (en) * | 1991-05-20 | 1992-11-27 | Hokuriku Nippon Denki Software Kk | Gateway processing system for local area network |
-
1993
- 1993-12-21 JP JP5321621A patent/JP2697588B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59177638A (en) * | 1983-03-29 | 1984-10-08 | Fujitsu Ltd | Control system of message preferential transmission |
JPH04342342A (en) * | 1991-05-20 | 1992-11-27 | Hokuriku Nippon Denki Software Kk | Gateway processing system for local area network |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1314999A1 (en) * | 2001-11-26 | 2003-05-28 | Thales | Method for building frames |
EP1315000A1 (en) * | 2001-11-26 | 2003-05-28 | Thales | Method for regulating the workload of a radar |
FR2832808A1 (en) * | 2001-11-26 | 2003-05-30 | Thales Sa | RADAR LOAD REGULATION METHOD |
FR2832810A1 (en) * | 2001-11-26 | 2003-05-30 | Thales Sa | Method of real time command of radar aiming involves determining charge state and ordering point operations depending on their priority |
FR2832807A1 (en) * | 2001-11-26 | 2003-05-30 | Thales Sa | METHOD FOR CONSTRUCTING FRAMES, ESPECIALLY A RADAR |
FR2832809A1 (en) * | 2001-11-26 | 2003-05-30 | Thales Sa | Method of charge regulation for radar with electronic scanning has values of secondary control parameters varied to adjust number of aiming demands |
EP1336867A1 (en) * | 2001-11-26 | 2003-08-20 | Thales | Method for regulating the workload of a radar, particularly by means of adaptation of the surveillance pattern |
EP1336868A1 (en) * | 2001-11-26 | 2003-08-20 | Thales | Method for real-time scheduling particularly of the aimings of a radar |
Also Published As
Publication number | Publication date |
---|---|
JP2697588B2 (en) | 1998-01-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6560643B1 (en) | System of self-service terminals and method of distributing software to a plurality of self-service terminals | |
JPS61196326A (en) | Priority processing system | |
JPH07177197A (en) | Communication task management system | |
US5436888A (en) | Communication path control method and communication device | |
JPS62126457A (en) | Distributed data processing system | |
JP2508959B2 (en) | Computer system | |
JPH0612390A (en) | Client/server system control method | |
JPH06332866A (en) | Inter-program communication system | |
JP3033764B1 (en) | Radio base station controller and method | |
JPH06110699A (en) | Work execution order control method | |
JPH05314070A (en) | Message queue managing system | |
JPH07175653A (en) | Parallel computer system | |
JPH0713938A (en) | System for inter-computer synchronization processing | |
JPH06231066A (en) | Data communication system | |
JPH04172032A (en) | Polling control system | |
JPH01277035A (en) | Transmission buffer pool control system for communication control equipment | |
JPH0689270A (en) | Parallel processing system | |
JPH11284643A (en) | Bus interface device for transmission and bus interface device for reception | |
JPS61292763A (en) | Control processing system for telegram buffer | |
JPH04318727A (en) | Packet transmitter | |
JPS6086643A (en) | Local area network system | |
JPH0448369A (en) | Information processor control information updating method in plural central information processor systems | |
JPH0895793A (en) | Software resource transfer method | |
JPH0212362A (en) | Program loading system | |
JPH11194978A (en) | Priority control system for transmission data |
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: 19970819 |
|
LAPS | Cancellation because of no payment of annual fees |