[redland-dev] Perl/BDB question: atomicity and transactions
question
Jasper van de Gronde
th.v.d.gronde at hccnet.nl
Fri Jan 14 02:11:55 PST 2005
Jan Algermissen wrote:
> Hi,
>
> I have a question regarding transaction support when using BDB storage.
> I've not found anything in the docs so far, so maybe someone over here
> can help me out:
>
> How do I open a BDB store for reading or writing in a scenario whith
> multiple readers and writers?
> (I can't figure out how to pass the required options to BDB)
You don't necessarily need transactions for this as far as I can tell.
> Is there a way to get transaction support (rollback) with BDB? I recall
> that sleepycat has
> transaction support...does BDB do too?
BDB at least has some transaction support, check out the documentation
that comes with source/SDK.
More information about the redland-dev
mailing list