KR20210059229A - Method for Provide Real-Time Service in Cloud based Serverless Platform - Google Patents

Method for Provide Real-Time Service in Cloud based Serverless Platform Download PDF

Info

Publication number
KR20210059229A
KR20210059229A KR1020190146417A KR20190146417A KR20210059229A KR 20210059229 A KR20210059229 A KR 20210059229A KR 1020190146417 A KR1020190146417 A KR 1020190146417A KR 20190146417 A KR20190146417 A KR 20190146417A KR 20210059229 A KR20210059229 A KR 20210059229A
Authority
KR
South Korea
Prior art keywords
service
response
container
cloud
docker
Prior art date
Application number
KR1020190146417A
Other languages
Korean (ko)
Inventor
김동민
전기만
손재기
Original Assignee
한국전자기술연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한국전자기술연구원 filed Critical 한국전자기술연구원
Priority to KR1020190146417A priority Critical patent/KR20210059229A/en
Priority to PCT/KR2020/012737 priority patent/WO2021096053A1/en
Publication of KR20210059229A publication Critical patent/KR20210059229A/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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • 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
    • 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
    • G06F9/4887Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues involving deadlines, e.g. rate based, periodic

Abstract

Provided is a method for supporting a one-time or repetitive response service and a guarantee of a response on time in a docker/container-based application service distributed to a cloud-based serverless platform. According to an embodiment of the present invention, a cloud service providing method includes: a step wherein a manager module of a cloud-based platform receives a service request from a client; a step wherein the manager module delivers the received service request to middleware of a corresponding docker/container module; and a step wherein the middleware having received the service request controls a container such that a response to the service request can be processed within a fixed time. Accordingly, the present invention is capable of enabling a repetitive response service in a docker/container-based application service distributed to a cloud-based serverless platform while guaranteeing a response on time in regard to an application service sensitive to a response time.

Description

클라우드 기반 서버리스 플랫폼에서의 실시간성 서비스 제공 방법{Method for Provide Real-Time Service in Cloud based Serverless Platform}Method for Provide Real-Time Service in Cloud based Serverless Platform}

본 발명은 클라우드 컴퓨팅 기술에 관한 것으로, 더욱 상세하게는 클라우드 기반 서버리스 플랫폼에서 응답 시간이 민감한 응용 서비스를 구성 및 제공하기 위한 방법에 관한 것이다.The present invention relates to cloud computing technology, and more particularly, to a method for configuring and providing an application service with sensitive response time in a cloud-based serverless platform.

기존의 클라우드 기반 서버리스 플랫폼에 배포되는 도커/컨테이너를 활용한 응용 서비스에서는, 서비스 요청에 대해 단발적인(One-shot) 응답만이 제공되며, 응답 보장을 위한 시간 제어가 전혀 되지 않고 있다.In the application service using docker/container deployed on the existing cloud-based serverless platform, only one-shot response to service request is provided, and there is no time control to guarantee the response at all.

따라서, 많은 활용이 이루어지고 있는 센서 데이터 취득 등과 같이 반복적인 응답이 요구되는 서비스 및 응답 시간에 민감한 응용 서비스에는 부적합하다는 문제가 있다.Therefore, there is a problem that it is unsuitable for a service requiring repetitive response, such as sensor data acquisition, which is widely used, and an application service sensitive to response time.

이에, 반복적인 응답이 요구되는 응용 서비스와 정시 보장을 위한 클라우드 기반의 실시간 서비스를 위한 도커/컨테이너 서비스의 구현 방안이 필요한 실정이다.Accordingly, there is a need to implement a docker/container service for an application service requiring repetitive responses and a cloud-based real-time service for guaranteed on-time.

본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 클라우드 기반 서버리스 플랫폼에 배포되는 도커/컨테이너 기반의 응용 서비스에서 단발적 또는 반복적인 응답 서비스와 정시 보장을 지원하기 위한 방법을 제공함에 있다.The present invention was conceived to solve the above problems, and an object of the present invention is to support a single or repetitive response service and on-time guarantee in a docker/container-based application service deployed on a cloud-based serverless platform. It is to provide a way for it.

