KR20020024895A - Apparatus and method for managing memory and ipc task - Google Patents

Apparatus and method for managing memory and ipc task Download PDF

Info

Publication number
KR20020024895A
KR20020024895A KR1020000056725A KR20000056725A KR20020024895A KR 20020024895 A KR20020024895 A KR 20020024895A KR 1020000056725 A KR1020000056725 A KR 1020000056725A KR 20000056725 A KR20000056725 A KR 20000056725A KR 20020024895 A KR20020024895 A KR 20020024895A
Authority
KR
South Korea
Prior art keywords
task
tasks
resources
token
resource
Prior art date
Application number
KR1020000056725A
Other languages
Korean (ko)
Other versions
KR100678249B1 (en
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 KR1020000056725A priority Critical patent/KR100678249B1/en
Publication of KR20020024895A publication Critical patent/KR20020024895A/en
Application granted granted Critical
Publication of KR100678249B1 publication Critical patent/KR100678249B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • H04L47/80Actions related to the user profile or the type of traffic
    • H04L47/805QOS or priority aware

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE: A method for managing an IPC task and a memory is provided to assign tasks according to an RTR(Real Time Request) value, so as to synchronize the tasks and prevent the displacement of priority as well as smoothly managing tokens for assigning resources. CONSTITUTION: A controller maintains a standby state(100). The controller checks whether a resource assignment request is generated from a predetermined task(102). If so, the controller assigns resources(104). The controller checks whether a token is returned from a resource assigned with tokens(106). If not, the controller checks whether other task requests a token(108). If so, the controller checks whether an RTR value of the task requesting the token is T(True)(110). If so, the controller receives a returned token from a presently-working task, and holds the working(116). The controller sets priority of the presently-working task to top, and records the task in a standby list(118). The controller assigns a resource to the task having the true RTR value(120), and returns to the step '108'.

Description

아이피시 타스크 및 메모리의 관리 장치 및 방법{APPARATUS AND METHOD FOR MANAGING MEMORY AND IPC TASK}APPARATUS AND METHOD FOR MANAGING MEMORY AND IPC TASK}

본 발명은 소정의 시스템에서 타스크와 메모리를 관리하는 방법에 관한 것으로, 특히 피소스(pSOS)로 개발되는 시스템에서 타스크 및 메모리를 관리하는 방법에 관한 것이다.The present invention relates to a method for managing a task and a memory in a given system, and more particularly, to a method for managing a task and a memory in a system developed by a pSOS.

통상적으로 전송 시스템 또는 교환 시스템 등과 같이 규모가 큰 시스템에서는 피소스라는 프로그램을 이용하여 동작 프로그램(OS)을 개발하게 된다. 이와 같이 개발된 동작 프로그램들은 자원(Resource)을 공유하여 사용하는 여러 개의 타스크들로 구성되는 경우가 대부분이다. 따라서 하나의 자원을 사용하기 위해서는 이를 관리하는 관리기(Semaphore)를 두어 각 타스크들의 접속 순서에 따라 자료를 사용할 수 있도록 토큰(Token)을 주도록 구성된다. 즉, 특정한 자원 A를 서로 다른 3개의 타스크가 사용하고자 하는 경우에 예를 들어 타스크 A와 타스크 B와 타스크 C에서 하나의 자원을 사용하고자 하는 경우에 동시에 하나의 자원을 사용할 수 없다. 따라서 자원을 할당받기 위해서 관리기로 할당을 요구하게 되며, 이와 같은 방법을 통해서 자원이 할당되는 타스크로는 토큰을 주어 사용하고자 하는 자원을 사용할 수 있도록 한다. 즉, 타스크 A가 토큰을 부여받은 경우 다른 타스크들은 토큰의 획득이 이루어질 때까지 대기해야 한다. 그리고 타스크 A가 자원을 사용한 후 관리기로 토큰을 반납해야만 다음 타스크 즉, 타스크 B 또는 타스크 C가 이를 사용할 수 있다.In general, in a large system such as a transmission system or an exchange system, an operating program (OS) is developed by using a program called PISOS. Most of the operation programs developed as described above are composed of several tasks that share and use resources. Therefore, in order to use one resource, it is configured to have a Semaphore that manages it and to give tokens so that data can be used according to the connection order of each task. That is, when three different tasks want to use a specific resource A, for example, when one resource is used in task A, task B, and task C, one resource cannot be used at the same time. Therefore, in order to allocate resources, an allocation is requested to the manager. In this way, a resource is allocated to a task so that a resource to be used can be used by giving a token. In other words, when task A is granted a token, other tasks must wait until the acquisition of the token is made. After task A has used the resource, it must return the token to the manager so that it can be used by the next task, either task B or task C.

