The Esstu Pack

Index

Semaphore

Serialise access to a network file by using this to confirm availability.

This program can be used in a network situation, unlike standard mutex semaphores. However the simple algorithm used in this program doesn't always work perfectly. Occasionally two programs can actually obtain access to the resource simultaneously. Also, the five second delay between checks means that there could be up to five seconds between the resource becoming available, and the waiting program accepting it.

Press any key to cancel the wait.

File: SEMAPHORE.ZIP
Installation: Edit the program to specify the name of the semaphore file (may use UNC name), and the command to execute.
Operation: Run.
De-installation: Delete.
Distribution: Open source