realbasic-nug
[Top] [All Lists]

Re: Dealing with multi-processor or multi-core (shared memory semi solut

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Dealing with multi-processor or multi-core (shared memory semi solution)
From: Charles Yeomans <charles at declareSub dot com>
Date: Fri, 30 May 2008 19:35:15 -0400
Authentication-results: mx.google.com; spf=pass (google.com: domain of realbasic-nug-bounces at lists dot realsoftware dot com designates 66.116.103.65 as permitted sender) smtp dot mail=realbasic-nug-bounces at lists dot realsoftware dot com
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <BAY107-DAV1342494A50A6A4A629139293BE0 at phx dot gbl>
Try this URL: <http://msdn.microsoft.com/en-us/default.aspx>.

Charles Yeomans

On May 30, 2008, at 6:24 PM, Daniel Stenning wrote:

> Does that work for windows too ?
>
>
> On 30/5/08 22:46, "Norman Palardy" <npalardy at great-white-software dot com>
> wrote:
>
>>
>> On 30-May-08, at 3:37 PM, Charles Yeomans wrote:
>>
>>>
>>> This is all the easy part.  The hard part is synchronized access to
>>> the shared data.
>>>
>>> Charles Yeomans
>>
>> Possibly better to wrap the shm_xxx functions
>> shm_open(2)              - open a shared memory object
>> shm_unlink(2)            - remove shared memory object
>> shmat(2), shmdt(2)       - map/unmap shared memory
>> shmctl(2)                - shared memory control operations
>> shmget(2)                - get shared memory area identifier
>>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>