JPH04274535A - System for accessing file on plural operating systems - Google Patents

System for accessing file on plural operating systems

Info

Publication number
JPH04274535A
JPH04274535A JP3034916A JP3491691A JPH04274535A JP H04274535 A JPH04274535 A JP H04274535A JP 3034916 A JP3034916 A JP 3034916A JP 3491691 A JP3491691 A JP 3491691A JP H04274535 A JPH04274535 A JP H04274535A
Authority
JP
Japan
Prior art keywords
file
command
format
access
accessed
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
JP3034916A
Other languages
Japanese (ja)
Inventor
Yumi Fujisawa
藤澤 由美
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Chubu 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 NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP3034916A priority Critical patent/JPH04274535A/en
Publication of JPH04274535A publication Critical patent/JPH04274535A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To access a file to be accessed on another OS even when no storage area exists on its own OS and reduce the time required for transferring the file by accessing the file while the file is not fetched to its own OS, but secured on the another OS. CONSTITUTION:This system for accessing files on plural OSs is provided with an access switching means 12 which decides the OS and opposite address of a file to be accessed by referring to a file information storing table 1A which stores file information on another OS, command converting means 13 which converts a command from a user AP into the form of another OS by referring to a command conversion table 1B, command transmitting/receiving means 14 which transmits the converted command and receives accessed results of another command form, and accessed result converting means 17 which converts a received accessed result into the form of its own OS by referring to an accessed result conversion table IC and returns the converted accessed result to the user AP.

Description

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

【0001】0001

【産業上の利用分野】本発明は複数OS上ファイルアク
セス方式に関し、特にユーザAPが動作するOSと、ア
クセスするファイルが確保されているOSとが異なる場
合の複数OS上ファイルアクセス方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for accessing files on multiple OSs, and more particularly to a method for accessing files on multiple OSs when the OS on which a user AP operates is different from the OS on which the file to be accessed is secured.

【0002】0002

【従来の技術】OSの異なる複数の装置が通信回線で接
続された情報システムにおいて、あるOSの装置のユー
ザAPが、異なるOSで作動する装置(以下、単に他O
Sという)に確保されているファイルにアクセスしよう
とする場合、従来、アクセス対象のファイルの全体を自
装置(以下、自OSという)の主記憶に一括転送し、自
OS上に確保したファイルに対して処理を行い、必要な
場合は処理後のファイル全体を他OS上に格納していた
2. Description of the Related Art In an information system in which a plurality of devices with different OSs are connected via communication lines, a user AP of a device with one OS is connected to a device with a different OS (hereinafter simply referred to as another OS).
Conventionally, when attempting to access a file reserved on the own OS (hereinafter referred to as the own OS), the entire file to be accessed is transferred all at once to the main memory of the own device (hereinafter referred to as the own OS), and then the file secured on the own OS is transferred. If necessary, the entire processed file was stored on another OS.

【0003】0003

【発明が解決しようとする課題】上述した従来のファイ
ルアクセス方式は、アクセスするファイルを自OS上に
ファイルごと取り込むので、アクセスファイルと同容量
のワークエリアを自OS主記憶装置上に確保する必要が
あるという欠点がある。又、ファイルをOS間で転送す
るという、実際のファイルアクセス処理以外の時間がか
かるという欠点がある。
[Problems to be Solved by the Invention] In the conventional file access method described above, the file to be accessed is imported into the own OS, so it is necessary to secure a work area with the same capacity as the accessed file on the own OS's main storage device. There is a drawback that there is. Another drawback is that transferring files between OSes takes time other than the actual file access processing.

【0004】本発明の目的は、上述の欠点を除去し、フ
ァイル全体の転送を不要とする複数OS上ファイルアク
セス方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to eliminate the above-mentioned drawbacks and to provide a file access method on multiple OSs that eliminates the need to transfer the entire file.

【0005】[0005]

