
September 21st, 2011, 03:36 AM
|
|
Contributing User
|
|
Join Date: Feb 2005
Location: Iran
Posts: 30
Time spent in forums: 2 h 45 m 31 sec
Reputation Power: 9
|
|
|
Concurrency in reading and writing files
I have a website and part of my website needs to read/write a plain text file on server. most of the time we have between 50 to 100 concurrent online users and their actions on our site result to read/write certain file in which that is a temporary place holder for some other pages.
So I want to know about concurrent read/write conflicts and what's the best practice to avoid that if that happened. How does my server manage these requests?
|