search for: handlealarm

Displaying 1 result from an estimated 1 matches for "handlealarm".

Did you mean: handle_alarms
2006 Jan 04
0
Strange AGI behavior on Mac OS X
Hello, I have an perl AGI script that uses the "alarm(3)" perl command to set a timer and then calls $AGI->record(...). When the alarm goes off a subroutine "handleAlarm" is called which carries out an action while the record is taking place. This has been working great on Linux. The strange behavior is that on Mac OS X, when the alarm SIG is received the handleAlarm routine is called like it should be but the AGI read from STDIN returns early with null whic...