【課題を解決するための手段】本発明の複数OS上ファ
イルアクセス方式は、OSの異なる複数の装置が通信回
線で接続されて構成されたシステムで、アクセスできる
他OS上のファイル情報を格納したファイル情報格納テ
ーブルと、このファイル情報格納テーブルを参照してア
クセス対象ファイルのOSと相手アドレスとを決定する
アクセス切替手段と、自OS形式から他OS形式へのコ
マンド変換法則を格納したコマンド変換テーブルと、ユ
ーザAPからのコマンドを前記コマンド変換テーブルを
参照して他OS形式に変換するコマンド変換手段と、他
OS形式に変換したコマンドを送信し相手から他OS形
式のアクセス結果を受信するコマンド送受信手段と、ア
クセス結果を他OS形式から自OS形式に変換する変換
法則を格納したアクセス結果変換テーブルと、受信した
他OS形式のアクセス結果を前記アクセス結果変換テー
ブルを参照して自OS形式に変換しユーザAPに返すア
クセス結果変換手段とを備えて構成されている。
[Means for Solving the Problems] The multiple OS file access method of the present invention is a system configured by connecting multiple devices with different OSs via communication lines, and stores file information on other OSs that can be accessed. A file information storage table, an access switching means that refers to the file information storage table to determine the OS and destination address of the file to be accessed, and a command conversion table that stores command conversion rules from the own OS format to another OS format. , a command conversion unit that converts a command from a user AP into another OS format by referring to the command conversion table, and a command transmission/reception unit that transmits the command converted to the other OS format and receives the access result in the other OS format from the other party. means, an access result conversion table storing conversion rules for converting access results from other OS formats to the own OS format, and converting received access results in the other OS format to the own OS format by referring to the access result conversion table. and an access result conversion means for returning the information to the user AP.

【0006】[0006]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments Next, embodiments of the present invention will be described with reference to the drawings.

【0007】図1は本発明の一実施例の構成を示すブロ
ック図である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【0008】本実施例の複数OS上ファイルアクセス方
式は、図1に示すように、OS―Aで動作する自OS装
置1と、OS―Bで動作する他OS装置2とが通信回線
で接続され、自OS装置1には、ファイル情報格納テー
ブル1A,ファイル情報登録手段11,アクセス切替手
段12,コマンド変換テーブル1B,コマンド変換手段
13,コマンド送受信手段14,アクセス結果変換テー
ブル1C,アクセス結果変換手段17を備えて構成され
、他OS装置2にはコマンド送受信手段15,ファイル
アクセス手段16を備えている。
As shown in FIG. 1, the multi-OS file access method of this embodiment connects a local OS device 1 operating on OS-A and another OS device 2 operating on OS-B via a communication line. The own OS device 1 includes a file information storage table 1A, a file information registration means 11, an access switching means 12, a command conversion table 1B, a command conversion means 13, a command transmission/reception means 14, an access result conversion table 1C, and an access result conversion table 1C. The other OS device 2 is equipped with a command transmitting/receiving means 15 and a file accessing means 16.

【0009】ファイル情報格納テーブル1Aは、ユーザ
APがアクセスする他OS上のファイルのファイル名に
対し、OSやアドレスなどのファイル情報を格納したテ
ーブルで、ファイル情報登録手段11により必要な情報
を登録する。
[0009] The file information storage table 1A is a table that stores file information such as the OS and address for the file names of files on other OSs that are accessed by the user AP, and necessary information is registered by the file information registration means 11. do.

【0010】アクセス切替手段12は、ファイル情報格
納テーブル1Aを参照することにより、ユーザAPがア
クセス要求したファイルがどのOS上にあるかを認識し
、コマンド発行先を決定する。
[0010] The access switching means 12 refers to the file information storage table 1A to recognize which OS the file to which the user AP has requested access is located, and determines the destination to which the command is issued.