그런데 이러한 실제로 관리기는 상기한 토큰의 획득과 반납에 대한 정확한 관리기 이루어지지 않는다. 즉, 토큰을 가져간 타스크에 대한 관리가 이루어지지 않아 토큰의 획득과 반납이 정확하게 이루어지지 않는 문제가 있었다. 또한 타스크들 간에 우선순위(Priority)가 다른 경우 우선순위가 높은 타스크에게 자원을 할당하게 된다. 따라서 타스크의 동기화를 위해 사용되는 중에 놀은 우선 순위를 가진 타스크로부터 자원의 사용이 요구되는 경우 동기화가 실패할 수 있는 소지가 있었다. 뿐만 아니라 타스크들간 우선순위의 도치(Inversion)가 발생할 수 있는 문제가 있었다.However, such a manager is not an accurate manager for obtaining and returning the token. In other words, there is a problem that the acquisition and return of tokens are not made correctly because the management of the task that took the tokens is not made. In addition, when priority is different among tasks, resources are allocated to the task having high priority. Therefore, while being used for task synchronization, Knoll could have failed to synchronize if the use of resources from prioritized tasks is required. In addition, there was a problem that inversion of priorities between tasks could occur.

따라서 본 발명의 목적은 피소스를 이용해 개발되는 시스템에서 토큰의 관리 및 자원의 관리를 수행할 수 있도록 메모리 및 타스크를 관리할 수 있는 장치 및 방법을 제공함에 있다.Accordingly, an object of the present invention is to provide an apparatus and method capable of managing a memory and a task to perform token management and resource management in a system developed using PIOS.

본 발명의 다른 목적은 피소스를 이용해 개발되는 시스템에서 자원의 할당을 원활하게 하며, 우선순위의 도치가 발생하지 않고 시스템의 동기를 정확히 맞출 수 있는 메모리 및 타스크 관리 장치 및 방법을 제공함에 있다.Another object of the present invention is to provide a memory and task management apparatus and method for smoothly allocating resources in a system developed by using a source, and accurately synchronizing the system without inverting priorities.

상기한 목적들을 달성하기 위한 본 발명은 아이피시 타스크 및 메모리를 관리하기 위한 타스크들 관리 장치로서, 시스템의 소정 동작을 수행하며, 자원의 할당을 요구할 경우 자원 할당 요구신호와 함께 실시간 요구 신호를 전달하는 타스크들과, 적어도 둘 이상의 타스크들로부터 사용되는 자원과, 상기 자원의 할당하기 위해 토큰을 관리하며, 타스크로부터 자원 할당 요구시 우선순위를 검사하고, 우선순위가 높은 타크스부터 자원을 할당하며, 만일 자원이 할당중인 경우에 실시간 요구 신호가 성공인 타스크로부터 자원 할당이 요구되는 경우 자원을 사용중이던 타스크로부터 토큰을 회수하여 실시간 요구신호 성공인 타스크에 토큰을 부여하여 자원을 할당하고, 상기 자원을 사용중이던 타스크의 우선순위를 최고로 하여 대기 목록에 등재하는 관리기로 구성됨을 특징으로 한다.The present invention for achieving the above objects is a task management apparatus for managing the IP task and memory, and performs a predetermined operation of the system, when the resource allocation request, and transmits the real-time request signal with the resource allocation request signal Manage tasks, resources used from at least two tasks, and tokens to allocate the resources, check priorities when requesting resource allocation from tasks, and allocate resources from higher priority tasks; If a resource allocation is requested from a task in which the real-time request signal is successful when the resource is being allocated, the token is recovered from the task in which the resource is used, the token is assigned to the task in which the real-time request signal is successful, and the resource is allocated. That queues the task with the highest priority of the task in use Characterized by a configured group.

상기한 목적들을 달성하기 위한 본 발명은 적어도 둘 이상의 타스크로부터 사용되는 자원과, 소정 시스템 내에서 상기 자원을 할당을 요구하는 타스크들로부터 자원을 관리하기 위한 방법으로서, 토큰 요구가 존재할 경우 자원을 할당하는단계와, 상기 할당 중에 다른 타스크로부터 자원 할당 신호가 수신되는 경우 실시간 요구 값을 검사하는 단계와, 상기 실시간 요구 값이 성공인 경우 상기 자원이 할당된 타스크로부터 토큰을 반납받고 진행 중이던 작업을 홀드시키는 단계와, 상기 토큰을 반납한 타스크의 우선순위를 최고로 설정하는 단계와, 상기 실시간 요구 값이 성공인 타스크로 자원을 할당하는 단계와, 상기 실시간 요구 값이 성공이 아닌 경우 상기 타스크를 대기 목록에 등록하는 단계와, 상기 토큰이 반납이 존재하는 경우 대기목록의 우선순위가 높은 타스크부터 토큰을 할당하는 단계로 이루어짐을 특징으로 한다.The present invention for achieving the above objects is a method for managing resources from resources used from at least two or more tasks and tasks requiring the allocation of the resources in a given system, the resource allocation in the presence of a token request Checking a real-time request value when a resource allocation signal is received from another task during the allocation; and holding a work in progress by returning a token from the task to which the resource is allocated if the real-time request value is successful. Setting a priority of the task returning the token to the highest priority, allocating a resource to the task for which the real-time request value is successful, and waiting the task if the real-time request value is not successful. Registering with, and if there is a return of the token, the priority of the waiting list It is characterized by consisting of assigning tokens to tasks with high ranking.

도 1은 본 발명에 따른 소정 시스템에서 자원을 할당하고 이를 관리하기 위한 관리기와 자원을 요구하는 타스크 및 자원간의 관계를 도시한 블록 구성도,1 is a block diagram illustrating a relationship between a manager for allocating and managing resources in a predetermined system according to the present invention, and a task for requesting resources and resources;

도 2는 본 발명의 바람직한 실시 예에 따라 관리기에서 수행되는 제어 흐름도.2 is a control flowchart performed in the manager according to a preferred embodiment of the present invention.

이하 첨부된 도면을 참조하여 본 발명을 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 따른 소정 시스템에서 자원을 할당하고 이를 관리하기 위한 관리기와 자원을 요구하는 타스크 및 자원간의 관계를 도시한 블록 구성도이다. 이하 도 1을 참조하여 각 블록들의 동작 및 이들의 연결 관계를 상세히 설명한다.1 is a block diagram illustrating a relationship between a manager for allocating and managing resources in a predetermined system according to an embodiment of the present invention, and a task for requesting resources and resources. Hereinafter, an operation of each block and a connection relationship thereof will be described in detail with reference to FIG. 1.

각 타스크들(11, 12, 13)은 본 발명이 적용되는 시스템에서 소정의 동작을 수행 및 제어하는 블록들이다. 상기 각 블록들에 위선순위는 타스크 A(11) 우선순위 1을 가지며, 타스크 B(12)가 우선 순위 2를 가지고, 타스크 C(13)가 우선순위 2를 가진다고 가정한다. 상기 각 타스크들은 토큰의 사용을 원할 경우 즉, 소정 자원을 사용하고자 할 경우 실시간 요구(Real Time Requst) 값(True(이하 T로 표기함) or Fail(이하 F로 표기함))을 우선순위와 함께 요구한다. 따라서 각 타스크들은 토큰의 요구시 이를 항상 관리기 (21)로 함께 전송하여 토큰의 할당을 대기한 후 토큰이 할당되면 그에 따라 자원(31)을 점유하여 사용한다.The tasks 11, 12, and 13 are blocks for performing and controlling a predetermined operation in the system to which the present invention is applied. In each of the blocks, hypocrisy has task A (11) priority 1, task B (12) has priority 2, and task C (13) has priority 2. Each of the above tasks has a priority and a real time request value (True or Fail) in order to use a token, that is, to use a predetermined resource. Demands together. Therefore, each task always sends a request for the token to the manager 21 together, waits for the allocation of the token, and when the token is allocated, occupies and uses the resource 31 accordingly.

