Hi all,
Does anyone know of a good article on lock files?
IE: A networked application. Every time a user starts the application it makes an entry into the lock file. When the limit is reached it will inform the user that their are already to many people in the application.
Basicly I want to understand how a lock entry is removed from the file when the application crashes?
