KR20010008922A - Device and method of remote memory access channel for network virtual memory - Google Patents

Device and method of remote memory access channel for network virtual memory Download PDF

Info

Publication number
KR20010008922A
KR20010008922A KR1019990027010A KR19990027010A KR20010008922A KR 20010008922 A KR20010008922 A KR 20010008922A KR 1019990027010 A KR1019990027010 A KR 1019990027010A KR 19990027010 A KR19990027010 A KR 19990027010A KR 20010008922 A KR20010008922 A KR 20010008922A
Authority
KR
South Korea
Prior art keywords
rmac
memory
page
list
disk
Prior art date
Application number
KR1019990027010A
Other languages
Korean (ko)
Other versions
KR100368721B1 (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 KR10-1999-0027010A priority Critical patent/KR100368721B1/en
Publication of KR20010008922A publication Critical patent/KR20010008922A/en
Application granted granted Critical
Publication of KR100368721B1 publication Critical patent/KR100368721B1/en

Links

Classifications

    • AHUMAN NECESSITIES
    • A01AGRICULTURE; FORESTRY; ANIMAL HUSBANDRY; HUNTING; TRAPPING; FISHING
    • A01GHORTICULTURE; CULTIVATION OF VEGETABLES, FLOWERS, RICE, FRUIT, VINES, HOPS OR SEAWEED; FORESTRY; WATERING
    • A01G9/00Cultivation in receptacles, forcing-frames or greenhouses; Edging for beds, lawn or the like
    • A01G9/24Devices or systems for heating, ventilating, regulating temperature, illuminating, or watering, in greenhouses, forcing-frames, or the like
    • A01G9/246Air-conditioning systems
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F24HEATING; RANGES; VENTILATING
    • F24HFLUID HEATERS, e.g. WATER OR AIR HEATERS, HAVING HEAT-GENERATING MEANS, e.g. HEAT PUMPS, IN GENERAL
    • F24H3/00Air heaters
    • F24H3/02Air heaters with forced circulation
    • F24H3/022Air heaters with forced circulation using electric energy supply

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Thermal Sciences (AREA)
  • Chemical & Material Sciences (AREA)
  • Combustion & Propulsion (AREA)
  • Mechanical Engineering (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Environmental Sciences (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE: A remote memory access channel(RMAC) device for a network virtual memory is provided to back up stored data in a memory of a presently-unused remote workstation when a used physical memory page is reallocated by a hard disk because of physical memory shortage, so as to make the hard disk read the stored data from the memory of the remote workstation without loading the data in the hard disk, to improve an input/output capacity. CONSTITUTION: A remote memory access channel(RMAC) client(1) snaps a 'II_rw_page()' function which is a disk memory system interface, and cashes a memory page in a remote memory. An RMAC supplies the remote memory to other workstation as a server in an RMAC server(2). An RMAC register(3) regularly maintains an RMAC list. A stored RMAC list(4) is operated and maintained by the RMAC client(1). A storing RMAC list(5) is operated and maintained by the RMAC server(2). An RMAC list is operated and maintained by the RMAC register(3).

Description

네트워크 가상 메모리를 위한 원격 메모리 액세스 채널 장치 및 방법{Device and method of remote memory access channel for network virtual memory}Device and method of remote memory access channel for network virtual memory

본 발명은 분산 운영체제 소프트웨어 기술분야에 관한 것으로서, 특히 NOW에서 임의의 워크스테이션이 자신의 지역 메모리 뿐만 아니라, 원격 워크스테이션의 메모리까지 자신의 메모리인 것처럼 사용할 수 있는 원격 메모리 액세스 채널(Remote Memory Access Channel : 이하 RMAC라 칭함) 장치 및 방법에 관한 것이다.TECHNICAL FIELD The present invention relates to the field of distributed operating system software, and in particular, a remote memory access channel that can be used by NOW as if any workstation is its own memory, as well as its local memory. Hereinafter referred to as RMAC).

일반적으로 원격 메모리 이용 기술은 뛰어난 네트워크 성능에 바탕을 둔 기술인데, ATM, Myrinet등의 고속 네트워크 카드의 대역폭은 메모리 대역폭의 절반 수준에 이르고 있다. 원격 메모리 활용에 대한 연구는 원격 페이징, 협력 캐슁, 분산 공유 메모리와 같이 크게 세 분야로 나눠서 진행되고 있다. 원격 페이징과 협력 캐슁은 기존 운영체제의 물리 메모리 시스템과 디스크 메모리 시스템 계층 사이에 전역 메모리 계층을 두어 디스크 입출력을 줄여서 시스템 입출력 성능을 향상시키고자 하는 기술이다. 전역 메모리 데이터 내용을 노드 사이에 상호 공유하는가에 따라서 두 시스템은 구별된다. 분산 공유 메모리는 독립 적인 주소 영역을 갖는 NOW의 메모리들을 단일의 주소 영역으로 사용할 수 있는 프로그래밍 인터페이스를 일반 사용자에게 제공하는 기술이다.In general, remote memory utilization technology is based on excellent network performance. The bandwidth of high-speed network cards such as ATM and Myrinet is about half of the memory bandwidth. Research on the utilization of remote memory is divided into three major areas: remote paging, cooperative caching, and distributed shared memory. Remote paging and cooperative caching is a technology that improves system I / O performance by reducing global I / O by placing a global memory layer between the physical memory system and the disk memory system layer of the existing operating system. The two systems are distinguished by whether global memory data content is shared between nodes. Distributed shared memory is a technology that provides end users with a programming interface that can use NOW's memories with independent address spaces as a single address space.

NOW에서 메모리의 사용율은 평균 30 % 정도이고 최고 70 %를 넘지 않는 것으로 알려져 있다. 또한, ATM과 Myrinet, 그리고 Gigabit Ethernet 등과 같은 1 Gbps 이상의 대역폭을 갖는 고속 네트워크로 연결된 워크스테이션 환경에서 다른 노드의 물리 메모리인 원격 메모리로부터의 데이터 액세스 시간은 지역 디스크의 데이터 엑세스 시간에 비해 10 배 이상 빠른 것으로 알려져 있다.Memory usage in NOW is known to be on average 30% and no more than 70%. In addition, in a high-speed networked workstation environment with more than 1 Gbps of bandwidth, such as ATM, Myrinet, and Gigabit Ethernet, data access time from remote memory, the physical memory of another node, is more than 10 times that of local disk. It is known to be fast.

[표 1]은 프로세서, 메모리, LAN 대역폭 및 디스크 대역폭을 비교한 것으로서, 하기 [표 1]에서 보는 것과 같이 프로세서의 처리 속도나 통신 장비의 대역폭은 매우 빠르게 발전하고 있는 반면, 디스크 저장 장치의 발전 속도는 매우 느리다. 이에 따라, 자신의 디스크 저장 장치만을 사용하는 것 보다는 고속의 네트워크와 고성능의 프로세서를 이용하여 원격 워크스테이션의 메모리를 자신의 가상 메모리나 캐쉬로 활용할 필요성이 대두되었다.[Table 1] is a comparison of processor, memory, LAN bandwidth, and disk bandwidth. As shown in [Table 1], the processing speed of a processor and the bandwidth of communication equipment are rapidly developing, whereas the development of disk storage devices is shown. The speed is very slow. Accordingly, there is a need to utilize the memory of a remote workstation as its virtual memory or cache using a high speed network and a high performance processor rather than using only its own disk storage device.

구분division 1985년1985 1990년1990's 1995년1995 2000년2000's 프로세서Processor 1 GFlops1 GFlops 8 GFlops8 gflops 300 GFlops300 gflops 3 TFlops3 TFlops 메모리Memory 73 MB73 MB 2.3 GB2.3 GB 85 GB85 GB 720 GB720 GB LAN 대역폭LAN bandwidth 90 Mbps90 Mbps 380 Mbps380 Mbps 4.5 Gbps4.5 Gbps 38 Gbps38 Gbps 디스크 대역폭(SCSI 기준)Disk Bandwidth (SCSI Standards) 5 MB/sec5 MB / sec 10 MB/sec10 MB / sec 20 MB/sec20 MB / sec 40 MB/sec 이상 개발중Under 40 MB / sec development

따라서, 본 발명의 목적은 물리 메모리 부족으로 현재 사용중인 물리 메모리 페이지를 지역 디스크로 재할당해야 하는 경우에 이 메모리에 저장된 데이터를 원격 메모리에 백업함으로써, 다음에 이 데이터가 필요한 경우에 지역 디스크가 아닌 원격 메모리로부터 읽어 오게 하여 워크스테이션의 입출력 성능을 향상시킬 수 있는 네트워크 가상 메모리를 위한 원격 메모리 액세스 채널 장치 및 방법을 제공하는데 있다.Therefore, an object of the present invention is to back up the data stored in this memory to the remote memory when real memory pages need to be reallocated to the local disk due to lack of physical memory, so that the local disk can be stored next time this data is needed. To provide a remote memory access channel device and method for network virtual memory that can be read from the remote memory to improve the input and output performance of the workstation.

상기한 목적을 달성하기 위한 본 발명에 따른 네트워크 가상 메모리를 위한 원격 메모리 액세스 채널 장치는 디스크 메모리 시스템 인터페이스인 ll_rw_page() 함수를 가로채어 메모리 페이지를 원격 메모리에 캐슁하기 위한 RMAC 클라이언트와; RMAC가 서버로서 다른 워크스테이션에게 원격 메모리를 제공하기 위한 원격 메모리 액세스 채널 서버와; RMAC 리스트를 일관성 있게 유지하기 위한 원격 메모리 액세스 채널 등록기와; 상기 원격 메모리 액세스 채널 클라이언트에 의해 유지, 관리되는 스토어드(stored) 원격 메모리 액세스 채널 리스트와; 상기 원격 메모리 액세스 채널 서버에 의해 유지, 관리되는 원격 메모리 액세스 채널 스토링(stroing) 리스트와; 상기 원격 메모리 액세스 채널 등록기에 의해 유지, 관리되는 원격 메모리 액세스 채널 리스트를 포함하여 이루어지는 것을 특징으로 한다.In accordance with another aspect of the present invention, there is provided a remote memory access channel apparatus for network virtual memory, comprising: an RMAC client for intercepting a ll_rw_page () function, which is a disk memory system interface, and caching a memory page in a remote memory; A remote memory access channel server for which RMAC provides remote memory to other workstations as a server; A remote memory access channel register for maintaining a consistent list of RMACs; A list of stored remote memory access channels maintained and managed by the remote memory access channel client; A remote memory access channel storage list maintained and maintained by the remote memory access channel server; And a remote memory access channel list maintained and managed by the remote memory access channel register.

또한, 본 발명에 따른 네트워크 가상 메모리를 위한 원격 메모리 액세스 방법은 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 쓰기를 위해 ll_rw_page() 함수를 호출하면, RMAC 클라이언트가 리스트에서 교체 알고리즘을 통해 적절한 원격 메모리를 선택하는 제 1 단계와; 상기 제 1 단계로부터 선택된 원격 메모리를 제공하는 RMAC 서버에 디스크 쓰기 요구된 메모리 페이지를 캐슁하는 "쓰기 요구 메시지"를 보내는 제 2 단계와; 상기 제 2 단계로부터 스토어드 원격 메모리 액세스 채널 리스트에 캐슁한 내용을 추가하는 제 3 단계와; 상기 2 단계로부터 디스크 쓰기 요구된 메모리 페이지의 데이터 내용이 변경되었다면 메모리 페이지를 디스크 메모리에 저장하는 제 4 단계를 포함하여 이루어지는 것을 특징으로 한다.In addition, in the remote memory access method for network virtual memory according to the present invention, when the network virtual memory system and the file system call the ll_rw_page () function for disk writing, the RMAC client selects an appropriate remote memory from the list through a replacement algorithm. A first step of doing; Sending a " write request message " that caches a disk write requested memory page to an RMAC server providing the remote memory selected from the first step; A third step of adding content cached to the stored remote memory access channel list from the second step; And a fourth step of storing the memory page in the disk memory if the data content of the memory page for which the disk write request has been changed from the second step.

또한, 본 발명에 따른 네트워크 가상 메모리를 위한 원격 메모리 액세스 방법은 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 읽기를 위해 ll_rw_page() 함수를 호출하면, 이 함수를 가로채어 RMAC 클라이언트가 스토어드 RMAC 리스트를 조사하여 요구된 메모리 페이지가 원격 메모리에 캐슁되었는지 확인하는 제 1 단계와; 상기 제 1 단계로부터 캐슁되어 있다면 요구된 메모리 페이지를 읽어오는 RMAC 읽기 요구 메시지를 RMAC 서버에 전송하고, 캐슁되어 있지 않다면 디스크 메모리 시스템이 원래 제공한 인터페이스인 ll_rw_page() 함수를 호출하는 제 2 단계와; 상기 제 2 단계로부터 RMAC 서버가 RMAC 읽기 요구 메시지를 받으면 스토링 RMAC 리스트를 조사하여 요구된 메모리 페이지를 캐슁하고 있는지 검사하는 제 3 단계와; 상기 제 3 단계로부터 캐슁하고 있다면 요구된 메모리 페이지로 RMAC 읽기 요구 응답 메시지를 만들어 RMAC 클라이언트에 전송하여 스토링 RMAC 리스트에서 요구된 메모리 페이지 항목을 삭제하고, 캐슁 하고 있지 않다면 RMAC 읽기 오류 메시지를 RMAC 클라이언트에게 전송하는 제 4 단계를 포함하여 이루어지는 것을 특징으로 한다.In addition, in the remote memory access method for network virtual memory according to the present invention, when the network virtual memory system and the file system call the ll_rw_page () function for disk reading, the RMAC client intercepts this function and examines the stored RMAC list. A first step of verifying that the requested memory page is cached in the remote memory; A second step of transmitting an RMAC read request message for reading the requested memory page to the RMAC server if cached from the first step, and calling the ll_rw_page () function, which is an interface originally provided by the disk memory system, if not cached; ; A third step of checking if the RMAC server receives the RMAC read request message from the second step and examining the storage RMAC list to cache the requested memory page; If it is caching from the third step, it makes an RMAC read request response message with the requested memory page and sends it to the RMAC client to delete the requested memory page item from the storage RMAC list, and if it is not caching, sends an RMAC read error message to the RMAC client. It characterized in that it comprises a fourth step of transmitting to.

또한, 본 발명은 ll_rw_page() 함수를 호출하면, RMAC 클라이언트가 리스트에서 교체 알고리즘을 통해 적절한 원격 메모리를 선택하는 제 1 단계와; 상기 제 1 단계로부터 선택된 원격 메모리를 제공하는 RMAC 서버에 디스크 쓰기 요구된 메모리 페이지를 캐슁하는 "쓰기 요구 메시지"를 보내는 제 2 단계와; 상기 제 2 단계로부터 스토어드 원격 메모리 액세스 채널 리스트에 캐슁한 내용을 추가하는 제 3 단계와; 상기 2 단계로부터 디스크 쓰기 요구된 메모리 페이지의 데이터 내용이 변경되었다면 메모리 페이지를 디스크 메모리에 저장하는 제 4 단계를 수행하여 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 쓰기를 실행하는 단계와; ll_rw_page() 함수를 호출하면, 이 함수를 가로채어 RMAC 클라이언트가 스토어드 RMAC 리스트를 조사하여 요구된 메모리 페이지가 원격 메모리에 캐슁되었는지 확인하는 제 1 단계와; 상기 제 1 단계로부터 캐슁되어 있다면 요구된 메모리 페이지를 읽어오는 RMAC 읽기 요구 메시지를 RMAC 서버에 전송하고, 캐슁되어 있지 않다면 디스크 메모리 시스템이 원래 제공한 인터페이스인 ll_rw_page() 함수를 호출하는 제 2 단계와; 상기 제 2 단계로부터 RMAC 서버가 RMAC 읽기 요구 메시지를 받으면 스토링 RMAC 리스트를 조사하여 요구된 메모리 페이지를 캐슁하고 있는지 검사하는 제 3 단계와; 상기 제 3 단계로부터 캐슁하고 있다면 요구된 메모리 페이지로 RMAC 읽기 요구 응답 메시지를 만들어 RMAC 클라이언트에 전송하여 스토링 RMAC 리스트에서 요구된 메모리 페이지 항목을 삭제하고, 캐슁 하고 있지 않다면 RMAC 읽기 오류 메시지를 요구한 RMAC 클라이언트에게 전송하는 제 4 단계를 수행하여 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 읽기를 실행하는 단계를 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체인 것을 특징으로 한다.The present invention also provides a method comprising: a first step of, when the ll_rw_page () function is called, an RMAC client selects an appropriate remote memory through a replacement algorithm in a list; Sending a " write request message " that caches a disk write requested memory page to an RMAC server providing the remote memory selected from the first step; A third step of adding content cached to the stored remote memory access channel list from the second step; Performing a fourth step of storing the memory page in the disk memory if the data content of the memory page for which the disk write request has been changed from the second step is performed by the network virtual memory system and the file system to perform disk writing; calling the ll_rw_page () function, intercepting this function to ensure that the RMAC client examines the stored RMAC list to verify that the requested memory page is cached in the remote memory; A second step of transmitting an RMAC read request message for reading the requested memory page to the RMAC server if cached from the first step, and calling the ll_rw_page () function, which is an interface originally provided by the disk memory system, if not cached; ; A third step of checking if the RMAC server receives the RMAC read request message from the second step and examining the storage RMAC list to cache the requested memory page; If it is caching from the third step, it creates an RMAC read request response message with the requested memory page and sends it to the RMAC client to delete the requested memory page item from the storage RMAC list, and if it is not caching, request an RMAC read error message. And a computer-readable recording medium having recorded thereon a program for executing a disk read by the network virtual memory system and the file system by performing a fourth step of transmitting to the RMAC client.

도 1은 본 발명에 적용되는 원격 메모리 액세스 채널 쓰기 처리 메커니즘을 도시한 도면.1 illustrates a remote memory access channel write processing mechanism applied to the present invention.

도 2는 본 발명에 적용되는 원격 메모리 액세스 채널 읽기 처리 메커니즘을 도시한 도면.Figure 2 illustrates a remote memory access channel read processing mechanism applied to the present invention.

도 3은 본 발명에 따른 원격 메모리 액세스 채널 구조도.3 is a schematic diagram of a remote memory access channel in accordance with the present invention.

〈도면의 주요 부분에 대한 부호 설명〉<Description of Signs of Major Parts of Drawings>

1 : RMAC 클라이언트 2 : RMAC 서버1: RMAC Client 2: RMAC Server

3 : RMAC 등록기 4 : Stored RMAC 리스트3: RMAC Register 4: Stored RMAC List

5 : Storing RMAC 리스트 6 : 하드 디스크 컨트롤러5: Storing RMAC List 6: Hard Disk Controllers

7 : 지역 디스크 컨트롤러7: local disk controller

본 발명은 크게 RMAC 클라이언트(1), RMAC 서버(2), RMAC 등록기(3)와 같은 세 가지 부시스템으로 구성된다. 주요 데이터 구조로서 stored RMAC 리스트(4), storing RMAC 리스트(5), RMAC 리스트가 있는데, 이들은 차례대로 RMAC 클라이언트(1), RMAC 서버(2), RMAC 등록기(3)에 의해 유지, 관리된다.The present invention largely consists of three sub-systems, such as RMAC client 1, RMAC server 2, and RMAC register 3. The main data structures are stored RMAC list (4), storing RMAC list (5), and RMAC list, which are in turn maintained and managed by the RMAC client (1), the RMAC server (2), and the RMAC register (3).

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

도 1은 본 발명에 적용되는 원격 메모리 액세스 채널 쓰기 처리 메커니즘을 도시한 도면이고, 도 2는 본 발명에 적용되는 원격 메모리 액세스 채널 읽기 처리 메커니즘을 도시한 도면이고, 도 3은 본 발명에 따른 원격 메모리 액세스 채널 구조도이다.1 is a diagram showing a remote memory access channel write processing mechanism applied to the present invention, FIG. 2 is a diagram showing a remote memory access channel read processing mechanism applied to the present invention, and FIG. 3 is a remote according to the present invention. Memory access channel structure diagram.

먼저, 첫 번째로 RMAC의 구조에 대해 설명하면 다음과 같다.First, the structure of the RMAC will be described first.

1. RMAC 리스트1. RMAC List

현재 이용 가능한 원격 메모리에 대한 정보를 제공하는데 사용하는 데이터 구조이다. NOW 내의 각각의 RMAC 서버를 구별해 주는 RMAC 서버 식별자, 각각의 RMAC 서버내에서 원격 메모리 페이지를 서로 구별해주는 RMAC 식별자, 이 원격 메모리 페이지의 중요도를 제공하는 age로 이루어진 항목을 갖는다.A data structure used to provide information about the currently available remote memory. It contains an RMAC server identifier that identifies each RMAC server in NOW, an RMAC identifier that distinguishes remote memory pages from each other within each RMAC server, and an age that provides the importance of this remote memory page.

2. RMAC 등록기(3)2. RMAC Register (3)

NOW내의 네트워크 가상 메모리 시스템은 같은 내용의 RMAC 리스트를 각각 갖게 된다. RMAC 등록기는 RMAC 리스트를 일관성 있게 유지하는 서브 시스템인데, 각 노드의 RMAC 등록기들은 서로 협력하여 RMAC 리스트를 일관성 있게 유지한다.Network virtual memory systems in NOW will each have a RMAC list of the same content. The RMAC register is a subsystem that maintains a consistent list of RMACs. The RMAC registers of each node cooperate with each other to keep the RMAC list consistent.

3. Stored RMAC 리스트(4)3.Stored RMAC List (4)

RMAC가 클라이언트로서 자신의 메모리 페이지를 원격 메모리에 캐슁한 것에 대한 정보를 유지, 관리하는데 사용하는 데이터 구조이다. RMAC 서버 식별자, RMAC 식별자, 디스크 메모리 페이지를 서로 구별해주는 디스크 메모리 페이지 식별자로 이루어진 항목을 갖는다.A data structure that RMAC uses as a client to maintain and maintain information about caching its memory pages in remote memory. It has an item consisting of an RMAC server identifier, an RMAC identifier, and a disk memory page identifier that distinguishes a disk memory page from each other.

4. RMAC 클라이언트(1)4. RMAC Client (1)

디스크 메모리 시스템 인터페이스인 ll_rw_page() 함수를 가로채어 메모리 페이지를 원격 메모리에 캐슁하는 서브 시스템이다. Stored RMAC 리스트로 현재 캐슁하고 있는 메모리 페이지에 대한 정보를 관리한다.A subsystem that caches memory pages in remote memory by intercepting the ll_rw_page () function, a disk memory system interface. Stored RMAC list manages information about memory pages that are currently cached.

5. Storing RMAC 리스트(5)5. Storing RMAC List (5)

RMAC가 서버로서 다른 노드의 메모리 페이지를 캐슁한 내용을 관리하기 위해 사용되는 데이터 구조이다. 메모리 페이지의 캐슁을 요구한 클라이언트를 구별해주는 RMAC 클라이언트 식별자, RMAC 식별자, 물리 메모리 페이지를 구별해주는 물리 메모리 페이지 식별자로 이루어진 항목을 갖는다.Data structure used by RMAC to manage the caching of memory pages from other nodes as a server. It has an item consisting of an RMAC client identifier, an RMAC identifier, and a physical memory page identifier that identifies a physical memory page.

6. RMAC 서버(2)6. RMAC Server (2)

RMAC가 서버로서 다른 워크스테이션에게 원격 메모리를 제공하는 서브 시스템이다. Storing RMAC 리스트로 현재 캐슁한 내용을 관리한다.RMAC is a subsystem that provides remote memory to other workstations as a server. Storing RMAC list manages the current cache.

두 번째로, RMAC 간의 통신 프로토콜을 살펴보면, RMAC 들이 다음 메시지들을 통하여 서로간에 통신을 한다.Second, looking at the communication protocol between RMACs, RMACs communicate with each other through the following messages.

1. RMAC 리스트 메시지1. RMAC List Message

현재 이용 가능한 원격 메모리 정보를 유지하기위해 RMAC 등록기 사이에 교환하는 메시지.Messages exchanged between RMAC registrars to maintain currently available remote memory information.

2. RMAC 쓰기 요구 메시지2. RMAC Write Request Message

RMAC 클라이언트가 RMAC 서버에게 메모리 페이지의 캐슁을 요구하는데 사용하는 메시지.Message used by the RMAC client to request caching of memory pages from the RMAC server.

3. RMAC 읽기 요구 메시지3. RMAC Read Request Message

RMAC 클라이언트가 기존에 원격 메모리에 캐슁한 메모리 페이지를 읽어오기 위해 RMAC 서버에게 보내는 메시지.Sent by an RMAC client to an RMAC server to read a page of memory previously cached in remote memory.

4. RMAC 읽기 요구 응답 메시지4. RMAC Read Request Response Message

RMAC 서버가 RMAC 읽기 요구 메시지를 받았을 때, 요구한 메모리 페이지를 캐슁 하고 있으면, 요구된 메모리 페이지를 RMAC 클라이언트에게 전달하는데 사용하는 메시지.Message used to deliver the requested memory page to the RMAC client if the RMAC server is caching the requested memory page when it receives an RMAC read request message.

5. RMAC 읽기 오류 메시지5. RMAC Read Error Message

RMAC 서버가 RMAC 읽기 요구 메시지를 받았을 때, 요구한 메모리 페이지를 캐슁하고 있지 않을 때, RMAC 클라이언트에게 읽기 요구 실패를 알리기 위해 사용하는 메시지.A message used to notify an RMAC client that a read request has failed when the RMAC server receives an RMAC read request message and is not caching the requested memory page.

6. RMAC 리스트 메시지6. RMAC List Message

현재 이용 가능한 원격 메모리 정보를 유지하기위해 RMAC 등록기 사이에 교환하는 메시지.Messages exchanged between RMAC registrars to maintain currently available remote memory information.

셋 째로, 네트워크 가상 메모리 기본 동작을 살펴보면 다음과 같다.Third, the basic operation of network virtual memory is as follows.

네트워크 가상 메모리 시스템은 다음과 같은 기본 동작을 한다.The network virtual memory system performs the following basic operations.

1. RMAC 캐쉬 리스트의 관리1. Managing the RMAC Cache List

RMAC 리스트는 RMAC 등록기(3)에 의해 관리된다. 네트워크 가상 메모리 시스템을 구성하는 각각의 RMAC 등록기(3)는 타이머 인터럽트(timer interrupt)의해 일정한 시간 간격으로 구동 된다. RMAC 등록기(3)는 다음과 같은 메커니즘으로 자신이 제공할 수 있는 원격 메모리에 대한 정보를 다른 RMAC에 전달한다.The RMAC list is managed by the RMAC register 3. Each RMAC register 3 constituting the network virtual memory system is driven at regular time intervals by a timer interrupt. The RMAC register 3 conveys information about the remote memory that it can provide to other RMACs by the following mechanism.

1) 현재 워크스테이션이 사용 중인지 검사한다.1) Check if the workstation is currently in use.

