Imagine you have a task that needs to be completed by someone at work by a certain time. Let's say it's first thing early in the morning.
It's a critical task that must not be allowed to fail. As a result, you need to make sure that the person scheduled to work that day and complete the task has arrived in good enough shape to do the job.
So what do you need?
Well, one thing you could try would be to mount a big, red, push-button switch on a computer, rigged to the serial port. The computer would be constantly monitoring this switch, and if the switch is not depressed by the specified time, it automatically pages someone.
Now, how would you implement such a system? What sort of software is out there to automatically page someone based on the occurrence (or non-occurrence) of a certain event?
It's a critical task that must not be allowed to fail. As a result, you need to make sure that the person scheduled to work that day and complete the task has arrived in good enough shape to do the job.
So what do you need?
Well, one thing you could try would be to mount a big, red, push-button switch on a computer, rigged to the serial port. The computer would be constantly monitoring this switch, and if the switch is not depressed by the specified time, it automatically pages someone.
Now, how would you implement such a system? What sort of software is out there to automatically page someone based on the occurrence (or non-occurrence) of a certain event?