Berkeley database + row level locking


 
Thread Tools Search this Thread
Top Forums Programming Berkeley database + row level locking
# 1  
Old 06-16-2010
Berkeley database + row level locking

Hello all,

Any idea with which release of BDB row/record level locking was introduced? Am sure many/somebody are working with BDB.

I tried searching the forum and this what I could get.
Berkeley DB Java Edition 3.3.74 (Default branch)
Its not that helpful.

Any insights into this will be really helpful. Please point me to some links that describe about row/record level locking in BDB

Thanks
- mm

---------- Post updated 06-16-10 at 10:11 AM ---------- Previous update was 06-15-10 at 05:43 PM ----------

Quote:
Originally Posted by matrixmadhan
Hello all,

Any idea with which release of BDB row/record level locking was introduced? Am sure many/somebody are working with BDB.

I tried searching the forum and this what I could get.
Berkeley DB Java Edition 3.3.74 (Default branch)
Its not that helpful.

Any insights into this will be really helpful. Please point me to some links that describe about row/record level locking in BDB

Thanks
- mm
I could not find any explicit release message from OTN ( for eg: ) that says, row/record level locking is added/introduced with this release.

Any pointers?
# 2  
Old 06-16-2010
Did you check the Getting Started Guide at Appendix*A.*Concurrent Processing in Berkeley DB Java Edition ? This is BDB JE 4.0.103
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

SSL certificate generation on OS level or application level

We have a RHEL 5.8 server at the production level and we have a Java application on this server. I know of the SSL certificate generation at the OS (RHEL) level but it is implemented on the Java application by our development team using the Java keytool. My doubt is that is the SSL generation can... (3 Replies)
Discussion started by: RHCE
3 Replies

2. UNIX for Dummies Questions & Answers

Shell Script: Traverse Database Table Row by Row

Hello Everyone, My issue is that I want to traverse a database table row by row and do some action on the value retrieved in each row. I have gone through a lot of shell script questions/posts. I could find row by row traversal of a file but not a database table. Please help. Thanks &... (5 Replies)
Discussion started by: ahsan.asghar
5 Replies

3. Solaris

compiling Berkeley db.

Hi there, I need to install a later version of Berkeley DB on a solaris 10 server but I can not remove the previous version. I've used the configure option of --with-uniquename. It looks like the make has worked. I'm worried that the make install may interfer with the current... (0 Replies)
Discussion started by: Mickey G2
0 Replies

4. Shell Programming and Scripting

how to split the row(array) in to fields and store in to oracle database in unix

Hi, the csv file with the delimeter #. A#B#C#D#E#F#G#H 1#2#3#4#5#6#7#8 Z#x#c#V 7#2#8#9 N. I want to read the file line by line and store in rowarray. then the rowarray content should be spilt or made to fields using the delimeter #. i am not sure can we store the fields in to... (3 Replies)
Discussion started by: barani75
3 Replies

5. Solaris

Difference between run level & init level

what are the major Difference Between run level & init level (2 Replies)
Discussion started by: rajaramrnb
2 Replies

6. UNIX Benchmarks

ocs_vtsup: error locking odm database

Someone know something about this error ? We have 5.2 and HACMP Cluster. (1 Reply)
Discussion started by: hjara
1 Replies
Login or Register to Ask a Question