mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
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` process. Otherwise, the file is stale.
|
|
|
|
The `twistd.pid` file is no longer present. |