KR101092359B1 - Scheduling apparatus and method in grid - Google Patents

Scheduling apparatus and method in grid Download PDF

Info

Publication number
KR101092359B1
KR101092359B1 KR1020090116684A KR20090116684A KR101092359B1 KR 101092359 B1 KR101092359 B1 KR 101092359B1 KR 1020090116684 A KR1020090116684 A KR 1020090116684A KR 20090116684 A KR20090116684 A KR 20090116684A KR 101092359 B1 KR101092359 B1 KR 101092359B1
Authority
KR
South Korea
Prior art keywords
information
task
agent
resource
job
Prior art date
Application number
KR1020090116684A
Other languages
Korean (ko)
Other versions
KR20110060175A (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 KR1020090116684A priority Critical patent/KR101092359B1/en
Publication of KR20110060175A publication Critical patent/KR20110060175A/en
Application granted granted Critical
Publication of KR101092359B1 publication Critical patent/KR101092359B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5072Grid computing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Multi Processors (AREA)

Abstract

본 발명에 따른 그리드 작업 스케줄링 장치는 할당된 작업을 처리하는 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집부 및 상기 정보 수집부로부터 상기 계산 자원 및 네트워크 자원을 전송받아 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정하는 작업 관리자를 포함함으로써, 그리드 작업의 처리 속도를 향상시킬 수 있다.The grid job scheduling apparatus according to the present invention receives and analyzes the computing resource and the network resource from the information collecting unit and the information collecting unit for collecting information of the computing resource and the network resource of the agent processing the assigned job, the analysis By including a task manager to set the number of tasks to be assigned to the agent according to the result, it is possible to improve the processing speed of the grid task.

그리드, 스케줄링, 에이전트, 작업 관리자, 정보 수집부 Grid, Scheduling, Agent, Task Manager, Information Collector

Description

그리드 작업 스케줄링 장치 및 방법{SCHEDULING APPARATUS AND METHOD IN GRID}SCHEDULING APPARATUS AND METHOD IN GRID

본 발명은 그리드 작업 스케줄링 장치 및 방법에 관한 것으로서, 보다 상세하게 설명하면 작업을 처리하는 에이전트에 할당할 작업의 개수를 동적으로 설정함으로써 그리드 작업 처리 효율을 향상시킬 수 있는 그리드 작업 스케줄링 장치 및 방법에 관한 것이다.The present invention relates to an apparatus and method for scheduling a grid task, and more particularly, to an apparatus and method for scheduling a grid task that can improve grid task processing efficiency by dynamically setting the number of tasks to be allocated to an agent that processes the task. It is about.

그리드(grid)는 한번에 한곳에만 연결할 수 있는 웹(web)과 달리 신경조직처럼 작동하는 인터넷망 구조를 말한다. 그리드는 지리적으로 분산되어 세계 각지에 흩어져 있는 수억대의 컴퓨터, 데이터베이스(DB), 첨단 장비 등의 고성능 컴퓨팅 환경(computing resource)을 네트워크로 상호연동하여 조직과 지역에 관계없이 사용할 수 있게 해주는 환경이다. 이와 같이 그리드에서는 이기종의 다양한 그리드 자원들을 통합하여 하나의 성능이 뛰어난 자원을 사용하는 것처럼 해주는 것이 가능하다.Grid is an internet network structure that behaves like a neural tissue, unlike a web that can be connected to only one place at a time. A grid is an environment that enables geographically distributed interoperability of high-performance computing resources, such as hundreds of millions of computers, databases, and advanced equipment, scattered around the world, across networks. . In this way, it is possible to integrate heterogeneous grid resources in the grid as if using one high-performance resource.

이와 같은 컴퓨팅 능력이 있는 시스템에서 사용자가 분산된 그리드 자원들을 하나의 자원인 것처럼 이용하기 위해서는 이기종 자원들에 대한 정보를 수집하고 이를 바탕으로 자신이 실행할 작업에 적합한 그리드 자원을 찾아내어야 한다.In order to use distributed grid resources as a resource in a system with such computing power, it is necessary to collect information about heterogeneous resources and find a grid resource suitable for a task to be executed based on the information.

이와 같이 작업에 적합한 그리드 자원을 찾고, 또 찾아낸 그리드 자원에 적절하게 작업을 할당하는 것은 그리드의 주요 관심 중 하나이다.Finding suitable grid resources for tasks and allocating tasks appropriately to found grid resources is one of the main concerns of the grid.

본 발명은 작업을 처리하는 에이전트에 할당할 작업의 개수를 동적으로 설정함으로써 그리드 작업 처리 효율을 향상시킬 수 있는 그리드 작업 스케줄링 장치 및 방법을 제공하기 위한 것이다.The present invention is to provide a grid job scheduling apparatus and method that can improve the grid job processing efficiency by dynamically setting the number of jobs to be allocated to the agent for processing the job.

본 발명이 이루고자 하는 기술적 과제들은 이상에서 언급한 기술적 과제들로 제한되지 않으며, 언급되지 않은 또 다른 기술적 과제들은 아래의 기재로부터 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.Technical problems to be achieved by the present invention are not limited to the above-mentioned technical problems, and other technical problems not mentioned above will be clearly understood by those skilled in the art from the following description. Could be.

상기한 목적을 달성하기 위하여 본 발명에 따른 그리드 작업 스케줄링 장치는 할당된 작업을 처리하는 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집부 및 상기 정보 수집부로부터 상기 계산 자원 및 네트워크 자원을 전송받아 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정하는 작업 관리자를 포함할 수 있다.In order to achieve the above object, a grid job scheduling apparatus according to the present invention includes an information collection unit for collecting information of a calculation resource and a network resource of an agent for processing an assigned job, and the calculation resource and network resource from the information collection unit. It may include a task manager to receive and analyze, and set the number of tasks to be assigned to the agent according to the analysis result.

이때, 로컬 디스크 및 상기 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집용 파일럿 작업을 상기 로컬 디스크에 저장하는 데이터 관리자를 더 포함하고, 상기 작업 관리자는 상기 정보 수집용 파일럿 작업을 상기 에이전트에 할당하여 처리하도록 하고, 상기 정보 수집부는 상기 정보 수집용 파일럿 작업의 처리 결과를 이용하여 상기 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집할 수 있다.In this case, the data manager may further include a data manager configured to store information on a local disk, a pilot job for collecting information of a compute resource and a network resource of the agent, on the local disk, and the task manager may perform the pilot job for collecting the information. The information collecting unit may collect information of the computational resource and the network resource of the agent by using the processing result of the information gathering pilot task.

또한, 상기 정보 수집용 파일럿 작업은 상기 에이전트에 할당될 작업의 일부일 수 있다.Also, the pilot task for collecting information may be part of a task to be assigned to the agent.

또한, 상기 정보 수집용 파일럿 작업은 에이전트별로 다른 것일 수 있다.In addition, the pilot task for collecting information may be different for each agent.

또한, 상기 할당될 작업에서 적어도 상기 정보 수집용 파일럿 작업을 제외한 부분은 그리드 저장 자원에 저장될 수 있다.In addition, at least a portion of the task to be allocated except for the pilot task for collecting information may be stored in a grid storage resource.

한편, 본 발명에 따른 그리드 작업 스케줄링 방법은 사용자가 요청한 작업을 그리드 저장 자원에 저장하고, 상기 작업의 일부를 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집용 파일럿 작업으로서 로컬 디스크에 저장하는 단계, 상기 정보 수집용 파일럿 작업을 에이전트에 할당하고 상기 에이전트의 처리 결과를 전송받아 상기 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 단계, 상기 수집된 계산 자원 및 네트워크 자원을 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정하는 단계를 포함할 수 있다.On the other hand, the grid job scheduling method according to the present invention stores a job requested by the user in a grid storage resource, and storing a part of the job on a local disk as a pilot job for information collection for collecting information of the calculation resource and network resources And assigning the information gathering pilot task to an agent and receiving the processing result of the agent to collect information of the computing resource and the network resource of the agent, analyzing the collected computing resource and the network resource, and analyzing the analysis result. And setting the number of tasks to be allocated to the agent.

이때, 상기 정보 수집용 파일럿 작업은 상기 할당할 작업 중 초기 단계 작업일 수 있다.In this case, the pilot task for collecting information may be an initial stage task among the tasks to be allocated.

또한, 상기 그리드 저장 자원에 저장되는 작업은 상기 정보 수집용 파일럿 작업을 제외한 작업일 수 있다.The job stored in the grid storage resource may be a job except for the pilot job for collecting information.

이상에서 설명된 바와 같이 본 발명에 따른 그리드 작업 스케줄링 방법은 사용자가 요청한 작업을 처리할 에이전트의 계산 자원 및 네트워크 자원의 정보를 이용하여 상기 에이전트에 할당할 작업의 개수를 설정함으로써 그리드 작업의 처리 효율을 향상시킬 수 있다.As described above, the grid job scheduling method according to the present invention sets the number of jobs to be allocated to the agent by using information of the computing resource and the network resource of the agent to process the job requested by the user, thereby processing efficiency of the grid job. Can improve.

즉, 그리드 기반의 대용량 처리 작업의 효율성을 제고할 수 있으며, 그리드의 동적인 특성(구성 및 성능 등의 동적인 변화)에 적합하게 적용될 수 있는 스케줄링을 제공할 수 있다.In other words, it is possible to improve the efficiency of grid-based high-volume processing tasks and to provide scheduling that can be suitably applied to the dynamic characteristics of the grid (dynamic changes such as configuration and performance).

또한, 다양한 작업 즉, 다양한 어플리케이션을 동시에 지원하는 것이 가능하여 그리드 자원을 효과적으로 제공하는 서비스 수단으로 활용할 수 있다.In addition, it is possible to simultaneously support a variety of tasks, that is, various applications can be utilized as a service means for effectively providing grid resources.

이하, 본 발명과 관련된 그리드 작업 스케줄링 장치 및 방법에 대하여 도면을 참조하여 보다 상세하게 설명한다.Hereinafter, an apparatus and method for scheduling a grid job according to the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명과 관련된 그리드 작업 스케줄링 장치를 나타낸 블럭도이다.1 is a block diagram illustrating a grid job scheduling apparatus according to the present invention.

도 1에 도시된 그리드 작업 스케줄링 장치(100)는 할당된 작업을 처리하는 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집부(110) 및 상기 정보 수집부로부터 상기 계산 자원 및 네트워크 자원을 전송받아 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정하는 작업 관리자(130)를 포함하고 있다.The grid job scheduling apparatus 100 illustrated in FIG. 1 includes an information collecting unit 110 collecting information of a computing resource and a network resource of an agent processing an assigned job, and the computing resource and the network resource from the information collecting unit. It receives and analyzes, and includes a task manager 130 for setting the number of tasks to be assigned to the agent according to the analysis result.

그리드는 지리적으로 분산된 고성능 컴퓨터, 대용량 DB, 첨단 장비 등의 정보통신자원을 고속 네트워크로 연동하여 상호공유/이용할 수 있는 인프라이다. 그리드의 특징은 인터넷 이용자끼리 수평으로 연결하는 방식을 취한다는 점, 고속 연산과 대량의 데이터 처리가 가능하다는 점, 다수가 동시에 정보 접근 및 작업이 가능하다는 점이다. 이러한 그리드를 구현하기 위해서 그리드 미들웨어가 필요하다.Grid is an infrastructure that can mutually share / use information and communication resources such as geographically dispersed high-performance computers, large-scale databases, and high-tech equipment by interworking with high-speed networks. The characteristics of the grid are that Internet users are connected horizontally, high-speed computation and large data processing are possible, and many can access and work at the same time. Grid middleware is needed to implement this grid.

그리드 미들웨어는 네트워크에 연결된 다양한 장비를 공동으로 활용할 수 있도록 연동시키는 소프트웨어로서 지리적으로 분산되어 있는 여러 자원을 마치 하나의 컴퓨터처럼 활용할 수 있도록 하는 기술이다. 현재 주로 사용되는 미들웨어로는 글로버스(Globus), Legion, Condor 등이 있다. 여기에는 다양한 이기종 컴퓨팅 자원 이용에 따른 정보의 호환성 문제, 자원 관리의 어려움, 어플리케이션 개발의 어려움, 시스템 개발시 통합의 어려움 등의 문제점이 존재한다. 현재 이를 해결하기 위해 그리드 미들웨어의 표준화가 진행되고 있다.Grid middleware is a software that interoperates with various devices connected to a network. It is a technology that makes use of geographically dispersed resources as if it were a single computer. Currently used middleware includes Globus, Legion, and Condor. There are problems such as information compatibility problem, difficulty of resource management, difficulty of application development, and difficulty of integration in system development due to the use of various heterogeneous computing resources. Currently, standardization of grid middleware is in progress to solve this problem.

그리드 미들웨어는 지금까지 연구 및 개발되었던 전통적인 분산 시스템과 비 교할 때 규모 면이나 기술적인 면에서 큰 차이가 있다. 왜냐하면, 그리드에서 다루는 어플리케이션들의 파라미터 연구나 데이터들의 분석은 수천 개의 프로세스와 수만의 데이터 파일 그리고 페타 바이트급의 데이터를 처리해야 하기 때문이다. 그리드 환경에서 초대형의 거대 문제들을 해결하기 위해서는 그리드로 연결된 유휴 자원들을 찾아내는 자원 검색 서비스, 할당된 작업들의 처리 순서를 결정하여 분산시키는 스케줄링 서비스, 시스템 안정을 위한 그리드 보안 서비스, 컴퓨팅 자원들을 사용할 때 발생하는 비용 처리를 위한 사용자 계정 서비스 등이 필요하다.Grid middleware differs greatly in size and technology compared to traditional distributed systems that have been researched and developed so far. This is because parametric studies and data analysis of applications in the grid require processing thousands of processes, tens of thousands of data files, and petabytes of data. To solve the huge problems in the grid environment, resource retrieval service that finds idle resources connected to the grid, scheduling service that determines and distributes the processing order of assigned tasks, grid security service for system stability, and computing resources A user account service for the cost processing is required.

예를 들어 글로버스 툴킷에서 자원 정보 서비스를 수행하는 요소를 MDS라고 부른다. MDS는 그리드 내에 존재하는 자원들의 정보를 공유하고, 사용자들에게 제공하기 위한 요소로써 인터넷의 DNS 서비스와 비슷한 것이다. 글로버스 툴킷에서 자원 관리 서비스를 담당하는 부분을 GRAM이라 부른다. GRAM은 글로버스 툴킷의 가장 중심이 되는 요소로써 원격지의 자원들을 사용할 수 있게 하고, 분산 자원들을 동시에 사용하게 하며, 자원들간에 존재하는 관리상의 상이함을 처리한다. 글로버스 툴킷에서 데이터 관리 서비스를 위해 GASS, GridFTP, RC 기능들을 제공한다. 글로버스 툴킷에서는 보안을 담당하는 부분을 GSI라고 부르며, 그리드 보안은 분산 자원들을 공유함에 따라 자연히 발생하는 중요한 문제이다.For example, the element that performs the resource information service in the Globus toolkit is called MDS. MDS is similar to the Internet's DNS service as an element for sharing information of resources in the grid and providing them to users. The part responsible for resource management services in the Globus toolkit is called GRAM. GRAM is the central element of the Globus toolkit, allowing remote resources to be used, using distributed resources simultaneously, and handling the administrative differences that exist between them. The Globus Toolkit provides GASS, GridFTP, and RC functions for data management services. In the Globus toolkit, security is called GSI, and grid security is an important problem that naturally occurs as sharing distributed resources.

글로버스 외의 그리드 미들웨어에서도 명칭은 달리하지만 유사한 기능을 갖는 요소기술들이 존재한다.In grid middleware other than Globus, there are element technologies with similar functions but with different names.

도 1은 앞에서 언급한 자원 검색 서비스, 스케줄링 서비스, 그리드 보안 서비스, 사용자 계정 서비스 중 스케줄링 서비스를 위한 시스템을 나타낸다. 다른 서 비스에 사용되는 요소도 포함되어 있으나, 본 발명에서 설명할 스케줄링에 사용될 요소이므로 함께 표시하였다.1 illustrates a system for scheduling services among the aforementioned resource search service, scheduling service, grid security service, and user account service. Although elements used for other services are included, they are also indicated as elements to be used for scheduling described in the present invention.

에이전트 관리자(Agent Manager, AMGR)(190)는 그리드 자원(230)에 참여하는 에이전트들에 대한 유지 및 일정을 관리한다. 구체적으로 그리드 자원에 참여할 에이전트를 설치하고 에이전트를 관리하게 된다. 에이전트는 사용자가 요청한 작업을 적절하게 할당받아 처리를 수행하는 요소이다.The agent manager (AMGR) 190 manages maintenance and schedule for agents participating in the grid resource 230. Specifically, the agent will install and manage agents to participate in grid resources. An agent is an element that properly allocates a task requested by a user and performs processing.

정보 수집부(110)는 정보 서비스의 기능을 수행한다. 구체적으로 다른 그리드 서비스(자원 관리 서비스 또는 데이터 관리 서비스)가 원활히 수행될 수 있도록 필요한 메타데이터를 효율적으로 관리하고 서비스하는 것이다. 이것은 그리드 컴퓨팅 환경을 로컬 컴퓨팅 환경과 비교할 때 특정의 가상 컴퓨터로 생각할 수 있고, 이것을 이용하기 위해 먼저 글로버스 등의 그리드 미들웨어를를 설치하는 것과 같다. 또한 어떤 운영체제이든지 그것이 동작하기 위해서는 필요한 설정 및 정보(리눅스의 /etc, /proc 디렉토리에 있는 정보)가 필요한데 정보 수집부는 그리드 컴퓨팅 환경에 필요한 정보를 유지한다고 볼 수 있다. 본 실시예에서는 이외에도 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하게 된다. 에이전트의 계산 자원은 예로서 할당된 작업을 처리하는 속도, 시간 등이 해당하고, 네트워크 자원은 에이전트가 그리드 자원에서 활용하는 네트워크의 통신 속도 등이 해당한다. 이와 같이 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 것은 작업 관리자가 각 에이전트에 할당할 작업의 개수를 설정하도록 하기 위함이다.The information collecting unit 110 performs a function of an information service. Specifically, it is to efficiently manage and service necessary metadata so that other grid services (resource management service or data management service) can be performed smoothly. This can be thought of as a specific virtual machine when comparing a grid computing environment to a local computing environment, and to take advantage of it, it is like installing grid middleware such as Globus first. In addition, any operating system needs the necessary configuration and information (in Linux's / etc, / proc directory) to operate, and the information collector can be thought of as maintaining the information needed for the grid computing environment. In this embodiment, the information of the computing resource and the network resource of the agent is collected. For example, the computational resource of the agent corresponds to a speed, time, etc. of processing an assigned task, and the network resource corresponds to a communication speed of a network utilized by the agent in a grid resource. Collecting information of the computational resources and network resources of the agent as described above is to allow the task manager to set the number of tasks to be assigned to each agent.

작업 관리자(130)는 작업을 에이전트에 할당하고 시작하도록 한다. 작업 수 행 도중 그 작업의 상태를 모니터링하고 제어하는 일 역시 작업 관리자가 담당한다. 기존의 작업 관리자는 그리드 자원에 설치된 에이전트의 수에 따라 일정한 개수의 작업을 각 에이전트에 할당하는 모습을 취하고 있다. 즉, 각 에이전트마다 할당된 작업의 개수가 동일한 정적인 모습을 취하고 있다. 각 에이전트에 할당된 작업의 개수는 일반적으로 1개이다.The task manager 130 assigns and starts a task to the agent. The task manager is also responsible for monitoring and controlling the status of the task during task execution. The existing task manager takes the form of assigning a certain number of tasks to each agent according to the number of agents installed in the grid resource. In other words, the number of tasks assigned to each agent is the same. The number of tasks assigned to each agent is generally one.

도 2는 사용자의 입장에서 나타낸 그리드 작업의 흐름도이다.2 is a flow chart of the grid task as seen from the user's point of view.

먼저 사용자는 사용자 인터페이스를 이용하여 입력 데이터를 준비하고(S 510), 작업을 실행한다(S 520). 이후 사용자는 작업 현황과 기타 정보 등을 모니터링하고 작업의 중단, 재개 등과 같은 관리 작업을 수행한다(S 530). 작업이 마무리 되면 사용자는 저장자원에 접근하여 작업결과를 획득한다(S 540). 이 중에서 관리 작업에 작업 관리자(130)가 관여하는데, 사용자에게 표시되지는 않지만 에이전트의 수에 따라 상기 작업을 나누어 1개씩 할당한다. 이와 같은 현실에서 각 에이전트의 계산 자원에 차이가 있으므로 인하여 일정 에이전트에서 할당된 작업을 완료한 경우라 하더라도, 상대적으로 늦게 작업을 완료한 에이전트를 기다려야 하는 문제가 발생된다. 즉, 각 에이전트로부터 받은 결과를 수합(收合)하여 최종 결과를 사용자에게 전송하거나 저장 자원(235)에 전송해야 하는데 각 에이전트의 속도 차이로 인하여 병목 현상이 발생되고 있다.First, a user prepares input data using a user interface (S 510), and executes a task (S 520). Thereafter, the user monitors the work status and other information and performs management tasks such as stopping and resuming the work (S 530). When the work is completed, the user accesses the storage resources to obtain a work result (S540). Among these, the task manager 130 is involved in the management task, but is not displayed to the user, but the task is divided and assigned one by one according to the number of agents. Due to the difference in computational resources of each agent in this reality, even if the task assigned to a certain agent is completed, there is a problem of waiting for the agent that completed the task relatively late. That is, the result received from each agent is collected and the final result is transmitted to the user or transmitted to the storage resource 235. A bottleneck occurs due to the speed difference of each agent.

이를 해소하기 위해 본 실시예의 작업 관리자(130)는 도 3에 도시된 바와 같이 정보 수집부(110)로부터 에이전트(231)의 계산 자원 및 네트워크 자원(233)을 전송받아 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정한다. 이에 따르면 처리 속도와 통신 속도가 빠른 에이전트에는 보다 많은 개수의 작업을 할당할 수 있게 되어 결과적으로 전체적인 처리 속도가 향상되며, 각 에이전트의 처리 결과가 시기적으로 비슷한 시점에 출력되므로 병목 현상이 해소된다. 이를 위해 에이전트에 할당할 작업의 개수는 사용자가 요청/실행한 작업을 배분받은 각 에이전트의 출력(네트워크 자원까지 고려)이 비슷한 시점에 이루어지도록 설정되는 것이 바람직하다.In order to solve this problem, the job manager 130 of the present embodiment receives and analyzes the calculation resource and the network resource 233 of the agent 231 from the information collecting unit 110 as shown in FIG. Accordingly, the number of tasks to be allocated to the agent is set. As a result, a larger number of tasks can be allocated to agents with faster processing speeds and communication speeds, and the overall processing speed is improved. As a result, processing results of each agent are output at similar time points, and bottlenecks are eliminated. For this purpose, the number of tasks to be allocated to the agent is preferably set so that the output (considering network resources) of each agent that is allocated the tasks requested / executed by the user is made at a similar time.

이상에서 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하기 위해서는 일정 작업을 각 에이전트에 할당하고 상기 작업을 처리한 속도, 데이터 전송 속도 등을 감지할 필요가 있다. 이와 같이 에이전트 관련 정보를 수집하기 위해 사용되는 작업을 정보 수집용 파일럿 작업이라고 칭한다. In order to collect the information of the computational resources and network resources of the agent, it is necessary to assign a schedule task to each agent and to sense the speed of processing the task, the data transmission rate, and the like. In this way, a job used to collect agent-related information is called a pilot job for collecting information.

정보 수집용 파일럿 작업은 본 발명에 따른 그리드 작업 스케줄링 장치에서 관리하는 것이 바람직하므로, 그리드 작업 스케줄링 장치는 그리드 자원에 포함된 저장 자원과 구분되는 로컬 디스크(170)를 더 포함할 수 있다.Since the pilot job for collecting information is preferably managed by the grid job scheduling apparatus according to the present invention, the grid job scheduling apparatus may further include a local disk 170 which is separated from the storage resources included in the grid resources.

로컬 디스크에는 정보 수집용 파일럿 작업이 저장되며, 이때의 저장은 데이터 관리자(150)에 의해 이루어진다. 이와 같은 상태에서 작업 관리자는 정보 수집용 파일럿 작업을 에이전트에 할당하여 처리하도록 하고, 정보 수집부는 정보 수집용 파일럿 작업의 처리 결과를 이용하여 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하게 된다. The pilot work for collecting information is stored in the local disk, and the storage is performed by the data manager 150. In this state, the task manager assigns and processes information gathering pilot tasks to the agent, and the information gathering unit collects information of the computational and network resources of the agent using the processing result of the information gathering pilot task.

한편, 정보 수집용 파일럿 작업은 에이전트 관련 정보 수집만을 위해 사용되는 작업일 수 있는데 이 경우 에이전트의 입장에서는 사용자가 요청하지 않은 작업 을 처리하는 상황이 된다. 또한, 네트워크 자원의 정보는 변화가 심한 부분이므로 사용자가 작업을 요청한 직후에 정보를 수집하는 것이 바람직하다. 이와 같은 상황에서 사용자가 작업을 요청한 직후 사용자가 요청한 작업 대신 에이전트 관련 정보를 수집하기 위한 작업을 선행하게 되면 사용자가 요청한 작업이 늦게 처리되고 각 에이전트의 부하가 증가할 수 있다. 따라서, 정보 수집용 파일럿 작업은 에이전트에 할당될 작업의 일부인 것이 바람직하다. 즉, 정보 수집용 파일럿 작업은 사용자가 요청한 작업의 일부일 수 있으며, 에이전트별로 다른 것일 수 있다. 사용자가 요청한 작업의 일부라도 모든 에이전트에 동일한 정보 수집용 파일럿 작업을 할당할 경우 동일한 작업을 여러 에이전트에서 중복하여 처리하는 것을 방지하기 위함이다. 각 에이전트에 할당된 정보 수집용 파일럿 작업이 다르다고 하더라고 각 정보 수집용 파일럿 작업은 사용자가 요청한 작업에 해당하므로 처리 결과에 별다른 차이를 보이지는 않는다. 예를 들어 사용자가 요청한 작업이 동일 처리 루틴을 사용하고 입력값이 수만에서 수십만개인 경우 각 에이전트는 동일 처리 루틴을 이용하고 대신 상기 입력값을 적절하게 분배받아 처리하면 되므로 처리 부하는 큰 차이를 보이지 않게 된다. 따라서 각 에이전트에 할당된 정보 수집용 파일럿 작업이 다르다 하더라도 작업 관리자의 할당 작업 개수 설정에 별다른 오류를 유발하지 않는다.Meanwhile, the pilot task for collecting information may be a task used only for collecting agent-related information. In this case, the agent is in a situation of processing a task not requested by the user. In addition, since the information of the network resource is a change part, it is desirable to collect the information immediately after the user requests a job. In such a situation, immediately after the user requests a task, if the task for collecting agent-related information is preceded instead of the task requested by the user, the task requested by the user may be processed late and the load of each agent may increase. Therefore, the pilot task for collecting information is preferably part of the task to be assigned to the agent. That is, the pilot task for collecting information may be part of a task requested by the user, and may be different for each agent. This is to prevent duplicate processing of the same task by multiple agents when all agents request the same information gathering pilot task even for some of the requested tasks. Even though the information gathering pilot task assigned to each agent is different, each information gathering pilot task corresponds to the task requested by the user, so there is no difference in the processing result. For example, if the task requested by the user uses the same processing routine and the input value is tens of thousands to hundreds of thousands, each agent should use the same processing routine and instead distribute the input properly. Will not. Therefore, even if the pilot task for collecting information allocated to each agent is different, it does not cause any error in the task manager's assigned task count setting.

이에 따르면 사용자가 요청한 작업의 일부를 실행하고 그 처리 결과에 따라 에이전트 관련 정보(계산 자원 정보, 네트워크 자원 정보)를 수집함으로써 처리 속도를 저해하지 않는다. 이때 고려할 것은 에이전트 관련 정보가 수집되지 않은 상 태이므로 각 에이전트에 할당할 정보 수집용 파일럿 작업의 개수이다. 일반적으로 1개의 정보 수집용 파일럿 작업을 할당하는 것이 바람직하며, 기존에 수집된 에이전트 관련 정보가 정보 수집부에 존재하는 경우에는 상기 기수집된 에이전트 관련 정보에 따라 정보 수집용 파일럿 작업의 개수를 설정하여 할당할 수도 있다. 그 후 정보 수집용 파일럿 작업의 처리 결과를 수집하여 각 에이전트에 할당할 작업의 개수를 새롭게 설정하게 된다. According to this, the processing speed is not impeded by executing a part of the work requested by the user and collecting agent-related information (calculation resource information, network resource information) according to the processing result. In this case, since agent-related information is not collected, the number of pilot tasks for collecting information to be allocated to each agent is considered. In general, it is preferable to allocate one pilot task for collecting information, and if the previously collected agent-related information exists in the information collecting unit, set the number of pilot tasks for collecting information according to the collected agent-related information. Can be assigned. After that, the processing result of the pilot task for collecting information is collected to newly set the number of tasks to be allocated to each agent.

한편, 로컬 디스크에는 정보 수집용 파일럿 작업만 저장되는 것이 바람직하다. 이를 다른 방향에서 살펴보면 저장 자원에 사용자가 입력한 데이터/작업이 데이터 전체가 저장되지 않을 수 있음을 의미한다. 즉, 사용자가 입력한 데이터/작업이 데이터 관리자를 통하여 로컬 디스크에 저장된 후 그리드 자원인 저장자원에 저장될 수 있는데, 이때 데이터 관리자는 모든 데이터를 저장 자원에 저장하지 않고, 정보 수집용 파일럿 작업을 로컬 디스크에 저장할 수 있다.On the other hand, it is preferable that only a pilot job for collecting information is stored on the local disk. Looking at it from the other direction, it means that the data / task entered by the user in the storage resource may not be saved as a whole. That is, the data / job entered by the user may be stored on the local disk through the data manager and then stored in the storage resource, which is a grid resource. In this case, the data manager does not store all the data in the storage resource, but performs a pilot job for collecting information. Can be stored on local disk

이때, 로컬 디스크에 사용자가 요청한 작업 전체가 저장될 수도 있으나, 이 경우 각 에이전트가 로컬 디스크를 사용함으로써 네트워크 자원과 그리드 작업 스케줄링 장치의 부하가 증가될 수 있다. 따라서, 적어도 상기 정보 수집용 파일럿 작업을 제외한 부분은 그리드 저장 자원에 저장되는 것이 바람직하다. 즉 저장 자원에는 사용자가 요청한 작업 전체가 저장되거나 사용자가 요청한 작업에서 정보 수집용 파일럿 작업을 제외한 부분만이 저장될 수 있다. 정보 수집용 파일럿 작업의 수는 일률적으로 설정할 수도 있으나 각 작업의 특성, 정보 수집부에 기저장된 에이전트 관련 정보 등을 고려하여 유동적으로 설정할 수도 있다.In this case, the entire job requested by the user may be stored in the local disk. However, in this case, the load of network resources and the grid job scheduling apparatus may increase because each agent uses the local disk. Therefore, at least a portion except for the pilot task for collecting information is preferably stored in a grid storage resource. That is, the stored resource may store the entire work requested by the user or only a part of the work requested by the user except for the pilot work for collecting information. The number of pilot tasks for collecting information may be set uniformly, but may be set flexibly in consideration of the characteristics of each task and agent-related information previously stored in the information collecting unit.

도 4는 본 발명과 관련된 그리드 작업 스케줄링 방법을 나타낸 흐름도이다.4 is a flowchart illustrating a grid job scheduling method according to the present invention.

도 4에 도시된 그리드 작업 스케줄링 방법은 도 1에 도시된 그리드 작업 스케줄링 장치의 동작으로서 설명될 수도 있다.The grid job scheduling method shown in FIG. 4 may be described as an operation of the grid job scheduling apparatus shown in FIG. 1.

먼저, 사용자가 요청한 작업을 그리드 저장 자원에 저장하고, 상기 작업의 일부를 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집용 파일럿 작업으로서 로컬 디스크에 저장한다(S 610). 데이터 관리자에 의해 수행되며 정보 수집용 파일럿 작업은 에이전트에 할당할 작업 중 초기 단계 작업일 수 있다. 물론, 작업의 종류에 따라 선후 관계를 고려할 필요가 없는 경우도 있을 수 있으나, 이전에 처리한 데이터를 사용하는 작업에 해당하는 경우에는 선행 데이터를 처리하는 작업을 먼저 수행해야 하며, 이렇게 선행 데이터를 처리하는 성격의 작업을 정보 수집용 파일럿 작업으로 설정하는 것이 바람직하다. 또한, 그리드 저장 자원에 저장되는 작업은 상기 정보 수집용 파일럿 작업을 제외한 작업일 수 있다.First, a job requested by a user is stored in a grid storage resource, and a part of the job is stored on a local disk as a pilot job for collecting information on information of a calculation resource and a network resource (S610). The pilot task for collecting information, which is performed by the data manager, may be an early stage task among tasks to be assigned to an agent. Of course, depending on the type of work, there may be cases where it is not necessary to consider the after relationship, but when it is a job that uses previously processed data, it is necessary to first process the preceding data. It is advisable to set the task of processing nature as a pilot task for collecting information. In addition, a job stored in a grid storage resource may be a job except for the pilot job for collecting information.

상기 정보 수집용 파일럿 작업을 에이전트에 할당하고 상기 에이전트의 처리 결과를 전송받아 상기 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집한다(S 620). 정보 수집용 파일럿 작업을 할당하는 것은 작업 관리자에 의해 수행되면 할당된 정보 수집용 파일럿 작업의 처리 결과는 정보 수집부에서 수집된다.The pilot task for collecting the information is allocated to an agent, and the calculation result and the network resource of the agent are collected by receiving the processing result of the agent (S620). When assigning the pilot task for collecting information is performed by the task manager, the processing result of the assigned pilot task for collecting information is collected in the information collecting unit.

상기 수집된 계산 자원 및 네트워크 자원을 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정한다(S 630).The collected calculation resource and the network resource are analyzed and the number of tasks to be allocated to the agent is set according to the analysis result (S 630).

그리드에서 처리되는 작업을 전체적인 살펴보면 다음과 같다.The following is a general overview of the tasks processed in the grid.

(1) 에이전트 관리자는 계산자원의 최대치와 작업의 양을 계산하여 설치할 에이전트의 수를 결정한다. 초기치로는 max(min(할당 최대값, 작업수/변수1), 상수1)로 한다. 여기서 변수1은 초기에는 100으로 하고, 이후 작업당 처리 속도와 시스템 상황에 따라 변경한다. 상수 1은 확보한 시스템의 상황에 따라 결정한다. 상수 1은 에 따라 에이전트의 수는 처리할 작업의 수를 주기적으로 점검하여 진행속도와 정도에 따라 에이전트의 수를 결정하고 관리한다. (2) 작업 관리자는 그리드 자원에 설치된 에이전트에 사용자의 작업을 할당한다. 작업의 할당은 작업 관리자에 포함된 작업 스케줄러에 의해 결정된다. (3) 그리드 자원에 설치된 각 에이전트는 작업 스케줄러의 할당에 따라 작업을 가져와서 실행한다. (4) 에이전트는 하나의 단위 작업을 완료함에 따라 작업 수행 시간, 네트워크 상황 등의 정보를 정보 시스템에 주기적으로 전송한다. 본 실시예에 따르면 작업 스케줄러는 현재 작업 관리자에 할당되어 있는 작업 현황, 정보 수집부에 저장되어 있는 기존 그리드 작업 정보에 의해 각 에이전트에 할당될 작업 수를 결정한다. 기본값으로 1을 설정하고, 각 에이전트의 처리상황과 저장 자원과의 네트워크 상황에 의해 기본 처리 작업수를 조정하게 된다.(1) The agent manager calculates the maximum amount of computing resources and the amount of work to determine the number of agents to be installed. The initial value is max (min (maximum allocation value, number of work / variable 1), constant 1). Variable 1 is initially set to 100, and then changed according to the processing speed per task and the system situation. The constant 1 depends on the situation of the acquired system. According to the constant 1, the number of agents periodically checks the number of jobs to be processed to determine and manage the number of agents according to the speed and degree of progress. (2) The job manager assigns a user's work to agents installed on grid resources. The assignment of tasks is determined by the task scheduler included in the task manager. (3) Each agent installed in the grid resource gets and executes the job according to the task scheduler's assignment. (4) As the agent completes one unit task, the agent periodically transmits information such as task execution time and network status to the information system. According to this embodiment, the task scheduler determines the number of tasks to be assigned to each agent based on the task status currently assigned to the task manager and the existing grid task information stored in the information collecting unit. By default, 1 is set, and the basic processing task is adjusted according to the processing status of each agent and the network status of storage resources.

즉, 사용자가 요청한 작업을 처리함에 있어 에이전트의 직전 작업 처리 시간과 저장자원과의 네트워크 상황에 따라 에이전트에 할당되는 작업의 수를 결정하는 동적 작업 스케줄러를 수행한다. 작업개수의 할당은 다음의 수학식 1에 의해 결정된다.In other words, in processing the work requested by the user, the dynamic job scheduler determines the number of jobs allocated to the agent according to the time of the previous job processing of the agent and the network situation with the storage resource. The assignment of the number of work is determined by the following equation.

변수2 = 작업수/에이전트 수Variable 2 = number of work / agent

작업 수 = (상수2 * 작업처리시간(초)) + (상수3 * 네트워크 대기시간/네트워크 전송기간) + (상수4 * 작업수/에이전트 수)Number of Jobs = (Constant2 * Job Processing Time (Seconds)) + (Constant3 * Network Latency / Network Transfer Duration) + (Constant4 * Jobs / Agents)

상수2, 상수3, 상수4의 합은 각 작업당 저장되는 데이터의 크기에 따라 결정하며 시스템의 상황에 의해 각 상수의 크기를 결정한다.The sum of the constants 2, 3, and 4 is determined by the amount of data stored for each task, and the size of each constant is determined by the situation of the system.

한편, 본 발명이 속하는 기술분야의 당업자는 본 발명이 그 기술적 사상이나 필수적 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적인 것이 아닌 것으로서 이해해야만 한다. 본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 등가개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.On the other hand, those skilled in the art will appreciate that the present invention can be implemented in other specific forms without changing the technical spirit or essential features. Therefore, the above-described embodiments are to be understood as illustrative in all respects and not as restrictive. The scope of the present invention is shown by the following claims rather than the detailed description, and all changes or modifications derived from the meaning and scope of the claims and their equivalents should be construed as being included in the scope of the present invention. do.

그리드 시스템에 적용이 가능하다.Applicable to grid systems.

구체적으로, 그리드 자원을 형성하는 각 에이전트의 계산 자원과, 상기 에이전트와 저장 자원간의 네트워크 자원 등의 능력 차이가 현저한 경우에 적용이 가능하다.Specifically, the present invention can be applied to a case where the capability difference between the computing resource of each agent forming the grid resource and the network resource between the agent and the storage resource is remarkable.

또한, 각 에이전트에 할당된 작업의 부하가 유사한 경우에 적용이 유리하다.Also, application is advantageous when the load of the work allocated to each agent is similar.

도 1은 본 발명과 관련된 그리드 작업 스케줄링 장치를 나타낸 블럭도.1 is a block diagram showing a grid job scheduling apparatus according to the present invention.

도 2는 사용자의 입장에서 나타낸 그리드 작업의 흐름도.2 is a flow chart of the grid work from the user's point of view.

도 3은 본 발명과 관련된 그리드 작업 스케줄링 장치에서 에이전트에 할당될 작업의 개수를 설정하는 과정을 나타낸 개략도.Figure 3 is a schematic diagram showing the process of setting the number of jobs to be assigned to the agent in the grid job scheduling apparatus according to the present invention.

도 4는 본 발명과 관련된 그리드 작업 스케줄링 방법을 나타낸 흐름도.4 is a flowchart illustrating a grid job scheduling method according to the present invention.

< 도면의 주요부분에 대한 부호의 설명 >Description of the Related Art

110...정보 수집부 130...작업 관리자110 ... Information Collector 130 ... Task Manager

150...데이터 관리자 170...로컬 디스크150 ... Data Manager 170 ... Local Disk

190...에이전트 관리자 210...사용자 인터페이스Agent Manager 210 User Interface

230...그리드 자원 231...에이전트230 Grid Resource 231 Agent

233...네트워크 자원 135...저장 자원233 Network Resources 135 Storage Resources

Claims (8)

삭제delete 할당된 작업을 처리하는 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집부; An information collector configured to collect information of a computing resource and a network resource of an agent for processing the assigned task; 상기 정보 수집부로부터 상기 계산 자원 및 네트워크 자원을 전송받아 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정하는 작업 관리자;A task manager receiving and analyzing the calculation resource and the network resource from the information collecting unit, and setting a number of tasks to be allocated to the agent according to the analysis result; 로컬 디스크; 및Local disk; And 상기 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집용 파일럿 작업을 상기 로컬 디스크에 저장하는 데이터 관리자;A data manager for storing an information collection pilot job for collecting information of the compute resource and the network resource of the agent on the local disk; 를 포함하되,, &Lt; / RTI & 상기 작업 관리자는 상기 정보 수집용 파일럿 작업을 상기 에이전트에 할당하여 처리하도록 하고,The task manager assigns and processes the information gathering pilot task to the agent, 상기 정보 수집부는 상기 정보 수집용 파일럿 작업의 처리 결과를 이용하여 상기 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 그리드 작업 스케줄링 장치.And the information collecting unit collects information of the computing resource and the network resource of the agent by using the processing result of the information collecting pilot job. 제 2 항에 있어서,The method of claim 2, 상기 정보 수집용 파일럿 작업은 상기 에이전트에 할당될 작업의 일부인 그리드 작업 스케줄링 장치.And the pilot task for collecting information is part of a task to be assigned to the agent. 제 3 항에 있어서,The method of claim 3, wherein 상기 정보 수집용 파일럿 작업은 에이전트별로 다른 것인 그리드 작업 스케줄링 장치.The grid job scheduling apparatus, wherein the pilot job for collecting information is different for each agent. 제 3 항 또는 제 4 항에 있어서,The method according to claim 3 or 4, 상기 할당될 작업에서 적어도 상기 정보 수집용 파일럿 작업을 제외한 부분은 그리드 저장 자원에 저장되는 그리드 작업 스케줄링 장치.At least a portion of the task to be allocated except for the pilot task for collecting information is stored in a grid storage resource. 사용자가 요청한 작업을 그리드 저장 자원에 저장하고, 상기 작업의 일부를 계산 자원 및 네트워크 자원의 정보를 수집하는 정보 수집용 파일럿 작업으로서 로컬 디스크에 저장하는 단계;Storing a job requested by a user in a grid storage resource, and storing a part of the job on a local disk as a pilot job for gathering information of a computing resource and a network resource; 상기 정보 수집용 파일럿 작업을 에이전트에 할당하고 상기 에이전트의 처리 결과를 전송받아 상기 에이전트의 계산 자원 및 네트워크 자원의 정보를 수집하는 단계;Assigning the pilot task for collecting the information to an agent and receiving the processing result of the agent to collect information of the computational resource and the network resource of the agent; 상기 수집된 계산 자원 및 네트워크 자원을 분석하고, 상기 분석 결과에 따라 상기 에이전트에 할당할 작업의 개수를 설정하는 단계;Analyzing the collected computing resources and network resources and setting the number of tasks to be allocated to the agent according to the analysis result; 를 포함하는 그리드 작업 스케줄링 방법.Grid job scheduling method comprising a. 제 6 항에 있어서,The method of claim 6, 상기 정보 수집용 파일럿 작업은 상기 할당할 작업 중 초기 단계 작업인 그리드 작업 스케줄링 방법.And the pilot task for collecting information is an initial stage task of the task to be allocated. 제 6 항에 있어서,The method of claim 6, 상기 그리드 저장 자원에 저장되는 작업은 상기 정보 수집용 파일럿 작업을 제외한 작업인 그리드 작업 스케줄링 방법.The job stored in the grid storage resource is a job other than the pilot job for collecting information grid scheduling method.
KR1020090116684A 2009-11-30 2009-11-30 Scheduling apparatus and method in grid KR101092359B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020090116684A KR101092359B1 (en) 2009-11-30 2009-11-30 Scheduling apparatus and method in grid

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020090116684A KR101092359B1 (en) 2009-11-30 2009-11-30 Scheduling apparatus and method in grid

Publications (2)

Publication Number Publication Date
KR20110060175A KR20110060175A (en) 2011-06-08
KR101092359B1 true KR101092359B1 (en) 2011-12-09

Family

ID=44394992

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020090116684A KR101092359B1 (en) 2009-11-30 2009-11-30 Scheduling apparatus and method in grid

Country Status (1)

Country Link
KR (1) KR101092359B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102519186B1 (en) * 2019-02-18 2023-04-06 아주대학교산학협력단 Blockchain Network Node and Method for Processing Transaction

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060048157A1 (en) 2004-05-18 2006-03-02 International Business Machines Corporation Dynamic grid job distribution from any resource within a grid environment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060048157A1 (en) 2004-05-18 2006-03-02 International Business Machines Corporation Dynamic grid job distribution from any resource within a grid environment

Also Published As

Publication number Publication date
KR20110060175A (en) 2011-06-08

Similar Documents

Publication Publication Date Title
EP3254196B1 (en) Method and system for multi-tenant resource distribution
US7793308B2 (en) Setting operation based resource utilization thresholds for resource use by a process
US8209695B1 (en) Reserving resources in a resource-on-demand system for user desktop utility demand
US7765552B2 (en) System and method for allocating computing resources for a grid virtual system
US8171132B2 (en) Provisioning grid services to maintain service level agreements
CA2471426C (en) Apparatus and method of dynamically repartitioning a computer system in response to partition workloads
JP5939740B2 (en) Method, system and program for dynamically allocating resources
US8595722B2 (en) Preprovisioning virtual machines based on request frequency and current network configuration
US11526434B1 (en) Network-level garbage collection in an on-demand code execution system
Chen et al. A task scheduling algorithm for Hadoop platform
US20050262505A1 (en) Method and apparatus for dynamic memory resource management
CN104123182B (en) Based on the MapReduce task of client/server across data center scheduling system and method
KR20120124386A (en) Goal oriented performance management of workload utilizing accelerators
KR20110083084A (en) Apparatus and method for operating server by using virtualization technology
CN114546587A (en) Capacity expansion and reduction method of online image recognition service and related device
KR101092359B1 (en) Scheduling apparatus and method in grid
Chunlin et al. Elastic resource provisioning in hybrid mobile cloud for computationally intensive mobile applications
KR20170094899A (en) System and method for managing computing resources
CN111338782A (en) Node allocation method based on competition perception and oriented to shared burst data caching
Ismail Dynamic resource allocation mechanisms for grid computing environment
Zhang MLIM-Cloud: a flexible information monitoring middleware in large-scale cloud environments
JPH09160890A (en) Multiprocessor system
Senthilkumar et al. Energy Efficient Dynamic Slot Allocation of Map Reduce Tasks for Big Data Applications
Kotikam et al. YARN Schedulers for Hadoop MapReduce Jobs: Design Goals, Issues and Taxonomy
Prabha Virtual Consolidation of Resource Sharing in Green Cloud using an Efficient Meta Scheduling Algorithm

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
FPAY Annual fee payment

Payment date: 20151105

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20161005

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20170927

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20180809

Year of fee payment: 8