lockfiles & fork()
From: Johannes Schindelin <hidden>
Date: 2016-08-11 19:20:12
Hi, when you setup a lockfile, and then fork(), you could easily end up with atexit() kicking in to remove the lockfile, before the main process has a chance to commit. (Yes, I need to hold the lock long before the fork()). Any ideas how to solve the problem? Ciao, Dscho