From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,af2ede15fd2320cb X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Socket programming in Ada Date: 2000/05/05 Message-ID: #1/1 X-Deja-AN: 619716505 References: <3912C128.1CB6E348@lmco.com> X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 957556984 206.170.2.135 (Fri, 05 May 2000 13:03:04 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Fri, 05 May 2000 13:03:04 PDT Newsgroups: comp.lang.ada Date: 2000-05-05T00:00:00+00:00 List-Id: >Are there any bindings and examples of using the select() socket >monitoring function within an Ada program? What platform? If MS Windows, Claw has a high level socket package, and the source comes with it. I made a small version of Claw.Sockets, capable of running a simple http server, which I understand will be posted soon (?) for $0 download.