관리기(21)는 토큰의 인증 및 로그를 확인하며, 자원을 할당한다. 이때 자원의 할당은 우선순위와 실시간 요구 값에 따라 할당하게 된다. 즉, 우선순위가 높은 타스크가 먼저 자원을 사용할 수 있으나, 만일 실시간 요구 값이 성공(T)인 타스크가 접속하게 되면 현재 자원을 할당한 타스크의 상태에 따라 자원의 할당이 변경된다. 만일 타스크 A(11)가 자원을 사용하는 중에 타스크 C(13)가 관리기(21)로 토큰을 요구하는 경우를 예로 설명한다. 만일 타스크 A(11)가 먼저 관리기(21)로부터 자원(31)을 할당받아 사용하고 있는 중에 타스크 C(13)가 자원(31)의 할당을 요구하는 경우 3가지 경우로 살펴볼 수 있다.The manager 21 checks the authentication and log of the token and allocates resources. At this time, resource allocation is based on priority and real-time request value. That is, a task having a higher priority may use a resource first. However, if a task having a real-time request value of success (T) is accessed, the resource allocation is changed according to the status of the task to which the current resource is allocated. If task A 11 uses a resource while task C 13 requests a token from manager 21, an example will be described. If task A (11) first receives and uses resource 31 from manager 21, task C (13) requests the allocation of resource (31).

첫째로 상기 타스크 A(11)가 실시간 요구 값이 성공(T)인 경우에는 타스크 A(11)에 자원(31)을 계속 할당한다.First, the task A 11 continuously allocates the resource 31 to the task A 11 when the real time request value is success T.

둘째로 상기 타스크 A(11)가 실시간 요구 값이 실패(T)인 경우에는 상기 타스크 C(13)의 실시간 요구 값이 실패(T)인 경우에 자원(31)은 계속 상기 타스크 A(11)에 할당된다.Second, when task A 11 has a real time request value of failure T, resource 31 continues to perform task A 11 when the real time request value of task C 13 fails. Is assigned to.

셋째로 상기 타스크 A(11)가 실시간 요구 값이 실패(T)인 경우에는 상기 타스크 C(13)의 실시간 요구 값이 성공(T)인 경우 제어기(21)는 자원(31)을 타스크 C(13)에 할당한다. 그리고 상기 타스크 A(11)은 수행중이던 작업을 홀딩(Holding) 시키고, 타스크 A(11)의 우선순위를 최고 우선순위로 변경한다.Third, when the task A 11 has a real time request value of failure T, when the real time request value of the task C 13 is success T, the controller 21 selects the resource 31 as the task C ( 13). Task A 11 holds the work being performed and changes the priority of task A 11 to the highest priority.

즉 상기한 방법을 통해서 동기화가 이루어진 실시간 요구 값이 성공인 타스크가 먼저 자원을 사용할 수 있도록 함으로써 동기가 틀어지는 현상을 방지할 수 있다. 또한 만일 다른 타스크가 자원(31)을 점유중인 경우에 점유 중이던 타스크의 우선 순위를 최고로 변경함으로써 그 이후에 접속된 다른 타스크의 우선순위보다 높게 책정함으로써 작업을 원활하게 수행하도록 제어가 가능하다.That is, the above-described method can prevent the synchronization from being out of sync by allowing a resource whose task is successful in synchronization with the real-time request value to be used first. In addition, if another task is occupying the resource 31, it is possible to control to smoothly perform the task by changing the priority of the task occupied to the highest and setting it higher than the priority of another task which is subsequently connected.

