
9 Aug
2009
9 Aug
'09
12:26 p.m.
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?