Does removing the forkIO call mean that the writeDB is no longer done in the background? If so I think the docs for that function should be changed as well.
On Mon, Oct 11, 2010 at 10:48 AM, <[email protected]> wrote: > 1 patch for repository http://code.haskell.org/yi: > > Sun Oct 10 20:11:06 EDT 2010 [email protected] > * IReader: rm dangerous concurrency > currently it's possible to corrupt an articles.db just by closing Yi while > the writing is still going on > in lieu of some way to stop Yi from closing (blocking on an MVar?) better to > just not risk it and be > really slow > > -- > Yi development mailing list > [email protected] > http://groups.google.com/group/yi-devel > -- Yi development mailing list [email protected] http://groups.google.com/group/yi-devel
