Name : libjio
| |
Version : 0.23
| Vendor : (none)
|
Release : 3.guru.suse92
| Date : 2005-12-29 04:33:04
|
Group : System/Filesystems
| Source RPM : libjio-0.23-3.guru.suse92.src.rpm
|
Size : 0.15 MB
| |
Packager : Pascal Bleser < guru_unixtech_be>
| |
Summary : Userspace Library to do Journaled, Transaction-Oriented I/O
|
Description :
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 regular operations (ie. open(), read(), write()) in a non-intrusive threadsafe and atomic way, with safe and fast crash recovery. This allows the library to guarantee file integrity even after unexpected crashes, never leaving your files in an inconsistent state. On the disk, the file you work on is exactly like a regular one, but a special directory is created to store in-flight transactions.
It\'s written in plain C, in less than 1500 lines of code, and has no dependencies on external libraries. It\'s based on the traditional POSIX API and follows the Single UNIX Specification, so it should be portable to all major UNIX variants without problems; however it\'s developed under Linux, so please let me know if you try it somewhere else.
You can also compile it with dietlibc or uClibc if you have space constraints, making it quite easy to include libjio in embedded applications. For instance, using the latter on i386 the final object size is about 9600 bytes.
|
RPM found in directory: /packages/linux-pbone/ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/packages/Libraries/libjio |