JPS6389960A - Remote file access control system - Google Patents

Remote file access control system

Info

Publication number
JPS6389960A
JPS6389960A JP61235003A JP23500386A JPS6389960A JP S6389960 A JPS6389960 A JP S6389960A JP 61235003 A JP61235003 A JP 61235003A JP 23500386 A JP23500386 A JP 23500386A JP S6389960 A JPS6389960 A JP S6389960A
Authority
JP
Japan
Prior art keywords
packet
local
accessing
computer
remote
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
JP61235003A
Other languages
Japanese (ja)
Inventor
Masaaki Nakamura
中村 正彰
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP61235003A priority Critical patent/JPS6389960A/en
Publication of JPS6389960A publication Critical patent/JPS6389960A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE:To reduce the number of logic processings, to improve the activity ratio of a main memory device, and to reduce load on its own electronic computer, by performing check accessing whether it is remote accessing or local accessing at a first stage of interruption processing. CONSTITUTION:When the remote file accessing of a user program from the electronic computer A to B is performed, an interruption processing part 10 investigates the accessing whether it is the remote file accessing, and performs the branching of remote/local accessing. Branched remote file accessing assembles the bit of parameter information of a supervisor call (SVC) in a packet at a packet generating part 11, and sends the packet from a transmission part 3 to the electronic computer B through a local area network (LAN) control part 4, and a LAN5. At the computer b, a packet receiving signal 6B receives the packet, and a local SVC issuing part 7 issues a local SVC call. And it is branched and processed according to the kinds of calls at a processing part 8, and a bit of information obtained from the above result is assembled in the packet by a response generating part 9, and is sent back again to the computer A by a transmission part 3B.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明はローカルエリアネットワーク (LAN)を
構成する計算機間で、互いのファイルをアクセスするリ
モートファイルアクセス制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a remote file access control method for accessing each other's files between computers forming a local area network (LAN).

〔従来の技術〕[Conventional technology]

LANシステムを構成する一方の計算機の端末から、他
方の計算機のファイルをアクセスする方法には、従来は
以下に示すものが知られていた。
Conventionally, the following methods have been known for accessing files of one computer from a terminal of another computer forming a LAN system.

第2図は従来の方法が実行されるLANの構成を示す。FIG. 2 shows the configuration of a LAN in which the conventional method is implemented.

同図において、Aは一方の電子計算機(自計算機)で、
1は割り込み処理部、2はSVCコール処理部、3はパ
ケット送信部、4はLAN制御部、5はローカル・エリ
ア・ネットワーク、6はパケット受信部である。
In the same figure, A is one electronic computer (own computer),
1 is an interrupt processing section, 2 is an SVC call processing section, 3 is a packet transmission section, 4 is a LAN control section, 5 is a local area network, and 6 is a packet reception section.

而してBはローカル・エリア・ネットワーク5により接
続される他方の電子計算機(他計算機)、3Bはパケッ
ト送信部、4BはLAN制御部、6Bはパケット受信部
、7はローカルSVCコール発行部、8はローカルSV
Cコール処理部、9はSVCレスポンスパケット作成部
である。
B is the other electronic computer (other computer) connected by the local area network 5, 3B is a packet transmitter, 4B is a LAN controller, 6B is a packet receiver, 7 is a local SVC call issuer, 8 is local SV
C call processing section 9 is an SVC response packet creation section.

次に動作について説明する。ユーザプログラムが電子計
算MAから電子計算機Bにリモート・アクセスする場合
を考える。ユーザプログラムがあるSVCコールを発行
するとこれによる割り込みが入る。割り込み処理部1で
はSVCコールの種類によって分岐し、分岐したあとで
SVC処理部2でリモート・アクセスかどうかをチェッ
クする。
Next, the operation will be explained. Consider a case where a user program remotely accesses computer B from computer MA. When a user program issues a certain SVC call, an interrupt occurs. The interrupt processing unit 1 branches depending on the type of SVC call, and after branching, the SVC processing unit 2 checks whether it is a remote access.

分岐したローカルアクセスのプログラムは自計算Nu内
で処理し、ユーザに処理情報を送り返す。
The branched local access program is processed within its own calculation Nu, and processing information is sent back to the user.

