KR100547622B1 - Work management system and method and record medium storing program - Google Patents

Work management system and method and record medium storing program Download PDF

Info

Publication number
KR100547622B1
KR100547622B1 KR1020030067923A KR20030067923A KR100547622B1 KR 100547622 B1 KR100547622 B1 KR 100547622B1 KR 1020030067923 A KR1020030067923 A KR 1020030067923A KR 20030067923 A KR20030067923 A KR 20030067923A KR 100547622 B1 KR100547622 B1 KR 100547622B1
Authority
KR
South Korea
Prior art keywords
queue
job
specific
processing
tasks
Prior art date
Application number
KR1020030067923A
Other languages
Korean (ko)
Other versions
KR20050031686A (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 KR1020030067923A priority Critical patent/KR100547622B1/en
Publication of KR20050031686A publication Critical patent/KR20050031686A/en
Application granted granted Critical
Publication of KR100547622B1 publication Critical patent/KR100547622B1/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/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

본 발명은 작업관리 시스템 및 그 방법과 그 프로그램을 저장한 기록매체에 관한 것으로, 급히 처리해야 할 필요가 있는 작업을 위하여 특정한 큐를 작업 대기 상태 큐로 두고 처리하게 함으로써 작업 처리능력을 높일 수 있는 효과가 있다. The present invention relates to a work management system, a method, and a recording medium storing the program. The present invention relates to a work management system and a method in which a particular queue is placed in a work waiting state queue for work that needs to be processed quickly. There is.

이를 위한 본 발명에 의한 작업관리 시스템은, 사용자의 아이디, 구비하고 있는 큐 각각의 이름, 상기 각 큐에서 처리할 수 있는 실행 작업수를 저장하고 있는 저장부; 상기 사용자의 단말기로부터 작업 처리를 요청한 사용자의 아이디와 작업에 설정된 큐 이름이 수신되면 해당 작업에 대한 정보를 상기 저장부에서 추출하여 작업의 처리를 요청한 사용자와 작업을 대응시키는 작업정보 추출부; 상기 작업에 지정된 큐 이름을 판독하여 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부로부터 독출하여 상기 작업의 해당 큐가 일반 큐인지 또는 상기 일반 큐보다 최우선적으로 실행되며 타스크가 대기할 수 없는 특정 큐인지를 판단하고, 상기 특정 큐의 처리 작업수를 판독하여 그 특정 큐에 설정된 실행 작업수와 비교하여 특정 큐의 처리 작업수가 실행 작업수보다 많은 경우에는 상기 작업을 일반 큐로 전송하고, 상기 특정 큐의 처리 작업수가 실행 작업수보다 적은 경우에는 특정 큐로 전송하는 작업정보 판단부; 및 상기 작업정보 판단부의 판단 결과에 따라 상기 작업을 해당 큐로 전송하는 작업정보 전송부;를 포함한다.Task management system according to the present invention for this purpose, the storage unit for storing the ID of the user, the name of each queue provided, the number of execution tasks that can be processed in each queue; A job information extracting unit corresponding to a user requesting processing of a job by extracting information on the corresponding job from the storage unit when an ID of the user requesting the job processing and a queue name set for the job are received from the terminal of the user; By reading the queue name assigned to the job, information of the queue that matches the read queue name is read from the storage unit, so that the corresponding queue of the job is a normal queue or has priority over the normal queue, and the task can wait. It is determined whether there is a specific queue which is absent, and when the number of processing tasks in the specific queue is compared with the number of executing tasks set in the specific queue, and when the number of processing tasks in the specific queue is larger than the number of executing tasks, the task is sent to the general queue. A job information determination unit for transmitting to a specific queue when the number of processing jobs in the specific queue is less than the number of running jobs; And a job information transmitter for transmitting the job to a corresponding queue according to a determination result of the job information determiner.

Description

작업관리 시스템 및 그 방법과 그 프로그램을 저장한 기록매체{Apparatus and Method of task manegement, and storage media having program thereof}Apparatus and Method of task manegement, and storage media having program example}

도 1은 본 발명에 의한 작업관리 시스템의 전체 네트워크 구성도1 is an overall network configuration of a work management system according to the present invention

도 2는 도 1에 도시된 작업관리 시스템의 구성도2 is a block diagram of a work management system shown in FIG.

도 3은 도 2에 도시된 작업관리 시스템의 동작 흐름도3 is an operation flowchart of the work management system shown in FIG.

<도면 부호의 간단한 설명><Short description of drawing symbols>

100: 작업관리 시스템 200: 사용자 단말기100: work management system 200: user terminal

10: 저장부 20: 작업정보 추출부10: storage unit 20: job information extraction unit

30: 작업정보 판단부 40: 작업정보 전송부30: job information determination unit 40: job information transmission unit

50: 일반 큐 60: 특정 큐 50: normal queue 60: specific queue

본 발명은 작업관리 시스템의 큐 웨이팅 제한 방법에 관한 것으로서, 특히 특정큐를 만들어 작업대기 상태를 제한하면서 긴급히 처리될 필요가 있는 작업은 특정큐에서 그 작업을 처리하게 함으로써 업무 처리능력의 효율을 높인 작업관리 시스템의 큐 웨이팅 제한방법에 관한 것이다.The present invention relates to a method for limiting the queue weight of a work management system. In particular, a task that needs to be urgently processed while restricting the work waiting state by creating a specific queue improves the efficiency of work processing ability by processing the task in a specific queue. The present invention relates to a method of limiting queuing weight of a work management system.

큐(Queue)란 선입선출(first-in, first-out) 방식에 따라 정보를 관리하는 자료구조로서, 머리(head)와 꼬리(tail)라는 2개의 정보를 이용하여 자료를 관리하는데, 정보의 삽입은 머리 포인트(head pointer)에서 이루어지고 정보의 독출은 꼬리 포인터(tail pointer)에서 이루어진다. 따라서 큐에서는 가장 먼저 들어온 정보가 가장 먼저 빠져나온다.A queue is a data structure that manages information in a first-in, first-out manner. It manages data using two pieces of information: head and tail. Insertion is done at the head pointer and information is read at the tail pointer. Therefore, the information that comes first comes out of the queue first.

종래 멀티 사용자를 제공하는 시스템은 여러 사용자들에게 시스템의 전체 자원을 효율적으로 균등히 분배하기 위해서 사용자의 작업을 관리하는 작업관리 시스템을 갖는다. 작업관리 시스템은 특정 작업이 시스템의 자원을 독점하지 못하게 하고, 자원을 적게 사용하는 작업에 대해서는 처리시간을 빠르게 하여 작업의 전체적인 균형과 흐름을 조절하며, 한정된 자원을 최대로 분배하여 처리효율을 높이기 위한 것이다.Conventionally, a multi-user providing system has a task management system that manages a user's work in order to efficiently and efficiently distribute the entire resources of the system to multiple users. Work management system prevents certain tasks from monopolizing system resources, speeds up processing time for tasks that use less resources, adjusts the overall balance and flow of tasks, and distributes limited resources to maximize processing efficiency. It is for.

또한 작업관리 시스템은 다수의 큐를 구비하는데, 각각의 큐마다 큐의 특성을 두어 특정 사용자가 보낸 작업은 그 작업의 조건에 해당하는 작업큐를 찾아 해당 큐에서 실행되도록 한다. 이 때 큐의 특성을 결정짓는 변수는 많지만 그 중에서도 CPU 사용 시간, 메모리 크기, 프로세스 수 등이 큰 비중을 차지한다.In addition, the work management system includes a plurality of queues, and each queue has characteristics of a queue so that a job sent by a specific user finds a job queue corresponding to the condition of the job and executes the queue. At this time, there are many variables that determine the characteristics of the queue, but among them, CPU usage time, memory size, and the number of processes take a large part.

그러나 상기 큐의 특성을 결정짓는 변수 외에, 작업관리 시스템은 사용자가 급히 처리해야할 필요가 있는 작업인가를 고려하여야 한다. 종래 사용자가 작업관리 시스템으로 작업을 보내면 그 작업은 해당 큐에 보내지고 해당 큐에서 처리된다. 이 때 작업을 처리해야 할 해당 큐가 처리되고 있는 작업이 많은 경우에는 그 작업은 해당 큐에서 장시간 대기한다. However, in addition to the variables that determine the characteristics of the queue, the work management system should consider whether the work needs to be processed quickly by the user. When a conventional user sends a job to the work management system, the job is sent to the queue and processed in the queue. At this time, if there are many jobs in the queue to process the job, the job waits for a long time in the queue.

따라서, 급히 처리해야 할 작업이 해당 큐에 배정되었을 때 해당 큐에서 다른 작업이 대기하고 있으면 즉시 처리하지 못하고 해당 큐에서 대기하는데, 이로 인해 업무처리가 지연되는 문제가 발생한다. 또한 이러한 문제점은 멀티 사용자의 긴급작업을 요하는 사용자의 불만을 야기하고 대기시간 증가로 인한 작업처리능력의 저하로 이어지게 된다.Therefore, when a task to be processed has been assigned to the queue, if another task is waiting in the queue, it cannot be processed immediately but is queued in the queue, which causes a problem of delaying work processing. In addition, this problem causes a user's dissatisfaction requiring multi-user emergency work and leads to a decrease in work processing ability due to an increase in waiting time.

