David J. M. Karlsen
Sat, 07 Jul 2007 14:03:34 -0700
Oliver Zeigermann wrote:
I've been using it to write to open a stream with an transaction, writing to this, and rolling it back if some sort of error occured - so that the output of the program was consistent per file (which was per user - in a dataconversion program). I could probably have done this by hand - but it was helpful to me in this usecase.Folks! Does anyone really *need* transactional file operations? Doesn't the existing commons transaction implementation add way too much complexity to your applications? Couldn't you just write to the files and programmatically keep the previous version for recovery from fatal errors?I'd really appreciate honest comments.
-- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]