Re: Application suite architecture
Re: Application suite architecture
- Subject: Re: Application suite architecture
- From: Scott Ribe <email@hidden>
- Date: Sun, 09 Oct 2005 08:51:44 -0600
- Thread-topic: Application suite architecture
> Those other apps could contain duplicated code to spawn
> the daemon if it isn't open, although I guess it might have a hard
> time figuring out where it is on the disk.
Not if it's in the app bundle, then it's easy to locate it using NSBundle
functions.
Honestly, in my opinion, I see no problem with any of the alternatives
you've considered. App size vs installer vs distributed objects, not much
difference unless the shared code is huge, or unless there's complexity with
synchronizing access to shared data, otherwise mostly a matter of taste.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden