T
Torsten Bronger
Hallöchen!
A TurboGears process opens a DB file with anydbm and keeps it open.
The the same time, this file is updated by another process. How can
I tell the TurboGears process to fetch the new values? my_db.sync()
didn't help -- apparently, it only *writes* to the DB file but
doesn't read new data from it.
Tschö,
Torsten.
A TurboGears process opens a DB file with anydbm and keeps it open.
The the same time, this file is updated by another process. How can
I tell the TurboGears process to fetch the new values? my_db.sync()
didn't help -- apparently, it only *writes* to the DB file but
doesn't read new data from it.
Tschö,
Torsten.