C++ Multithreading -
06-14-2006
, 05:47 AM
Hi all,
I'm a newbye to Berkeley DB technology. I'm interested in building a
C++ multithreaded application that accesses a Berkeley DB database. The
database has to be shared by threads and procsses in a concurrent way.
The "Getting Started Guide" and the reference documentation state that
Berkeley DB provides features to manage concurrency in that scenario,
without the need for developers to handle it by themselves: I'm able to
do that, but I think that if the product manages it, it's the better
solution.
Could someone, please, address me to some example in C++ or document or
developers forum that can help me to bootstrap my activity?
Thank you in advance
Daniele |