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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to