2) 현재 워크스테이션이 사용 중이면, 빈 내용의 RMAC 리스트 메시지를 각 RMAC 등록기에 전송한다.2) If the workstation is currently busy, send a blank RMAC list message to each RMAC register.

3) 현재 워크스테이션이 미사용 중이면, 현재 저장된 RMAC 리스트의 내용과 자신이 원격 메모리로 제공할 수 있는 RMAC 리스트의 내용으로 이루어진 메시지를 RMAC 등록기에 전송한다.3) If the current workstation is not in use, it sends a message to the RMAC register that contains the contents of the currently stored RMAC list and the contents of the RMAC list that it can provide to remote memory.

4) 메시지를 받은 RMAC 등록기는 자신의 RMAC 리스트에서 메시지를 전송한 RMAC 와 관련된 이전의 항목들을 제거하고, 새로이 받은 내용으로 수정한다.4) The RMAC Registrar who received the message removes the previous items related to the RMAC that sent the message from its RMAC list and corrects the newly received content.

2. 네트워크 가상 메모리 교체 알고리즘2. Network Virtual Memory Replacement Algorithm

네트워크 가상 메모리 시스템은 LRU를 기본으로 교체 알고리즘을 수행한다. RMAC 리스트에 있는 각각의 원격 메모리 페이지는 age를 갖고 있는데, 이 중에서 age 값이 가장 큰 메모리 페이지를 선택한다The network virtual memory system performs a replacement algorithm based on the LRU. Each remote memory page in the RMAC list has an age, of which the memory page with the highest age is selected.

