Re: Communication across AUs
Re: Communication across AUs
- Subject: Re: Communication across AUs
- From: Alex Weiss <email@hidden>
- Date: Thu, 1 Jul 2010 15:20:53 +0200
Using a distributed notification center was my first thought as well,
but I'm a little concerned about performance. For now, I'm using a
regular notification center, although that assumes that both plug-ins
have the same address space. I'll also look into shared memory or some
other IPC procedures. I think what it boils down to is that at some
point I'll have to implement all three options and test them in terms
of their robustness and performance.
On Thu, Jul 1, 2010 at 10:49 AM, tahome izwah <email@hidden> wrote:
> NSDistributedNotificationCenter will do what you want. Make sure you
> send along some unique ID (like instance address and/or document ref)
> so you can be sure you're talking to the right object.
>
> Shared memory would be another option.
> http://www.spy-hill.net/help/apple/SharedMemory.html
>
> HTH
> --th
> _______________________________________________
> 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
>
_______________________________________________
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