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:49, 27 August 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

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

However it seems that the word signal is probably more often used to denote Synchronous rather than unsynchronous events, while the word event is often used for unsynchronous 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 unsynchronous.