본 발명의 목적은 상기 문제점을 해결하기 위하여 이루어진 것으로, 특정큐를 만들어 급히 처리해야 할 필요가 있는 작업은 특정큐에서 그 작업을 처리하게 하고 이를 위하여 평상 시에는 작업이 대기하지 못하게 함으로써 특정 큐를 사용가능한 큐 상태로 만들어 업무 처리능력의 효율을 높인 작업관리 시스템 및 그 방법과 그 프로그램을 저장한 기록매체를 제공하는데 있다.An object of the present invention has been made to solve the above problems, the job that needs to be made urgently to create a specific queue to process the job in a specific queue and to prevent the job waiting for a specific queue for this purpose The present invention provides a work management system, a method and a recording medium storing the program, which have made the queue state usable and improve the efficiency of the work processing ability.

상기 목적을 달성하기 위한 본 발명에 의한 작업관리 시스템은, 상기 사용자의 아이디, 구비하고 있는 큐 각각의 이름, 상기 각 큐에서 처리할 수 있는 실행 작업수를 저장하고 있는 저장부; 상기 사용자의 단말기로부터 작업 처리를 요청한 사용자의 아이디와 작업에 설정된 큐 이름이 수신되면 해당 작업에 대한 정보를 상기 저장부에서 추출하여 작업의 처리를 요청한 사용자와 작업을 대응시키는 작업정보 추출부; 상기 작업에 지정된 큐 이름을 판독하여 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부로부터 독출하여 상기 작업의 해당 큐가 일반 큐인지 또는 상기 일반 큐보다 최우선적으로 실행되며 타스크가 대기할 수 없는 특정 큐인지를 판단하고, 상기 특정 큐의 처리 작업수를 판독하여 그 특정 큐에 설정된 실행 작업수와 비교하여 특정 큐의 처리 작업수가 실행 작업수보다 많은 경우에는 상기 작업을 일반 큐로 전송하고, 상기 특정 큐의 처리 작업수가 실행 작업수보다 적은 경우에는 특정 큐로 전송하는 작업정보 판단부; 및 상기 작업정보 판단부의 판단 결과에 따라 상기 작업을 해당 큐로 전송하는 작업정보 전송부;를 포함한다.
또한, 상기 목적을 달성하기 위한 본 발명에 의한 작업관리 방법은, (a) 상기 사용자의 아이디, 구비하고 있는 큐 각각의 이름, 큐 각각의 실행 작업수를 저장부에 저장하는 단계; (b) 상기 사용자의 단말기로부터 작업 처리를 요청한 사용자의 아이디와 작업에 설정된 큐 이름이 수신되면 해당 작업에 대한 정보를 상기 저장부에서 추출하여 작업의 처리를 요청한 사용자와 작업을 대응시키는 단계; (c) 상기 작업에 지정된 큐 이름을 판독하여 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부로부터 독출하여 상기 작업의 해당 큐가 일반 큐인지 또는 상기 일반 큐보다 최우선적으로 실행되며 타스크가 대기할 수 없는 특정 큐인지를 판단하고, 상기 특정 큐의 처리 작업수를 판독하여 그 특정 큐에 설정된 실행 작업수와 비교하여 특정 큐의 처리 작업수가 실행 작업수보다 많은 경우에는 상기 작업을 일반 큐로 전송하고, 상기 특정 큐의 처리 작업수가 실행 작업수보다 적은 경우에는 특정 큐로 전송하는 단계; 및 (d) 상기 판단 결과에 따라 상기 작업을 해당 큐로 전송하는 단계;를 포함한다.
또한, 상기 목적을 달성하기 위한 본 발명에 의한 작업관리 방법에 대한 프로그램을 저장한 기록매체는, (a) 상기 사용자의 아이디, 구비하고 있는 큐 각각의 이름, 큐 각각의 실행 작업수를 저장부에 저장하는 프로세서; (b) 상기 사용자의 단말기로부터 작업 처리를 요청한 사용자의 아이디와 작업에 설정된 큐 이름이 수신되면 해당 작업에 대한 정보를 상기 저장부에서 추출하여 작업의 처리를 요청한 사용자와 작업을 대응시키는 프로세스; (c) 상기 작업에 지정된 큐 이름을 판독하여 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부로부터 독출하여 상기 작업의 해당 큐가 일반 큐인지 또는 상기 일반 큐보다 최우선적으로 실행되며 타스크가 대기할 수 없는 특정 큐인지를 판단하고, 상기 특정 큐의 처리 작업수를 판독하여 그 특정 큐에 설정된 실행 작업수와 비교하여 특정 큐의 처리 작업수가 실행 작업수보다 많은 경우에는 상기 작업을 일반 큐로 전송하고, 상기 특정 큐의 처리 작업수가 실행 작업수보다 적은 경우에는 특정 큐로 전송하는 프로세스; 및 (d) 상기 판단 결과에 따라 상기 작업을 해당 큐로 전송하는 프로세스;를 포함한다.
Work management system according to the present invention for achieving the above object, the storage unit for storing the ID of the user, the name of each queue provided, the number of execution jobs that can be processed in each queue; A job information extracting unit corresponding to a user requesting processing of a job by extracting information on the corresponding job from the storage unit when an ID of the user requesting the job processing and a queue name set for the job are received from the terminal of the user; By reading the queue name assigned to the job, information of the queue that matches the read queue name is read from the storage unit, so that the corresponding queue of the job is a normal queue or has priority over the normal queue, and the task can wait. It is determined whether there is a specific queue which is absent, and when the number of processing tasks in the specific queue is compared with the number of executing tasks set in the specific queue, and when the number of processing tasks in the specific queue is larger than the number of executing tasks, the task is sent to the general queue. A job information determination unit for transmitting to a specific queue when the number of processing jobs in the specific queue is less than the number of running jobs; And a job information transmitter for transmitting the job to a corresponding queue according to a determination result of the job information determiner.
In addition, the task management method according to the present invention for achieving the above object, (a) storing the ID of the user, the name of each queue provided, the number of running tasks of each queue to the storage unit; (b) when the ID of the user requesting the job processing and the queue name set for the job are received from the terminal of the user, extracting information on the corresponding job from the storage unit to correspond to the user requesting the processing of the job; (c) Read the queue name assigned to the job to read the information of the queue that matches the read queue name from the storage unit, so that the corresponding queue of the job is a normal queue or is executed with priority over the normal queue and the task is executed. It is determined whether a specific queue cannot be waited, and the number of processing tasks in the specific queue is read and compared to the number of executing tasks set in the specific queue, and when the number of processing tasks in the specific queue is greater than the number of executing tasks, the task is transferred to the general queue. Transmitting to the specific queue when the number of processing tasks in the specific queue is less than the number of executing tasks; And (d) transmitting the job to the corresponding queue according to the determination result.
In addition, the recording medium storing the program for the work management method according to the present invention for achieving the above object, (a) the user's ID, the name of each queue provided, the number of the number of running tasks of each queue storage unit A processor to store in the; (b) when the ID of the user requesting the job processing and the queue name set for the job are received from the terminal of the user, extracting information on the corresponding job from the storage unit to associate the job with the user who requested the processing of the job; (c) Read the queue name assigned to the job to read the information of the queue that matches the read queue name from the storage unit, so that the corresponding queue of the job is a normal queue or is executed with priority over the normal queue and the task is executed. It is determined whether a specific queue cannot be waited, and the number of processing tasks in the specific queue is read and compared to the number of executing tasks set in the specific queue, and when the number of processing tasks in the specific queue is greater than the number of executing tasks, the task is transferred to the general queue. Transmitting to the specific queue when the number of processing tasks in the specific queue is less than the number of executing tasks; And (d) transmitting the job to the corresponding queue according to the determination result.

삭제delete

삭제delete

삭제delete

삭제delete

삭제delete

삭제delete

삭제delete

이하, 첨부도면을 참조하여 본 발명의 실시예에 대해 상세히 설명하기로 한다. Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 의한 작업관리 시스템의 전체 네트워크 구성도를 도시한 것이다.Figure 1 shows the overall network configuration of the work management system according to the present invention.

도 1을 참고하면, 본 발명에 의한 작업관리 시스템(100)은 통신 네트워크를 통해 다수개의 사용자 단말기(200)와 접속된다. 작업관리 시스템(100)은 멀티 사용자의 작업 처리에 있어 시스템 자원을 최대로 활용하고 여러 사용자들에게 시스템의 전체 자원을 균등히 분배하도록 작업을 관리한다. Referring to FIG. 1, the work management system 100 according to the present invention is connected to a plurality of user terminals 200 through a communication network. The work management system 100 manages work to maximize system resources in multi-user work processing and to distribute the entire resources of the system to multiple users evenly.

도 2는 도 1에 도시된 작업관리 시스템의 구성도를 도시한 것이다.2 is a block diagram of the work management system shown in FIG.

도 2에 도시된 바와 같이, 작업관리 시스템(100)은 저장부(10), 작업정보 추출부(20), 작업정보 판단부(30), 작업정보 전송부(40), 적어도 하나의 특정 큐 (60)와 일반 큐(50)를 포함한다.As shown in FIG. 2, the work management system 100 includes a storage unit 10, a work information extracting unit 20, a work information determining unit 30, a work information transmitting unit 40, and at least one specific queue. 60 and a general cue 50.

