* Matías De la Puente <[EMAIL PROTECTED]> wrote:
> Regarding SIGNALS, I would like to know how to implement POSIX signals,
> especially SIGIO, to be used as delegates. This is necessary for
> asynchronous communication of a microcontroller connected to the serial
> port.

I know how tempting it might be to use SIGIO, stay away from it. SIGIO
is one of these things in POSIX that was added because someone was
bored. There are other tools to implement these things (see sys/select.h
and aio.h).

-- 
 Ed Schouten <[EMAIL PROTECTED]>
 WWW: http://80386.nl/

Attachment: pgpHuyKzN2nx6.pgp
Description: PGP signature

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to