【0011】コマンド変換テーブル1Bは、自OS形式
のコマンドを他OS形式のコマンドに変換するための情
報を格納している。コマンド変換手段13は、コマンド
変換テーブル1Bを参照し、ユーザAPが自OS形式で
発行したコマンドをファイルが確保されている他OS形
式に変換する。
The command conversion table 1B stores information for converting commands in the own OS format to commands in another OS format. The command conversion means 13 refers to the command conversion table 1B and converts a command issued by the user AP in its own OS format to another OS format in which a file is secured.

【0012】コマンド送受信手段14は、変換されたコ
マンドを送信し、他OS装置2上でのアクセス結果を受
信する。
The command transmitting/receiving means 14 transmits the converted command and receives the access result on the other OS device 2.

【0013】アクセス結果変換テーブル1Cは、他OS
形式のアクセス結果を自OS形式に変換するための情報
を格納している。アクセス結果変換手段17は、アクセ
ス結果変換テーブル1Cを参照し、他OS形式のアクセ
ス結果を自OS形式のアクセス結果に変換してユーザA
Pに返す。
[0013] The access result conversion table 1C is
Stores information for converting format access results into the own OS format. The access result conversion means 17 refers to the access result conversion table 1C, converts the access result in the other OS format into the access result in the own OS format, and converts the access result to the user A.
Return to P.

【0014】他OS装置2のコマンド送受信手段15は
、他OS形式に変換されたコマンドを受信し、ファイル
アクセス手段16は、コマンドに従ってファイルをアク
セスする。
The command transmitting/receiving means 15 of the other OS device 2 receives the command converted into the other OS format, and the file access means 16 accesses the file according to the command.

【0015】OS―A上で動作するユーザAPが、OS
―A上にないファイル、すなわち他OS上に確保されて
いるファイルをアクセスしたいとき、アクセスするファ
イルに関する情報を、あらかじめファイル情報登録手段
11によりファイル情報格納テーブル1Aに登録する。 図2はファイル情報格納テーブル1Aの一例である。登
録する情報には、ファイル名21,OS名22,相手シ
ステムアドレス23,装置名24,装置番号25があり
、この5個の情報が登録されている他OS上のファイル
は、以下の方法でOS―A上のユーザAPからアクセス
できる。
[0015] A user AP running on OS-A
- When you want to access a file that is not on A, that is, a file that is reserved on another OS, information about the file to be accessed is registered in advance in the file information storage table 1A by the file information registration means 11. FIG. 2 is an example of the file information storage table 1A. The information to be registered includes file name 21, OS name 22, partner system address 23, device name 24, and device number 25. Files on other OSes in which these five pieces of information are registered can be created using the following method. It can be accessed from the user AP on OS-A.

【0016】図3は、OS―A上のユーザAPがファイ
ル情報格納テーブル1Aに登録されているファイルをア
クセスするときの動作を示す流れ図である。
FIG. 3 is a flow chart showing the operation when the user AP on OS-A accesses a file registered in the file information storage table 1A.

【0017】まず、アクセス切替手段12が、ユーザA
Pがアクセス要求を出したファイルのファイル名,装置
名,装置番号を、ユーザAPが発行したコマンドから取
得する(ステップ31)。次に、アクセスするファイル
がどのOS上に確保されているかを調べるため、取得し
たファイル情報をファイル情報格納テーブル1A内の情
報と比較する(ステップ32)。取得したファイル情報
と一致する情報がファイル情報格納テーブル1Aに登録
されている場合、ユーザAPがアクセスしたいファイル
はOS―A以外のOS上にあると判断し(ステップ33
)、ファイル情報格納テーブル1AのOS名22,相手
システムアドレス23から、ファイルの確保されている
OS名と相手アドレスとを取得する(ステップ34)。 例えば、図2において、ファイル名“AA”の場合は、
OS名は“OS―B”であり、相手システムアドレスは
“001”である。
[0017] First, the access switching means 12
The file name, device name, and device number of the file to which P has issued an access request are obtained from the command issued by the user AP (step 31). Next, in order to find out on which OS the file to be accessed is reserved, the acquired file information is compared with the information in the file information storage table 1A (step 32). If information matching the acquired file information is registered in the file information storage table 1A, it is determined that the file that the user AP wants to access is on an OS other than OS-A (step 33
), the OS name and the other party's address where the file is secured are acquired from the OS name 22 and the other party's system address 23 in the file information storage table 1A (step 34). For example, in Figure 2, for the file name "AA",
The OS name is "OS-B" and the partner system address is "001".

