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 13:41:53 -0700
On Jun 8, 2004, at 12:10 PM, John Stiles wrote:
A simple analog available from Cocoa or Carbon would be CFMessagePort.
Douglas Davidson
Cool. I learned one more little piece of CF :) Does Distributed
Objects actually layer on top of this? (Do AppleEvents, for that
matter?)
Well, not exactly, but they are all based on Mach messaging, which is
used for most inter-process and inter-thread communication. (Remote DO
over NSSocketPort uses sockets with CFSocket instead.)
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.