[Tutor] Signals

D-Man dsh8290@rit.edu
Tue, 13 Mar 2001 14:46:51 -0500


On Tue, Mar 13, 2001 at 01:38:49PM -0500, Shawhan, Douglas (GEAE, GECC) wrote:
| Where is a good tutorial for signals? I have a need to parse data from an
| ISA bus board to a database. (gaze in wide-eyed wonder as he once agains
| bites off more than he can chew....)

Not a tutorial, but  'man signal'  may give you a starting point.  I
imagine that Python's signal module closely matches the C library.
Also try loading the signal library and browsing it (in an interactive
session).  The Ref Man should also give a brief description of the
API.

HTH,
-D