KR19990039779A - File loading method by interprocessor communication - Google Patents

File loading method by interprocessor communication Download PDF

Info

Publication number
KR19990039779A
KR19990039779A KR1019970059983A KR19970059983A KR19990039779A KR 19990039779 A KR19990039779 A KR 19990039779A KR 1019970059983 A KR1019970059983 A KR 1019970059983A KR 19970059983 A KR19970059983 A KR 19970059983A KR 19990039779 A KR19990039779 A KR 19990039779A
Authority
KR
South Korea
Prior art keywords
file
main processor
processor
information
checksum
Prior art date
Application number
KR1019970059983A
Other languages
Korean (ko)
Inventor
한지웅
Original Assignee
유기범
대우통신 주식회사
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 유기범, 대우통신 주식회사 filed Critical 유기범
Priority to KR1019970059983A priority Critical patent/KR19990039779A/en
Publication of KR19990039779A publication Critical patent/KR19990039779A/en

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

본 발명은 프로세서간 통신메시지를 송수신할 수 있는 프로세서간에 원하는 파일을 로딩하는 방법에 관한 것이다. 본 발명에 따른 파일 로딩방법은, 클라이언트측에 해당되는 프로세서가 로딩을 원하는 파일을 요구하는 메시지를 프로세서간 통신으로 송출하면, 이를 수신한 서버측의 프로세서가 보유하고 있는 파일중 해당되는 파일을 오픈하여 독출하고, 독출시 독출되는 파일정보에 대한 체크섬을 계산하여 독출된 파일정보와 계산된 체크섬을 클라이언트측 프로세서로 프로세서간 통신 메시지 형태로 송출하면, 클라이언트측 프로세서는 임의의 오픈된 파일에 수신된 파일정보를 쓰면서 쓰여지는 파일정보에 대한 체크섬을 계산하고, 계산된 체크섬 정보와 수신된 체크섬 정보가 동일하면 해당되는 파일에 대한 로딩작업을 종료하는 방식으로 이루어진다. 따라서 원하는 모든 파일을 로딩하기를 원하는 프로세서에 언제든지 로딩할 수 있다.The present invention relates to a method for loading a desired file between processors capable of transmitting and receiving communication messages between processors. In the file loading method according to the present invention, when a processor corresponding to the client side sends a message requesting a file to be loaded through inter-processor communication, the corresponding file is opened among the files held by the processor on the server side receiving the message. When the read file information and the calculated checksum are transmitted to the client side processor in the form of an interprocessor communication message, the client side processor receives the received file in an arbitrary open file. The checksum is calculated for the file information to be written while writing the file information. If the calculated checksum information and the received checksum information are the same, the loading of the corresponding file is terminated. So you can load it on any processor you want to load all the files you want.

Description

프로세서간 통신에 의한 파일 로딩방법File loading method by interprocessor communication

본 발명은 프로세서간 통신(Inter-Processor Communication, 이하 IPC라고 약함)에 의한 파일로딩방법에 관한 것으로서, 특히, 교환기내에 구비되어 있는 IPC메시지를 송수신할 수 있는 프로세서간에 원하는 파일을 원하는 프로세서로 로딩하는 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file loading method by inter-processor communication (hereinafter referred to as IPC), and in particular, to load a desired file between a processor capable of transmitting and receiving an IPC message provided in an exchange. It is about how to.

기존에 교환기내에 구비되어 있는 MP(Main Processor)급 프로세서들은 TCP/IP(Transmission Control Protocol/Internet Protocol)와 같은 하위 프로토콜을 이용하여 LAN기능을 형성하고, 응용단계에서 수행되는 ftp(file transfer protocol)기능을 이용하여 파일 전송처리를 한다. 이러한 파일 전송이, 임의의 파일을 원하는 프로세서에 로딩(Loading)하기 위한 전송인 경우에, 클라이언트(Client)측 프로세서에 구비되어 있는 프로그램 로더(Program Loader) 테이블정보에 의해 전송가능한 파일이 제한된다. 이는 클라이언트측 프로세서에 구비되어 있는 프로그램 로더 테이블에 등록되어 있는 파일에 한하여 로딩이 가능하기 때문이다.Existing MP (Main Processor) level processors in exchanges form LAN functions using sub-protocols such as TCP / IP (Transmission Control Protocol / Internet Protocol), and ftp (file transfer protocol) performed at the application level. File transfer process using the When such a file transfer is a transfer for loading an arbitrary file on a desired processor, the transferable file is limited by the program loader table information included in the client side processor. This is because only files registered in the program loader table included in the client-side processor can be loaded.

그러나 현재 사용되고 있는 로딩프로그램은 로딩하고자 하는 파일을 클라이언트측 프로세서의 메모리로 바로 로딩하여 수행시키도록 구현되어 있어, 로딩된 파일이 클라이언트측의 프로세서에 구비되어 있는 테이블에 등록되어 있지 않은 파일인 경우에는 프로세서의 오동작을 유발시키는 원인이 된다. 이와 같이 오동작이 발생되는 것을 막기 위하여, 기존에는 운용자가 각 프로세서에 구비되어 있는 프로그램 로더 테이블에 저장되어 있는 파일에 대한 정보를 기억하고 있어야 하는 번거로움이 있었다.However, the currently used loading program is implemented to load and execute a file to be loaded directly into the memory of the client side processor. When the loaded file is a file that is not registered in the table of the processor of the client side, It may cause malfunction of processor. In order to prevent malfunctions in this way, there was a problem in the past that an operator should store information on a file stored in a program loader table provided in each processor.

본 발명은 상술한 문제를 개선하기 위하여 안출한 것으로서, 프로그램 로더 테이블을 이용하지 않고 파일을 로딩시키는 파일로딩방법을 제공하는 데 그 목적이 있다.An object of the present invention is to provide a file loading method for loading a file without using a program loader table.

본 발명의 다른 목적은 프로세서간 통신 메시지를 이용하여 클라이언트측 프로세서가 요구한 임의의 파일을 로딩시키는 프로세서간 통신에 의한 파일 로딩방법을 제공하는데 있다.Another object of the present invention is to provide a file loading method by interprocessor communication that loads an arbitrary file requested by a client-side processor using an interprocessor communication message.

상기 목적들을 달성하기 위하여 본 발명에 따른 파일 로딩방법은, 다수의 메인 프로세서를 구비한 시스템에서 제 1 메인 프로세서에 저장된 파일을 제 2 메인 프로세서로 로딩하기 위한 방법에 있어서, 제 2 메인 프로세서로부터 로딩을 원하는 소정의 파일에 대한 요구신호가 프로세서간 통신 메시지 형태로 송출되면, 제 1 메인 프로세서는 수신대기상태에서 송출된 소정의 파일에 대한 요구신호를 수신하는 단계; 수신이 정상적으로 이루어지면 제 1 메인 프로세서는 제 2 메인 프로세서로 프로세서간 통신 메시지 형태의 응답신호를 송출하는 단계; 제 2 메인 프로세서는 응답신호가 수신되면, 제 2 메인 프로세서내에 구비되어 있는 제 1 파일저장부의 소정의 파일에 대한 오픈처리를 하고 메시지 수신 대기상태를 유지하는 단계; 제 1 메인 프로세서는 응답신호를 송출한 후, 제 1 메인 프로세서내에 구비되어 있는 제 2 파일저장부에 저장되어 있는 파일중 요구된 소정의 파일에 대한 오픈처리를 수행하는 단계; 제 1 메인 프로세서는 오픈처리된 소정의 파일에 대한 독출 모드 수행 및 독출되는 소정의 파일에 대한 체크섬 계산을 수행하여 프로세서간 통신메시지 형태로 제 2 메인 프로세서로 송출하고 대기상태를 유지하는 단계; 제 1 메인 프로세서로부터 소정의 파일에 대한 정보와 해당되는 체크섬 정보가 수신되면, 제 2 메인 프로세서는 제 1 파일저장부상에 오픈처리된 파일에 수신된 소정의 파일에 대한 정보의 쓰기모드를 수행하면서 해당되는 체크섬을 계산하는 단계; 제 2 메인 프로세서는 쓰기모드 수행시 계산된 체크섬과 수신된 체크섬 정보를 비교하고, 동일한 경우에 소정 파일에 대한 로딩작업을 종료하는 단계를 포함하여 수행되는 것을 특징으로 한다.In order to achieve the above object, a file loading method according to the present invention is a method for loading a file stored in a first main processor into a second main processor in a system having a plurality of main processors, the loading from a second main processor Receiving a request signal for a predetermined file sent in a reception standby state, when a request signal for a predetermined file desired to be transmitted is sent in the form of an interprocessor communication message; Transmitting a response signal in the form of an inter-processor communication message to the second main processor when the reception is normally performed; When the response signal is received, the second main processor performs an open process on a predetermined file of the first file storage unit provided in the second main processor and maintains a message reception standby state; Transmitting a response signal to the first main processor, and then performing an open process on a predetermined file among files stored in a second file storage unit provided in the first main processor; The first main processor performing a read mode on the predetermined open file and performing a checksum calculation on the read predetermined file, transmitting the read mode to the second main processor in a form of an interprocessor communication message and maintaining a standby state; When the information on the predetermined file and the corresponding checksum information are received from the first main processor, the second main processor performs a write mode of the information on the predetermined file received in the file opened on the first file storage unit. Calculating a corresponding checksum; The second main processor may be performed by comparing the checksum calculated during the write mode with the received checksum information, and terminating the loading of the predetermined file in the same case.

도 1은 본 발명에 따른 방법을 수행하기 위한 장치의 블럭도이고,1 is a block diagram of an apparatus for performing a method according to the invention,

도 2는 본 발명에 따른 파일 로딩방법의 동작 흐름도이다.2 is a flowchart illustrating a file loading method according to the present invention.

<도면의 주요부분에 대한 부호의 설명><Description of Symbols for Main Parts of Drawings>

100:클라이언트측 MP(Main Processor) 101, 111:IPC용 프로세스100: Client side MP (Main Processor) 101, 111: Process for IPC

102, 112:파일 저장부 110:서버측 MP102, 112: File storage unit 110: Server side MP

이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 실시예를 상세하게 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 따른 파일 로딩방법을 수행하기 위한 장치의 블록도로서, 소정의 파일이 로딩될 클라이언트측 메인프로세서(100)와 클라이언트측 메인 프로세서(100)에 로딩할 소정의 파일을 보유하고 있는 서버측 메인프로세서(110)로 구성되는데, 클라이언트측 메인프로세서(100)와 서버측 메인 프로세서(110) 각각은 프로세서간 통신(Inter-Processor Communication, 이하 IPC라고 약함) 메시지로 데이터를 송수신할 수 있도록 처리하는 IPC용 프로세스(101, 111) 및 파일형태로 데이터를 저장하는 파일 저장부(102, 112)를 포함하도록 구성된다. 도 1에 도시된 메인 프로세서들(100, 110)은 교환기내에 구비되어 있는 CCP(Central Control Processor)나 INS(Interconnection Network Subsystem) 등을 예로 들수 있는데, 만약 INS로 CCP가 소정의 파일을 로딩하게 되는 경우에, 클라이언트측 메인 프로세서는 INS가 되고, 서버측 메인 프로세서는 CCP가 된다. 그리고 파일 저장부들(102, 112)은 하드디스크와 같은 매체로 구성된다.1 is a block diagram of an apparatus for performing a file loading method according to an embodiment of the present invention, which has a predetermined file to be loaded on a client-side main processor 100 and a client-side main processor 100 on which a predetermined file is to be loaded. It consists of a server-side main processor 110, each of the client-side main processor 100 and the server-side main processor 110 can transmit and receive data in an inter-processor communication (hereinafter referred to as IPC) message And a file storage unit 102 or 112 for storing data in the form of a file. The main processors 100 and 110 illustrated in FIG. 1 may be a central control processor (CCP) or an interconnection network subsystem (INS) provided in an exchange. If so, the client side main processor is INS and the server side main processor is CCP. The file storage units 102 and 112 are composed of a medium such as a hard disk.