도 2는 본 발명의 바람직한 실시 예에 따라 관리기에서 수행되는 제어 흐름도이다. 이하 도 1 내지 도 2를 참조하여 본 발명에 따라 관리기(21)에서 수행되는 제어 동작을 상세히 설명한다.2 is a control flowchart performed in the manager according to a preferred embodiment of the present invention. Hereinafter, the control operation performed by the manager 21 according to the present invention will be described in detail with reference to FIGS. 1 to 2.

제어기(21)는 100단계에서 대기상태를 유지한다. 그리고 102단계로 진행하여 소정 타스크로부터 자원 할당 요구가 존재하는가를 검사한다. 상기 검사결과 자원 할당 요구가 존재하는 경우 104단계로 진행하여 자원을 할당한다. 즉, 이를 통해 해당하는 타스크가 작업을 수행할 수 있도록 해주는 것이다. 그리고 106단계로 진행하여 상기 토큰이 할당된 자원으로부터 토큰의 반납이 존재하는가를 검사한다. 즉, 자원(31)을 사용하고 있는 타스크가 작업을 마친 경우 토큰을 반납하므로 작업이 종료되는가를 검사하는 것이다. 만일 토큰 반납이 있으면 100단게로 진행하고 그렇지 않은 경우 108단계로 진행하여 다른 타스크로부터 토큰의 요구가 존재하는가를 검사한다. 만일 토큰의 요구가 있는 경우 110단계로 진행하고 토큰의 요구가 없는 경우 106단계로 진행한다.The controller 21 maintains the standby state in step 100. In step 102, it is checked whether a resource allocation request exists from a predetermined task. If the resource allocation request exists as a result of the check, the process proceeds to step 104 to allocate resources. In other words, this allows the task to perform its work. In step 106, it is checked whether there is a return of the token from the resource to which the token is allocated. In other words, when the task using the resource 31 completes the work, the token is returned to check whether the work is finished. If there is a token return, proceed to step 100; otherwise, go to step 108 to check whether there is a request for a token from another task. If the token is requested, the process proceeds to step 110. If there is no token request, the process proceeds to step 106.

상기 108단계의 검사결과 토큰의 요구가 있는 경우 상기 토큰을 요구한 타스크의 실시간 요구(RTR:Real Time Requst) 값이 성공(T)인가를 검사한다. 만일 RTR 값이 성공인 경우 116단계로 진행하고 그렇지 않은 경우 112단계로 진행한다. 먼저112단계로 진행하는 경우를 살펴본다. 상기 관리기(21)는 토큰을 요구한 타스크를 우선순위에 따라 대기목록에 등록한다. 그리고 114단계로 진행하여 토큰이 반납되는가를 검사한다. 만일 토큰이 반납되면 104단계로 진행하여 대기중인 타스크들 중 우선순위가 높은 타스크에 토큰을 할당한다. 그러나 토큰의 반납이 존재하지 않는 경우 108단계로 진행한다.If there is a request of the token as a result of the check in step 108, it is checked whether a real time request (RTR) value of the task requesting the token is success (T). If the RTR value is successful, go to step 116; otherwise, go to step 112. First, the case proceeds to step 112. The manager 21 registers the task requesting the token in the waiting list according to the priority. Proceed to step 114 to check if the token is returned. If the token is returned, the process proceeds to step 104 and the token is allocated to the task having the highest priority among waiting tasks. However, if there is no return of the token, go to step 108.

이와 달리 110단계의 검사결과 RTR 값이 성공인(T) 경우 관리기(21)는 116단계로 진행하여 현재 작업을 수행중인 타스크로부터 토큰을 반납받고 작업을 홀딩시킨다. 그런 후 118단계로 진행하여 작업중이던 타스크의 우선 순위를 최고로 설정하여 대기목록에 기재한다. 그리고 상기 관리기(21)는 120단계로 진행하여 RTR 값이 성공인 타스크에 자원을 할당한 후 108단계로 진행한다.On the contrary, if the RTR value of the check result of step 110 is success (T), the manager 21 proceeds to step 116 and returns the token from the task currently being performed and holds the job. Then proceed to step 118 to set the priority of the task you were working on as the highest and put it on the waiting list. The manager 21 proceeds to step 120 and allocates resources to the task having a successful RTR value.

상술한 바와 같이 타스크의 할당이 RTR 값에 따라 할당되므로 타스크간 동기화를 이룰 수 있는 이점이 있으며, 동시에 우선순위가 전치되는 경우를 방지할 수 있는 이점이 있다. 그리고 자원을 할당하기 위한 토큰을 원활히 관리할 수 있는 이점이 있다.As described above, since the assignment of the task is allocated according to the RTR value, there is an advantage of achieving synchronization between tasks, and at the same time, there is an advantage of preventing the case of priority being transposed. It also has the advantage of smoothly managing tokens for allocating resources.

Claims (3)

아이피시 타스크 및 메모리를 관리하기 위한 타스크들 관리 장치에 있어서,In the task management apparatus for managing an IP task and memory, 시스템의 소정 동작을 수행하며, 자원의 할당을 요구할 경우 자원 할당 요구신호와 함께 실시간 요구 신호를 전달하는 타스크들과,Tasks for performing a predetermined operation of the system, and delivers the real-time request signal along with the resource allocation request signal when the resource allocation request; 적어도 둘 이상의 타스크들로부터 사용되는 자원과,Resources used from at least two tasks, 상기 자원의 할당하기 위해 토큰을 관리하며, 타스크로부터 자원 할당 요구시 우선순위를 검사하고, 우선순위가 높은 타크스부터 자원을 할당하며, 만일 자원이 할당중인 경우에 실시간 요구 신호가 성공인 타스크로부터 자원 할당이 요구되는 경우 자원을 사용중이던 타스크로부터 토큰을 회수하여 실시간 요구신호 성공인 타스크에 토큰을 부여하여 자원을 할당하고, 상기 자원을 사용중이던 타스크의 우선순위를 최고로 하여 대기 목록에 등재하는 관리기로 구성됨을 특징으로 하는 아이피시 타스크 및 메모리의 관리 장치.Manage tokens to allocate the resources, check priorities upon resource allocation requests from tasks, allocate resources from high priority tasks, and from tasks where real-time request signals are successful if resources are being allocated When resource allocation is required, the manager collects tokens from tasks that are using resources, assigns tokens to tasks with real-time request signal success, allocates resources, and puts them on the waiting list with the highest priority of the tasks using those resources. Apparatus for managing IP tasks and memory, characterized in that consisting of. 적어도 둘 이상의 타스크로부터 사용되는 자원과, 소정 시스템 내에서 상기 자원을 할당을 요구하는 타스크들로부터 자원을 관리하기 위한 방법에 있어서,CLAIMS What is claimed is: 1. A method for managing resources from resources used from at least two tasks and from tasks requiring allocation of the resources within a given system. 토큰 요구가 존재할 경우 자원을 할당하는 단계와,Allocating resources if a token request exists; 상기 할당 중에 다른 타스크로부터 자원 할당 신호가 수신되는 경우 실시간 요구 값을 검사하는 단계와,Checking a real-time request value when a resource allocation signal is received from another task during the allocation; 상기 실시간 요구 값이 성공인 경우 상기 자원이 할당된 타스크로부터 토큰을 반납받고 진행 중이던 작업을 홀드시키는 단계와,If the real-time request value is successful, returning a token from the task to which the resource is allocated and holding a work in progress; 상기 토큰을 반납한 타스크의 우선순위를 최고로 설정하는 단계와,Setting the priority of the task that returned the token to the highest level; 상기 실시간 요구 값이 성공인 타스크로 자원을 할당하는 단계로 이루어짐을 특징으로 하는 아이피시 타스크 및 메모리의 관리 방법.And allocating a resource to the task for which the real-time request value is a success. 제2항에 있어서,The method of claim 2, 상기 실시간 요구 값이 성공이 아닌 경우 상기 타스크를 대기 목록에 등록하는 단계와,Registering the task in a waiting list if the real-time request value is not successful; 상기 토큰이 반납이 존재하는 경우 대기목록의 우선순위가 높은 타스크부터 토큰을 할당하는 단계를 더 구비함을 특징으로 하는 아이피시 타스크 및 메모리 관리 방법.And allocating a token from a task having a high priority in the waiting list when the token is returned.
KR1020000056725A 2000-09-27 2000-09-27 Apparatus and method for managing memory and ipc task KR100678249B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000056725A KR100678249B1 (en) 2000-09-27 2000-09-27 Apparatus and method for managing memory and ipc task

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000056725A KR100678249B1 (en) 2000-09-27 2000-09-27 Apparatus and method for managing memory and ipc task

