Shelve and Concurrent access
Peter Kazmier
pete-python-5-17 at kazmier.com
Wed May 17 18:07:31 EDT 2000
More information about the Python-list mailing list
Wed May 17 18:07:31 EDT 2000
- Previous message (by thread): Newbie: Python suitability question
- Next message (by thread): informixdb 1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Is there any way to use the shelve library and allow concurrent access to the database without explicity using my own file locks on a unix system? I saw a thread from July 1999 that seemed to indicate all I have to do is recompile the bsddb module and change one header from: #include <db.h> to: #include <db_185.h>. Is it really that simple? Thanks, Pete -- Peter Kazmier http://www.kazmier.com PGP Fingerprint 4FE7 8DA3 D0B5 9CAA 69DC 7243 1855 BC2E 4B43 5654
- Previous message (by thread): Newbie: Python suitability question
- Next message (by thread): informixdb 1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list