SUMMARY: CONSTR | METHOD | DETAIL: CONSTR | METHOD |
Permission is granted to use this software under the same terms as Perl itself. Refer to the Perl Artistic License for details.
Unless otherwise noted, $self
is the object instance variable.
Constructor Summary |
---|
new($filename, $length, $protflags, $mmapflags)
mmap()'s using Win32::MMF::UseNameSpace, Win32::MMF::ClaimNameSpace, Win32::MMF::MapViewOfFile, and Win32::MMF::CreateSemaphore methods |
Method Summary |
---|
close()
Unmap the mmap()ed region |
lock()
Locks the mmap'ed region |
unlock()
Unlocks the mmap'ed region |
Constructor Details |
---|
new($filename, $length, $protflags, $mmapflags)
$filename
- $length
- optional
$protflags
- optional
$mmapflags
- optional
Method Details |
---|
close()
lock()
unlock()