【0018】ユーザAPは、アクセスするファイルがど
のOS上にあるかを全く意識せずにコマンドを発行する
ため、ユーザAPからのコマンドはOS―A上にあるフ
ァイルに対してのみ実行できる形式になっている。OS
によってファイルアクセスを行うコマンドの形式は異な
るため、OS―A形式のコマンドを他OS形式のコマン
ドに変換する必要がある。そこで、コマンド変換手段1
3がユーザAPの発行したコマンドをコマンド変換テー
ブル1Bを参照して他OS形式に変換する(ステップ3
5)。
[0018] Since the user AP issues commands without being aware of which OS the file to be accessed is located on, the commands from the user AP are in a format that can only be executed on files located on OS-A. It has become. OS
Since the format of commands for file access differs depending on the OS-A format, it is necessary to convert OS-A format commands to commands in other OS formats. Therefore, command conversion means 1
3 converts the command issued by the user AP into another OS format by referring to the command conversion table 1B (step 3
5).

【0019】図4は、コマンド変換処理の一例を示す説
明図であり、OS―A形式のコマンド41を、OS―A
形式からOS―B形式へのコマンド変換テーブル42を
参照してOS―B形式のコマンド44に変換する例を示
す。OS―A形式のコマンド41において、コマンドの
種類を決定するのはA―4及びA―5の項であり、コマ
ンド変換テーブル42には、A―4,A―5の値がどの
ように変換されるかが格納されている。図4の場合、O
S―A形式のコマンド41のA―4及びA―5の値はそ
れぞれ“000000”及び“000100”である。 従って、コマンド変換テーブル42のA―4が“000
000”でA―5が“000100”に対応する太線枠
部分43を参照して、OS―A形式のコマンド41はO
S―B形式のコマンド44に変換される。
FIG. 4 is an explanatory diagram showing an example of command conversion processing, in which an OS-A format command 41 is converted into an OS-A
An example will be shown in which a command 44 in the OS-B format is converted by referring to a command conversion table 42 from the command format to the OS-B format. In the OS-A format command 41, the terms A-4 and A-5 determine the type of command, and the command conversion table 42 shows how the values of A-4 and A-5 are converted. is stored. In the case of Figure 4, O
The values of A-4 and A-5 of the SA format command 41 are "000000" and "000100", respectively. Therefore, A-4 of the command conversion table 42 is “000”.
000", and A-5 refers to the thick line frame part 43 corresponding to "000100", and the OS-A format command 41 is
It is converted into a command 44 in S-B format.

【0020】次に、コマンド送受信手段14は、ステッ
プ34で取得した相手システムアドレス(上述の例では
“001”)によって通信先を認識し、OS―B形式に
変換されたコマンドをOS―Bに送信できるように編集
して通信回線を介して送信する(ステップ36)。送信
後、OS―B上で実際のファイルアクセスが行われ、そ
の結果を受信するまで待つ(ステップ37)。
[0020] Next, the command transmitting/receiving means 14 recognizes the communication destination based on the other party's system address ("001" in the above example) acquired in step 34, and transmits the command converted into the OS-B format to the OS-B. The information is edited so that it can be sent and sent via the communication line (step 36). After the transmission, actual file access is performed on OS-B, and the process waits until the result is received (step 37).