3. RMAC 쓰기 요구의 처리3. Handling of RMAC Write Requests

네트워크 가상 메모리 시스템과 파일 시스템이 디스크 쓰기를 위해 ll_rw_page() 함수를 호출하면, 그 것을 가로채 RMAC 클라이언트(1)는 다음과 같이 처리한다.When the network virtual memory system and the file system call the ll_rw_page () function for disk writing, the RMAC client 1 intercepts and processes as follows.

1) RMAC 클라이언트(1)는 리스트에서 교체 알고리즘을 통해 적절한 원격 메모리를 선택한다(102, 103).1) The RMAC client 1 selects the appropriate remote memory via a replacement algorithm from the list (102, 103).

2) 선택된 원격 메모리를 제공하는 RMAC 서버(2)에 디스크 쓰기 요구된 메모리 페이지를 캐슁하는 "쓰기 요구 메시지(write request message)"를 보낸다(104).2) Send 104 a " write request message " that caches a memory write requested memory page to the RMAC server 2 providing the selected remote memory.

3) stored RMAC 리스트(4)에 캐슁한 내용을 추가한다(105).3) The cached content is added to the stored RMAC list 4 (105).

4) 만약, 디스크 쓰기 요구된 메모리 페이지의 데이터 내용이 변경되었다면 메모리 페이지를 디스크 메모리(6)에 저장한다(106).4) If the data content of the memory page for which the disk write request has been changed, the memory page is stored in the disk memory 6 (106).

