[1605] in linux-net channel archive
Sockets und Signals
daemon@ATHENA.MIT.EDU (Alexander Schorn)
Sat Jan 13 17:32:44 1996
To: submit-linux-dev-net@ratatosk.yggdrasil.com
From: aschorn@ba-stuttgart.de (Alexander Schorn)
Date: 12 Jan 1996 09:13:36 GMT
Hallo everybody out there,
I'm developing a C++ Class for async. signaldriven process-
communication over the internet. There will be server-, client-
and peerports which can communicate. To make this class completely
signaldriven (without useing polling) I have to tell the kernel to
generate the appropriate signal when data arrives. Under SunOS
and HPUX this is done by
ioctl(descriptor, I_SETSIG, signal);
where signal could be S_INPUT | S_RDNORM for example.
Is there anybody who can tell me the compatible command to
I_SETSIG and the names of the signals (S_INPUT) under LINUX ?
Where to find information about this theme ?
Please email to
aschorn@ba-stuttgart.de (will be deleted in some days)
or
schorn@str.daimler-benz.com (better)
Thanks a lot.
Best regards.
alex