RAA - win32-mmap/0.1.0

win32-mmap / 0.1.0

Short description: Interface to the Win32 Memory Mapped Files
Category: Library/Win32
Status: beta
Created: 2004-03-14 05:18:35 GMT
Last update: 2004-08-13 03:53:53 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://rubyforge.org/projects/win32utils/
Download: http://rubyforge.org/frs/download.php/1175/win32-mmap-0.1.0.zip
License: Ruby's
Dependency:
None
Description:

A Ruby interface to the Win32 Memory Mapped File

Synopsis
========
# --- in process 1 ---
m1 = Mmap.new
m1.setvar('a', a);

# --- in process 2 ---
m2 = Mmap.new(nil,nil,nil,true) # reuse existing mmap
a = m2.getvar('a');

Versions: [0.2.3 (2009-08-12)] [0.2.2 (2007-05-17)] [0.2.0 (2006-10-14)] [0.1.1 (2005-03-01)] [0.1.0 (2004-08-13)] [0.0.2 (2004-04-05)]

Edit this project (for project owner)

back to RAA top