Andrea Palmatè wrote:
>> actually we haven't a shared memory implementation. I have a SystemV
>> IPC implemementation for amigaos 4.. but is far from be tested
>> intensively..
>> So usually malloc() do its work..
>> But maybe this is the time i can test it.. :)
The trick is the allocated memory must be sharable between multiple
heavy weight processes, not just threads. For POSIX shared memory, it's
usually implemented as a flat file on disk, and to share the "memory
segment", you're mostly just reading and writing a disk file. Malloc()
doesn't usually produce something that can be shared between processes,
or under AmigOS4 is everything a thread of the core OS like an RTOS ?
- rob -
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev