Re: Core Data : Multiuser ?
Re: Core Data : Multiuser ?
- Subject: Re: Core Data : Multiuser ?
- From: Ben Trumbull <email@hidden>
- Date: Sat, 7 Aug 2010 13:13:55 -0700
When you add the persistent store to the coordinator, in the store options dictionary, use the option NSSQLitePragmasOption (which is a sub dictionary of pragma keys & values) to pass the @"lock_proxy_file" key with a value of NSNull.
- Ben
On Aug 7, 2010, at 7:17 AM, Hunter Hillegas wrote:
> Given those limitations, how does one enable support for a 10.6+ target?
>
> On Aug 6, 2010, at 11:38 PM, Ben Trumbull wrote:
>
>> It possible, but inefficient, for a very limited number of clients to share over AFP. NFS doesn't work correctly at all. This is restricted by file caching issues underneath us. There are a lot of limitations and sharp edges here, so we actively recommend against multiple computers simultaneously accessing the same db. Support for it is disabled by default for projects built with a deployment target >= 10.6
>
_______________________________________________
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