4. RMAC 쓰기 요구 메시지의 처리4. Processing RMAC Write Request Messages

RMAC 서버(2)가 RMAC 쓰기 요구 메시지를 받으면, 다음과 같은 메커니즘에 의해 처리한다.When the RMAC server 2 receives the RMAC write request message, it processes by the following mechanism.

1) 현재 워크스테이션이 사용 중인지 검사한다.1) Check if the workstation is currently in use.

2) 만약 워크스테이션이 미사용 중이면, 물리 메모리 시스템으로부터 메모리 페이지를 할당 받는다.2) If the workstation is not in use, memory pages are allocated from the physical memory system.

3) 캐슁 요구된 메모리 페이지를 저장한다.3) Cache Stores the requested memory page.

4) 캐슁 사항을 Storing RMAC 리스트(5)에 저장한다.4) The cached information is stored in the Storing RMAC list (5).

5) 만약, 워크스테이션이 사용 중이면 메시지를 무시한다.5) Ignore the message if the workstation is busy.

6) RMAC 쓰기 요구 메시지에 대하여, RMAC 서버(2)는 성공 유무에 관계없이 직접 확인 메시지(acknowledge message)를 보내지않고, 후에 RMAC 리스트 메시지에 의해 전달한다.6) For the RMAC write request message, the RMAC server 2 does not send an acknowledgment message directly, with or without success, and later delivers it by the RMAC list message.

