Module: dirdbm | Twisted-0.19.0/twisted/persisted/dirdbm.py | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
I am a DBM-style interface to a directory. Each key is stored as a single file. This is not expected to be very fast or efficient, but it's good for easy debugging. DirDBMs are not thread-safe, they should only be accessed by one thread at a time.
|