Re: File access questions
SD <macosxdevlist-LS+HbC+WUqxt2bImrQXijVaTQe2KTcn/@public.gmane.org> Tue, 15 Nov 2011 23:52:08 -0800
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <p06240810cae90a35ad0e@[172.16.32.166]> |
If you are going to use files, then you want to use file locking. Otherwise you'll end up with race conditions at the least. See man flock -- ========================================== SD WARNING: Programming may be habit forming.