Re: Sharing data between UI and AU
Re: Sharing data between UI and AU
- Subject: Re: Sharing data between UI and AU
- From: Kyle Sluder <email@hidden>
- Date: Wed, 23 Feb 2011 13:14:06 -0800
On Wed, Feb 23, 2011 at 12:19 PM, Muon Software Ltd - Dave
<email@hidden> wrote:
> This only really would make any sense if you have any actual intention of supporting full DSP/GUI seperation. There's no reason I can think of why passing raw pointers around is a bad thing *within a single process* if the programmer knows sufficient C++ to be dangerous.
Because you have no guarantee that the AU and the host will continue
to be the same process.
Besides the initial setup, the shared memory area incurs no additional
overhead, even within the same process. You just have two sets of
virtual pages that map to the same physical pages.
--Kyle Sluder
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden