KR100227795B1 - Method of sourcing application server on the web - Google Patents

Method of sourcing application server on the web Download PDF

Info

Publication number
KR100227795B1
KR100227795B1 KR1019960055908A KR19960055908A KR100227795B1 KR 100227795 B1 KR100227795 B1 KR 100227795B1 KR 1019960055908 A KR1019960055908 A KR 1019960055908A KR 19960055908 A KR19960055908 A KR 19960055908A KR 100227795 B1 KR100227795 B1 KR 100227795B1
Authority
KR
South Korea
Prior art keywords
application server
message
web
received
service
Prior art date
Application number
KR1019960055908A
Other languages
Korean (ko)
Other versions
KR19980037192A (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 KR1019960055908A priority Critical patent/KR100227795B1/en
Publication of KR19980037192A publication Critical patent/KR19980037192A/en
Application granted granted Critical
Publication of KR100227795B1 publication Critical patent/KR100227795B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • G06Q50/50

Abstract

본 발명은 웹 서비스 제공 방법에 관한 것으로, CGI 혹은 응용 서버 형태의 웹에서 CGI 프로그램 혹은 응용 서버가 매 서비스 요구마다 생성 소멸되어 비용을 상승시켜 효과적인 웹 서비스에 적합하지 않은 문제점이 발생한다. 따라서 본 발명은 CGI를 이용한 응용 서버 모델로 웹게이트웨이, 디스패처, 응용 서버로 프로세스를 구성하고, 이들 중 다수개의 응용 서버를 자원화하여 자원풀에 넣고 사용자의 서비스 요구에 따라 자원풀의 큐(queue)로부터 응용 서버를 얻어 적절히 스케쥴링하며 할당된 응용 서버 자원이 서비스를 완료하면 응용 서버 자원을 해제하여 자원풀에 되돌려 프로세스의 생성 소멸 비용을 줄이는 동시에, 효과적인 웹 서비스가 가능하도록 한 웹상에서 응용 서버의 자원화 방법이 제시된다.The present invention relates to a method of providing a web service, wherein a CGI program or an application server in a CGI or an application server type web is created and destroyed for each service request, raising the cost, which is not suitable for an effective web service. Therefore, according to the present invention, a process is configured as a web gateway, a dispatcher, and an application server using a CGI-based application server model, a plurality of application servers are re- And when the allocated application server resource completes the service, the application server resource is released to return to the resource pool to reduce the cost of generating and destroying the process, and at the same time, A method is presented.

Description

웹상에서 응용 서버의 자원화 방법How to Reconfigure Application Servers on the Web

본 발명은 웹(web) 서비스 제공 방법에 관한 것으로, 특히 웹상에서 응용 서버의 자원화 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a web service providing method, and more particularly,

기존의 웹 서비스는 공통 게이트웨이 인터페이스(Common Gateway Interface: 이하 CGI라 함) 프로그램이나 웹 게이트를 통한 응용 서버 방식 혹은 전용 서버 방식을 사용하는데, CGI를 이용해서 직접 데이터베이스를 접근하는 방식은 데이터베이스에 접근할 때마다 데이터 베이스 응용 프로그램을 새로 실행시킨다. 따라서 이 프로그램의 생성/소멸에 대한 비용 낭비가 심하게 된다. 또한 일반적으로 데이터베이스 응용 서버는 데이터베이스 접속에 필요한 일련의 라이브러리 및 데이터가 함께 링크되어 매우 크기 때문에 여러 사용자가 동시에 이 응용 프로그램을 이용하면 많은 프로세스의 생성으로 메모리 부족 현상이 나타날 수 있다. 이러한 방법은 웹 상에서 고속 및 다수의 사용자에게 서비스하는 시스템으로 적합하지 않다.Existing web services use a common gateway interface (CGI) program or an application server method through a web gate or a dedicated server method. The method of directly accessing a database using CGI is a method of accessing a database Each time you run a new database application. Therefore, the cost of creating / destroying the program becomes wasted. In addition, since a database application server generally has a large number of libraries and data linked together for database connection, when many users use the application at the same time, a lot of processes may generate memory shortage. This method is not suitable for a system that serves a high speed and a large number of users on the Web.

CGI 혹은 일반적 응용 서버에 의한 기존의 방법들을 적용하면 프로세스의 빈번한 생성과 소멸에 따른 부하 증가와 매 서비스마다 데이터베이스 시스템의 기동에 따른 부하에 의해 웹 시스템의 성능 저하를 초래한다. 그러므로, CGI와 일반적 응용 서버를 효과적인 웹 서비스를 제공하는데 부적합하다. 반면 응용 서버의 자원화에 의해 프로세스의 생성/소멸의 부하가 저하되고, 응용 서버를 자원화함에 따라 데이터 베이스 시스템의 기동에 따른 부하를 줄일 수 있다.Applying the existing methods by CGI or general application server causes a decrease in the performance of the Web system due to frequent generation and destruction of processes and load due to the startup of the database system for each service. Therefore, CGI and general application servers are not suitable for providing effective web services. On the other hand, the load of process creation / destruction is reduced due to the resource conversion of the application server, and the load due to the startup of the database system can be reduced as resources of the application server are made available.

따라서, 본 발명은 응용 서버의 자원화를 통하여 웹상에서 멀티미디오 데이터베이스 관리 시스템의 서비스 성능을 개선하는데 그 목적이 있다.Accordingly, it is an object of the present invention to improve service performance of a multimedia database management system on the web through resource conversion of an application server.

상술한 목적을 달성하기 위한 본 발명은 웹 시스템의 기동에 의해 디스패처를 동작시키는 단계와, 상기 디스패처가 응용 서버의 관련 정보를 초기화하고 동작에 필요한 환경 변수를 구하는 단계와, 상기 초기화된 정보와 환경 변수 값을 사용하여 필요한 응용 서버에 데이터베이스를 연결하여 기동시키는 단계와, 상기 기동된 응용 서버를 자원풀에 넣는 단계와, 상기 응용 서버를 자원풀에 넣은 디스패처에서 사용자 혹은 응용 서버로부터 메시지가 수신되었는지를 검사하는 단계와, 상기 메시지가 수신되었는지의 검사 결과 메시지가 수신되었을 경우 어떤 종류의 메시지가 수신되었는지를 검사하는 단계와, 상기 메시지가 수신되었는지의 검사 결과 수신된 메시지가 없을 경우 현재 등록되어 있는 각 응용 서버의 상태가 정상 상태 인지를 검사하는 단계와, 상기 각 응용 서버의 검사 결과 정상 상태일 경우 메시지가 수신되었는지를 검사하는 단계로 천이하는 단계와, 상기 각 응용 서버의 검사결과 비정상적인 상태의 응용 서버가 존재할 경우 상기 비정상적인 응용 서버가 요구받은 서비스 요구를 회수한 후 비정상 상태의 응용 서버를 초기화하는 단계와, 상기 메시지 종류의 검사 결과에 따라 자원 할당 해제 요구 메시지일 경우 및 상기 비정상 상태의 응용 서버를 초기화한 후 상태 유지를 위한 정보를 설정하고 서비스를 종료한 응용 서버를 자원풀에 되돌리는 단계와, 상기 서비스를 종료한 응용 서버를 자원풀에 되돌리고 메시지가 수신되었는지를 검사하는 단계로 천이하는 단계와, 상기 메시지 종류의 검사 결과 서비스 요구 메시지일 경우 자원풀의 응용 서버들의 부하를 평가하여 가장 부하가 적은 응용 서버를 할당받는 단계와, 상기 할당된 응용 서버에게 요구 서비스의 처리를 지시 한 후 메시지가 수신되었는지 검사하는 단계로 천이하는 단계와, 상기 메시지 종류의 검사 결과 종료 메시지일 경우 전체 처리를 종료하는 단계로 이루어진 것을 특징으로 한다.According to another aspect of the present invention, there is provided a method for controlling a dispatcher, including: operating a dispatcher by activating a web system; initializing related information of the application server and obtaining environment variables necessary for the operation; Connecting a database to a necessary application server by using a variable value and activating the database; placing the activated application server in a resource pool; and determining whether a message is received from a user or an application server in the dispatcher Checking whether a message having been received has been received when a check result message indicating that the message has been received is checked; and if it is determined that the received message is not received, To check whether the state of each application server is in a normal state And checking whether a message has been received if the check result of each of the application servers indicates that the message has been received. In the case where there is an abnormal application server in the check result of each application server, The method comprising the steps of: initializing an application server in an abnormal state after retrieving a service request; setting, in case of a resource deallocation request message according to a result of the checking of the message type, and information for maintaining a state after initializing the application server in an abnormal state And returning the application server which has terminated the service to the resource pool; returning the application server which has terminated the service to the resource pool and checking whether a message has been received; Message, the load of the application servers of the resource pool is evaluated, The method comprising the steps of: allocating a small number of application servers; transitioning to a step of checking whether a message has been received after instructing the allocated application server to process a request service; .

제1도는 본 발명이 적용되는 하드웨어 구성도.FIG. 1 is a hardware configuration diagram to which the present invention is applied; FIG.

제2도는 본 발명에 따른 웹 시스템의 프로세스 구성도.FIG. 2 is a process configuration diagram of a web system according to the present invention; FIG.

제3도는 본 발명에 따른 응용 서버 자원화 방법의 동작 흐름도.FIG. 3 is a flowchart illustrating an operation of an application server resource conversion method according to the present invention;

* 도면의 주요부분에 대한 부호의 설명DESCRIPTION OF THE REFERENCE NUMERALS

11 : 호스트 12 : 디스크11: Host 12: Disk

13 : 인터넷 14 : 클라이언트13: Internet 14: Client

21 : 웹 클라이언트 22 : 외부 검사자21: Web Client 22: External Inspector

23 : 웹 서버 24 : 웹게이트웨이23: Web server 24: Web gateway

25 : 디스패처 26 : 자원풀25: Dispatcher 26: Resource pool

27 : 바다 -데이터베이스 관리 시스템27: The sea - Database management system

28 : 데이터 베이스 29 : 응용 서버28: Database 29: Application server

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

제1도는 본 발명이 적용되는 하드웨이 구성도이다. 클라이언트(Client)(14)는 개인용 컴퓨터(PC) 혹은 터미널(terminal)이 다수로 구성된다. 유닉스 시스템인 호스트(HOST)(11)는 보조 기억 장치인 디스크(DISK)(12)와 상호 연결되며, 인터넷(INTERNET)(13)을 통해 클라이언트(14)와 상호 연결된다. 이와 같이 본 발명은 인터넷에 연결된 클라이언트와 호스트 컴퓨터가 존재하는 일반적인 하드웨어 환경에 서 작동한다.FIG. 1 is a diagram of a hardware configuration to which the present invention is applied. The client (client) 14 is composed of a plurality of personal computers (PC) or terminals. A host system (HOST) 11, which is a UNIX system, is interconnected with a disk (DISK) 12, which is an auxiliary storage, and is interconnected with a client 14 via an INTERNET. As described above, the present invention operates in a general hardware environment in which a client and a host computer connected to the Internet exist.

제2도는 본 발명에 따른 웹 시스템의 프로세스 구조도이다. 본 발명이 동작하는 인터넷에서 웹 클라이언트(21)와 웹 서버(23), CGI 프로그램인 웹게이트웨이(Webgateway)(24), 사용자의 요구에 따라 자원풀(26)의 응용 서버중 하나를 할당하여 서비스를 지시하는 디스패처(Dispatcher)(25), 실제 사용자가 요구하는 서비스를 제공하는 응용 서버(Application-server)(29), 다수의 응용 서버로 이루어진 자원풀(resource pool)(26), 그리고 응용 서버에 연결된 데이터베이스 관리 시스템(Database Management System: 이하 DBMS라 함)(27), 서비스를 위한 자료를 가지고 있는 데이터베이스(28)로 구성된다.2 is a process structure diagram of a web system according to the present invention. The Web client 21, the Web server 23, the CGI program Web gateway 24, and the application server of the resource pool 26 according to the user's request, A resource pool 26 composed of a plurality of application servers, an application server 29 for providing a service requested by an actual user, A database management system (hereinafter referred to as DBMS) 27 connected to the database, and a database 28 having data for the service.

본 발명에 따른 웹 상에서 응용 서버 자원화 방법의 구성 요소는 웹 게이트 웨이(24), 디스패처(25), 응용 서버(29)로 이루어져 있으며, 웹 상에서 CGI 형태의 일종인 응용 서버을 자원화하여 웹 서비스를 제공한다. 응용 서버 자원화의 주요한 역할은 데이터베이스 시스템의 기동을 응용 서버의 자원화 시점에서 수행하여 각 응용 서버와 데이터베이스를 함께 재사용하는 것이다. 응용 서버(29)는 웹 클라이언트(21)의 서비스 요구를 처리할 수 있는 임의의 응용 프로그램으로 데이터베이스(28)와 연결되어 있다. 응용 서버(29)는 사용자가 데이터베이스(28)에 접근 할 수 있도록 사용자 요구를 항상 기다리고 있다. 응용 서버가 다수 개로 구성되어 자원풀(26)을 생성하고, 자원풀(26)을 디스패처(25)가 관리하여 웹 클라이언트(21)의 서비스 요구에 대한 부하를 여러 프로세스에서 적절히 조절할 수 있게 한다. 사용자 요구는 웹 서버(23)를 통해 전달되므로 웹 서버(23)가 응용 서버(29)를 곧바로 실행시키면 응용 서버(29)가 계속 생성되므로 기존의 문제점을 그대로 야기시키는 결과이다. 이를 해결하기 위해 웹 서버(23)와 응용 서버(29) 사이에 CGI를 이용한 작은 크기의 스터브인 웹 게이트 웨이(24)와 데몬 프로세스인 디스패처(25)를 두어 이들이 웹 서버(23)와 응용 서버(29)를 중계할 수 있도록 한다. 웹 게이트웨이(24)는 웹 서버(23)의 요구 사항을 디스패처(25)에게 전달하고 응용 서버(29)로부터 처리 결과를 전달받아 웹 서버(23)에게 전하는 역할을 한다. 디스패처(25)는 웹 게이트웨이(24)의 처리 요구를 응용 서버(29)에게 전달하고 응용 서버(29)의 상태와 정보를 유지 관리하는 역할과 요구 사항 처리에 대한 회복 기능을 제공한다. 실제, 응용 서버(29)는 데이터베이스 서비스를 시작하기 전에 디스패처(25)가 바다 -DBMS(27)와 함께 미리 실행시켜 놓는 다. 웹을 통해 이 데이터베이스 서비스에 대한 요청이 들어오면 웹 서버(23)에 의해 스터브인 웹 게이트 웨이(24)가 실행되고, 웹 게이트웨이(24)는 웹 서버(23)로부터 받은 정보와 함께 서비스 요청을 디스패처(25)에게 전달한다. 디스패처(25)는 자원풀(26)내의 응용 서버들의 부하를 파악하여 적절한 응용 서버에게 처리 요구한다. 응용 서버(29)의 처리 결과는 처리를 요청한 웹게이트 웨이(24)에게 전달되고, 웹 게이트웨이(24)는 전달 받은 데이터를 웹 서버(23)에게 전하고 자신의 실행을 종료한다.The components of the application server resource conversion method on the web according to the present invention include a web gateway 24, a dispatcher 25, and an application server 29. The application server, which is a kind of CGI type, do. The main role of application server resource reclamation is to run the database system at the resource reclamation point of the application server and to reuse each application server and database together. The application server 29 is connected to the database 28 by any application program capable of processing the service request of the web client 21. The application server 29 is always waiting for a user to access the database 28. A plurality of application servers are constituted to generate a resource pool 26 and the dispatcher 25 manages the resource pool 26 so that the load on the service request of the web client 21 can be appropriately adjusted in various processes. Since the user request is transmitted through the web server 23, if the web server 23 immediately executes the application server 29, the application server 29 is continuously generated, thereby causing the existing problems to be solved. In order to solve this problem, a web gateway 24, which is a small-sized stub using CGI, and a dispatcher 25, which is a daemon process, are provided between the web server 23 and the application server 29, (29) can be relayed. The web gateway 24 transmits the request of the web server 23 to the dispatcher 25 and receives the processing result from the application server 29 and transfers the processing result to the web server 23. The dispatcher 25 provides a processing function of the web gateway 24 to the application server 29, a role of maintaining the status and information of the application server 29, and a recovery function of the processing of the request. In practice, the application server 29 sends a request to the dispatcher 25, It is executed in advance with the DBMS 27. When a request for this database service is received via the Web, the Web gateway 24, which is a stub by the Web server 23, is executed, and the Web gateway 24 sends the service request together with the information received from the Web server 23 To the dispatcher 25. The dispatcher 25 grasps the load of the application servers in the resource pool 26 and requests the appropriate application server for processing. The processing result of the application server 29 is transmitted to the web gateway 24 which has requested the processing, and the web gateway 24 transmits the received data to the web server 23 and ends its execution.

제3도는 본 발명에 다른 응용 서버 자원화 벙법의 동작 흐름도로서, 동작은 다음과 같이 수행된다. 웹 시스템의 기동에 의해 디스패처가 동작하면(301), 응용 서버의 관련 정보를 초기화하고(302) 동작에 필요한 환경 변수의 값을 얻는다(303). 초기화된 정보와 환경 변수 값을 사용하여 필요한 응용 서버에 데이터베이스를 연결하여 기동한다. 그리고 기동된 응용 서버를 자원풀에 넣는다(304). 시스템을 초기화 처리하고 무한 순환 처리에 들어간 디스패처는 사용자 혹은 응용 서버로부터 메시지가 수신되었는지를 검사한다(305). 검사 결과 메시지가 수신되었을 경우 어떤 종류의 메시지가 수신되었는지를 검사한다(306). 메시지 종류의 검사 결과에 따라 서비스를 종료한 응용 서버가 자원 할당의 해제를 요구하는 메시지일 경우 상태 유지를 위한 정보를 설정하고 요구하는 응용 서버를 자원풀에 넣고 메시지가 수신되었는지를 검사하는 단계로 천이한다(307). 메시지가 수신되었는지의 검사결과 수신된 메시지가 없을 경우 현재 등록되어 있는 각 응용 서버의 상태가 정상 상태인지를 검사한다(308). 검사 결과 정상 상태일 경우 메시지가 수신되었는지를 검사하는 단계(305)로 천이한다. 검사 결과 비정상적인 상태의 응용 서버가 존재하는 경우 그 응용 서버가 요구받은 서비스 요구를 회수하여 새로운 응용 서버에게 돌리고(309), 해당 프로세스를 제거하고 관련 정보를 초기화한다(310). 그리고 필요하다면 새로운 응용 서버를 생성한 후 단계(311)로 진행한다. 메시지의 종류를 검사하는 단계(306)에서 검사 결과 서비스 요구 메시지일 경우 자원풀의 응용 서버들의 부하를 평가하여 가장 부하가 적은 응용 서버를 할당받는다(311). 선정된 응용 서버에게 요구 서비스의 처리를 지시 한 후(312) 메시지가 수신되었는지 검사하는 단계(305)로 천이한다. 단계(306)의 검사 결과 종료 메시지일 경우 전체적인 처리를 종료한다.FIG. 3 is a flowchart of an application server resource conversion method according to the present invention. The operation is performed as follows. When the dispatcher is activated by the activation of the web system (301), the related information of the application server is initialized (302) and the value of the environment variable necessary for the operation is obtained (303). Using the initialized information and environment variable values, connect the database to the required application server and start it. The activated application server is inserted into the resource pool (304). The dispatcher that has initialized the system and entered the endless loop process checks whether a message is received from the user or the application server (305). When a check result message is received, it is checked (306) what kind of message is received. If the application server that terminates the service according to the result of checking the message type is a message requesting the release of the resource allocation, it sets the information for maintaining the state, inserting the requesting application server into the resource pool and checking whether the message is received (307). As a result of checking whether the message has been received, if there is no received message, it is checked whether each application server currently registered is in a normal state (308). If the result of the check is a normal state, the process transitions to step 305 to check whether a message has been received. If it is determined that there is an application server in an abnormal state, the application server retrieves the requested service request and returns it to the new application server (309), removes the process, and initializes the related information (310). If necessary, a new application server is created and the process proceeds to step 311. If it is determined in step 306 that the kind of the message is a service request message, the load of the application servers in the resource pool is evaluated and the application server having the least load is allocated in step 311. And then proceeds to step 305 to check whether the message has been received after instructing the selected application server to process the request service. If the check result in step 306 is YES, the overall process is terminated.

상술한 바와 같이 본 발명에 의하면 응용 서버의 작업량을 균등하게 조절할 수 있으며, 서비스의 속도를 높일 수 있고, 호스트 시스템의 부하를 크게 줄일 수 있어 성능을 향상시킬 수 있는 훌륭한 효과가 있다.As described above, according to the present invention, the workload of the application server can be uniformly adjusted, the speed of the service can be increased, the load of the host system can be greatly reduced, and the performance can be improved.

Claims (1)

웹 시스템의 기동에 의해 디스패처를 동작시키는 단계와, 상기 디스패처가 응용 서버의 관련 정보를 초기화하고 동작에 필요한 환경 변수를 구하는 단계와, 상기 초기화된 정보와 환경 변수 값을 사용하여 필요한 응용 서버에 데이터베이스를 연결하여 기동시키는 단계와, 상기 기동된 응용 서버를 자원풀에 넣는 단계와, 시스템을 초기화 처리하고 무한 순환 처리에 들어간 디스패처는 사용자 혹은 응용 서버로부터 메시지가 수신되었는지를 검사하는 단계와, 상기 메시지가 수신되었는지의 검사 결과 메시지가 수신되었을 경우 어떤 종류의 메시지가 수신되었는지를 검사하는 단계와, 상기 메시지가 수신되었는지의 검사 결과 수신된 메시지가 없을 경우 현재 등록되어 있는 각 응용 서버의 상태가 정상 상태 인지를 검사하는 단계와, 상기 각 응용 서버의 검사 결과 정상 상태일 경우 메시지가 수신되었는지를 검사하는 단계로 천이하는 단계와, 상기 각 응용 서버의 검사결과 비정상적인 상태의 응용 서버가 존재할 경우 상기 비정상적인 응용 서버가 요구받은 서비스 요구를 회수한 후 비정상 상태의 응용 서버를 초기화하는 단계와, 상기 메시지 종류의 검사 결과에 따라 자원 할당 해제 요구 메시지일 경우 및 상기 비정상 상태의 응용 서버를 초기화한 후 상태 유지를 위한 정보를 설정하고 서비스를 종료한 응용 서버를 자원풀에 되돌리는 단계와, 상기 서비스를 종료한 응용 서버를 자원풀에 되돌리고 메시지가 수신되었는지를 검사하는 가녜로 천이하는 단계와, 상기 메시지 종류의 검사 결과 서비스 요구 메시지일 경우 자원풀의 응용 서버들의 부하를 평가하여 가장 부하가 적은 응용 서버를 할당받는 단계와, 상기 할당된 응용 서버에게 요구 서비스의 처리를 지시 한 후 메시지가 수신되었는지 검사하는 단계로 천이하는 단계와, 상기 메시지 종류의 검사 결과 종료 메시지일 경우 전체 처리를 종료하는 단계를 포함하는 것을 특징으로 하는 웹 상에서 응용 서버 자원화 방법.The method comprising the steps of: operating a dispatcher by activation of a web system; initializing related information of the application server and obtaining environment variables necessary for the operation; A step of inserting the activated application server into a resource pool, a step of initializing the system and checking whether a message has been received from a user or an application server, the dispatcher having entered the endless circulation process, The method comprising the steps of: examining whether a message of a certain type has been received when an inspection result message indicating that the message has been received; Checking whether each application A step of checking whether a message has been received in the case of a normal state as a result of checking whether an abnormal application server exists in an abnormal state; The method comprising the steps of: initializing an application server in a state of an application server in a state of being in an abnormal state, Returning the application server that has terminated the service to the resource pool and checking whether a message has been received; and if the message type is a service request message of the message type, Evaluate the load on the servers to make the least loaded application server The method of claim 1, further comprising the steps of: determining whether a message has been received after instructing the allocated application server to process the requested service; Wherein the application server resource conversion method comprises the steps of:
KR1019960055908A 1996-11-21 1996-11-21 Method of sourcing application server on the web KR100227795B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019960055908A KR100227795B1 (en) 1996-11-21 1996-11-21 Method of sourcing application server on the web

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019960055908A KR100227795B1 (en) 1996-11-21 1996-11-21 Method of sourcing application server on the web

Publications (2)

Publication Number Publication Date
KR19980037192A KR19980037192A (en) 1998-08-05
KR100227795B1 true KR100227795B1 (en) 1999-11-01

Family

ID=19482799

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960055908A KR100227795B1 (en) 1996-11-21 1996-11-21 Method of sourcing application server on the web

Country Status (1)

Country Link
KR (1) KR100227795B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101895540A (en) * 2010-07-12 2010-11-24 中兴通讯股份有限公司 Daemon system and method for application service

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3550503B2 (en) * 1998-11-10 2004-08-04 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and communication system for enabling communication
US8375127B1 (en) * 1999-03-31 2013-02-12 International Business Machines Corporation Method and system for using virtual URLs for load balancing

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101895540A (en) * 2010-07-12 2010-11-24 中兴通讯股份有限公司 Daemon system and method for application service

Also Published As

Publication number Publication date
KR19980037192A (en) 1998-08-05

Similar Documents

Publication Publication Date Title
US10609112B2 (en) Method, server and system for converging desktop application and web application
JP3730563B2 (en) Session management apparatus, session management method, program, and recording medium
WO2020048391A1 (en) Methods and apparatuses for deploying and invoking web services based on multi-tenancy technology
US9189263B1 (en) Object synchronization in shared object space
EP1679602B1 (en) Shared memory based monitoring for application servers
US5329619A (en) Cooperative processing interface and communication broker for heterogeneous computing environments
US7203941B2 (en) Associating a native resource with an application
US7877411B1 (en) System and method for duplication of virtual private server files
US6871223B2 (en) System and method for agent reporting in to server
US6477569B1 (en) Method and apparatus for computer network management
KR20010006803A (en) A method and apparatus for managing client computers in a distributed data processing system
US20050265317A1 (en) Managing the flow of data traffic
US8713582B2 (en) Providing policy-based operating system services in an operating system on a computing system
US20020065915A1 (en) System and method for server-host connection management to serve anticipated future client connections
JPH08272725A (en) System and method for judgment and operation of constituent conformation of server in distributed object environment
US20020161894A1 (en) Mechanism to cache references to Java RMI remote objects implementing the unreferenced interface
US7043726B2 (en) Binding of processes in network systems
KR100227795B1 (en) Method of sourcing application server on the web
CN112363820A (en) Uniform resource pooling container scheduling engine based on heterogeneous hardware and scheduling method thereof
EP2111017A1 (en) Supplying web pages
JP2002505463A (en) Downloadable smart proxy for processing related to remote processing calls in distributed systems
TW457422B (en) A computer software system for eliminating operating system multiple logins under remote program load with network provider dynamic link library
JPH09231148A (en) Decentralized system
CN117851087A (en) Java dynamic byte code-based remote call dynamic extension method
CN111241540A (en) Service processing method and device

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

Year of fee payment: 14

FPAY Annual fee payment

Payment date: 20130729

Year of fee payment: 15

LAPS Lapse due to unpaid annual fee