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,5b8d7f09531ce5fa X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: TCP/IP with GNAT Date: 1997/01/08 Message-ID: #1/1 X-Deja-AN: 208496853 references: <1997Jan8.064922.1@eisner> organization: New York University newsgroups: comp.lang.ada Date: 1997-01-08T00:00:00+00:00 List-Id: In article , geme@baraboo.com (Gabrie l Emerson) writes: > As a military-grade programming language, it would seem to me that GNAT > should have cross-platform socket support. Can anyone point me in the > right direction here? Thanks! One direction to look at is the distribution annex (RM annex E) which is fully supported by GNAT. You can use this in conjunction with GLADE, an implementation of distribution support which uses sockets, and handles heterogenous cross-platform communication between Ada partions running on separate machines. For more information on GNAT and GLADE send email to sales@gnat.com. Robert Dewar Ada Core Technologies