5. RMAC 읽기 요구 메시지의 처리5. Processing RMAC Read Request Messages

네트워크 가상 메모리 시스템과 파일 시스템이 디스크 읽기를 위해 ll_rw_page() 함수를 호출하면 이 함수를 가로채어(201), RMAC 클라이언트(1)는 다음과 같이 처리한다.When the network virtual memory system and the file system call the ll_rw_page () function to read a disk, the function is intercepted (201), and the RMAC client 1 processes as follows.

1) RMAC 클라이언트(1)는 Stored RMAC 리스트(4)를 조사하여 요구된 메모리 페이지가 원격 메모리에 캐슁되었는지 확인한다(202, 203).1) The RMAC client 1 examines the Stored RMAC List 4 to see if the requested memory page has been cached in the remote memory (202, 203).

2) 만약, 캐슁되어 있다면 요구된 메모리 페이지를 읽어오는 RMAC 일기 요구 메시지를 RMAC 서버(2)에 보낸다(204, 207).2) If cached, sends an RMAC weather request message to the RMAC server 2 which reads the requested memory page (204, 207).

3) 프로세스는 블록한다. 만약, 캐슁되어 있지 않다면 디스크 메모리 시스템(7)이 원래 제공한 인터페이스인 ll_rw_page() 함수를 호출한다(208)3) The process blocks. If it is not cached, the ll_rw_page () function, which is the interface originally provided by the disk memory system 7, is called (208).

