MMF的意思
「MMF」經常作為「Memory Mapped File」的縮寫來使用,中文意思:「內存映射文件」。
MMF(內存映射文件)詳細解釋
- 英文縮寫詞:MMF
- 英文單詞:Memory Mapped File
- 中文簡要解釋:內存映射文件
- 流行度:1335
- 分類:Computing
- 領域:Databases
英文縮寫MMF的擴展資料
- This will create the memory mapped file but to start using it we will need a map view.這樣,我們就創建了一個內存映射文件(MMF)。
- The access to the file uses the same syntax as the previous example, remember that if you close the memory mapped file this will be non accessible, this issue catches many developer.如何訪問文件就跟前述的示例一樣了。千萬記住,如果你關閉了內存映射文件(MMF),那么它就不能訪問了。
- Now, there is a small drawback with this approach and is related to the size of the memory mapped file.但是這種方法有個小小的缺點,這和內存映射文件(MMF)的大小有關。如果事先不知道大小的話,為了以防萬一,你可能會構造一個超級大的文件。
- One thing to remember when you're inspecting memory usage is that the cache is provided by a memory mapped file that allows its contents to be shared by multiple virtual machines.在檢查內存使用量時必須記住一點:緩存是通過一個內存映射文件(MMF)實現的,這使多個虛擬機可以共享它的內容。
- Finally, another interesting area is the creation of multiple map views, these can work on the same memory mapped file accessing different areas of the files.最后,讓我們來看一下另外一個有意思的領域:創建多個映射視圖。它們同時工作訪問同一個內存映射文件(MMF)的不同區域。