I've run into a problem when using NSPersistentDocument that uses a SQLite store and the application uses garbage collection. After one or more saves on a document the application will hang while trying to perform a save. A backtrace indicates that the hang occurs in a sqlite function that is waiting at a semaphore. I remember reading an earlier discussion that said that the problem could be worked around by changing from using either NSPersistentDocument, SQLite store or garbage collection. I'm wondering if anyone has any ideas for workarounds that might work without changing that configuration?

--
Michael
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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