KR20000044314A - Method for using inter process communication signals between same processors - Google Patents
Method for using inter process communication signals between same processors Download PDFInfo
- Publication number
- KR20000044314A KR20000044314A KR1019980060811A KR19980060811A KR20000044314A KR 20000044314 A KR20000044314 A KR 20000044314A KR 1019980060811 A KR1019980060811 A KR 1019980060811A KR 19980060811 A KR19980060811 A KR 19980060811A KR 20000044314 A KR20000044314 A KR 20000044314A
- Authority
- KR
- South Korea
- Prior art keywords
- program
- ipc
- code
- signal
- programs
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
- G06F15/163—Interprocessor communication
- G06F15/167—Interprocessor communication using a common memory, e.g. mailbox
Landscapes
- Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multi Processors (AREA)
Abstract
Description
본 발명은 프로세서간의 IPC(Inter Process Communication)신호 사용방법에 관한 것으로, 특히 동일 프로세서내의 정보전달에 IPC신호를 사용함에 있어 한 가지 IPC신호로 여러 ID의 IPC신호를 사용하도록 하는 IPC신호 사용방법에 관한 것이다.The present invention relates to a method of using an inter process communication (IPC) signal between processors, and more particularly to a method of using an IPC signal using multiple IPC signals as one IPC signal in using an IPC signal for information transmission in the same processor. It is about.
일반적으로 교환기와 같이 각기 독립된 MPU와 메모리를 갖는 프로세서의 집합체로 이루어진 시스템은 IPC(Inter Process System)를 이용하여 각 프로세서간의 정보를 주고 받는다.In general, a system consisting of a collection of processors each having an independent MPU and a memory, such as an exchange, exchanges information between processors using an Inter Process System (IPC).
도 1은 통상적인 IPC통신구조를 갖는 프로세서간의 정보전달을 위한 시스템 연결상태도이다.1 is a diagram illustrating a system connection for information transfer between processors having a conventional IPC communication structure.
프로세서 A와 프로세서 B는 각기 다른 MPU와 메모리를 가지는 시스템이므로 이의 IPC통신을 위해서는 IPC신호를 사용하게 된다. 이와같은 정보의 전달응 대체로 요구신호(Rquest)와 응답신호(Replay)의 쌍으로 이루어진 경우가 많다.Since processor A and processor B have different MPUs and memories, IPC signals are used for IPC communication. Such transfer of information is often made of a pair of request signal Rquest and response signal Replay.
도 2는 통상적인 IPC통신 연결 구조도이다.2 is a diagram of a conventional IPC communication connection structure.
IPC신호는 각 노드를 거쳐서 신호를 관리하는 프로세스와 하드웨어를 이용하여 목적 프로세서로 전달된다. 이와같은 IPC신호를 시스템의 부하를 주게되며 정보전달에 상당시간이 걸린다. 그리고 동시에 송수신되는 여러 IPC신호를 구분하기위해서 각 신호에는 고유번호를 부여 하게된다. 그러나 IPC신호 ID의 부여하는데는 시스템 설계시 한계가 있다. 그리고 각기 다른 프로세서의 프로그램간의 정보전달을 위해 필요한 것이 IPC신호이지만 교환기 같은 통신을 기반으로 하는 시스템은 도 3과 같이 동일 프로세서내에도 IPC신호를 사용하므로 기능의 구현이 용이한 경우가 많이 있다.The IPC signal is transmitted to the target processor through each node through a process and hardware that manages the signal. This IPC signal puts a load on the system and takes a long time to transmit information. In order to distinguish several IPC signals transmitted and received at the same time, a unique number is assigned to each signal. However, there is a limit in system design to assigning an IPC signal ID. In addition, although IPC signals are required for information transfer between programs of different processors, a system based on communication such as an exchange uses IPC signals in the same processor as shown in FIG.
도 3은 일반적인 동일 프로세서내의 IPC통신상태를 나타낸 구성도이다.3 is a diagram illustrating a general IPC communication state in the same processor.
도 3을 참조하면 프로그램 A에서 프로그램 B로 정보를 전달하고 전달받기 위해서는 프로그램 A에 요구신호(Rquest)에 대한 정보를 일시적으로 저장할 버퍼가 필요하고, 프로그램 B에서도 요구신호(Rquest)로 전달받은 정보를 이용하기 위해 정보를 임시로 저장할 버퍼가 필요하다. 또한 프로그램 B에서도 프로그램 A에 정보를 전달하려면 요구신호(Rquest)를 저장할 버퍼가 필요하고 프로그램 A에서도 이를 저장할 버퍼가 필요로 한다.Referring to FIG. 3, in order to transmit and receive information from program A to program B, a buffer for temporarily storing information about a request signal Rquest is needed in program A, and information received from program B as a request signal Rquest is also provided. In order to use it, you need a buffer to temporarily store the information. In addition, program B needs a buffer to store the request signal Rquest in order to transmit information to program A, and program A needs a buffer to store it.
이와같은 이중적인 메모리의 사용은 메모리 사용의 효율성을 떨어뜨리고 요구신호(Rquest)와 응답신호(Replay)의 쌍으로 대부분 이루어지므로 동시 다발적인 IPC신호 발생의 한 원인이 된다. 다량의 신호가 일시에 발생하면 부하가 상승하는데 이는 시스템이 비정상적인 동작과 IPC신호 유실을 일으킬 수 있다. 프로그램의 수행속도가 도 2의 예시처럼 여러단계를 거쳐야 하므로 느려지게 되며, 또한 한정된 IPC신호ID를 사용하는 시스템에서 계속되는 기능 구현의 필요성이 증대되면 IPC 신호ID의 부족이 발생할 수 있다.The use of such dual memory decreases the efficiency of memory use and is mostly caused by a pair of request signals (Rquest) and response signals (Replay), which is a cause of simultaneous IPC signal generation. If a large amount of signal occurs at once, the load rises, which can cause the system to malfunction and lose IPC signals. As the execution speed of the program has to go through several steps as shown in the example of FIG. 2, and the necessity of the continuous function implementation in the system using the limited IPC signal ID increases, the shortage of the IPC signal ID may occur.
따라서 본 발명의 목적은 동일 프로세서사간에 IPC통신으 이용하여 정보전달 시 한가지 IPC신호로 여러 IPC ID로 사용할 수 있는 IPC신호 사용방법을 제공함에 있다.Accordingly, an object of the present invention is to provide a method of using an IPC signal that can be used as one IPC signal as multiple IPC IDs when transmitting information using IPC communication between the same processor company.
상기 목적을 달성하기 위한 본 발명의 IPC 통신을 수행하는 시스템에서 동일 프로세서 내 공통된 IPC신호를 사용하는 방법에 있어서, 특정 프로그램의 테이블에 동일 프로세서내의 수행 프로그램을 인식할 수 있는 코드와 변수를 할당하여 IPC신호에 실어는 전송하는 과정과, 상기 특정 프로그램에서 IPC신호에 실려오는 코드와 변수를 받아 주어진 코드로 인덱싱하여 해당 프로그램을 호출하는 과정과, 상기 해당 프로그램에서 호출을 있을 시 상기 호출을 시도한 프로그램으로부터 프로그램 수행에 필요한 정보를 직접 읽어들여 프로그램을 수행하는 과정과, 상기 프로그램을 수행하여 그 수행 결과값과 수행여부를 상기 호출을 시도한 프로그램의 메모리영역에 저장하는 과정으로 이루어짐을 특징으로 한다.In the method of using the common IPC signal in the same processor in the system for performing the IPC communication of the present invention for achieving the above object, by assigning a code and a variable that can recognize the execution program in the same processor to a table of a specific program A process of transmitting on the IPC signal, a process of invoking the corresponding program by receiving a code and a variable loaded in the IPC signal from the specific program into a given code, and a program which attempted the call when the corresponding program is called. And performing the program by directly reading information necessary for the execution of the program from the program, and storing the result of execution and whether the execution is performed in the memory area of the program which attempted the call.
도 1은 통상적인 IPC통신구조를 갖는 프로세서간의 정보전달을 위한 시스템 연결상태도1 is a system connection diagram for information transfer between processors having a conventional IPC communication structure
도 2는 통상적인 IPC통신 연결 구조도2 is a diagram of a conventional IPC communication connection structure
도 3은 일반적인 동일 프로세서내의 IPC통신상태를 나타낸 구성도3 is a block diagram showing a general IPC communication state in the same processor
도 4는 본 발명의 실시예에 따른 동일 프로세서내의 공통된 IPC신호를 사용하는 구성도4 is a block diagram of using a common IPC signal in the same processor according to an embodiment of the present invention.
이하 본 발명에 따른 바람직한 실시 예를 첨부한 도면을 참조하여 상세히 설명한다. 우선 각 도면의 구성요소들에 참조부호를 부가함에 있어서, 동일한 구성요소들에 한해서는 비록 다른 도면상에 표시되더라도 가능한 한 동일한 부호를 가지도록 하고 있음에 유의해야 한다. 그리고 본 발명을 설명함에 있어서, 관련된 공지 기능 혹은 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. First, in adding reference numerals to the components of each drawing, it should be noted that the same reference numerals have the same reference numerals as much as possible even if displayed on different drawings. In the following description of the present invention, if it is determined that a detailed description of a related known function or configuration may unnecessarily obscure the subject matter of the present invention, the detailed description thereof will be omitted.
도 4는 본 발명의 실시예에 따른 동일 프로세서내의 공통된 IPC신호를 사용하는 구성도이다.4 is a block diagram of using a common IPC signal in the same processor according to an embodiment of the present invention.
동일 프로세서내에서 프로그램A와 프로그램B사이의 정보전달을 위해 데이터의 형태(이하 모드로 표현)를 정의한다. 이 정보전달을 위한 데이터형태에는 특정 루틴의 수행에 필요한 정보의 형태와 수행결과를 저장할 변수의 형태도 동시에 정의한다. 그 외에도 수행결과의 여부를 알수 있는 결과플래그(Result Flag)를 모드에 정의한다. 프로그램 A의 메모리는 정의된 모드로 이루어진 변수의 모습을 보여준다. 프로그램 C에는 특정 프로그램에 IPM신호 ID에 해당하는 코드번호 또는 수행할 액션의 이름을 인덱스로 하는 테이블을 정의한다. 그리고 프로그램 C에는 테이블의 Touple에 호출할 프로그램을 저장하고, 요구신호(Request)에 의해 전달되어 올 어드레스를 저장할 어드레스 버퍼를 둔다. 코드번호는 프로그램 수행시에 정의되는 테이블이므로 이 데이터에 싸이즈만 늘리면 ID자원의 한계를 받지 않을 수 있다. IPC신호 ID수를 시스템 설계시에 정해둔 값으로 제한 받지 않는 효과를 지닌다. IPC신호의 모드는 수행할 프로그램을 구분할 코드와 사용할 변수의 어드레스를 담도록 정의한다.It defines the type of data (represented in the following mode) for transferring information between program A and program B in the same processor. The data type for this information transfer also defines the type of information needed to execute a particular routine and the type of variable that will store the result. In addition, the result flag (Result Flag) that shows whether the result is executed is defined in the mode. Program A's memory shows the variables in the defined mode. In program C, a table is defined in which a code number corresponding to an IPM signal ID or a name of an action to be performed is indexed to a specific program. Program C stores a program to be called in Touple of the table, and has an address buffer to store an address to be delivered by a request signal. Code numbers are defined at the time of program execution, so increasing the size of this data may not limit ID resources. The number of IPC signal IDs is not limited to the value set at the time of system design. The mode of the IPC signal is defined to contain a code for identifying a program to be executed and an address of a variable to be used.
프로그램 A는 미리 정의된 모드에 의해서 변수를 정의하고, 프로그램 A는 정의된 변수의 시작 어드레스 A와 보내주는 정보를 수행할 프로그램B에 할당된 코드A를 요구신호(Request)인 IPC신호 A에 실어서 보낸다. IPC신호 A를 보낸 프로그램 A는 프로그램 B에 의해 결과플래그(Result Flag)가 마킹되어는지 감시한다. 그러면 프로그램 C에서는 자신의 테이블에서 프로그램 A에 의해서 주어진 코드로 인덱싱을 하여 해당 프로그램을 호출하면서 어드레스 A를 프로그램 B로 전달한다. 프로그램 C가 자신에게 정의된 테이블의 정보만으로 해당 프로그램을 수행시킴으로 종래의 여러 가지 IPC신호 ID를 이용하지 않아도 되므로 IPC신호 ID에 여유가 생기게된다. 프로그램 B는 어드레스 A를 이용하여 필요한 정보를 읽고 읽은 정보를 이용하여 필요한 루틴을 수행한다. 프로그램 B가 직접 프로그램 A에서 필요정보를 가져옴으로서 따로 프로그램 B는 정보저장 공간이 필요없게 되므로 저장공간을 줄이수 있으며 수행속도도 다단계를 거쳐야 하는 종래의 방식보다 빨라진다. 프로그램 B는 수행결과를 프로그램 A의 변수영역에서 결과를 위해 정의된 부분에 저장하고 수행여부를 결과 플래그(Result)에 마킹한다. 따라서 프로그램 B가 직접 프로그램 A에 결과를 저장하므로 요구신호(Request)에 대한 응답으로 IPC신호가 필요하지 않게되어 IPC신호의 발생횟수를 줄임과 동시에 수행속도를 증가시키며, 응답신호(Reply)의 전달을 위한 메모리를 절약한다.Program A defines a variable according to a predefined mode, and Program A executes code A assigned to program B to perform information to be sent to the start address A of the defined variable to IPC signal A, which is a request signal. Come on. Program A, which sends IPC signal A, monitors whether the result flag is marked by program B. Program C then indexes the code given by program A in its own table and calls the program, passing address A to program B. Since the program C executes the corresponding program only with the information of the table defined in the program C, it is not necessary to use various conventional IPC signal IDs. Program B reads the necessary information using address A and performs the necessary routine using the read information. Since program B directly obtains necessary information from program A, program B does not need information storage space, so that the storage space can be reduced, and the execution speed is faster than that of a conventional method that requires multiple steps. Program B stores the result of the execution in the part defined for the result in the variable area of Program A and marks the result in the result flag. Therefore, since program B directly stores the result in program A, the IPC signal is not needed in response to the request signal, thereby reducing the number of occurrences of the IPC signal and increasing the execution speed, and transmitting the response signal. Save memory for
상술한 바와 같이 본 발명은, 동일 프로세서내의 프로그램간의 정보전달에 각 프로그램에서 인식할 수 있는 코드를 할당하고 이를 특정프로그램에서 테이블을 이용하여 관리하므로 하나의 IPC신호를 이용하여 다수의 IPC신호 ID로 사용하므로 시스템의 부하를 줄일 수 있고, 또한 동일한 버퍼에 필요정보와 결과를 한번 저장하여 공동으로 이용하여 메모리의 저장공간을 줄일 수 있으며, 메모리의 어드레스로 직접 접근하여 프로그램의 수행속도를 향상시킬 수 있는 이점이 있다.As described above, the present invention allocates codes recognizable in each program to transfer information between programs in the same processor, and manages them using a table in a specific program, thereby using a plurality of IPC signal IDs. It can reduce the load of the system, and can save the memory storage space by storing the necessary information and results in the same buffer once and jointly, and can improve the execution speed of the program by directly accessing the memory address. There is an advantage to that.
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019980060811A KR20000044314A (en) | 1998-12-30 | 1998-12-30 | Method for using inter process communication signals between same processors |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019980060811A KR20000044314A (en) | 1998-12-30 | 1998-12-30 | Method for using inter process communication signals between same processors |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20000044314A true KR20000044314A (en) | 2000-07-15 |
Family
ID=19567569
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019980060811A KR20000044314A (en) | 1998-12-30 | 1998-12-30 | Method for using inter process communication signals between same processors |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20000044314A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20200004225A (en) | 2018-07-03 | 2020-01-13 | 한양대학교 산학협력단 | Method of selective thin layer deposition using plasma atomic layer chemical vapor deposition |
KR20210105177A (en) | 2020-02-18 | 2021-08-26 | 한국전력공사 | Plasma supplying device and system for atomic layer deposition, atomic layer deposition device and controlling method thereof |
-
1998
- 1998-12-30 KR KR1019980060811A patent/KR20000044314A/en not_active Application Discontinuation
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20200004225A (en) | 2018-07-03 | 2020-01-13 | 한양대학교 산학협력단 | Method of selective thin layer deposition using plasma atomic layer chemical vapor deposition |
KR20210105177A (en) | 2020-02-18 | 2021-08-26 | 한국전력공사 | Plasma supplying device and system for atomic layer deposition, atomic layer deposition device and controlling method thereof |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5867704A (en) | Multiprocessor system shaving processor based idle state detection and method of executing tasks in such a multiprocessor system | |
EP0106213B1 (en) | Decentralized information processing system and initial program loading method therefor | |
EP0113612B1 (en) | Address conversion unit for multiprocessor system | |
US4539637A (en) | Method and apparatus for handling interprocessor calls in a multiprocessor system | |
US5568643A (en) | Efficient interrupt control apparatus with a common interrupt control program and control method thereof | |
US5754795A (en) | Method for communication between processors of a multi-processor system | |
CN113535425A (en) | Data sending method and device, electronic equipment and storage medium | |
CN115174673A (en) | Data processing device with low-delay processor, data processing method and equipment | |
KR20050076702A (en) | Method for transferring data in a multiprocessor system, multiprocessor system and processor carrying out this method | |
CN112579323A (en) | Heterogeneous multi-core asynchronous communication method and device | |
CN116010293B (en) | Data request processing circuit and method, cache circuit and processor thereof | |
KR20000044314A (en) | Method for using inter process communication signals between same processors | |
US20020016940A1 (en) | Method for verifying user memory validity in operating system | |
CN114780447A (en) | Memory data reading method, device, equipment and storage medium | |
KR100978083B1 (en) | Procedure calling method in shared memory multiprocessor and computer-redable recording medium recorded procedure calling program | |
CN113190496B (en) | Kernel communication method, device, chip, electronic equipment and storage medium | |
US4860250A (en) | Data packet shortening method and device | |
CN115982060B (en) | Memory recycling method and related device | |
KR100701386B1 (en) | Method for sharing data through a memory | |
JPH0522939B2 (en) | ||
CN117648128A (en) | Instruction distribution method and device, electronic equipment and storage medium | |
SU746486A1 (en) | Selector channel | |
CN116662248A (en) | Multi-CPU communication system and method, electronic device, and storage medium | |
KR100236517B1 (en) | Memory architecture for assigning dual port random access memory | |
JP2971119B2 (en) | High-speed data transfer method in multiple processor system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WITN | Withdrawal due to no request for examination |