Re: Where/how to store lots of user application data
Re: Where/how to store lots of user application data
- Subject: Re: Where/how to store lots of user application data
- From: Erik Buck <email@hidden>
- Date: Fri, 13 May 2005 13:29:50 -0400
In general, please don't store user data or any kind of changing data
in an application's file package (bundle). Applications are often
used by multiple people. Storing data for a particular user in the
application file package does not work well with multiple users.
Applications are sometimes/often stored on servers. In that case,
most users will not have write access to the application's file
package an the application will not work correctly if it relies on
user information stored in the file package.
_______________________________________________
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