상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 클라우드 서비스 제공 방법은 클라우드 기반 플랫폼의 관리자 모듈이, 클라이언트로부터 서비스 요청을 수신하는 단계; 관리자 모듈이, 수신한 서비스 요청을 해당 도커/컨테이너 모듈의 미들웨어로 전달하는 단계; 서비스 요청을 수신한 미들웨어가, 서비스 요청에 대한 응답이 정해진 시간 내에 처리되도록 컨테이너를 제어하는 단계;를 포함한다. According to an embodiment of the present invention for achieving the above object, a method for providing a cloud service includes: receiving, by a manager module of a cloud-based platform, a service request from a client; Transmitting, by the manager module, the received service request to the middleware of the corresponding docker/container module; And controlling the container so that a response to the service request is processed within a predetermined time by the middleware receiving the service request.

서비스 요청은, 정시 응답이 요구되는 서비스의 요청이고, 정해진 시간은, 서비스 요청에 대한 응답 기한 시간일 수 있다. The service request is a request for a service for which an on-time response is requested, and the predetermined time may be a time limit for a response to the service request.

응답 기한 시간은, 서비스 마다 상이하게 설정될 수 있다. The response deadline time may be set differently for each service.

서비스 요청에 대한 응답은, 반복적으로 이루어질 수 있다. The response to the service request may be made repeatedly.

응답의 반복 횟수는, 서비스 마다 상이하게 설정될 수 있다. The number of repetitions of the response may be set differently for each service.

제어 단계는, 서비스 요청을 수행할 컨테이너의 서비스 함수를 호출하는 것일 수 있다. The control step may be to call a service function of a container that will perform a service request.

본 발명에 따른 클라우드 서비스 제공 방법은 도커/컨테이너 모듈이, 서비스 요청에 대한 응답을 관리자 모듈에 반환하는 단계; 및 관리자 모듈이, 응답을 클라이언트 단말에 전달하는 단계;를 더 포함할 수 있다. The method for providing a cloud service according to the present invention comprises the steps of: returning, by a docker/container module, a response to a service request to a manager module; And transmitting, by the manager module, the response to the client terminal.

본 발명의 다른 측면에 따르면, 클라이언트로부터 서비스 요청을 수신하는 관리자 모듈; 서비스 요청을 처리하는 도커/컨테이너 모듈; 도커/컨테이너 모듈에 구비되며, 관리자 모듈로부터 서비스 요청을 전달 받아 서비스 요청에 대한 응답이 정해진 시간 내에 처리되도록 컨테이너를 제어하는 미들웨어;를 포함하는 것을 특징으로 하는 클라우드 기반 플랫폼이 제공된다.According to another aspect of the present invention, a manager module for receiving a service request from a client; A docker/container module that processes service requests; A cloud-based platform comprising: middleware provided in the docker/container module and controlling the container so that a response to the service request is processed within a predetermined time by receiving a service request from the manager module.

이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 클라우드 기반 서버리스 플랫폼에 배포되는 도커/컨테이너 기반의 응용 서비스에서 반복적 응답 서비스가 가능해짐과 동시에 응답 시간이 민감한 응용 서비스에 대해 정시 응답을 보장할 수 있게 된다.As described above, according to embodiments of the present invention, repetitive response services are possible in Docker/container-based application services deployed on a cloud-based serverless platform, and at the same time, on-time response to application services with sensitive response times is guaranteed. You can do it.

도 1은 본 발명의 실시예가 적용가능한 클라우드 기반 서버리스 플랫폼의 구조를 도시한 도면,
도 2는 본 발명의 일 실시예에 따른 클라우드 기반 서버리스 플랫폼의 설명에 제공되는 도면,
도 3은 본 발명의 일 실시예에 따른 클라우드 서비스 방법의 설명에 제공되는 흐름도,
도 4는, 도 2에 도시된 클라우드 기반 서버리스 플랫폼의 하드웨어 구조를 도시한 블럭도이다.
1 is a diagram showing the structure of a cloud-based serverless platform to which an embodiment of the present invention is applicable;
2 is a diagram provided to explain a cloud-based serverless platform according to an embodiment of the present invention;
3 is a flowchart provided to explain a cloud service method according to an embodiment of the present invention;
4 is a block diagram showing the hardware structure of the cloud-based serverless platform shown in FIG. 2.

이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, the present invention will be described in more detail with reference to the drawings.

도 1은 본 발명의 실시예가 적용가능한 클라우드 기반 서버리스 플랫폼의 구조를 도시한 도면이다. 도시된 바와 같이, 클라우드 기반 서버리스 플랫폼(100)은, 도커/컨테이너 관리자 모듈(110) 및 다수의 도커/컨테이너 모듈(120,130,140)을 포함하여 구성된다.1 is a diagram showing the structure of a cloud-based serverless platform to which an embodiment of the present invention is applicable. As shown, the cloud-based serverless platform 100 includes a docker/container manager module 110 and a plurality of docker/container modules 120, 130, and 140.

도커/컨테이너 관리자 모듈(110)은 클라이언트 단말(10)로부터 수신되는 서비스 요청을 해당 도커/컨테이너 모듈(120,130,140)에 전달한다.The docker/container manager module 110 transmits a service request received from the client terminal 10 to the corresponding docker/container modules 120, 130, and 140.

도커/컨테이너 모듈(120,130,140)은 도커와 서비스를 수행하기 위한 서비스 함수들을 구비하고 있는 컨테이너를 포함하여 구성된다.The docker/container modules 120, 130, and 140 include a docker and a container having service functions for performing a service.

도커/컨테이너 모듈(120,130,140)은 전달 받은 클라이언트 단말(10)의 서비스 요청을 수행하여, 도커/컨테이너 관리자 모듈(110)을 통해 클라이언트 단말(10)로 서비스 응답을 반환한다.The docker/container modules 120, 130, and 140 perform a service request of the client terminal 10 received, and return a service response to the client terminal 10 through the docker/container manager module 110.

본 발명의 실시예에서는 클라우드 기반의 서버리스 플랫폼에 배포되는 도커/컨테이너 형태의 함수형 응용 서비스 제공 환경에서, 서비스 요청에 대해 응답 기한 시간 내 반복적 또는 단발적 응답을 보장하여 준다. 이를 위한 구성을 도 2에 도시하였다.In an embodiment of the present invention, in a docker/container-type functional application service providing environment deployed on a cloud-based serverless platform, a repetitive or sporadic response to a service request within a response time period is guaranteed. The configuration for this is shown in FIG. 2.

도 2는 본 발명의 일 실시예에 따른 클라우드 기반 서버리스 플랫폼의 설명에 제공되는 도면이다. 본 발명의 실시예에 따른 클라우드 기반 서버리스 플랫폼은, 서비스 응답의 정시 보장과 반복적 또는 단발적인 서비스 응답을 지원하기 위한 미들웨어(125,135,145)를 포함하고 있다.2 is a diagram provided to explain a cloud-based serverless platform according to an embodiment of the present invention. The cloud-based serverless platform according to an embodiment of the present invention includes middleware 125, 135, and 145 for supporting on-time guarantee of service response and repetitive or sporadic service response.

미들웨어(125,135,145)가 추가된 클라우드 기반 서버리스 플랫폼에서, 도커/컨테이너 관리자 모듈(110)은 클라이언트 단말(10)로부터 수신한 서비스 요청을 해당 도커/컨테이너 모듈(120,130,140)의 미들웨어(125,135,145)로 전달한다.In the cloud-based serverless platform to which the middleware 125, 135, and 145 are added, the docker/container manager module 110 transmits the service request received from the client terminal 10 to the middleware 125, 135, and 145 of the corresponding docker/container module 120, 130, 140. .

클라이언트 단말(10)로부터 수신한 서비스 요청은, 정시 응답이 요구되는 서비스의 요청이어도 된다. 나아가, 이 서비스 요청은 단발적인 서비스 응답을 요구할 수도 있고 반복적인 서비스 응답을 요구하여도 된다.The service request received from the client terminal 10 may be a service request for which a timely response is requested. Furthermore, this service request may require a single service response or a repetitive service response.

도 2에서는 도커/컨테이너 관리자 모듈(110)에 의한 서비스 요청의 전달은 모든 도커/컨테이너 모듈(120,130,140)의 미들웨어(125,135,145)에 대해 이루어지는 것으로 도시되어 있는데, 이는 예시적인 것이다.In FIG. 2, it is shown that the delivery of a service request by the docker/container manager module 110 is made to the middleware 125, 135, and 145 of all the docker/container modules 120, 130, and 140, which are exemplary.

도커/컨테이너 관리자 모듈(110)에 의한 클라이언트 단말(10)의 서비스 요청 전달은 선택적이다. 따라서, 요청이 없는 서비스를 제공하는 도커/컨테이너 모듈의 미들웨어에는 서비스 요청이 전달되지 않으며, 서비스를 수행하여야 하는 도커/컨테이너 모듈의 미들웨어에 대해서만 서비스 요청이 전달된다.Delivery of a service request to the client terminal 10 by the docker/container manager module 110 is optional. Therefore, the service request is not transmitted to the middleware of the docker/container module that provides a service without a request, and the service request is transmitted only to the middleware of the docker/container module that must perform the service.

도커/컨테이너 관리자 모듈(110)로부터 서비스 요청 전달을 수신한 미들웨어(125,135,145)는 서비스 요청에 대한 응답이 정해진 시간 내에 처리되도록 컨테이너의 서비스 함수를 호출하여 제어한다.The middleware 125, 135, and 145 receiving the service request delivery from the docker/container manager module 110 call and control the service function of the container so that the response to the service request is processed within a predetermined time.

여기서, 정해진 시간이란 응답 기한 시간일 수 있지만, 그 밖의 다른 시간, 이를 테면, 정책에서 정한 시간이 될 수 있다.Here, the predetermined time may be a response deadline time, but may be another time, such as a time set by a policy.

그리고, 정해진 시간은 도커/컨테이너 모듈(120,130,140)이 수행하는 서비스에 따라 다를 수 있다. 구체적으로, 도 2에 도시된 바와 같이, 도커/컨테이너 모듈-1(120)의 서비스 응답은 3ms이고, 도커/컨테이너 모듈-2(130)의 서비스 응답은 5ms이며, 도커/컨테이너 모듈-3(130)의 서비스 응답은 2ms일 수 있는 것이다.In addition, the predetermined time may vary depending on the service performed by the docker/container modules 120, 130, and 140. Specifically, as shown in FIG. 2, the service response of the docker/container module-1 120 is 3 ms, the service response of the docker/container module-2 130 is 5 ms, and the docker/container module-3 ( 130) service response may be 2ms.

나아가, 서비스 요청에 대한 응답 방식 역시 도커/컨테이너 모듈(120,130,140)이 수행하는 서비스에 따라 다를 수 있다. 구체적으로, 도 2에 도시된 바와 같이, 도커/컨테이너 모듈-1(120)의 서비스 응답은 1회만 이루어지고(즉, 단발적이고), 도커/컨테이너 모듈-2(130)의 서비스 응답은 10회에 걸쳐 이루어지며, 도커/컨테이너 모듈-3(140)의 서비스 응답은 연속적으로(별도의 중단 요청이 있을 때까지 계속하여) 이루어질 수 있는 것이다.Furthermore, a response method for a service request may also be different according to a service performed by the docker/container modules 120, 130, and 140. Specifically, as shown in FIG. 2, the service response of the docker/container module-1 120 is made only once (i.e., one-time), and the service response of the docker/container module-2 130 is 10 times. The service response of the docker/container module-3 140 can be made continuously (continuously until a separate interruption request is made).

도 3은 본 발명의 일 실시예에 따른 클라우드 서비스 방법의 설명에 제공되는 흐름도이다.3 is a flowchart provided to explain a cloud service method according to an embodiment of the present invention.

도시된 바와 같이, 먼저, 클라이언트 단말(10)로부터 서비스 요청을 수신하면(S210-Y), 클라우드 기반 서버리스 플랫폼(100)의 도커/컨테이너 관리자 모듈(110)은 수신한 서비스 요청을 해당 도커/컨테이너 모듈(120,130,140)의 미들웨어(125,135,145)로 전달한다(S220).As shown, first, upon receiving a service request from the client terminal 10 (S210-Y), the docker/container manager module 110 of the cloud-based serverless platform 100 sends the received service request to the corresponding docker/ It is transmitted to the middleware 125, 135, and 145 of the container modules 120, 130, and 140 (S220).

S220단계에서 서비스 요청을 수신한 미들웨어(125,135,145)는 서비스 요청에 대한 응답이 정해진 시간 내에 처리되도록 컨테이너의 해당 서비스 함수를 호출한다(S230).The middleware 125, 135, and 145 receiving the service request in step S220 calls the corresponding service function of the container so that the response to the service request is processed within a predetermined time (S230).

미들웨어(125,135,145)의 제어에 의해, 해당 컨테이너는 정해진 시간 내에 서비스를 수행하고, 서비스 응답을 도커/컨테이너 관리자 모듈(110)에 반환한다(S240).Under the control of the middleware 125, 135, and 145, the container performs a service within a predetermined time and returns a service response to the docker/container manager module 110 (S240).

그러면, 도커/컨테이너 관리자 모듈(110)는 서비스 응답을 클라이언트 단말(10)에 전달한다(S250).Then, the docker/container manager module 110 transmits the service response to the client terminal 10 (S250).

이후, 서비스 수행의 반복이 필요한 경우(S260-Y), S230단계로 회귀하고, 서비스 수행의 반복이 필요하지 않은 경우(S260-N), 종료된다.Thereafter, when repetition of service execution is required (S260-Y), the process returns to step S230, and when repetition of service execution is not required (S260-N), the process is terminated.

도 4는, 도 2에 도시된 클라우드 기반 서버리스 플랫폼의 하드웨어 구조를 도시한 블럭도이다. 클라우드 기반 서버리스 플랫폼은, 도시된 바와 같이, 통신부(310), 프로세서(320) 및 저장부(330)를 포함하여 구성된다.FIG. 4 is a block diagram showing the hardware structure of the cloud-based serverless platform shown in FIG. 2. As shown, the cloud-based serverless platform includes a communication unit 310, a processor 320, and a storage unit 330.

통신부(310)는 네트워크를 통해 클라이언트 단말(10)과 통신하기 위한 통신 인터페이스이다.The communication unit 310 is a communication interface for communicating with the client terminal 10 through a network.

프로세서(320)는 도 2와 도 3에 도시된 클라우드 서비스 방법을 수행하기 위한, 도커/컨테이너 관리자 모듈(110)과 도커/컨테이너 모듈(120,130,140)을 구축한다.The processor 320 constructs a docker/container manager module 110 and a docker/container module 120, 130, and 140 for performing the cloud service method shown in FIGS. 2 and 3.

저장부(330)는 도 2와 도 3에 도시된 클라우드 서비스 방법을 수행하기 위해필요한 저장공간을 제공하는 메모리와 스토리이지이다.The storage unit 330 is a memory and a storage space that provides a storage space necessary to perform the cloud service method shown in FIGS. 2 and 3.

지금까지, 클라우드 기반 서버리스 플랫폼에서의 실시간성 서비스 제공을 방법에 대해 바람직한 실시예를 들어 상세히 설명하였다.Until now, a method of providing a real-time service in a cloud-based serverless platform has been described in detail with reference to a preferred embodiment.

위 실시예에서는, 클라우드 기반 서버리스 플랫폼에 배포되는 도커/컨테이너 기반의 응용 서비스에서, 반복적 또는 단발적인 응답 서비스가 가능하고, 정시 보장이 가능하도록 하는 미들웨어 메커니즘을 제시하였다.In the above embodiment, a middleware mechanism that enables repetitive or sporadic response services and on-time guarantee in a docker/container-based application service deployed on a cloud-based serverless platform is presented.

위 실시예에서는, 실시간 운용 미들웨어 적용에 따라 서비스 개선 시간을 단축함과 동시에 응답 시간에 민감한 서버리스 응용 구성에 따른 효율성을 극대화하여, 서버리스 플랫폼에서의 정시 보장 서비스 개발 및 운용이 가능하도록 하였다.In the above embodiment, the service improvement time is shortened according to the application of the real-time operation middleware, and the efficiency according to the configuration of the serverless application sensitive to the response time is maximized, so that the on-time guarantee service development and operation in the serverless platform is possible.

한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.Meanwhile, it goes without saying that the technical idea of the present invention can be applied to a computer-readable recording medium containing a computer program for performing functions of the apparatus and method according to the present embodiment. Further, the technical idea according to various embodiments of the present invention may be implemented in the form of a computer-readable code recorded on a computer-readable recording medium. The computer-readable recording medium can be any data storage device that can be read by a computer and can store data. For example, a computer-readable recording medium may be a ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical disk, hard disk drive, or the like. In addition, a computer-readable code or program stored in a computer-readable recording medium may be transmitted through a network connected between computers.

또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although the preferred embodiments of the present invention have been illustrated and described above, the present invention is not limited to the specific embodiments described above, and the technical field to which the present invention belongs without departing from the gist of the present invention claimed in the claims. In addition, various modifications are possible by those of ordinary skill in the art, and these modifications should not be understood individually from the technical spirit or prospect of the present invention.

100 : 클라우드 기반 서버리스 플랫폼
110 : 도커/컨테이너 관리자 모듈
120,130,140 : 도커/컨테이너 모듈
125,135,145 : 미들웨어
100: Cloud-based serverless platform
110: docker/container manager module
120,130,140: Docker/Container module
125,135,145: Middleware

Claims (8)

클라우드 기반 플랫폼의 관리자 모듈이, 클라이언트로부터 서비스 요청을 수신하는 단계;
관리자 모듈이, 수신한 서비스 요청을 해당 도커/컨테이너 모듈의 미들웨어로 전달하는 단계;
서비스 요청을 수신한 미들웨어가, 서비스 요청에 대한 응답이 정해진 시간 내에 처리되도록 컨테이너를 제어하는 단계;를 포함하는 것을 특징으로 하는 클라우드 서비스 제공 방법.
Receiving, by the manager module of the cloud-based platform, a service request from a client;
Transmitting, by the manager module, the received service request to the middleware of the corresponding docker/container module;
And controlling, by the middleware receiving the service request, a container so that a response to the service request is processed within a predetermined time.
청구항 1에 있어서,
서비스 요청은,
정시 응답이 요구되는 서비스의 요청이고,
정해진 시간은,
서비스 요청에 대한 응답 기한 시간인 것을 특징으로 하는 클라우드 서비스 제공 방법.
The method according to claim 1,
Service request,
It is a request for a service that requires a timely response,
The fixed time is,
A method of providing a cloud service, characterized in that it is a time limit for a response to a service request.
청구항 4에 있어서,
응답 기한 시간은,
서비스 마다 상이하게 설정될 수 있는 것을 특징으로 하는 클라우드 서비스 제공 방법.
The method of claim 4,
The response deadline is,
Cloud service providing method, characterized in that it can be set differently for each service.
청구항 1에 있어서,
서비스 요청에 대한 응답은,
반복적으로 이루어지는 것을 특징으로 하는 클라우드 서비스 제공 방법.
The method according to claim 1,
The response to the service request is:
A method of providing a cloud service, characterized in that it is made repeatedly.
청구항 4에 있어서,
응답의 반복 횟수는,
서비스 마다 상이하게 설정될 수 있는 것을 특징으로 하는 클라우드 서비스 제공 방법.
The method of claim 4,
The number of iterations of the response is,
Cloud service providing method, characterized in that it can be set differently for each service.
청구항 1에 있어서,
제어 단계는,
서비스 요청을 수행할 컨테이너의 서비스 함수를 호출하는 것을 특징으로 하는 클라우드 서비스 제공 방법.
The method according to claim 1,
The control steps are:
A method of providing a cloud service, characterized in that calling a service function of a container to perform a service request.
청구항 6에 있어서,
도커/컨테이너 모듈이, 서비스 요청에 대한 응답을 관리자 모듈에 반환하는 단계; 및
관리자 모듈이, 응답을 클라이언트 단말에 전달하는 단계;를 더 포함하는 것을 특징으로 하는 클라우드 서비스 제공 방법.
The method of claim 6,
Returning, by the docker/container module, a response to the service request to the manager module; And
A method for providing a cloud service, further comprising: transmitting, by the manager module, a response to the client terminal.
클라이언트로부터 서비스 요청을 수신하는 관리자 모듈;
서비스 요청을 처리하는 도커/컨테이너 모듈;
도커/컨테이너 모듈에 구비되며, 관리자 모듈로부터 서비스 요청을 전달 받아 서비스 요청에 대한 응답이 정해진 시간 내에 처리되도록 컨테이너를 제어하는 미들웨어;를 포함하는 것을 특징으로 하는 클라우드 기반 플랫폼.
A manager module for receiving a service request from a client;
A docker/container module that processes service requests;
A cloud-based platform comprising a; middleware provided in the docker/container module and controlling the container so that a response to the service request is processed within a predetermined time by receiving a service request from the manager module.
KR1020190146417A 2019-11-15 2019-11-15 Method for Provide Real-Time Service in Cloud based Serverless Platform KR20210059229A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020190146417A KR20210059229A (en) 2019-11-15 2019-11-15 Method for Provide Real-Time Service in Cloud based Serverless Platform
PCT/KR2020/012737 WO2021096053A1 (en) 2019-11-15 2020-09-22 Method for providing real-time service in cloud-based serverless platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190146417A KR20210059229A (en) 2019-11-15 2019-11-15 Method for Provide Real-Time Service in Cloud based Serverless Platform

