in reply to Locking/unlocking program execution using a queue

The real solution would be
  1. mknod $$.lock
  2. open $$.lock,"rw"
  3. (hard)link $$.lock nach reallock
Now two possible outcomes:
  • Comment on Re: Locking/unlocking program execution using a queue