next up previous index
Next: Interprocess Communication Up: Creating Communicating Processes Previous: Interprocess Signals

Internal Signals

Sometimes it is useful to explicitly sent signals to the own process. An interesting case is timer signals. A simple interface to the corresponding operating system facilities is provided with the built-ins      

alarm(+Time)

this will send a timeout signal (usually alrm/14) after a specified number of seconds

set_timer(+Timer, +Interval)

activate different operating system timers to send signals in regular intervals

These built-ins may not be available on all machines.



Micha Meier
Mon Mar 4 12:11:45 MET 1996