We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f630e commit 5edc2eaCopy full SHA for 5edc2ea
synchro.tex
@@ -292,7 +292,7 @@
292
\item example: \example{file-locking/lock-unlock.c} -- it is to be used together
293
with the \example{file-locking/run.sh} shell script.
294
\item In case of process crash the locks are not removed and therefore other
295
-processes would wait forever. Thus it is prudent to write PID of the process
+processes would wait forever. One idea is to write PID of the process
296
that created the lock to the lock file. The process that is waiting for unlock
297
can verify that the process with given PID number exists. If not, it can remove
298
the lock file and retry. User level command that can do this is e.g.
0 commit comments