6. RMAC 읽기 요구 메시지의 처리6. Handling of RMAC Read Request Messages

RMAC 서버(2)가 RMAC 읽기 요구 메시지를 받으면 다음과 같은 메커니즘에 의해 처리한다(205, 206).When the RMAC server 2 receives the RMAC read request message, it processes by the following mechanism (205, 206).

1) Storing RMAC 리스트(5)를 조사하여 요구된 메모리 페이지를 캐슁하고 있는지 검사한다.1) Examine the Storing RMAC list 5 to see if it is caching the requested memory page.

2) 만약, 캐슁하고 있다면 요구된 메모리 페이지로 RMAC 읽기 요구 응답 메시지를 만들어 RMAC 클라이언트(1)에 전송한다.2) If caching, an RMAC read request response message is created with the requested memory page and sent to the RMAC client (1).

3) Storing RMAC 리스트(5)에서 요구된 메모리 페이지 항목을 삭제한다.3) The requested memory page item is deleted from the Storing RMAC list (5).

4) 만약, 캐슁 하고 있지 않다면 RMAC 읽기 오류 메시지를 요구한 RMAC 클라이언트(1)에게 보낸다.4) If not caching, send an RMAC read error message to the requesting RMAC client (1).

7. RMAC 읽기 오류 메시지의 처리7. Handling RMAC Read Error Messages

RMAC 클라이언트(1)가 RMAC 읽기 오류 메시지를 받으면, 디스크 메모리 시스템이 원래 제공한 인터페이스인 ll_rw_page()를 호출하여 메모리 페이지를 디스크 메모리에서 읽어온다.When the RMAC client 1 receives an RMAC read error message, the memory page is read from the disk memory by calling ll_rw_page (), which is an interface originally provided by the disk memory system.

이상에서 설명한 본 발명은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 있어 본 발명의 기술적 사상을 벗어나지 않는 범위에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the spirit of the present invention for those skilled in the art to which the present invention pertains. It is not limited.

상술한 바와 같이, 본 발명은 원격 메모리 액세스 채널 장치를 NOW에 적용함으로써 임의의 워크스테이션이 자신의 지역 메모리 뿐만 아니라, 원격 워크스테이션의 메모리까지 자신의 메모리 인 것처럼 사용할 수 있게 하는 네트워크 가상 메모리를 사용할 수 있게 되어 지역 메모리의 영역을 원격 메모리 영역까지 확장시킬 수 있다.As noted above, the present invention uses a network virtual memory that allows any workstation to use not only its local memory but also the memory of the remote workstation as if it were its memory by applying the remote memory access channel device to NOW. This allows the area of local memory to be extended to remote memory areas.

또한, 제안된 네트워크 가상 메모리를 위한 원격 메모리 액세스 채널 장치와 방법은 기존 운영체제의 물리 메모리 시스템과 지역 디스크 시스템의 중간 계층에 위치하여, 물리 메모리 부족으로 사용중인 물리 메모리 페이지를 하드 디스크로 재할당하는 경우에 메모리에 저장된 데이터를 현재 미사용 중인 원격 워크스테이션의 메모리에 백업함으로써, 다음에 이 데이터가 필요한 경우에 워크스테이션의 하드 디스크에서 로딩하지 않고 네트워크 상의 원격 워크스테이션의 메모리로부터 읽어옴으로써 입출력 성능을 향상시킬 수 있다.In addition, the proposed remote memory access channel apparatus and method for network virtual memory is located in the middle layer of the physical memory system and the local disk system of the existing operating system, and reallocates the physical memory page to the hard disk due to lack of physical memory. In some cases, the data stored in memory is backed up to the memory of the remote workstation that is not currently in use, so that the next time this data is needed, the I / O performance is read from the remote workstation's memory on the network without loading from the workstation's hard disk. Can be improved.

Claims (4)

디스크 메모리 시스템 인터페이스인 ll_rw_page() 함수를 가로채어 메모리 페이지를 원격 메모리에 캐슁하기 위한 원격 메모리 액세스 채널(RMAC) 클라이언트와;A remote memory access channel (RMAC) client for intercepting the ll_rw_page () function, which is a disk memory system interface, for caching memory pages into remote memory; RMAC가 서버로서 다른 워크스테이션에게 원격 메모리를 제공하기 위한 원격 메모리 액세스 채널 서버와;A remote memory access channel server for which RMAC provides remote memory to other workstations as a server; RMAC 리스트를 일관성 있게 유지하기 위한 원격 메모리 액세스 채널 등록기와;A remote memory access channel register for maintaining a consistent list of RMACs; 상기 원격 메모리 액세스 채널 클라이언트에 의해 유지, 관리되는 스토어드(stored) 원격 메모리 액세스 채널 리스트와;A list of stored remote memory access channels maintained and managed by the remote memory access channel client; 상기 원격 메모리 액세스 채널 서버에 의해 유지, 관리되는 원격 메모리 액세스 채널 스토링(stroing) 리스트와;A remote memory access channel storage list maintained and maintained by the remote memory access channel server; 상기 원격 메모리 액세스 채널 등록기에 의해 유지, 관리되는 원격 메모리 액세스 채널 리스트를 포함하여 이루어지는 것을 특징으로 하는 네트워크 가상 메모리를 위한 원격 메모리 액세스 채널 장치.And a remote memory access channel list maintained and managed by the remote memory access channel register. 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 쓰기를 위해 ll_rw_page() 함수를 호출하면, RMAC 클라이언트가 리스트에서 교체 알고리즘을 통해 적절한 원격 메모리를 선택하는 제 1 단계와;When the network virtual memory system and the file system call the ll_rw_page () function for disk writing, the RMAC client selecting a suitable remote memory through a replacement algorithm from a list; 상기 제 1 단계로부터 선택된 원격 메모리를 제공하는 RMAC 서버에 디스크 쓰기 요구된 메모리 페이지를 캐슁하는 "쓰기 요구 메시지"를 보내는 제 2 단계와;Sending a " write request message " that caches a disk write requested memory page to an RMAC server providing the remote memory selected from the first step; 상기 제 2 단계로부터 스토어드 원격 메모리 액세스 채널 리스트에 캐슁한 내용을 추가하는 제 3 단계와;A third step of adding content cached to the stored remote memory access channel list from the second step; 상기 2 단계로부터 디스크 쓰기 요구된 메모리 페이지의 데이터 내용이 변경되었다면 메모리 페이지를 디스크 메모리에 저장하는 제 4 단계를 포함하여 이루어지는 것을 특징으로 하는 네트워크 가상 메모리를 위한 원격 메모리 액세스 방법.And a fourth step of storing the memory page in the disk memory if the data content of the memory page requested to write the disk from the second step is changed. 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 읽기를 위해 ll_rw_page() 함수를 호출하면, 이 함수를 가로채어 RMAC 클라이언트가 스토어드 RMAC 리스트를 조사하여 요구된 메모리 페이지가 원격 메모리에 캐슁되었는지 확인하는 제 1 단계와;When the network virtual memory system and the file system call the ll_rw_page () function for disk reads, the first step is to intercept this function so that the RMAC client examines the stored RMAC list to verify that the requested memory page is cached in remote memory. ; 상기 제 1 단계로부터 캐슁되어 있다면 요구된 메모리 페이지를 읽어오는 RMAC 일기 요구 메시지를 RMAC 서버에 전송하고, 캐슁되어 있지 않다면 디스크 메모리 시스템이 원래 제공한 인터페이스인 ll_rw_page() 함수를 호출하는 제 2 단계와;A second step of sending an RMAC diary request message for reading the requested memory page to the RMAC server if cached from the first step, and calling the ll_rw_page () function, which is an interface originally provided by the disk memory system, if not cached; ; 상기 제 2 단계로부터 RMAC 서버가 RMAC 읽기 요구 메시지를 받으면 스토링 RMAC 리스트를 조사하여 요구된 메모리 페이지를 캐슁하고 있는지 검사하는 제 3 단계와;A third step of checking if the RMAC server receives the RMAC read request message from the second step and examining the storage RMAC list to cache the requested memory page; 상기 제 3 단계로부터 캐슁하고 있다면 요구된 메모리 페이지로 RMAC 읽기 요구 응답 메시지를 만들어 RMAC 클라이언트에 전송하여 스토링 RMAC 리스트에서 요구된 메모리 페이지 항목을 삭제하고, 캐슁 하고 있지 않다면 RMAC 읽기 오류 메시지를 요구한 RMAC 클라이언트에게 전송하는 제 4 단계를 포함하여 이루어지는 것을 특징으로 하는 네트워크 가상 메모리를 위한 원격 메모리 액세스 방법.If it is caching from the third step, it creates an RMAC read request response message with the requested memory page and sends it to the RMAC client to delete the requested memory page item from the storage RMAC list, and if it is not caching, request an RMAC read error message. And a fourth step of transmitting to the RMAC client. ll_rw_page() 함수를 호출하면, RMAC 클라이언트가 리스트에서 교체 알고리즘을 통해 적절한 원격 메모리를 선택하는 제 1 단계와;calling the ll_rw_page () function, the RMAC client selecting a suitable remote memory through a replacement algorithm from a list; 상기 제 1 단계로부터 선택된 원격 메모리를 제공하는 RMAC 서버에 디스크 쓰기 요구된 메모리 페이지를 캐슁하는 "쓰기 요구 메시지"를 보내는 제 2 단계와;Sending a " write request message " that caches a disk write requested memory page to an RMAC server providing the remote memory selected from the first step; 상기 제 2 단계로부터 스토어드 원격 메모리 액세스 채널 리스트에 캐슁한 내용을 추가하는 제 3 단계와;A third step of adding content cached to the stored remote memory access channel list from the second step; 상기 2 단계로부터 디스크 쓰기 요구된 메모리 페이지의 데이터 내용이 변경되었다면 메모리 페이지를 디스크 메모리에 저장하는 제 4 단계를 수행하여 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 쓰기를 실행하는 단계와;Performing a fourth step of storing the memory page in the disk memory if the data content of the memory page for which the disk write request has been changed from the second step is performed by the network virtual memory system and the file system to perform disk writing; ll_rw_page() 함수를 호출하면, 이 함수를 가로채어 RMAC 클라이언트가 스토어드 RMAC 리스트를 조사하여 요구된 메모리 페이지가 원격 메모리에 캐슁되었는지 확인하는 제 1 단계와;calling the ll_rw_page () function, intercepting this function to ensure that the RMAC client examines the stored RMAC list to verify that the requested memory page is cached in the remote memory; 상기 제 1 단계로부터 캐슁되어 있다면 요구된 메모리 페이지를 읽어오는 RMAC 일기 요구 메시지를 RMAC 서버에 전송하고, 캐슁되어 있지 않다면 디스크 메모리 시스템이 원래 제공한 인터페이스인 ll_rw_page() 함수를 호출하는 제 2 단계와;A second step of sending an RMAC diary request message for reading the requested memory page to the RMAC server if cached from the first step, and calling the ll_rw_page () function, which is an interface originally provided by the disk memory system, if not cached; ; 상기 제 2 단계로부터 RMAC 서버가 RMAC 읽기 요구 메시지를 받으면 스토링 RMAC 리스트를 조사하여 요구된 메모리 페이지를 캐슁하고 있는지 검사하는 제 3 단계와;A third step of checking if the RMAC server receives the RMAC read request message from the second step and examining the storage RMAC list to cache the requested memory page; 상기 제 3 단계로부터 캐슁하고 있다면 요구된 메모리 페이지로 RMAC 읽기 요구 응답 메시지를 만들어 RMAC 클라이언트에 전송하여 스토링 RMAC 리스트에서 요구된 메모리 페이지 항목을 삭제하고, 캐슁 하고 있지 않다면 RMAC 읽기 오류 메시지를 요구한 RMAC 클라이언트에게 전송하는 제 4 단계를 수행하여 네트워크 가상 메모리 시스템과 파일 시스템이 디스크 읽기를 실행하는 단계를 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.If it is caching from the third step, it creates an RMAC read request response message with the requested memory page and sends it to the RMAC client to delete the requested memory page item from the storage RMAC list, and if it is not caching, request an RMAC read error message. A computer-readable recording medium having recorded thereon a program for executing a step of performing a disk read by a network virtual memory system and a file system by performing a fourth step of transmitting to an RMAC client.
KR10-1999-0027010A 1999-07-06 1999-07-06 Device and method of remote memory access channel for network virtual memory KR100368721B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-1999-0027010A KR100368721B1 (en) 1999-07-06 1999-07-06 Device and method of remote memory access channel for network virtual memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-1999-0027010A KR100368721B1 (en) 1999-07-06 1999-07-06 Device and method of remote memory access channel for network virtual memory

