i’m using berkeley db and i’m new to it.
I have noticed that whenever i start the berkeley the file ” __db.001″ is created in my directory
and it consists of 1 line
May you please explain to me what is the use of that file?
Thanks, in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These files are used by Berkeley DB internally by the shared environment (DBEnv) to coordinate multi-process access to the database.
See also ___db.001