Re: The best way to determine if my app is already running
Re: The best way to determine if my app is already running
- Subject: Re: The best way to determine if my app is already running
- From: Douglas Davidson <email@hidden>
- Date: Tue, 8 Jun 2004 12:13:05 -0700
On Jun 8, 2004, at 11:41 AM, John Stiles wrote:
I ended up using Distributed Objects, which was shockingly easy.
Carbon desperately needs something like this. Obviously it can't be
exactly the same; a lot of the slickness of it is incredibly clever
leveraging of the Objective-C runtime. But it would be cool just to
have some sort of global registration mechanism to let apps shoot
messages back and forth without having to iterate the list of PSNs on
the system or look for certain bundle identifiers or something. (Maybe
AppleEvents can already do this...?? It seems that nobody knows how,
though.)
A simple analog available from Cocoa or Carbon would be CFMessagePort.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.