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,816324735a0a7c22 X-Google-Attributes: gid103376,public From: fielding@kiwi.ics.uci.edu (Roy T. Fielding) Subject: Re: General sockets & file system interface Date: 1998/10/07 Message-ID: <6vg1oe$4h0@kiwi.ics.uci.edu>#1/1 X-Deja-AN: 398666205 References: <36190FE1.E9ADA9A3@llnl.gov> Organization: UC Irvine Department of ICS Newsgroups: comp.lang.ada Date: 1998-10-07T00:00:00+00:00 List-Id: In <36190FE1.E9ADA9A3@llnl.gov> Brett Kettering writes: >Is there a product available that provides a platform-independent >interface to the file system and sockets? In my particular case I just >need to list the files in a directory and do the standard open, bind, >listen, and read on the socket. The Onions networks streams library for Ada95 is designed to do that, though it will probably need some work to port it to WinNT. In any case, it provides a better portability abstraction. It needs a new maintainer. The source code is released under the same modified GPL as GNAT/GLADE, mostly because it reuses some of the Garlic library. http://www.ics.uci.edu/pub/websoft/libwww-ada95/ Cheers, ...Roy T. Fielding [see me next week at ApacheCon98, www.apachecon.com] Department of Information & Computer Science (fielding@ics.uci.edu) University of California, Irvine, CA 92697-3425 fax:+1(949)824-1715 http://www.ics.uci.edu/~fielding/