
13 Mar
2008
13 Mar
'08
10:39 a.m.
Hello Andrew, Wednesday, March 12, 2008, 10:06:44 PM, you wrote:
When I write to a file using System.IO, the file is locked for exclusive access. I gather this is as specified in the Haskell Report. Which is nice, but... I'd actually prefer the file to *not* be locked. Anybody know how to do that?
one (and only?) possible way is to use Streams library which happens to not lock files: http://haskell.org/haskellwiki/Library/Streams -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com