도 2는 본 발명에 따른 파일 로딩방법에 대한 동작 흐름도이다.2 is a flowchart illustrating a file loading method according to the present invention.

그러면 도 1을 참조하여 도 2에 도시된 파일 로딩방법에 대한 동작을 상세하게 설명하기로 한다.Next, an operation of the file loading method illustrated in FIG. 2 will be described in detail with reference to FIG. 1.

우선, 서버측 MP(110)가 IPC메시지에 대한 수신대기상태를 유지하고 있는 상황에서, 클라이언트측 MP(100)의 IPC용 프로세서(101)가 제 201 단계에서 원하는 파일에 대한 요구신호를 IPC메시지 형태로 송출하고, 제 202 단계로 진행되어 수신 응답신호(Ack)에 대한 대기상태를 유지하면, 서버측 MP(110)의 IPC용 프로세서(111)는 대기상태에서 제 203 단계로 진행되어 클라이언트측 MP(100)로부터 송출된 요구신호를 수신한다. 그리고 제 204 단계로 진행되어 수신되었음을 알리는 응답신호(Ack)를 클라이언트측 MP(100)로 송출하고, 제 205 단계로 진행되어 파일저장부(112)에 저장되어 있는 파일정보중 클라이언트측 MP(100)가 요구한 파일에 대한 오픈처리를 한다.First, in a situation where the server side MP 110 maintains a reception standby state for an IPC message, the IPC processor 101 of the client side MP 100 sends a request signal for a desired file in step 201. After transmitting in the form, and proceeding to step 202 to maintain a standby state for the response signal Ack, the IPC processor 111 of the server-side MP 110 proceeds to step 203 in the standby state to the client side. The request signal sent from the MP 100 is received. In step 204, a response signal (Ack) indicating that the received signal is transmitted to the client-side MP (100), and in step 205, the client-side MP (100) of the file information stored in the file storage unit 112 Open the file requested by).

오픈처리결과, 요구한 파일이 오픈되지 않으면 IPC용 프로세스(111)는 에러가 발생된 것으로 판단하고 IPC메시지에 대한 수신 대기상태로 리턴된다. 그러나 요구한 파일이 정상적으로 오픈되면, IPC용 프로세스(111)는 제 206 단계를 경유하여 제 207 단계로 진행된다.As a result of the open process, if the requested file is not opened, the IPC process 111 determines that an error has occurred and returns to the reception wait state for the IPC message. However, if the requested file is normally opened, the process 111 for IPC proceeds to step 207 via step 206.

제 207 단계에서 IPC용 프로세스(111)는 오픈된 파일의 정보를 독출함과 동시에 독출되는 파일정보에 대한 체크섬(Checksum) 계산을 수행한다. 체크섬 계산은 기존과 같은 방식으로 이루어진다. 이 때 오픈된 파일정보가 정상적으로 독출되지 않는 것으로 판단되면, IPC용 프로세서(111)는 제 208 단계를 경유하여 IPC메시지에 대한 수신 대기상태로 리턴된다.In step 207, the IPC process 111 reads out the information of the opened file and simultaneously performs checksum calculation on the read file information. Checksum calculation is done in the same way as before. At this time, if it is determined that the opened file information is not normally read, the IPC processor 111 returns to the reception wait state for the IPC message via step 208.

한편, 클라이언트측 MP(100)의 IPC용 프로세스(101)는 제 202 단계의 응답신호 대기상태에서 서버측 MP(110)로 응답신호가 수신되면, 제 209 단계를 통해 제 210 단계로 진행된다. 제 210 단계에서 IPC용 프로세스(101)는 파일저장부(102)내에 구비되어 있는 임의의 파일에 대한 오픈처리를 한다. 여기서 오픈처리되는 임의의 파일은 클라이언트측 MP(100)가 원한 파일을 로딩할 용도의 파일이다. 이 때, 임의의 파일에 대한 오픈이 정상적으로 이루어지지 않으면 IPC용 프로세스(101)는 제 211 단계를 통해 제 212 단계로 진행되어 에러메시지를 출력하고 로딩작업을 종료한다.On the other hand, when the IPC process 101 of the client side MP 100 receives the response signal from the server side MP 110 in the waiting state of the response signal of step 202, the process proceeds to step 210 through step 209. In operation 210, the IPC process 101 performs an open process on an arbitrary file included in the file storage 102. The arbitrary file to be opened is a file for the purpose of loading the file desired by the client side MP (100). At this time, if the opening of any file is not normally performed, the IPC process 101 proceeds to step 212 through step 211 to output an error message and terminate the loading operation.

그러나 파일저장부(102)의 임의의 파일에 대한 오픈이 정상적으로 이루어지면, IPC용 프로세스(101)는 제 211 단계에서 제 213 단계로 진행되어 IPC메시지에 대한 수신대기상태를 유지한다.However, if the open of any file in the file storage unit 102 is normally opened, the process for IPC 101 proceeds from step 211 to step 213 to maintain the reception standby state for the IPC message.

서버측 MP(110)내의 IPC용 프로세스(111)는 제 207 단계에서 이루어진 파일의 읽기모드가 정상적으로 완료되면, 제 208 단계를 통해 제 214 단계로 진행되어 읽혀진 파일에 대한 정보와 계산된 체크섬 정보를 IPC메시지 형태로 송출하고, 수신대기상태로 리턴된다.When the read mode of the file in step 207 is normally completed, the process 111 for IPC in the server-side MP 110 proceeds to step 214 through step 208 to obtain information on the read file and the calculated checksum information. It is sent in the form of an IPC message and returned to the reception standby state.

클라이언트측 MP(100)는 제 213 단계에서 IPC메시지 수신 대기상태를 유지하다가 해당되는 서버측 MP(110)로부터 IPC메시지가 수신되면, 제 215 단계를 통해 제 216 단계로 진행되어 수신된 파일을 제 210 단계에서 오픈된 파일로 쓰기모드를 수행하고, 쓰기가 이루어지는 파일에 대한 체크섬을 계산한다.If the client side MP 100 maintains the IPC message reception state in step 213 and receives an IPC message from the corresponding server side MP 110, the client side MP 100 proceeds to step 216 through step 215 to remove the received file. In step 210, the file is opened in the write mode, and a checksum of the file to be written is calculated.

이 때, 쓰기모드가 정상적으로 이루어지지 않고 중단되는 경우에 IPC용 프로세스(101)는 제 217 단계를 통해 제 212 단계로 진행되어 에러메시지를 출력하고 작업을 종료한다. 그러나 쓰기모드가 정상적으로 이루어지는 경우에 IPC용 프로세스(101)는 제 217 단계를 통해 제 218 단계로 진행되어 수신한 체크섬과 쓰기모드 수행시 계산된 체크섬을 비교한다. 비교결과, 두값이 동일하면 IPC용 프로세스(101)는 쓰기모드가 정상적으로 이루어진 것으로 판단하고 제 219 단계를 통해 로딩작업을 종료한다.At this time, if the write mode is interrupted without being normally performed, the process 101 for IPC proceeds to step 212 through step 217 to output an error message and terminate the operation. However, when the write mode is normally performed, the IPC process 101 proceeds to step 218 through step 217 and compares the checksum received with the checksum calculated when the write mode is performed. As a result of the comparison, if the two values are the same, the IPC process 101 determines that the write mode is normally performed and ends the loading operation in step 219.

그러나 비교결과, 두값이 동일하지 않으면 제 219 단계를 통해 제 212 단계로 진행되어 에러발생 메시지를 출력하고 작업을 종료한다.However, as a result of the comparison, if the two values are not the same, the process proceeds to step 212 through step 219 to output an error occurrence message and ends the operation.

