standard.lib.shared

standard.lib.shared is available since version 1.0.
Import library : standard.lib.shared
(you must include this at the top of your source: "import standard.lib.shared" (no quotes)

Description:

Provides Concept specific shared memory functionality. This is only for basic shared memory control, and it has limited functionality due to the portability issue.

Methods

Creates a shared memory segment
Closes a handle to a shared memory segment
Gets the data in the shared memory segment
Gets the links count to a shared segment
Locks the access to a shared memory segment for the current process
Accesses a previously created shared memory segment
Sets the data in the shared memory segment
Gets the size in bytes of a shared memory segment
Unlocks the access to a shared memory segment previously locked with share_lock