fix typo
This commit is contained in:
parent
6dfdc37738
commit
4f10cf7434
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ because then the pid in question can be running on a different computer.
|
||||||
Even if you do figure out that a pid lock is stale, how do you then
|
Even if you do figure out that a pid lock is stale, how do you then
|
||||||
take over a stale pid lock, without racing with anther process that
|
take over a stale pid lock, without racing with anther process that
|
||||||
also wants to take it over? This was the truely tricky question of the
|
also wants to take it over? This was the truely tricky question of the
|
||||||
day..
|
day.
|
||||||
|
|
||||||
I have a possibly slightly novel approach to solve that:
|
I have a possibly slightly novel approach to solve that:
|
||||||
Put a more modern lock file someplace else (eg, /dev/shm)
|
Put a more modern lock file someplace else (eg, /dev/shm)
|
||||||
|
|
Loading…
Add table
Reference in a new issue