작업관리 시스템(100)에 포함되는 다수개의 큐는 큐의 특성상 일반 큐(50)와 특정 큐(60)로 분류될 수 있는데 큐에 해당되는 실행 작업수를 초과하여 작업이 대기될 수 있으면 일반 큐(50)이고 상기 실행 작업수를 초과하여서는 작업이 대기될수 없으면 특정 큐(60)이다. A plurality of queues included in the work management system 100 may be classified into a general queue 50 and a specific queue 60 due to the nature of the queue. If a job can be waited for more than the number of running jobs corresponding to the queue, the general queue If it is 50 and the job cannot be waited for exceeding the number of the executed jobs, then it is the specific queue 60.

상기 저장부(10)는 사용자 아이디, 구비하고 있는 특정 큐(60) 및 일반 큐(50)의 이름, 각 큐에 설정된 실행 작업수가 저장되어 있다. 여기서 실행 작업수 는 각 큐에서 처리할 수 있는 작업수를 의미한다. The storage unit 10 stores a user ID, names of a specific queue 60 and a general queue 50 included in the storage unit 10, and a number of execution jobs set in each queue. Here, the number of running tasks means the number of tasks that can be processed in each queue.

그리고, 작업정보추출부(20)는 사용자가 단말기(200)를 통해 처리할 작업을 작업관리 시스템(100)에 전송하면, 해당 작업에 대한 정보를 추출하는 역할을 하는데 구체적으로 해당 작업의 처리를 요청한 사용자와 작업에 설정된 큐 이름을 수신한다.When the user transmits a job to be processed through the terminal 200 to the job management system 100, the job information extracting unit 20 extracts information on a corresponding job. Receive the queue name set for the requesting user and job.

작업관리 시스템(100)에서는 해당 작업이 실행되기에 가장 알맞은 조건의 해당 큐에서 그 작업이 실행되도록 하는데, 작업을 처리할 해당 큐가 이미 처리하고 있는 작업이 많은 경우에는 그 작업은 해당 큐에서 대기하게 된다. 그러나 이 경우 사용자가 급히 작업을 처리해야 할 필요가 있는 경우라도 처리하고 있는 작업 및 대기하고 있는 작업으로 인해서 해당 큐를 사용할 수 없게 되는 문제가 발생한다.The work management system 100 causes the job to be executed in the corresponding queue under the most suitable condition for the job to be executed. If there are many jobs already processed by the corresponding queue to process the job, the job is queued in the queue. Done. In this case, however, even if the user needs to process a job in a hurry, the problem is that the queue is not available due to the job being processed and the job waiting.

특정 큐(60)는 이러한 문제점을 해결하기 위한 것으로, 특정 큐(60)에서만은 설정된 실행 작업 수를 초과하여 작업이 그 큐에서 대기할 수 없다. 따라서 사용자는 급히 처리할 필요가 있는 작업에 대해서는 특정 큐의 이름을 지정해 작업관리 시스템(100)에 전송할 수 있다.The specific queue 60 is intended to solve this problem, and in the specific queue 60, a job cannot wait in the queue because the set number of executed jobs exceeds. Therefore, the user may designate a specific queue name and transmit the job to the work management system 100 for a job that needs to be urgently processed.

작업정보 판단부(30)는 상기 작업에 지정된 큐 이름을 판독하고 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부(10)로부터 독출하여 상기 작업의 해당 큐가 특정 큐(60)인지, 일반 큐(50)인지를 판단하는 한편, 특정 큐(60)의 처리 작업수를 판독하여 그 특정 큐(60)에 설정된 실행 작업수와 비교하는 역할을 한다. The job information determination unit 30 reads the queue name assigned to the job and reads information of the queue matching the read queue name from the storage unit 10 to determine whether the corresponding queue of the job is a specific queue 60, While determining whether it is the general queue 50, it reads the number of processing tasks of the specific queue 60 and compares it with the number of execution tasks set in the specific queue 60. FIG.

그리고, 작업정보 전송부(40)는 상기 작업정보 판단부(30)의 판단 결과에 따라, 상기 작업을 해당 큐로 전송하게 된다. Then, the job information transmitter 40 transmits the job to the corresponding queue according to the determination result of the job information determiner 30.

도 3은 작업관리 시스템의 동작 순서도를 도시한 것이다.3 is a flowchart illustrating an operation of a work management system.

