in reply to Re^5: Writing to a log file without colliding
in thread Writing to a log file without colliding
There is a race condition in append mode in Win32. Your test case must just not race fast enough / close enough. BTW, binmode reduces the window size for the race.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Writing to a log file without colliding (Win32 >> race)
by BrowserUk (Patriarch) on Aug 17, 2004 at 16:51 UTC |