gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] libltdl doesn't contain its include files anymore


From: Rob Savoye
Subject: Re: [Gnash-dev] libltdl doesn't contain its include files anymore
Date: Thu, 23 Apr 2009 15:10:45 -0600
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

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 -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]