From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 2 Aug 91 13:28:42 GMT From: dd@sei.cmu.edu (Dennis Doubleday) Subject: Re: Ada and Unix--Blocked Tasks Message-ID: <29581@as0c.sei.cmu.edu> List-Id: You can use the fcntl(2) call to make the socket raise a SIGIO signal whenever data arrives at the socket. Handle SIGIO with a task entry call and then do the accept. Dennis Doubleday (dd@sei.cmu.edu) Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 (412)268-5873