Safe way to read/write plist
Safe way to read/write plist
- Subject: Safe way to read/write plist
- From: Matt Jaffa <email@hidden>
- Date: Mon, 12 Apr 2004 01:00:59 -0600
Hi,
In my cocoa App I have a daemon and also another app that are opening
the same file reading and writing to it.
The daemon is always reading from it and occasionally writing to it,
but the other App only reads and writes to it a little bit, but it
seems to be crashing because both files are trying to write at the same
time,
Is there a way to synchronize these two apps to not cause this error
and stop making them crash?
Thanks,
Matt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.