Publications (2)

Publication Number Publication Date
KR20020024895A true KR20020024895A (en) 2002-04-03
KR100678249B1 KR100678249B1 (en) 2007-02-01

Family

ID=19690680

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000056725A KR100678249B1 (en) 2000-09-27 2000-09-27 Apparatus and method for managing memory and ipc task

Country Status (1)

Country Link
KR (1) KR100678249B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014099501A1 (en) * 2012-12-20 2014-06-26 Volcano Corporation Resource management in a multi-modality medical system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR950001514B1 (en) * 1991-12-30 1995-02-25 한국전기통신공사 Local area network communications device using common bus
KR0170495B1 (en) * 1995-12-06 1999-03-30 양승택 Media access control apparatus and method of virtual token bus network

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014099501A1 (en) * 2012-12-20 2014-06-26 Volcano Corporation Resource management in a multi-modality medical system
US10049418B2 (en) 2012-12-20 2018-08-14 Volcano Corporation Resource management in a multi-modality medical system
US10847264B2 (en) 2012-12-20 2020-11-24 Philips Image Guided Therapy Corporation Resource management in a multi-modality medical system

Also Published As

Publication number Publication date
KR100678249B1 (en) 2007-02-01

Similar Documents

Publication Publication Date Title
JP5243405B2 (en) Method and system for managing computing resources
US7530068B2 (en) Method of resource allocation using an access control mechanism
WO2020001320A1 (en) Resource allocation method, device, and apparatus
JP4857374B2 (en) Method for assigning tasks, data processing system, client data processing node and machine-readable storage medium
US20040078339A1 (en) Priority based licensing
CN1723440A (en) Apparatus and method for controlling resource transfers in a logically partitioned computer system
KR100834432B1 (en) Method and apparatus for managing resource contention in a multisystem cluster
US6697901B1 (en) Using secondary resource masters in conjunction with a primary resource master for managing resources that are accessible to a plurality of entities
IL137085A (en) Method for effective utilizing of shared resources in computerized systems
CN107562669B (en) NVMe protocol command processing method, device and system
US4363096A (en) Arbitration controller providing for access of a common resource by a duplex plurality of central processing units
JP2004213628A (en) Method and device for managing resource contention
CN111163140A (en) Method, apparatus and computer readable storage medium for resource acquisition and allocation
KR101227885B1 (en) Channel multiplexing method and apparatus in shared memory
KR100678249B1 (en) Apparatus and method for managing memory and ipc task
US20030131042A1 (en) Apparatus and method of sharing a device between partitions of a logically partitioned computer system
JP3255759B2 (en) Multiprocessor system
JPH10232849A (en) Disk controller
CN113703930A (en) Task scheduling method, device and system and computer readable storage medium
JPH1069402A (en) Automatic test control method for software
CN116266143A (en) Coroutine management method, device, equipment and medium
WO2020255277A1 (en) Resource management device, resource management method, and program
JP2666785B2 (en) Process termination processing method and apparatus
JPH0251740A (en) Control system for process allocation
JPH09237193A (en) Dynamic load distribution method for parallel computer

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
LAPS Lapse due to unpaid annual fee