도 3을 참고하면, 상기 작업관리 시스템(100)과 통신 네트워크로 연결되어 작업을 처리하고자 하는 사용자는 사용자 단말기(200)를 통해 작업을 처리할 큐의 이름 및 작업처리 요청신호를 작업관리 시스템(100)으로 전송한다. 그러면 작업관리 시스템(100)은 상기 단말기(200)로부터 작업처리 요청신호를 수신하고(S10), 작업정보 추출부(20)는 저장부(10)에서 아이디를 독출하여 처리요청된 작업의 사용자와 상기 작업을 대응시킨다(S20). Referring to FIG. 3, a user who is connected to the work management system 100 through a communication network and wants to process a job receives a name and a job processing request signal of a queue to process a job through the user terminal 200. 100). Then, the job management system 100 receives a job processing request signal from the terminal 200 (S10), and the job information extracting unit 20 reads the ID from the storage unit 10 and the user of the requested job processing. Corresponding to the operation (S20).

그리고 상기 작업정보 판단부(30)는 판독된 큐 이름과 특정 큐 이름을 비교함으로써 상기 작업에 지정된 큐가 일반 큐(50) 인지 특정 큐(60)인지를 판단하게 된다(S30). 작업정보 판단부(30)의 판단 결과 상기 작업에 지정된 큐가 일반 큐(50)인 경우에는(S30의 '아니오') 작업정보 전송부(40)는 상기 작업을 일반 큐(50)에 전송함으로써(S60) 일반 큐(50)에서 처리되도록 한다.The job information determination unit 30 compares the read queue name with the specific queue name to determine whether the queue designated for the job is the general queue 50 or the specific queue 60 (S30). As a result of the determination of the job information determiner 30, when the queue assigned to the job is the general queue 50 (No in S30), the job information transmission unit 40 transmits the job to the general queue 50. (S60) It is to be processed in the general queue (50).

그리고, 상기 판단 결과 작업에 지정된 큐가 특정 큐(60)인 경우에는(S30의 '예') 특정 큐(60)에서 처리되고 있는 처리 작업수를 판독하여 처리 작업수와 설정된 실행 작업수를 비교한다(S40). 이 때 저장부(10)로부터 특정 큐(60)에 설정된 실행 작업수를 독출하여 상기 처리 작업수와 실행 작업수를 비교하여 특정 큐(60)의 처리 작업수가 실행 작업수보다 많은 경우(S40의 '아니오')에는 상기 작업을 일반 큐(50)로 전송하고, 처리 작업수가 실행 작업수보다 적은 경우(S40의 '예')에는 상기 작업을 특정 큐(60)로 전송한다.When the queue assigned to the job is the specific queue 60 (Yes in S30), the number of processing jobs being processed in the specific queue 60 is read, and the number of processing jobs is compared with the set number of execution jobs. (S40). At this time, when the number of execution tasks set in the specific queue 60 is read from the storage unit 10 and the number of processing tasks is compared with the number of execution tasks, the number of processing tasks in the specific queue 60 is greater than the number of execution tasks (S40 'No') transmits the job to the general queue 50, and when the number of processing jobs is less than the number of running jobs (YES in S40), transmits the job to the specific queue 60.

이상에서 설명한 본 발명의 바람직한 실시예들은 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위 안에서 다양한 수정, 변경, 부가등이 가능할 것이며, 이러한 수정 변경 등은 이하의 특허청구범위에 속하는 것으로 보아야 할 것이다. Preferred embodiments of the present invention described above are disclosed for the purpose of illustration, and those skilled in the art will be able to make various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and changes belong to the following claims Should be seen.

이상에서 설명한 바와 같이, 본 발명에 의한 작업관리 시스템 및 그 방법과 그 프로그램을 저장한 기록매체에 의하면 작업관리 시스템이 일반 큐 뿐만 아니라 특정 큐를 포함하여 구성되어 있으므로 급히 처리해야 할 필요가 있는 작업은 특정큐에서 그 작업을 처리하게 함으로써 업무 처리능력을 높일 수 있는 효과가 있다. As described above, according to the work management system, the method and the recording medium storing the program according to the present invention, the work management system includes not only a general queue but also a specific queue, and therefore a job that needs to be urgently processed. This has the effect of increasing the business processing ability by processing the work in a particular queue.

Claims (12)

