|
-
Jan 3rd, 2008, 07:18 PM
#1
Thread Starter
Frenzied Member
Read/Write conflict?
I was wondering if it was possible to have a conflict reading and writing to a file if 2 people were to request the php file at the same time.
-
Jan 4th, 2008, 10:58 AM
#2
Re: Read/Write conflict?
Not with reading and writing because the newer version of the file will only be available when it has been written. There is a possibility that two process can open the a file for writing at the same time and cause update to be made in the wrong order. You should create a lock file to signify the file is open for writing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|