diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2003-09-27 23:00:19 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2003-09-27 23:00:19 (GMT) |
commit | 1eb41e22ab4288bef5883ee93d04e87f5b1fb5ca (patch) | |
tree | e5d734c4041100c63c9c48479902e615716dd252 /Doc/tools | |
parent | c8083cf1cc375fa4df828a8a2241cf6617c111f4 (diff) | |
download | cpython-1eb41e22ab4288bef5883ee93d04e87f5b1fb5ca.zip cpython-1eb41e22ab4288bef5883ee93d04e87f5b1fb5ca.tar.gz cpython-1eb41e22ab4288bef5883ee93d04e87f5b1fb5ca.tar.bz2 |
Use a threadsafe private DBEnv for each bsddb compatibility interface
db that is opened. DB_THREAD and DB_INIT_LOCK allow for multithreaded
access. DB_PRIVATE prevents the DBEnv from using the filesystem
(making it only usable by this process; and in this implementation
using one DBEnv per bsddb database)
Diffstat (limited to 'Doc/tools')
0 files changed, 0 insertions, 0 deletions