-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oliver,
On 3/5/2010 5:01 AM, Oliver Zeigermann wrote: > The project has been abandoned by me as I lost faith in one of its > goal - ACID properties (especially atomicity) on any file system. From > my (and others) point of view it can not be achieved by *any* > implementation. So if you are asking whether there is another > implementation that is more suitable, my answer is "there can't be > any". I only read this in passing, so if there's a lot of discussion of this elsewhere, I'd be happy to get a reference, but... java.io.File.createNewFile() claims to provide atomic file creation, and java.nio.channels.FileLock presumably has file-locking capabilities. Is this just something that can't be attained through a pure-Java library, and writing native code for all possible environments isn't your idea of a good time? :) Or, am I misunderstanding the problem. Thanks, - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkuRjNsACgkQ9CaO5/Lv0PDqDgCeJ0p9IyL0EjYU6ydIPT3RlMgq ECMAoLBEf5Kr/Z2MEZ1ZEuzkboVuqP8j =azuq -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