이상에서 설명한 바와 같이 본 발명은 교환기내에 구비되어 있는 메인프로세서들중 하나의 메인프로세서에 저장되어 있는 파일을 다른 메인프로세서로 로딩할 때, 프로세서간 통신으로 처리하여 로딩 파일을 해당 메인프로세서의 파일저장부에 로딩되도록 함으로써, 기존의 프로그램 로더 테이블에 관계없이 원하는 모든 파일을 원하는 프로세서로 로딩할 수 있는 잇점이 있다. 또한, 로딩 파일을 해당 프로세서에 구비되어 있는 파일저장부에 로딩시켜 SM(Send Memory)이나 RUN에 해당되는 MMC명령에 의해 수행되도록 함으로써, 로딩됨과 동시에 수행됨으로 인해 발생될 수 있는 시스템의 오동작을 방지할 수 있는 잇점도 있다.As described above, in the present invention, when a file stored in one main processor among main processors provided in the exchange is loaded into another main processor, the loading file is processed by inter-processor communication and the loading file is stored in the main processor. By loading into the storage, it is advantageous to load all the desired files into the desired processor regardless of the existing program loader table. In addition, loading the loading file to the file storage unit provided in the processor to be performed by the MMC command corresponding to the Send Memory (SM) or RUN, thereby preventing a malfunction of the system that may occur due to being loaded and executed at the same time There are also benefits to doing this.

Claims (1)

다수의 메인 프로세서를 구비한 시스템에서 제 1 메인 프로세서에 저장된 파일을 제 2 메인 프로세서로 로딩하기 위한 방법에 있어서,A method for loading a file stored in a first main processor into a second main processor in a system having a plurality of main processors, the method comprising: 상기 제 2 메인 프로세서로부터 로딩을 원하는 소정의 파일에 대한 요구신호가 프로세서간 통신 메시지 형태로 송출되면, 상기 제 1 메인 프로세서는 수신대기상태에서 상기 송출된 소정의 파일에 대한 요구신호를 수신하는 단계;If a request signal for a predetermined file to be loaded from the second main processor is sent in the form of an interprocessor communication message, the first main processor receives a request signal for the transmitted predetermined file in a reception standby state. ; 상기 수신이 정상적으로 이루어지면 상기 제 1 메인 프로세서는 상기 제 2 메인 프로세서로 상기 프로세서간 통신 메시지 형태의 응답신호를 송출하는 단계;Transmitting, by the first main processor, a response signal in the form of an inter-processor communication message to the second main processor when the reception is normally performed; 상기 제 2 메인 프로세서는 상기 응답신호가 수신되면, 상기 제 2 메인 프로세서내에 구비되어 있는 제 1 파일저장부의 소정의 파일에 대한 오픈처리를 하고 메시지 수신 대기상태를 유지하는 단계;When the response signal is received, performing a process of opening a predetermined file of a first file storage unit provided in the second main processor and maintaining a message reception waiting state; 상기 제 1 메인 프로세서는 상기 응답신호를 송출한 후, 상기 제 1 메인 프로세서내에 구비되어 있는 제 2 파일저장부에 저장되어 있는 파일중 상기 요구된 소정의 파일에 대한 오픈처리를 수행하는 단계;Transmitting, by the first main processor, the response signal, and performing open processing on the requested predetermined file among files stored in a second file storage unit provided in the first main processor; 상기 제 1 메인 프로세서는 상기 오픈처리된 상기 소정의 파일에 대한 독출 모드 수행 및 독출되는 상기 소정의 파일에 대한 체크섬 계산을 수행하여 프로세서간 통신메시지 형태로 상기 제 2 메인 프로세서로 송출하고 대기상태를 유지하는 단계;The first main processor performs a read mode for the predetermined open file and performs a checksum calculation for the predetermined file to be read, and sends the standby state to the second main processor in the form of an interprocessor communication message. Maintaining; 상기 제 1 메인 프로세서로부터 상기 소정의 파일에 대한 정보와 해당되는 체크섬정보가 수신되면, 상기 제 2 메인 프로세서는 상기 제 1 파일저장부상에 오픈처리된 파일에 수신된 상기 소정의 파일에 대한 정보의 쓰기모드를 수행하면서 해당되는 체크섬을 계산하는 단계;When the information on the predetermined file and the corresponding checksum information are received from the first main processor, the second main processor is configured to store the information on the predetermined file received in the file opened on the first file storage unit. Calculating a corresponding checksum while performing a write mode; 상기 제 2 메인 프로세서는 상기 쓰기모드 수행시 계산된 체크섬과 수신된 체크섬 정보를 비교하고, 동일한 경우에 상기 소정 파일에 대한 로딩작업을 종료하는 단계를 포함하여 수행되는 것을 특징으로 하는 파일 로딩방법.And comparing the checksum calculated during the write mode with the received checksum information, and terminating the loading of the predetermined file in the same case.
KR1019970059983A 1997-11-14 1997-11-14 File loading method by interprocessor communication KR19990039779A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970059983A KR19990039779A (en) 1997-11-14 1997-11-14 File loading method by interprocessor communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970059983A KR19990039779A (en) 1997-11-14 1997-11-14 File loading method by interprocessor communication

