mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
news
This commit is contained in:
parent
0e0ebf6687
commit
e6adfc7726
10
newsfragments/3926.incompat
Normal file
10
newsfragments/3926.incompat
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Record both the PID and the process creation-time
|
||||||
|
|
||||||
|
A new kind of pidfile in `running.process` records both
|
||||||
|
the PID and the creation-time of the process. This facilitates
|
||||||
|
automatic discovery of a "stale" pidfile that points to a
|
||||||
|
currently-running process. If the recorded creation-time matches
|
||||||
|
the creation-time of the running process, then it is a still-running
|
||||||
|
`tahoe run` proecss. Otherwise, the file is stale.
|
||||||
|
|
||||||
|
The `twistd.pid` file is no longer present.
|
Loading…
Reference in New Issue
Block a user