simultaneous reading

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jaymoore_299
Forum Contributor
Posts: 128
Joined: Wed May 11, 2005 6:40 pm
Contact:

simultaneous reading

Post by jaymoore_299 »

I know that if two or more users write to the same file at the same time, the file's data can be corrupted. If the only thing the users do is read at the same time, could anything go wrong? If not, how about in the case of somewhat big files with 300 lines of text?
Revan
Forum Commoner
Posts: 83
Joined: Fri Jul 02, 2004 12:37 am
Location: New Mexico, USA
Contact:

Post by Revan »

Nothing will happen.
Post Reply