Background
I\'ve already posted a question about the basics of sharing a Core Data store between processes.
I\'m trying to implement the rec
Setting stalenessInterval of managed object context works. My case involves multiple threads instead of process though.