Sujet : Re: How/where to store calibration values - written by program A, read by program B
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 29. Dec 2023, 18:33:03
Autres entêtes
Organisation : Stefan Ram
Message-ID : <ipc-20231229182442@ram.dialup.fu-berlin.de>
References : 1 2 3 4 5 6
Grant Edwards <
grant.b.edwards@gmail.com> writes:
Then how does it help the OP to propogate clibration values from one
program to another or from one program run to the next run?
One could also use files. But I'm not sure whether a locking scheme
would be required when there are concurrent accesses by different
processes. Maybe it's okay as long as there are never concurrent
writes. Otherwise, one could try to use SQLite for the locking.