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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,94bac711cf2950f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-26 02:56:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newspeer.clara.net!news.clara.net!news-hub.cableinet.net!blueyonder!btnet-peer!btnet-peer0!btnet-feed5!btnet!mendelevium.btinternet.com!not-for-mail From: "Tony Gair" Newsgroups: comp.lang.ada Subject: Re: Newbie wanna Ada Date: Fri, 26 Oct 2001 10:49:55 +0100 Organization: BT Internet Message-ID: <9rbbsc$ga8$1@uranium.btinternet.com> References: <3BD87B95.2000703@maciejsobczak.com> NNTP-Posting-Host: host217-34-83-58.in-addr.btopenworld.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:15221 Date: 2001-10-26T10:49:55+01:00 List-Id: Hi tmoran, I had this problem myself as I wanted a separate interface for sockets so I made a package for sending and listening to sockets where the user has to specify where the messages are going. The interface consists of two tasks and can send and receive types. I would have appreciated an inbuilt option though. I did have a play with the examples given in the adasockets package on linux with the Gnat Compiler and it worked ok, havn't used it actually on the interenet though, but I have used internet sockets between two machines, I would be very interested to hear of anyones success in connecting ada sockets to programs such as Java. Anyone done this, please talk to me Is there a substantial case for me writing a generic version....of this package and release it as opensource...........