• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Data : Multiuser ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >re: Core Data : Multiuser ? (From: Ben Trumbull <email@hidden>)
 >Re: Core Data : Multiuser ? (From: Hunter Hillegas <email@hidden>)

  • Prev by Date: Hiding Document Files from iTunes
  • Next by Date: Re: Hiding Document Files from iTunes
  • Previous by thread: Re: Core Data : Multiuser ?
  • Next by thread: Re: Core Data : Multiuser ?
  • Index(es):
    • Date
    • Thread