in reply to Re^6: Writing to a log file without colliding (Win32 >> race)
in thread Writing to a log file without colliding

Indeed, you are correct. That's a shame, it would have been useful to me.

Removing the delay and upping the line count to 10,000 eventually showed some corruption creeping in.

With regard to the binmode, I was under the impression that ':raw' was equivalent to it. Especially inconjuction with syswrite?


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
  • Comment on Re^7: Writing to a log file without colliding (Win32 >> race)