【0021】OS―B上で実行されたファイルアクセス
の結果は、OS―B上でのみ認識できる形式でOS―A
上に送信されてくる。従って、アクセス結果を受信した
ら、これをOS―A形式に変換する必要がある。そこで
、アクセス結果変換手段17が、アクセス結果変換テー
ブル1Cを参照してアクセス結果をOS―A形式に変換
する(ステップ38)。
[0021] The results of file access executed on OS-B are sent to OS-A in a format that can only be recognized on OS-B.
It will be sent above. Therefore, once the access result is received, it is necessary to convert it into OS-A format. Therefore, the access result conversion means 17 refers to the access result conversion table 1C and converts the access result into the OS-A format (step 38).

【0022】図5は、アクセス結果変換処理の一例を示
す説明図であり、OS―B形式のアクセス結果51を、
OS―B形式からOS―A形式へのアクセス結果変換テ
ーブル52を参照しOS―A形式のアクセス結果54に
変換する例を示す。OS―B形式のアクセス結果51に
おいて、アクセス結果の値はB―12及びB―13の項
にあり、アクセス結果変換テーブル52には、B―12
及びB―13の値がどのように変換されるかが格納され
ている。図5の場合、OS―B形式のアクセス結果51
のB―12及びB―13の値はそれぞれ“30”及び“
89”である。従って、アクセス結果変換テーブル52
のB―12及びB―13が“30”及び“89”に対応
する太線枠部分53を参照し、OS―B形式のアクセス
結果51をOS―A形式のアクセス結果54に変換する
FIG. 5 is an explanatory diagram showing an example of access result conversion processing, in which the access result 51 in OS-B format is
An example will be shown in which the access result conversion table 52 from the OS-B format to the OS-A format is referred to and the access result 54 is converted to the OS-A format. In the access result 51 in OS-B format, the access result values are in the sections B-12 and B-13, and the access result conversion table 52 contains the values in B-12 and B-13.
and how the values of B-13 are converted are stored. In the case of FIG. 5, the access result 51 in OS-B format
The values of B-12 and B-13 are "30" and ", respectively.
89". Therefore, the access result conversion table 52
B-12 and B-13 convert the OS-B format access result 51 into the OS-A format access result 54 by referring to the bold line frame portion 53 corresponding to "30" and "89".

【0023】最後に、OS―A形式に変換したアクセス
結果を、コマンドを発行したユーザAPに返す(ステッ
プ39)。以上で、ユーザAPから発行された一つのフ
ァイルアクセスコマンドに対するOS―A上での処理は
終了する。
Finally, the access result converted to the OS-A format is returned to the user AP that issued the command (step 39). This completes the processing on OS-A for one file access command issued from the user AP.

【0024】次に、OS―Aからファイルアクセスのコ
マンドを発行されたときの他OSの処理を図6を参照し
て説明する。
Next, the processing of another OS when a file access command is issued from OS-A will be explained with reference to FIG.

【0025】まず、OS―Aから発行されたコマンドを
コマンド送受信手段15が受信する(ステップ61)。 ファイルアクセス手段16は受信したコマンドをファイ
ルに対して発行し(ステップ62)、実際にファイルア
クセスを行い、その結果を取得する(ステップ63)。 最後に、取得したファイルアクセス結果をOS―A上に
送信できるように編集し、コマンド送受信手段15が通
信回線を介してアクセス元に送信する(ステップ64)
。以上で一つのファイルアクセスコマンドに対するOS
―B上での処理は終了する。
First, the command transmitting/receiving means 15 receives a command issued from the OS-A (step 61). The file access means 16 issues the received command to the file (step 62), actually accesses the file, and obtains the result (step 63). Finally, the obtained file access result is edited so that it can be sent to the OS-A, and the command sending/receiving means 15 sends it to the access source via the communication line (step 64).
. The above is the OS for one file access command.
- Processing on B ends.

【0026】上述した動作により、あるOS上のAPか
ら異なるOS上に存在するファイルへのアクセスが可能
となる。
[0026] The above-described operation allows an AP on one OS to access a file existing on a different OS.

【0027】[0027]

【発明の効果】以上説明したように、本発明の複数OS
上ファイルアクセス方式は、アクセスするファイルを自
OS上に取り込まず、他OS上に確保されている状態の
ままアクセスすることができるので、自OS上に記憶装
置がなくてもファイルアクセス処理を行えるという効果
がある。
[Effects of the Invention] As explained above, multiple OSs of the present invention
With the above file access method, the file to be accessed can be accessed without importing it to the local OS and can be accessed as it is secured on another OS, so file access processing can be performed even if there is no storage device on the local OS. There is an effect.

【0028】又、ファイルを転送しなくてもアクセスで
きるので、ファイル転送にかかる時間も削減される。
Furthermore, since files can be accessed without being transferred, the time required for file transfer is also reduced.

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

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】本実施例のファイル情報格納テーブルの構成図
である。
FIG. 2 is a configuration diagram of a file information storage table of this embodiment.

【図3】本実施例におけるコマンド発行元での処理を示
す流れ図である。
FIG. 3 is a flowchart showing processing at a command issuing source in this embodiment.

【図4】本実施例のコマンド変換処理の一例の説明図で
ある。
FIG. 4 is an explanatory diagram of an example of command conversion processing according to the present embodiment.

【図5】本実施例のアクセス結果変換処理の一例の説明
図である。
FIG. 5 is an explanatory diagram of an example of access result conversion processing according to the present embodiment.

【図6】本実施例におけるコマンド発行先での処理を示
す流れ図である。
FIG. 6 is a flowchart showing processing at a command issuing destination in this embodiment.

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

1    自OS装置 2    他OS装置 1A    ファイル情報格納テーブル1B    コ
マンド変換テーブル 1C    アクセス結果変換テーブル11    フ
ァイル情報登録手段 12    アクセス切替手段 13    コマンド変換手段 14,15    コマンド送受信手段16    フ
ァイルアクセス手段 17    アクセス結果変換手段 21    ファイル名 22    OS名 23    相手システムアドレス 24    装置名 25    装置番号
1 Local OS device 2 Other OS device 1A File information storage table 1B Command conversion table 1C Access result conversion table 11 File information registration means 12 Access switching means 13 Command conversion means 14, 15 Command transmission/reception means 16 File access means 17 Access result conversion means 21 File name 22 OS name 23 Other system address 24 Device name 25 Device number

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  OSの異なる複数の装置が通信回線で
接続されて構成されたシステム内のアクセスできる他O
S上のファイル情報を格納したファイル情報格納テーブ
ルと、このファイル情報格納テーブルを参照してアクセ
ス対象ファイルのOSと相手アドレスとを決定するアク
セス切替手段と、自OS形式から他OS形式へのコマン
ド変換法則を格納したコマンド変換テーブルと、ユーザ
APからのコマンドを前記コマンド変換テーブルを参照
して他OS形式に変換するコマンド変換手段と、他OS
形式に変換したコマンドを送信し相手から他OS形式の
アクセス結果を受信するコマンド送受信手段と、アクセ
ス結果を他OS形式から自OS形式に変換する変換法則
を格納したアクセス結果変換テーブルと、受信した他O
S形式のアクセス結果を前記アクセス結果変換テーブル
を参照して自OS形式に変換しユーザAPに返すアクセ
ス結果変換手段とを備えたことを特徴とする複数OS上
ファイルアクセス方式。
Claim 1: An accessible OS in a system configured by connecting multiple devices with different OSs via communication lines.
A file information storage table that stores file information on S, an access switching means that refers to this file information storage table and determines the OS and destination address of the file to be accessed, and a command from the own OS format to the other OS format. a command conversion table storing conversion rules; a command conversion means for converting a command from a user AP into another OS format by referring to the command conversion table;
a command transmitting/receiving means for transmitting a command converted into a format and receiving an access result in the other OS format from the other party; an access result conversion table storing a conversion rule for converting the access result from the other OS format to the own OS format; Other O
1. A file access method on multiple OSs, comprising access result conversion means for converting an access result in the S format into an own OS format by referring to the access result conversion table and returning it to a user AP.
JP3034916A 1991-03-01 1991-03-01 System for accessing file on plural operating systems Pending JPH04274535A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3034916A JPH04274535A (en) 1991-03-01 1991-03-01 System for accessing file on plural operating systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3034916A JPH04274535A (en) 1991-03-01 1991-03-01 System for accessing file on plural operating systems

Publications (1)

Publication Number Publication Date
JPH04274535A true JPH04274535A (en) 1992-09-30

Family

ID=12427544

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3034916A Pending JPH04274535A (en) 1991-03-01 1991-03-01 System for accessing file on plural operating systems

Country Status (1)

Country Link
JP (1) JPH04274535A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08286995A (en) * 1994-12-13 1996-11-01 Microsoft Corp Method and system for connecting,scanning and accessing to computer network resource
JPH1049539A (en) * 1996-07-31 1998-02-20 Matsushita Electric Ind Co Ltd Data base management system
JPH1074178A (en) * 1996-08-30 1998-03-17 Matsushita Electric Ind Co Ltd System for providing information
US7100039B2 (en) 2003-08-07 2006-08-29 International Business Machines Corporation Systems and methods for a bootstrap mechanism for software execution
US7346904B2 (en) 2003-08-07 2008-03-18 International Business Machines Corporation Systems and methods for packaging files having automatic conversion across platforms
US9053239B2 (en) 2003-08-07 2015-06-09 International Business Machines Corporation Systems and methods for synchronizing software execution across data processing systems and platforms

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08286995A (en) * 1994-12-13 1996-11-01 Microsoft Corp Method and system for connecting,scanning and accessing to computer network resource
JPH1049539A (en) * 1996-07-31 1998-02-20 Matsushita Electric Ind Co Ltd Data base management system
JPH1074178A (en) * 1996-08-30 1998-03-17 Matsushita Electric Ind Co Ltd System for providing information
US7100039B2 (en) 2003-08-07 2006-08-29 International Business Machines Corporation Systems and methods for a bootstrap mechanism for software execution
US7346904B2 (en) 2003-08-07 2008-03-18 International Business Machines Corporation Systems and methods for packaging files having automatic conversion across platforms
US8141074B2 (en) 2003-08-07 2012-03-20 International Business Machines Corporation Packaging files having automatic conversion across platforms
US9053239B2 (en) 2003-08-07 2015-06-09 International Business Machines Corporation Systems and methods for synchronizing software execution across data processing systems and platforms

Similar Documents

Publication Publication Date Title
JP2000020490A (en) Computer having remote procedure calling mechanism or object request broker mechanism, data transfer method and transfer method storage medium
JP2004523035A (en) Method and apparatus for controlling the flow of data between data processing systems via a memory
JPH0816536A (en) Multiprocessor system
JP2004523829A (en) Method and apparatus for controlling the flow of data between data processing systems via a memory
JPH11312151A (en) High-speed distribution object request broker
US20060059244A1 (en) Communication mechanism and method for easily transferring information between processes
US8135851B2 (en) Object request broker for accelerating object-oriented communications and method
JPH04274535A (en) System for accessing file on plural operating systems
US20090157896A1 (en) Tcp offload engine apparatus and method for system call processing for static file transmission
US8176117B2 (en) Accelerator for object-oriented communications and method
JP3307331B2 (en) Network file system data transfer method
JPH09305474A (en) Remote data base access device
JP2000148216A (en) Plant controller communication equipment
JPH0623961B2 (en) Data transfer method
CN114866534B (en) Image processing method, device, equipment and medium
JP2953362B2 (en) LAN switching device
JP3502876B2 (en) Data passing method
JP3440865B2 (en) Network file system
CN114024714A (en) Access request processing method and device, network card equipment and storage computing system
JPS642969B2 (en)
JPH0535619A (en) File transferring device
JP3299021B2 (en) Multi-bus II-SCSI bus data transfer method and apparatus
JPH06119259A (en) Information expression format converter
JPH08123754A (en) Data conversion system for remote procedure call processing
JPS6263348A (en) Remote file copying system