| Author |
How to lock a file?
|
Mark Guo
Ranch Hand
Joined: Nov 17, 2010
Posts: 58
|
|
Hi guys
I encountered a problem, when my server side writing a file name "A".txt not finished, the user side begin to read my "A".txt file, so the user get the file not perfect, please give me a solution to solve this problem and how to make the file be thread safe?
Thanks in advance!
|
 |
Chris Hurst
Ranch Hand
Joined: Oct 26, 2003
Posts: 370
|
|
|
This isn't read a threading question I suggest you try one of the other forums, your actually trying to make it process safe I believe. Also mentioning which OS your on will help.
|
"Eagles may soar but weasels don't get sucked into jet engines" SCJP 1.6, SCWCD 1.4, SCJD 1.5,SCBCD 5
|
 |
 |
|
|
subject: How to lock a file?
|
|
|