|
|
Log in / Subscribe / Register

libjio 1.00 released

From:  Alberto Bertogli <albertito-AT-blitiri.com.ar>
To:  lwn-AT-lwn.net
Subject:  libjio 1.00 released
Date:  Sat, 12 Sep 2009 13:41:50 -0300
Message-ID:  <20090912164149.GM8419@blitiri.com.ar>


Hi!

The latest version of libjio, 1.00, has been released.

It features minor fixes and documentation updates since the last release, but
marks the beginning of the first stable series.


libjio is a userspace library to do journaled, transaction-oriented I/O.

It provides a very simple API to commit and rollback transactions, and on top
of that a UNIX-alike set of functions to perform most common operations
(open(), read(), write(), etc.) in a non-intrusive threadsafe and atomic way,
with safe and fast crash recovery.

The library guarantees file integrity even after unexpected crashes, never
leaving your files in an inconsistent state.

It also comes with Python (both 2 and 3) bindings that provide a file-alike
object.


You can find more information at http://blitiri.com.ar/p/libjio/.

Thanks a lot,
		Alberto




to post comments


Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds