Michael Van Canneyt wrote:
On Mon, 10 Mar 2014, Mark Morgan Lloyd wrote:
When a DLL/so is loaded dynamically by multiple program instances, are
globals shared or would this require explicit use of OS-level shared
memory?
You'll need explicit use of OS-level shared memory.
Thanks, noted :-)
On Mon, 10 Mar 2014, Mark Morgan Lloyd wrote:
When a DLL/so is loaded dynamically by multiple program instances, are
globals shared or would this require explicit use of OS-level shared memory?
You'll need explicit use of OS-level shared memory.
Michael.
___
When a DLL/so is loaded dynamically by multiple program instances, are
globals shared or would this require explicit use of OS-level shared memory?
The application is emulating a region of scratchpad memory (File Protect
Memory) used by hardware in an obsolete computer (Burroughs B5700). This
Is it possible with Freepascal and Linux to have access to shared memory?
There are 2 programs that have to communicate.
How to do that?
Are there examples?
Regards, Rainer
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepa