Endless saving of CoreData Context
- by Robert
Sometimes I noticed that a 'save:' operation an a ManagedObjectContext never returns and consumes 100% CPU.
I'm using an SQL Store in a GarbageCollected environment (Mac OS X 10.6.3). The disk activity shows about 700 KB/s writing. While having a look at the folder that contains the sqlite database file the "-journal" file appears and disappears,…