Publications (1)

Publication Number Publication Date
KR19990039779A true KR19990039779A (en) 1999-06-05

Family

ID=66086784

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970059983A KR19990039779A (en) 1997-11-14 1997-11-14 File loading method by interprocessor communication

Country Status (1)

Country Link
KR (1) KR19990039779A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010094095A (en) * 2000-04-04 2001-10-31 서평원 A method of management data synchronization for web based data transmission equipment
KR20160131768A (en) 2015-05-08 2016-11-16 공종수 Spring hinge of knock pin method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010094095A (en) * 2000-04-04 2001-10-31 서평원 A method of management data synchronization for web based data transmission equipment
KR20160131768A (en) 2015-05-08 2016-11-16 공종수 Spring hinge of knock pin method

Similar Documents

Publication Publication Date Title
US5530905A (en) Temporary state preservation for a distributed file service which purges virtual circuit control information after expiration of time limit of inactivity
EP0733971A2 (en) Method and apparatus for managing connections for communication among objects in a distributed object system
US20040193734A1 (en) Atomic operations
WO2000041377A1 (en) Input/output (i/o) scanner for a control system with peer determination
CA3129982A1 (en) Method and system for accessing distributed block storage system in kernel mode
US5941950A (en) Socket binding method in communication system using socket function
JPS6142052A (en) Initial load controlling system of terminal equipment
US6092109A (en) Information matching system and its matching method for matching information between terminal equipment connected via network
JP2568033B2 (en) System and method for interprocessor session routing in a loosely coupled computing device
KR19990039779A (en) File loading method by interprocessor communication
CN115150464A (en) Application proxy method, device, equipment and medium
JPH11232233A (en) Method for managing network computer and network computer system
JP2645065B2 (en) Information download system
CN114124680B (en) File access control alarm log management method and device
CN117978792B (en) Interaction method, device, equipment and medium of application program and Web terminal
CN111901380B (en) Request processing method, device, equipment and storage medium
KR100413422B1 (en) Multiport controlling method in multiport controller
CN113704274B (en) Data reading method and electronic equipment
US7478137B1 (en) Lightweight messaging with and without hardware guarantees
CN108810087B (en) Connection method, system and equipment of storage server
JP2000057114A (en) Data communicating method between different kind of os and medium having recorded its program thereon
JP3019774B2 (en) Network system remote operation management system, remote operation management method, and medium for storing remote operation management program
JPH0612390A (en) Client/server system control method
KR20040011072A (en) File update system and method
JP3708602B2 (en) Connection management method

Legal Events

Date Code Title Description
N231 Notification of change of applicant
WITN Application deemed withdrawn, e.g. because no request for examination was filed or no examination fee was paid