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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,816324735a0a7c22,start X-Google-Attributes: gid103376,public From: Brett Kettering Subject: General sockets & file system interface Date: 1998/10/05 Message-ID: <36190FE1.E9ADA9A3@llnl.gov>#1/1 X-Deja-AN: 397989457 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: LLNL Mime-Version: 1.0 Reply-To: brettk@llnl.gov Newsgroups: comp.lang.ada Date: 1998-10-05T00:00:00+00:00 List-Id: 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. At this time I am just looking to target WinNT and Sun Solaris. I'm using Aonix's ObjectAda 7.1.2 on NT and they have an NT-specific interface that I am using successfully for these purposes. I'll probably purchase ObjectAda for Sun Solaris, but their tech. support indicates that the interface provided for Solaris would be different than for NT, thus my question to this group. I'd like my code to be the same on both platforms. Thanks for any references provided. Brett Kettering -- Views and opinions expressed are mine and not those of Lawrence Livermore National Laboratory.