Publications (1)

Publication Number Publication Date
KR20210059229A true KR20210059229A (en) 2021-05-25

Family

ID=75912720

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190146417A KR20210059229A (en) 2019-11-15 2019-11-15 Method for Provide Real-Time Service in Cloud based Serverless Platform

Country Status (2)

Country Link
KR (1) KR20210059229A (en)
WO (1) WO2021096053A1 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9450838B2 (en) * 2011-06-27 2016-09-20 Microsoft Technology Licensing, Llc Resource management for cloud computing platforms
US9047410B2 (en) * 2012-07-18 2015-06-02 Infosys Limited Cloud-based application testing
US9256467B1 (en) * 2014-11-11 2016-02-09 Amazon Technologies, Inc. System for managing and scheduling containers
KR102016238B1 (en) * 2017-12-05 2019-08-29 숭실대학교산학협력단 System and method for supervising doker container, computer readable medium for performing the method
KR102146602B1 (en) * 2017-12-22 2020-08-20 건국대학교 산학협력단 Method and apparatus of providing deep learning development platform based on container using docker

Also Published As

Publication number Publication date
WO2021096053A1 (en) 2021-05-20

Similar Documents

Publication Publication Date Title
US11146502B2 (en) Method and apparatus for allocating resource
US20230058830A1 (en) Method for configuring srs resource, base station, and storage medium
US11861203B2 (en) Method, apparatus and electronic device for cloud service migration
CN108958157B (en) Control program control scheduling method, control program control scheduling device, computer equipment and storage medium
US9858105B1 (en) Service for managing custom virtual machine images
WO2019042171A1 (en) Resource allocation method and product related thereto
US8966487B1 (en) Application transaction wait time dynamic adjustment
US10609118B2 (en) Adaptive communication control device
US10841397B2 (en) Methods, apparatus, and systems to dynamically discover and host services in fog servers
US20070079021A1 (en) Selective I/O prioritization by system process/thread and foreground window identification
CN106897299B (en) Database access method and device
CN113489772A (en) Network request processing method and device and electronic equipment
US20230161541A1 (en) Screen projection method and system
CN113990354A (en) Audio control method, device, equipment and storage medium based on Linux
CN110928887A (en) Data processing method and device
CN107800779B (en) Method and system for optimizing load balance
CN108958933B (en) Configuration parameter updating method, device and equipment of task executor
CN111800511B (en) Synchronous login state processing method, system, equipment and readable storage medium
CN105763545A (en) BYOD method and device
CN110764930B (en) Request or response processing method and device based on message mode
CN113495783A (en) Service data processing method and device
US11262997B2 (en) Parallel software deployment system
CN117312229A (en) Data transmission device, data processing equipment, system, method and medium
KR20210059229A (en) Method for Provide Real-Time Service in Cloud based Serverless Platform
US9191445B2 (en) Systems and methods for managing emulation sessions

Legal Events

Date Code Title Description
A201 Request for examination