Do I have to worry about race conditions when manipulating files in php?

  • Thread starter Thread starter hughmanwho
  • Start date Start date
H

hughmanwho

Guest
I would like each user of my website to open up a text file, read in what is in the file, and write out something different. This should be done in order so that no two users are editing the file at the same time. Do I need to worry about multi-threading and race conditions while using php?

Thanks!
 
Back
Top