Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Autoflush for DB_FILE to share a hash among cooperating processes?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Dan Wilga, post: 4758865"] I would recommend using the BerkeleyDB module instead of DB_File, and then using the DB_INIT_MPOOL and DB_INIT_CDB flags in a call to BerkeleyDB::Env. Anything less complex will lead to synchronization problems, since there is no record locking in Berkeley DB, unless you use either CDB or full transactional mode. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Autoflush for DB_FILE to share a hash among cooperating processes?
Top