Publications (2)

Publication Number Publication Date
KR20010008922A true KR20010008922A (en) 2001-02-05
KR100368721B1 KR100368721B1 (en) 2003-01-24

Family

ID=19599567

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-1999-0027010A KR100368721B1 (en) 1999-07-06 1999-07-06 Device and method of remote memory access channel for network virtual memory

Country Status (1)

Country Link
KR (1) KR100368721B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100677914B1 (en) * 2005-08-03 2007-02-05 삼성탈레스 주식회사 Method for enhancing a speed using epmcq2 remote mode

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100677914B1 (en) * 2005-08-03 2007-02-05 삼성탈레스 주식회사 Method for enhancing a speed using epmcq2 remote mode

Also Published As

Publication number Publication date
KR100368721B1 (en) 2003-01-24

Similar Documents

Publication Publication Date Title
US9811463B2 (en) Apparatus including an I/O interface and a network interface and related method of use
EP0889623B1 (en) System and method for efficient remote disk I/O
US7275050B2 (en) Storage system, a method of file data backup and method of copying of file data
EP1498809B1 (en) Storage system and data transfer method for the system
US6925533B2 (en) Virtual disk image system with local cache disk for iSCSI communications
JP2021189624A (en) Distributed storage device and data management method therefor
JP3748774B2 (en) I / O transfer in a cache coherence shared disk computer system
JP2005276192A (en) Method and apparatus for increasing data storage capacity
JP2004511840A (en) Replacement management of data in one node&#39;s cache based on another node&#39;s cache
EP1107132A2 (en) Method and apparatus for reducing network traffic for remote file append operations
US8281321B2 (en) Method, system and storage medium for implementing a message board cache system
US10057348B2 (en) Storage fabric address based data block retrieval
CN101329691B (en) Redundant magnetic disk array sharing file system and read-write method
US7725654B2 (en) Affecting a caching algorithm used by a cache of storage system
US20050235005A1 (en) Computer system configuring file system on virtual storage device, virtual storage management apparatus, method and signal-bearing medium thereof
US7155492B2 (en) Method and system for caching network data
JP4208506B2 (en) High-performance storage device access environment
US7136969B1 (en) Using the message fabric to maintain cache coherency of local caches of global memory
US20230088344A1 (en) Storage medium management method and apparatus, device, and computer-readable storage medium
KR100368721B1 (en) Device and method of remote memory access channel for network virtual memory
JP2004246702A (en) Computer system, computer apparatus, and data access method and program in computer system
US6834281B1 (en) Method and apparatus to support multi-node direct access to file system data
CN114047874B (en) Data storage system and method based on TCMU virtual equipment
JP4284837B2 (en) Load balancing server system
US20040158622A1 (en) Auto-sizing channel

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

Year of fee payment: 8

LAPS Lapse due to unpaid annual fee