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,1d4c29b101985358 X-Google-Attributes: gid103376,public From: griest-tom@cs.yale.edu (Tom Griest) Subject: Re: Gnat and TCP/IP Date: 1996/04/15 Message-ID: <4kth5lINN8to@RA.DEPT.CS.YALE.EDU>#1/1 X-Deja-AN: 147586882 references: <4krg5u$bpp@lastactionhero.rs.itd.umich.edu> organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 cc: dickery@umich.edu newsgroups: comp.lang.ada Date: 1996-04-15T00:00:00+00:00 List-Id: dickery@umich.edu (Matthew Benjamin) writes: >I'm just becoming familiar with Ada/GNAT, and am trying to determine >how feasible it would be as an implementation language for client/server >database type applications. . . > >Is there a standard TCP/IP implementation for Ada and the GNU Ada compiler? >You would expect so, but I haven't heard of one. (The PAL archives one >for VAX/Verdix, but...) We are using the Win32Ada bindings for the sockets implementation on Win32 (WinNT/Win95). These are pretty close to the Berkeley Sockets (but there are a few minor differences). You can get the bindings from sw-eng.falls-church.va.us/public/source/bindings/win32ada (or something like that). If you have a slow net connection and/or you're not really interested at all in the other i/f source, send me email and I'll just send you the winsock package. >Are people just using external C code? no -Tom