JPH0844687A - Virtual memory management system utilizing memory server - Google Patents
Virtual memory management system utilizing memory serverInfo
- Publication number
- JPH0844687A JPH0844687A JP6178281A JP17828194A JPH0844687A JP H0844687 A JPH0844687 A JP H0844687A JP 6178281 A JP6178281 A JP 6178281A JP 17828194 A JP17828194 A JP 17828194A JP H0844687 A JPH0844687 A JP H0844687A
- Authority
- JP
- Japan
- Prior art keywords
- page
- memory
- storage space
- paging
- server
- Prior art date
- Legal status (The legal status 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 status listed.)
- Pending
Links
Landscapes
- Multi Processors (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、メモリサーバを利用し
た仮想メモリ管理に関し、特にパソコン(またはWS)
によるクライアント/サーバ環境における仮想メモリ管
理方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to virtual memory management using a memory server, and more particularly to a personal computer (or WS).
Relates to a virtual memory management method in a client / server environment.
【0002】[0002]
【従来の技術】従来のページングメカニズムは図4に示
す様に、各プロセスごとにページテーブルを設けて、行
なっていた。2. Description of the Related Art A conventional paging mechanism is carried out by providing a page table for each process as shown in FIG.
【0003】ページテーブル2には、仮想記憶アドレス
空間1と実記憶空間4とをリンクできる様に仮想ぺージ
番号に対するページフレームアドレスが格納されてい
る。また、仮想ぺージに対応するページフレームが、ペ
ージアウトされて実記憶上にない場合は無効ぺージとし
て、ディスクアドレスがページテーブルに格納されてい
る。プロセスが再びその無効ぺージにアクセスするとペ
ージフォールトが発生し、仮想記憶管理はページテーブ
ルに格納されているディスクアドレスをもとにハードデ
ィスク上の(ページングファイルにある)ぺージを実記
憶上にロードする。このとき実記憶上にページをロード
する領域が存在しないときには、仮想記憶管理は、最長
時間未使用方式(LRU)に従い、ページアウトを発生
させ実記憶上に空き領域を作る。The page table 2 stores page frame addresses for virtual page numbers so that the virtual storage address space 1 and the real storage space 4 can be linked. When the page frame corresponding to the virtual page is paged out and is not in the actual storage, the disk address is stored in the page table as an invalid page. When a process accesses the invalid page again, a page fault occurs and virtual memory management loads the page on the hard disk (in the paging file) into real memory based on the disk address stored in the page table. To do. At this time, when there is no page load area on the real memory, the virtual memory management causes a page-out according to the longest time unused method (LRU) to make a free area on the real memory.
【0004】特開平2−28748号公報には、「ネッ
トワーク仮想メモリ空間管理装置」として、ネットワー
クされたコンピュータシステムにおいて、ハードウエア
的に仮想メモリ空間内のオブジェクトのアクセスを高速
化する装置が開示されているが、各種の専用回路等を組
み込むことが必要であった。Japanese Unexamined Patent Publication No. 2-28748 discloses, as a "network virtual memory space management device", a device for accelerating the access of an object in the virtual memory space by hardware in a networked computer system. However, it was necessary to incorporate various dedicated circuits and the like.
【0005】[0005]
【発明が解決しようとする課題】従来のページングメカ
ニズムにおいては、仮想アドレス空間の仮想ページは、
ローカルな実記憶とハードディスク上との間でのやりと
りしか想定しておらず、大量のメモリを要求するプログ
ラムをパソコン上で動作させようとする場合は、そのパ
ソコンに大量のメモリを搭載しないと、実記憶とハード
ディスク上のページング/スワッピングが頻繁に発生
し、プログラムの処理時間が遅延するという問題点があ
った。In the conventional paging mechanism, virtual pages in the virtual address space are
If you are trying to run a program that requires a large amount of memory on a personal computer, assuming only exchange between local real memory and hard disk, you must install a large amount of memory on that personal computer, There is a problem that paging / swapping on the real memory and the hard disk frequently occurs and the processing time of the program is delayed.
【0006】〔発明の目的〕OS及びアプリケーション
が必要とする資源が年々増加しているにもかかわらず、
個々のパーソナルコンピュータにおいてメモリを増設す
るのは、なかなか難かしいのが現状である。そこで、本
発明は、各パソコン上で不足するメモリ分をとして、サ
ーバマシン上の大容量メモリを利用する(メモリサー
バ)仮想メモリ管理方式を構築する。[Object of the Invention] Although the resources required by the OS and applications are increasing year by year,
At present, it is difficult to add a memory to each personal computer. Therefore, the present invention constructs a virtual memory management system that uses a large-capacity memory on a server machine (memory server), considering the shortage of memory on each personal computer.
【0007】[0007]
【課題を解決するための手段】本発明においては、ペー
ジングメカニズムで使用しているページテーブル上で管
理する有効ページ無効ページという区別とは別に半有効
ぺージという区分を設け、そのぺージをサーバマシン上
の実記憶中に格納する。すなわち、クライアントパソコ
ンの実記憶とハードディスク(ローカル又はリモート)
との間にサーバマシンの実記憶を位置づけ、そこに(有
効ぺージと無効ぺージとの中間的管理対象である)半有
効ぺージを格納する。According to the present invention, a semi-valid page is provided separately from the valid page invalid page managed on the page table used in the paging mechanism, and the page is a server. Stored in real memory on the machine. That is, the real memory and hard disk (local or remote) of the client PC
The real memory of the server machine is located between and, and the semi-valid page (which is an intermediate management target between the valid page and the invalid page) is stored therein.
【0008】現状では、各パソコンが使用するメモリは
各パソコン上に存在し、またメモリページング/スワッ
ピング領域も各パソコン上に存在する。At present, the memory used by each personal computer exists on each personal computer, and the memory paging / swapping area also exists on each personal computer.
【0009】当発明のポイントを以下に挙げる。 各パソコンが利用するメモリをサーバマシン上の物理
メモリ空間にマッピングする。 各パソコンとサーバマシンは、Ethernet 等の高速回
線で接続されている(図6)。 クライアントパソコン上で動作するプログラムやドラ
イバは基本的にはクライアント上に存在する物理メモリ
空間へロードされる。 既存のメモリ管理だと仮想メモリ空間における有効ぺ
ージが物理アドレス空間に存在し、無効ぺージがハード
ディスク上に存在するが、ここでは有効と無効の中間的
位置づけの半有効ぺージという管理対象を作り、その半
有効ぺージをサーバマシン上の物理メモリ空間に配置す
る。 要するに、今までの管理(物理メモリ空間と、ハード
ディスク上との間でページング/スワッピング処理を行
う)とは異なり、クライアント上の物理メモリ空間とハ
ードディスクとの間に、サーバマシン上の物理メモリ空
間を置きそれぞれの間でページング処理を行うというも
の(図5)である。The points of the present invention are listed below. The memory used by each personal computer is mapped to the physical memory space on the server machine. Each personal computer and server machine are connected by a high-speed line such as Ethernet (Fig. 6). Programs and drivers running on the client personal computer are basically loaded into the physical memory space existing on the client. With existing memory management, the valid page in the virtual memory space exists in the physical address space, and the invalid page exists on the hard disk, but here, the management target is the semi-valid page, which is an intermediate position between valid and invalid. Create and place the semi-valid page in the physical memory space on the server machine. In short, unlike the conventional management (paging / swapping processing between the physical memory space and the hard disk), the physical memory space on the server machine is allocated between the physical memory space on the client and the hard disk. The paging process is performed between each set (FIG. 5).
【0010】[0010]
【作用】従来の技術においては、パソコン上で動作する
プログラムやドライバは、そのパソコン上のメモリしか
利用することができず、大容量のメモリを積んでいない
パソコンにおいては、プログラムが動作しないか、又は
ページング/スワッピングが多発し、ハードディスクへ
の入出力による動作速度の低下がみられた。In the prior art, the programs and drivers operating on the personal computer can use only the memory on the personal computer, and the program does not operate on the personal computer that does not have a large capacity of memory. Or, paging / swapping frequently occurred and the operation speed was decreased due to input / output to / from the hard disk.
【0011】しかし、本発明においては、サーバマシン
上の物理メモリ空間を利用することにより、メモリの有
効活用を可能とし、現在導入しているパソコンのメモリ
増設やグレードアップをすることなく大容量メモリを必
要とするプログラムも、問題なく動作させることが可能
となる。However, in the present invention, by utilizing the physical memory space on the server machine, the memory can be effectively utilized, and the large-capacity memory can be realized without adding or upgrading the memory of the personal computer currently installed. A program that requires can be operated without problems.
【0012】[0012]
【実施例】次に本発明の実施例について図面を参照して
説明する。Next, an embodiment of the present invention will be described with reference to the drawings.
【0013】図1は、本発明における有効ぺージ7、無
効ぺージ8、そして半有効ぺージ9の管理上の位置関係
を模式的に示した図である。FIG. 1 is a diagram schematically showing the positional relationship in management of the valid page 7, the invalid page 8 and the semi-valid page 9 in the present invention.
【0014】図2は、本発明のページング/スワッピン
グメカニズムを示した図であり、(a)は無効ぺージ8
の例で、(b)は半有効ぺージ9の例を示してある。FIG. 2 is a diagram showing the paging / swapping mechanism of the present invention, in which (a) is an invalid page 8.
In the above example, (b) shows an example of the semi-effective page 9.
【0015】図3は、(クライアントパソコン上の)実
記憶空間4とサーバマシン上の実記憶空間5とハードデ
ィスク6との間のページング処理を模式的に示した図で
ある。FIG. 3 is a diagram schematically showing the paging process between the real storage space 4 (on the client personal computer), the real storage space 5 on the server machine, and the hard disk 6.
【0016】以下、図1によって、有効ぺージ7、無効
ぺージ8、半有効ぺージ9をページテーブル2について
説明する。Hereinafter, the valid page 7, the invalid page 8, and the semi-valid page 9 will be described with reference to FIG.
【0017】仮想記憶管理は、プロセス単位に仮想記憶
アドレス空間1を設け、その仮想記憶アドレス空間1と
実記憶空間4とをページテーブル2によって結びつけ
る。このページテーブル2は、仮想記憶ぺージフレーム
ごとに有効ぺージ7、無効ぺージ8、半有効ぺージ9と
いう管理区分を設ける。有効ぺージ7は実記憶空間4に
存在し、無効ぺージ8はハードディスク上ページングフ
ァイル6に存在する。また、本発明において新しく設け
た管理区分である半有効ぺージ9は、サーバマシン上の
実記憶空間5に存在する。In virtual memory management, a virtual memory address space 1 is provided for each process, and the virtual memory address space 1 and the real memory space 4 are linked by a page table 2. The page table 2 is provided with management sections such as a valid page 7, an invalid page 8 and a semi-valid page 9 for each virtual memory page frame. The valid page 7 exists in the real storage space 4, and the invalid page 8 exists in the paging file 6 on the hard disk. In addition, the semi-effective page 9 which is a management section newly provided in the present invention exists in the real storage space 5 on the server machine.
【0018】仮想記憶アドレス空間1上のぺージと、実
記憶空間4・サーバマシン上実記憶空間5・ハードディ
スク上ページングファイル6との結びつけは、ページテ
ーブル2によって、有効ぺージの場合は実記憶空間上の
ページアドレス無効ぺージの場合は、ハードディスクア
ドレス、半有効ぺージの場合はサーバマシン実記憶空間
上のページアドレスをそれぞれ管理することにより行
う。The page on the virtual memory address space 1 and the real memory space 4, the real memory space 5 on the server machine, and the paging file 6 on the hard disk are linked by the page table 2, and in the case of an effective page, the real memory is stored. If the page address in the space is invalid, the hard disk address is managed, and in the case of the semi-valid page, the page address in the server machine real storage space is managed.
【0019】次に図2によって実際のページングのメカ
ニズムについて説明する。まず、(a)によって無効ぺ
ージの場合を説明する。あるプロセス10が仮想記憶ア
ドレス空間1のページをアクセス()すると、仮想記
憶管理は、ページテーブル2によって該当ぺージが無効
ぺージ8であると判断し、ページフォールトが発生する
()。そしてハードディスクページングファイル6に
ある該当ぺージフレーム11を(クライアントパソコン
上の)実記憶空間4にロードする()。このとき、実
記憶空間4上にぺージをロードする領域が存在しないと
きには、仮想記憶管理は、前記LRUに従いぺージアウ
トを発生させ(クライアントパソコン上の)実記憶空間
4上に空き領域を作る。Next, the actual paging mechanism will be described with reference to FIG. First, the case of an invalid page will be described with reference to (a). When a process 10 accesses a page of the virtual memory address space 1 (), the virtual memory management determines that the corresponding page is the invalid page 8 according to the page table 2, and a page fault occurs (). Then, the corresponding page frame 11 in the hard disk paging file 6 is loaded into the real storage space 4 (on the client personal computer) (). At this time, when there is no area for loading a page on the real storage space 4, the virtual storage management causes a page-out according to the LRU to make an empty area on the real storage space 4 (on the client personal computer).
【0020】次に(b)によって半有効ぺージ9の場合
を説明する。あるプロセス10が半有効ぺージ9をアク
セスした場合(、)、仮想記憶管理は、サーバ・マ
シン上の実記憶空間5からページフレームを実記憶空間
4にロード()し、仮想記憶アドレス空間と結びつけ
る()。このとき実記憶空間4に空き領域がないとき
には、仮想記憶管理は、前記LRUに従いページアウト
を発生させ、実記憶空間4上に空き領域を作る。Next, the case of the semi-effective page 9 will be described with reference to FIG. When a process 10 accesses the semi-valid page 9 (,), the virtual memory management loads a page frame from the real memory space 5 on the server machine into the real memory space 4 (), Tie (). At this time, when there is no free area in the real storage space 4, the virtual storage management causes a page-out according to the LRU, and creates a free area in the real storage space 4.
【0021】次に図3を用いて、実記憶空間4・サーバ
マシン実記憶空間5・ハードディスク上ページングファ
イル6との間の処理関係を説明する。Next, the processing relationship among the real storage space 4, the server machine real storage space 5, and the paging file 6 on the hard disk will be described with reference to FIG.
【0022】(クライアントパソコン上の)実記憶空間
4からのページアウト処理は、前記LRUに従い実施
し、サーバマシン実記憶空間5に対し行う。サーバマシ
ン実記憶空間5からのページアウトは、前記LRUに従
い実施し、ハードディスク上のページングファイル6に
対し行う。The page-out processing from the real storage space 4 (on the client personal computer) is executed in accordance with the LRU, and is performed on the server machine real storage space 5. The paging out from the server machine real storage space 5 is performed according to the LRU and is performed on the paging file 6 on the hard disk.
【0023】またページイン(ロード)処理は、サーバ
マシン実記憶空間5及びハードディスク上ページングフ
ァイル6から(クライアントパソコン上)実記憶空間4
に対して、ページフォルトが発生したときに行う。すな
わち、(クライアントパソコン上)実記憶空間4とハー
ドディスク上ページングファイル6との間に、サーバマ
シン実記憶空間5を位置づけ、ページング処理を行う。The page-in (load) process is performed from the server machine real storage space 5 and the paging file 6 on the hard disk (on the client personal computer) to the real storage space 4.
, When a page fault occurs. That is, the server machine real storage space 5 is positioned between the real storage space 4 (on the client personal computer) and the paging file 6 on the hard disk, and paging processing is performed.
【0024】[0024]
【発明の効果】以上説明したように本発明は、有効ぺー
ジと無効ぺージの他に半有効ぺージという管理区分を設
け、クライアントパソコン上の実記憶空間とハードディ
スク上のページングファイルとの間にサーバマシン上の
実記憶空間を位置づけて、ページング処理を行うように
したことにより、ハードディスク上ページングファイル
に対するページング処理を減少させることができ、結果
的にハードディスクへのi/O回数を軽減させ、プログ
ラムの処理時間を短縮する効果を有している。As described above, according to the present invention, in addition to a valid page and an invalid page, a management section called a semi-valid page is provided, and a real storage space on a client personal computer and a paging file on a hard disk are provided. By locating the real storage space on the server machine and performing the paging process, the paging process for the paging file on the hard disk can be reduced, and as a result, the number of i / O to the hard disk can be reduced. It has the effect of reducing the processing time of the program.
【図1】本発明の実施例の有効ぺージ、無効ぺージ、半
有効ぺージの管理上の位置関係を示した図FIG. 1 is a diagram showing a positional relationship in management of a valid page, an invalid page, and a semi-valid page according to an embodiment of the present invention.
【図2】本発明のページング/スワッピングメカニズム
を示した模式図FIG. 2 is a schematic diagram showing a paging / swapping mechanism of the present invention.
【図3】本発明のページング処理を示した模式図FIG. 3 is a schematic diagram showing a paging process of the present invention.
【図4】従来の技術を示した模式図FIG. 4 is a schematic diagram showing a conventional technique.
【図5】本発明のページング処理を示す模式図FIG. 5 is a schematic diagram showing a paging process of the present invention.
【図6】本発明のシステム環境を示す模式図FIG. 6 is a schematic diagram showing a system environment of the present invention.
1 仮想記憶アドレス空間 2 ページフレーム 3 ページ番号 4 実記憶空間 5 サードマシン実記憶空間 6 ハードディスク上ページングファイル 7 有効ぺージ 8 無効ぺージ 9 半有効ぺージ 10 プロセス 11 ページフレーム 1 virtual memory address space 2 page frame 3 page number 4 real memory space 5 third machine real memory space 6 hard disk paging file 7 valid page 8 invalid page 9 semi-valid page 10 process 11 page frame
Claims (4)
る計算機システムにおいて、前記クライアント上の物理
メモリ空間とハードディスクとの間に、サーバマシン上
の物理メモリ空間を置き、それぞれの間でページング処
理を行うことを特徴とするメモリサーバを利用した仮想
メモリ管理方式。1. In a computer system including a client and a server, a physical memory space on a server machine is placed between a physical memory space on the client and a hard disk, and paging processing is performed between them. A virtual memory management method using a memory server.
ーバ環境において、各クライアントパソコンの仮想記憶
管理における有効ぺージと無効ぺージとの中間的位置づ
けとなる半有効ぺージを設け、該半有効ぺージを前記サ
ーバマシン上の実記憶空間に配置し、前記クライアント
パソコンの実記憶空間と前記サーバマシンの実記憶空間
との間でページング/スワッピング処理を行うことを特
徴とするメモリサーバを利用した仮想メモリ管理方式。2. In a client / server environment composed of personal computers, a semi-effective page is provided which is an intermediate position between an effective page and an invalid page in virtual memory management of each client personal computer. A virtual memory using a memory server, characterized in that a paging / swapping process is performed between the real storage space of the client personal computer and the real storage space of the server machine. Management method.
トの実記憶空間上のページアドレス、前記無効ぺージの
場合は前記ハードディスクアドレス、前記半有効ぺージ
の場合は前記サーバマシン実記憶空間上のページアドレ
スを格納し管理するページテーブルを有する請求項2に
記載のメモリサーバを利用した仮想メモリ管理方式。3. The page address in the real storage space of the client in the case of the valid page, the hard disk address in the case of the invalid page, and the server machine real storage space in the case of the semi-valid page. The virtual memory management method using a memory server according to claim 2, further comprising a page table for storing and managing page addresses.
合、前記サーバマシン上の実記憶空間からページフレー
ムを前記クライアントの実記憶空間にロードし、仮想記
憶アドレス空間と結びつける請求項2に記載のメモリサ
ーバを利用した仮想メモリ管理方式。4. The page frame according to claim 2, wherein when the semi-valid page is accessed, a page frame is loaded from the real storage space on the server machine into the real storage space of the client and linked with the virtual storage address space. Virtual memory management method using a memory server.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6178281A JPH0844687A (en) | 1994-07-29 | 1994-07-29 | Virtual memory management system utilizing memory server |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6178281A JPH0844687A (en) | 1994-07-29 | 1994-07-29 | Virtual memory management system utilizing memory server |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0844687A true JPH0844687A (en) | 1996-02-16 |
Family
ID=16045731
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6178281A Pending JPH0844687A (en) | 1994-07-29 | 1994-07-29 | Virtual memory management system utilizing memory server |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0844687A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6202134B1 (en) | 1997-11-07 | 2001-03-13 | Nec Corporation | Paging processing system in virtual storage device and paging processing method thereof |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03252856A (en) * | 1990-03-02 | 1991-11-12 | Mitsubishi Electric Corp | Processing system for program |
-
1994
- 1994-07-29 JP JP6178281A patent/JPH0844687A/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03252856A (en) * | 1990-03-02 | 1991-11-12 | Mitsubishi Electric Corp | Processing system for program |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6202134B1 (en) | 1997-11-07 | 2001-03-13 | Nec Corporation | Paging processing system in virtual storage device and paging processing method thereof |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9996475B2 (en) | Maintaining processor resources during architectural events | |
EP0238158B1 (en) | Copy-on-write segment sharing in a virtual memory, virtual machine data processing system | |
US5852738A (en) | Method and apparatus for dynamically controlling address space allocation | |
US5860146A (en) | Auxiliary translation lookaside buffer for assisting in accessing data in remote address spaces | |
JP4082612B2 (en) | Multiprocessor computer system with multiple coherency regions and software process migration between coherency regions without cache purge | |
US8453015B2 (en) | Memory allocation for crash dump | |
US6591355B2 (en) | Distributed shared memory system with variable granularity | |
US6055617A (en) | Virtual address window for accessing physical memory in a computer system | |
US20120017039A1 (en) | Caching using virtual memory | |
US20090164715A1 (en) | Protecting Against Stale Page Overlays | |
JP2603476B2 (en) | Data retrieval method | |
JPH0887451A (en) | Method for control of address conversion and address conversion manager | |
GB2514107A (en) | Page table data management | |
CN114328295A (en) | Storage management apparatus, processor, related apparatus and related method | |
US6457107B1 (en) | Method and apparatus for reducing false sharing in a distributed computing environment | |
US6952761B2 (en) | Bus interface selection by page table attributes | |
US5619673A (en) | Virtual access cache protection bits handling method and apparatus | |
KR101102260B1 (en) | A virtual address cache and method for sharing data using a unique task identifier | |
JPH0844687A (en) | Virtual memory management system utilizing memory server | |
EP1314090B1 (en) | Method and system for translation lookaside buffer coherence in multi-processor systems | |
JPH03230238A (en) | Cache memory control system | |
JP3061818B2 (en) | Access monitor device for microprocessor | |
Jutla et al. | Access control protocols for multi-view on-the-fly memory computer system | |
Montaner et al. | Unleash your memory-constrained applications: a 32-node non-coherent distributed-memory prototype cluster | |
JP2004355187A (en) | Virtual memory system, method for managing address in virtual memory, and address conversion table generator |