分岐したリモート・アクセスプログラムは、該S■Cコ
ールのパラメータ情報をパケットに組み立てて、バケッ
ト送信部3が依頼先の電子計算機BにLAN制御部4お
よびローカル・エリア・ネソトワ−り5を経由してその
パケットを送る。電子計算機Bではパケット受信部6B
がパケットを受けとると、ローカルSVC発行部7がロ
ーカルS■Cコールを発行し、それはローカルSVC処
理部8で処理される。この結果得られた情報をSVCレ
スポンスパケット作成部9がパケットに組み立てて、で
き」二がったパケットはパケット送信部3Bが再びLA
N制御部4Bとローカル・エリア・ネットワーク5を経
由して依頼元の電子計算機Aに送り返される。返送され
たパケットを受取ったパケット受信部6はその情報をも
とにユーザに必要な情報を送り返す。
The branched remote access program assembles the parameter information of the S■C call into a packet, and the bucket transmitter 3 sends it to the requested computer B via the LAN controller 4 and the local area networks 5. and send that packet. In computer B, packet receiving unit 6B
When the packet is received, the local SVC issuing unit 7 issues a local SC call, which is processed by the local SVC processing unit 8. The SVC response packet creation unit 9 assembles the information obtained as a result into a packet, and the packet transmission unit 3B sends the broken packet again to the LA
It is sent back to the requesting computer A via the N control unit 4B and the local area network 5. The packet receiving unit 6 that receives the returned packet sends back necessary information to the user based on the information.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来のリモート・アクセス方式は上述のようにて 行ね屋モtこので、ユーザプログラムからのスーパバイ
ザコール(S V C)の処理毎に、自計算機と無関係
なリモート処理のプログラムまでも、処理の種類による
分岐を行っていたため、ロジック処理が増加し、主記憶
装置の利用効率が悪く、自重子計算機の負荷が増大する
という問題があった。
Conventional remote access methods do not work as described above. Therefore, every time a supervisor call (SVC) is processed from a user program, even remote processing programs unrelated to the own computer are processed. Since branching was performed depending on the type, there were problems in that the number of logic processes increased, the main memory was inefficiently used, and the load on the self-weighted computer increased.

この発明は以上のような問題点を解消するためになされ
たものでリモートアクセスかローカルアクセスかのチェ
ックを、最初の割り込み処理段階で行うことにより、ロ
ジック処理を減少させて、主記憶装置の利用効率を上げ
、自重子計算機の負荷を軽減することを目的としたもの
である。
This invention was made to solve the above-mentioned problems. By checking whether the access is remote or local at the first interrupt processing stage, logic processing can be reduced and the main memory can be used more efficiently. The purpose is to increase efficiency and reduce the load on the self-weight calculator.

〔問題点を解決するための手段〕[Means for solving problems]

この発明においては、自計算IaAへのユーザプログラ
ムからのスーパバイザコールに対し、初期の割込み処理
段階でリモートアクセスか、ロー力ルアクセスかの分岐
を行い、リモートアクセスの場合、他の計算RBに、直
ちに該スーパバイザコールのパラメータ情報をパケット
にして送信するようにした。
In this invention, in response to a supervisor call from a user program to the self-computing IaA, branching is performed between remote access and local access at the initial interrupt processing stage, and in the case of remote access, to another computation RB, The parameter information of the supervisor call is immediately sent as a packet.

〔作用〕[Effect]

自計算機Aは自計算機Aに対するローカルアクセスのみ
に対して処理種類による分岐を行えばよく負担が軽くな
る。リモートアクセスの場合は直ちに指定先の細針算機
Bに送信され、遅延の少ないリモートアクセスとなり、
LAN全体の利用率の向上が図れる。
The load on the computer A can be reduced by branching based on the type of processing only for local accesses to the computer A. In the case of remote access, the information is immediately sent to the designated fine needle calculator B, resulting in remote access with less delay.
The utilization rate of the entire LAN can be improved.

〔実施例〕〔Example〕

以下、この発明の実施例を図について説明する。 Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明が適用されるLANの構成を示す。FIG. 1 shows the configuration of a LAN to which the present invention is applied.

第1図において、Aは一方の計算機で、10は割り込み
処理部、11はパケット作成部、3はパケット送信部、
4はLAN制御部、5はローカル・エリア・ネットワー
ク、6はパケット受信部である。
In FIG. 1, A is one computer, 10 is an interrupt processing section, 11 is a packet creation section, 3 is a packet transmission section,
4 is a LAN controller, 5 is a local area network, and 6 is a packet receiver.

而して、Bは他方の計算機、3Bはパケット送信部、4
Bは1.、AN制御部、6Bはパケット受信部、7はロ
ーカルSVCコール発行部、8はローカルSVCコール
処理部、9はSVcレスポンスパケット作成部である。
Thus, B is the other computer, 3B is the packet transmitter, and 4 is the other computer.
B is 1. , AN control unit, 6B is a packet reception unit, 7 is a local SVC call issuing unit, 8 is a local SVC call processing unit, and 9 is an SVc response packet creation unit.

次に動作について説明する。Next, the operation will be explained.

ユーザプログラムが電子計算機Aから電子計算機Bにリ
モート・ファイル・アクセスする場合を考える。ユーザ
プログラムがあるSVCコールを発行するとこれによる
割り込みが入る。割り込み処理部10で;よ直ちにリモ
ーI・・ファイル・アクセスかどうかチェックし、リモ
ート/ローカル・アクセスの分岐を行う。ローカルアク
セスプログラムについてはSVCコールの種類によって
自計算機A内で分岐して、当該SVCコールの処理をす
る。そしてユーザに処理情報を送り返す。ここでは、リ
モートアクセスのプログラムについては、種類による分
岐を行わす、そのまま細針算機Bに渡すことにより、自
計算機Aのロジック処理を減少させている。
Consider a case where a user program remotely accesses a file from computer A to computer B. When a user program issues a certain SVC call, an interrupt occurs. The interrupt processing unit 10 immediately checks whether it is a remote I... file access and branches to remote/local access. The local access program branches within its own computer A depending on the type of SVC call and processes the SVC call. It then sends processing information back to the user. Here, the remote access program is branched depending on the type and passed to the thin needle calculator B as is, thereby reducing the logic processing of the own computer A.

分岐したリモート・ファイル・アクセスについては、該
S V にクールのパラメータ情報をパケット作成部1
1でパケットに組み立てて、パケット送信部3が依頼先
の電子計算機BにLAN制御部4およびローカル・エリ
ア・ネットワーク5を経由して、そのパケットを送る。
For branched remote file access, cool parameter information is sent to the packet creation unit 1 to the corresponding SV.
1, the packet is assembled into a packet, and the packet transmitter 3 sends the packet to the requested electronic computer B via the LAN controller 4 and local area network 5.

電子計算機Bではパケット受信部部6Bがパケットを受
けとると、ロー カ/l/ S V C♀行部7がロー
カルSVCコールを発行し、それはローカルSVC処理
部8で種類により分岐されて処理される。この結果得ら
れた情報をレスポンスパケット作成部9がパケットに組
み立てて、でき上がったパケットはパケット送信部3B
か再びLAN制御部4Bと通信路媒体5を経由して、依
頼元の電子計算機Aに送り返される。
In computer B, when the packet receiving section 6B receives a packet, the local/l/SV C♀ line section 7 issues a local SVC call, which is branched and processed by the local SVC processing section 8 depending on the type. . The response packet creation unit 9 assembles the information obtained as a result into a packet, and the resulting packet is sent to the packet transmission unit 3B.
Then, it is sent back to the requesting computer A via the LAN control unit 4B and the communication path medium 5.

返送されたパケットを受けとったパケット受信部6は、
その情報をもとにユーザに必要な情報を送り返ず。
The packet receiving unit 6 that received the returned packet,
Based on that information, the necessary information is not sent back to the user.

このようにして1計算機Aの負担を減らし、他ト 計算laBに直ちにプ吊−ルの問い合わせができるので
、遅延の少ないLANシステムを構築できる。なお、上
記実施例では2台の計算機について説明したが3台以上
であってもよい。
In this way, the load on one computer A can be reduced and the other computers laB can be immediately asked about the download, so a LAN system with less delay can be constructed. In the above embodiment, two computers have been described, but three or more computers may be used.

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

以上説明してきたように、この発明によれば、自i+算
taへの斗−ザブログラムからのスーパバイザコールに
対し、初期の割込み処理段階でリモートアクセスか、ロ
ーカルアクセスかの分岐を行い、リモートアクセスの場
合、他の計算機に直ちにスーパバイザコールのパラメー
タ情報をパケットにして送信するようにしたので、細針
算機に係わる処理は直ちにデータ転送に移すようにして
、1計算機Aは自己の処理のみに専念できる。又、主記
憶装置の利用勿率を上げ電子計算機の負荷を軽減でき、
LAN全体の処理能力を向上させることになるという効
果がある。
As explained above, according to the present invention, in response to a supervisor call from a program to a computer program, a branch is made between remote access and local access in the initial interrupt processing stage, and remote access is performed. In this case, the parameter information of the supervisor call is immediately sent as a packet to the other computers, so the processing related to the fine needle calculator is immediately transferred to data transfer, so that one computer A can concentrate only on its own processing. can. In addition, it can increase the usage efficiency of the main memory and reduce the load on the computer.
This has the effect of improving the processing capacity of the entire LAN.

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

第1図は本発明のリモートファイルアクセス制御方式が
適用されるLANシステムの構成図、第2図は従来の方
式が適用されるシステムの構成図である。 3.3B・・・パケット送信部、4,4B・・=7− ・LAN制御部、5・・・通信路媒体、6,6B・・・
パケット受信部、7・・・ローカルSVC発行部、8・
・・ローカルSVC処理部、9・・・SVCレスポンス
作成部、10・・・割込み処理部、1■・・・パケット
作成部、A、B・・・計算機。 代理人  大  岩  増  雄(ほか2名)=8−
FIG. 1 is a block diagram of a LAN system to which the remote file access control method of the present invention is applied, and FIG. 2 is a block diagram of a system to which the conventional method is applied. 3.3B...Packet transmission unit, 4,4B...=7- LAN control unit, 5...Communication path medium, 6,6B...
Packet receiving section, 7...Local SVC issuing section, 8.
...Local SVC processing unit, 9...SVC response generation unit, 10...Interrupt processing unit, 1■...Packet generation unit, A, B...Computer. Agent Masuo Oiwa (and 2 others) = 8-

Claims (1)

【特許請求の範囲】 ローカル・エリア・ネットワークを構成する自計算機と
他計算機との間で行われるリモート・ファイル・アクセ
スにおいて、 前記自計算機へのユーザプログラムからのスーパバイザ
コールに対し、初期の割込み処理段階でリモートアクセ
スか、ローカルアクセスかの分岐を行い、リモートアク
セスの場合、他の計算機に直ちにスーパバイザコールの
パラメータ情報をパケットにして送信するようにしたこ
とを特徴とするリモートファイルアクセス制御方式。
[Scope of Claims] In remote file access performed between a local area network and another computer, initial interrupt processing is performed in response to a supervisor call from a user program to the local computer. A remote file access control method characterized in that branching is performed between remote access and local access at each stage, and in the case of remote access, supervisor call parameter information is immediately sent as a packet to another computer.
JP61235003A 1986-10-02 1986-10-02 Remote file access control system Pending JPS6389960A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61235003A JPS6389960A (en) 1986-10-02 1986-10-02 Remote file access control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61235003A JPS6389960A (en) 1986-10-02 1986-10-02 Remote file access control system

Publications (1)

Publication Number Publication Date
JPS6389960A true JPS6389960A (en) 1988-04-20

Family

ID=16979621

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61235003A Pending JPS6389960A (en) 1986-10-02 1986-10-02 Remote file access control system

Country Status (1)

Country Link
JP (1) JPS6389960A (en)

Similar Documents

Publication Publication Date Title
US4274139A (en) Digital telecommunication network having improved data processing systems
US20230080588A1 (en) Mqtt protocol simulation method and simulation device
JPH03273352A (en) On-line information processor
JPH03206542A (en) Remote in terruption system
CN110311861B (en) Method and device for guiding data flow
Chesson The network UNIX system
JP2568033B2 (en) System and method for interprocessor session routing in a loosely coupled computing device
CN111427704A (en) Remote monitoring method, device and equipment for configuration instruction and storage medium
JPS6389960A (en) Remote file access control system
JPH0743683B2 (en) Protocol machine
US6067317A (en) Computer bus resource port
WO2024022492A1 (en) Communication method and system, user plane function network element, and user equipment
KR100297557B1 (en) Processing speed control method of the TMN agent
JP2822597B2 (en) Logical partitioning method for complex computer system.
JPS61262395A (en) Electronic exchange for controlling stored program
JPH05324505A (en) Method and system for file transfer
JPS6148257A (en) Communication line controller
JP2933478B2 (en) Switching system resource control method
JP2829908B2 (en) Server program execution control method
CN117097747A (en) RDMA network resource multiplexing method and device
KR20030064329A (en) Serial line multiplexer interface apparatus
JPH0447842A (en) Representative connection communicating system
JPH03288255A (en) Network control system for multiprocessor
JPS6392150A (en) Reference number giving system for common line signal system no.7
JPH02302859A (en) Communication line opening restricting system