Jump to content

Signal programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 194.186.248.50 (talk) at 12:58, 27 August 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Signal programming is often used in the same sense as Event-driven programming.

The word signal is used instead of the word event in documentation of such library as GTK and libsigc++.

However it seems that the word signal is probably more often used to denote synchronous rather than asynchronous events, while the word event is often used for asynchronous event queues.

An other variation of the sense of the collocation signal programming is programming using Unix signals such as SIGTERM, SIGSEGV etc. Note that Unix signals are asynchronous.