Boost logo

Boost :

Subject: Re: [boost] persistence library proposal (with prototypeimplementation)
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-08-09 13:52:12


I'm wondering if a better name might be something like

transaction process library

or?

rather than persistence library.

Robert Ramey

Ilya Bobir wrote:
> Stefan Strasser wrote:
>> Is there any interest to include a persistence library in boost,
>> built upon the boost serialization library?
>>
>> [...]
>>
>> the library should provide ACID transaction properties, so that
>> multiple transactions (in different threads) can work on the same
>> objects and conflicts are discovered by the library. further, an
>> application crash should be recovered, with the changes made by a
>> transaction either committed as a whole or undone.
>>
>> [...]
>
>
> I think that I may find this kind of library very useful for a
> particular kind of applications. Can you please post links to the
> source code? Maybe you have a web-site you use to host the library?
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk