Re: Cross-user and cross-process shared settings
Re: Cross-user and cross-process shared settings
- Subject: Re: Cross-user and cross-process shared settings
- From: Ken Thomases <email@hidden>
- Date: Wed, 26 Aug 2009 18:48:24 -0500
On Aug 26, 2009, at 4:51 PM, Dave DeLong wrote:
I have two processes - a user process and a root-level
LaunchDaemon. I'd like both processes to have shared settings. [...]
How can I effectively implement cross-process and cross-user shared
settings?
Have you considered using a client-server architecture where the root
daemon is the holder of the settings (and manages the file they're
stored in) and the user processes communicate with the daemon to query
and modify them?
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden