On Tue, Jun 28, 2011 at 13:56, Gracjan Polak <[email protected]> wrote: > What was the rationale behind such strict non-sharing policy?
The obvious rationale is that it helps maintain the illusion of referential integrity within the process. (Outside is a lost cause, but operations on different file handles are assumed to not affect each other.) -- brandon s allbery [email protected] wandering unix systems administrator (available) (412) 475-9364 vm/sms _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
