like this:
- Code: Select all
File f("/tmp/foo.db3");
SharedMemory(f,AM_READ|AM_WRITE);
.....
above shared memory mapped file can be access by another process?
File f("/tmp/foo.db3");
SharedMemory(f,AM_READ|AM_WRITE);
.....
The Single UNIX ® Specification, Version 2 wrote:It is unspecified whether the name appears in the file system and is visible to other functions that take pathnames as arguments.
Users browsing this forum: No registered users and 1 guest