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:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to