Comment 8 for bug 1003938

Revision history for this message
Nicolas (nicolas-hoeft) wrote :

Daniel, your locking mechanism is actually very bad, this will eventually break.
Do not use non-atomic operations for locking!

A better approach for locking is actually something like flock