사용자의 작업을 처리할 다수개의 큐를 포함한 작업 관리 시스템에 있어서,In a work management system that includes a plurality of queues to process a user's work, 상기 사용자의 아이디, 구비하고 있는 큐 각각의 이름, 상기 각 큐에서 처리할 수 있는 실행 작업수를 저장하고 있는 저장부;A storage unit which stores the ID of the user, the name of each of the queues provided, and the number of execution tasks that can be processed in each queue; 상기 사용자의 단말기로부터 작업 처리를 요청한 사용자의 아이디와 작업에 설정된 큐 이름이 수신되면 해당 작업에 대한 정보를 상기 저장부에서 추출하여 작업의 처리를 요청한 사용자와 작업을 대응시키는 작업정보 추출부;A job information extracting unit corresponding to a user requesting processing of a job by extracting information on the corresponding job from the storage unit when an ID of the user requesting the job processing and a queue name set for the job are received from the terminal of the user; 상기 작업에 지정된 큐 이름을 판독하여 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부로부터 독출하여 상기 작업의 해당 큐가 일반 큐인지 또는 상기 일반 큐보다 최우선적으로 실행되며 타스크가 대기할 수 없는 특정 큐인지를 판단하고, 상기 특정 큐의 처리 작업수를 판독하여 그 특정 큐에 설정된 실행 작업수와 비교하여 특정 큐의 처리 작업수가 실행 작업수보다 많은 경우에는 상기 작업을 일반 큐로 전송하고, 상기 특정 큐의 처리 작업수가 실행 작업수보다 적은 경우에는 특정 큐로 전송하는 작업정보 판단부; 및By reading the queue name assigned to the job, information of the queue that matches the read queue name is read from the storage unit, so that the corresponding queue of the job is a normal queue or has priority over the normal queue, and the task can wait. It is determined whether there is a specific queue which is absent, and when the number of processing tasks in the specific queue is compared with the number of executing tasks set in the specific queue, and when the number of processing tasks in the specific queue is larger than the number of executing tasks, the task is sent to the general queue. A job information determination unit for transmitting to a specific queue when the number of processing jobs in the specific queue is less than the number of running jobs; And 상기 작업정보 판단부의 판단 결과에 따라 상기 작업을 해당 큐로 전송하는 작업정보 전송부;를 포함하는 작업관리 시스템.And a job information transmitter to transmit the job to a corresponding queue according to a result of the determination of the job information determiner. 삭제delete 삭제delete 삭제delete 사용자의 작업을 처리할 다수개의 큐를 포함한 작업 관리 방법에 있어서,In a work management method comprising a plurality of queues to process a user's work, (a) 상기 사용자의 아이디, 구비하고 있는 큐 각각의 이름, 큐 각각의 실행 작업수를 저장부에 저장하는 단계;(a) storing the ID of the user, the name of each queue included in the storage unit, and the number of execution tasks of each queue in a storage unit; (b) 상기 사용자의 단말기로부터 작업 처리를 요청한 사용자의 아이디와 작업에 설정된 큐 이름이 수신되면 해당 작업에 대한 정보를 상기 저장부에서 추출하여 작업의 처리를 요청한 사용자와 작업을 대응시키는 단계;(b) when the ID of the user requesting the job processing and the queue name set for the job are received from the terminal of the user, extracting information on the corresponding job from the storage unit to correspond to the user requesting the processing of the job; (c) 상기 작업에 지정된 큐 이름을 판독하여 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부로부터 독출하여 상기 작업의 해당 큐가 일반 큐인지 또는 상기 일반 큐보다 최우선적으로 실행되며 타스크가 대기할 수 없는 특정 큐인지를 판단하고, 상기 특정 큐의 처리 작업수를 판독하여 그 특정 큐에 설정된 실행 작업수와 비교하여 특정 큐의 처리 작업수가 실행 작업수보다 많은 경우에는 상기 작업을 일반 큐로 전송하고, 상기 특정 큐의 처리 작업수가 실행 작업수보다 적은 경우에는 특정 큐로 전송하는 단계; 및(c) Read the queue name assigned to the job to read the information of the queue that matches the read queue name from the storage unit, so that the corresponding queue of the job is a normal queue or is executed with priority over the normal queue and the task is executed. It is determined whether a specific queue cannot be waited, and the number of processing tasks in the specific queue is read and compared to the number of executing tasks set in the specific queue, and when the number of processing tasks in the specific queue is greater than the number of executing tasks, the task is transferred to the general queue. Transmitting to the specific queue when the number of processing tasks in the specific queue is less than the number of executing tasks; And (d) 상기 판단 결과에 따라 상기 작업을 해당 큐로 전송하는 단계;를 포함하는 작업관리 방법.(d) transmitting the job to a corresponding queue according to the determination result. 삭제delete 삭제delete 삭제delete 사용자의 작업을 처리할 다수개의 큐를 포함하여 작업을 처리하는 프로그램을 저장한 기록매체에 있어서,In a recording medium storing a program for processing a job including a plurality of queues to process the user's work, (a) 상기 사용자의 아이디, 구비하고 있는 큐 각각의 이름, 큐 각각의 실행 작업수를 저장부에 저장하는 프로세서;(A) a processor for storing the ID of the user, the name of each queue provided, the number of running tasks of each queue to the storage unit; (b) 상기 사용자의 단말기로부터 작업 처리를 요청한 사용자의 아이디와 작업에 설정된 큐 이름이 수신되면 해당 작업에 대한 정보를 상기 저장부에서 추출하여 작업의 처리를 요청한 사용자와 작업을 대응시키는 프로세스;(b) when the ID of the user requesting the job processing and the queue name set for the job are received from the terminal of the user, extracting information on the corresponding job from the storage unit to associate the job with the user who requested the processing of the job; (c) 상기 작업에 지정된 큐 이름을 판독하여 판독된 큐 이름과 일치하는 큐의 정보를 상기 저장부로부터 독출하여 상기 작업의 해당 큐가 일반 큐인지 또는 상기 일반 큐보다 최우선적으로 실행되며 타스크가 대기할 수 없는 특정 큐인지를 판단하고, 상기 특정 큐의 처리 작업수를 판독하여 그 특정 큐에 설정된 실행 작업수와 비교하여 특정 큐의 처리 작업수가 실행 작업수보다 많은 경우에는 상기 작업을 일반 큐로 전송하고, 상기 특정 큐의 처리 작업수가 실행 작업수보다 적은 경우에는 특정 큐로 전송하는 프로세스; 및(c) Read the queue name assigned to the job to read the information of the queue that matches the read queue name from the storage unit, so that the corresponding queue of the job is a normal queue or is executed with priority over the normal queue and the task is executed. It is determined whether a specific queue cannot be waited, and the number of processing tasks in the specific queue is read and compared to the number of executing tasks set in the specific queue, and when the number of processing tasks in the specific queue is greater than the number of executing tasks, the task is transferred to the general queue. Transmitting to the specific queue when the number of processing tasks in the specific queue is less than the number of executing tasks; And (d) 상기 판단 결과에 따라 상기 작업을 해당 큐로 전송하는 프로세스;를 포함하는 작업관리 방법에 대한 프로그램을 저장한 기록매체.(d) a process for transmitting the job to a corresponding queue according to the determination result. 삭제delete 삭제delete 삭제delete
KR1020030067923A 2003-09-30 2003-09-30 Work management system and method and record medium storing program KR100547622B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020030067923A KR100547622B1 (en) 2003-09-30 2003-09-30 Work management system and method and record medium storing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020030067923A KR100547622B1 (en) 2003-09-30 2003-09-30 Work management system and method and record medium storing program

Publications (2)

Publication Number Publication Date
KR20050031686A KR20050031686A (en) 2005-04-06
KR100547622B1 true KR100547622B1 (en) 2006-01-31

Family

ID=37236506

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020030067923A KR100547622B1 (en) 2003-09-30 2003-09-30 Work management system and method and record medium storing program

Country Status (1)

Country Link
KR (1) KR100547622B1 (en)

Also Published As

Publication number Publication date
KR20050031686A (en) 2005-04-06

Similar Documents

Publication Publication Date Title
US7752370B2 (en) Splitting one hardware interrupt to multiple handlers
EP1732004A1 (en) Computer system, server constituting the same, job execution control method thereof, and program
JP2004038758A (en) Storage controller, control method for storage controller, and program
EP3029912A1 (en) Remote accessing method for device, thin client, and virtual machine
CN105119752A (en) Distributed log acquisition method, device and system
JP2005056391A (en) Method and system for balancing workload of computing environment
WO2016145904A1 (en) Resource management method, device and system
WO2021109767A1 (en) Network device and method for reducing transmission delay therefor
CN109710416B (en) Resource scheduling method and device
CN112650558B (en) Data processing method and device, readable medium and electronic equipment
KR101226177B1 (en) System and method for efficient data transmission in a multi-processor environment
CN113055493B (en) Data packet processing method, device, system, scheduling device and storage medium
JP2002103743A (en) Printing system
US9128771B1 (en) System, method, and computer program product to distribute workload
KR100547622B1 (en) Work management system and method and record medium storing program
US20180173473A1 (en) Method for operating a print server for digital high-capacity printing systems
CN109407970B (en) Read-write request processing method and device and electronic equipment
CN112306827A (en) Log collection device, method and computer readable storage medium
CN107911317B (en) Message scheduling method and device
CN111131292B (en) Message distribution method and device, network security detection equipment and storage medium
JP3713977B2 (en) Real-time distributed system
JPH09222986A (en) Image processor and information processor
KR100959898B1 (en) Service server and service method with fair load balancing architecture for Internet service
CN110417514B (en) Data sending method and device and data receiving method and device
CN113368494A (en) Cloud equipment distribution method and device, electronic equipment and storage medium

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: 20110106

Year of fee payment: 6

LAPS Lapse due to unpaid annual fee