IPCL-102 — The proxy cannot close a lock file
The proxy sometimes needs to perform synchronization of its processes, for example, when it accesses some shared memory or accepts client connections. Locking a shared lock file with flock() is used for this purpose. When no more needed, the lock file is closed. If the file cannot be closed for some reason, this message is logged.