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,14b722d0ecad0868 X-Google-Attributes: gid103376,public From: clines@delete_this.airmail.net (Kevin Cline) Subject: Re: looking for network streams binding Date: 1997/05/31 Message-ID: #1/1 X-Deja-AN: 245173918 References: <5mnp30$iuu@kiwi.ics.uci.edu> X-Orig-Message-ID: <3391bc20.603131@news.airmail.net> Organization: INTERNET AMERICA NNTP-Proxy-Relay: library.airnews.net Newsgroups: comp.lang.ada Date: 1997-05-31T00:00:00+00:00 List-Id: fielding@kiwi.ics.uci.edu (Roy T. Fielding) wrote: >I am looking for a freeware library or set of packages for binding >Ada95 to TCP/IP network streams (or even plain sockets). I have checked >the usual archives, to no avail. The purpose is to provide a native >interface for Ada95 clients using HTTP requests, with message retrieval, >parsing, and processing using concurrent threads. > >It needs to be something I can redistribute (eventually) for free. >OTOH, I'd be willing to help coordinate a collaborative effort, similar >to what I have already done for libwww-perl and Apache. It seems fairly obvious thing to do is create an Ada binding to Doug Schmidt's ACE package. Poke around cs.wustl.edu and you'll find it.