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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ff1f0403676a2300 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.85.136 with SMTP id h8mr1105479paz.46.1344813560469; Sun, 12 Aug 2012 16:19:20 -0700 (PDT) Path: c10ni109238pbw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Ada Networking (General/Design) Date: Sun, 12 Aug 2012 16:05:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0714acf1-baa7-41bb-b9f6-f4d0a75e195d@googlegroups.com> References: <08540a65-8d88-4042-b021-52c49b2e6772@googlegroups.com> NNTP-Posting-Host: 69.20.190.126 Mime-Version: 1.0 X-Trace: posting.google.com 1344813560 17772 127.0.0.1 (12 Aug 2012 23:19:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 12 Aug 2012 23:19:20 +0000 (UTC) In-Reply-To: <08540a65-8d88-4042-b021-52c49b2e6772@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-12T16:05:05-07:00 List-Id: On Sunday, August 12, 2012 2:26:23 PM UTC-6, Shark8 wrote: > In a related, though only tangential, vein to my other Ada-networking thread, I thought it would be good to ask what [you find] the best way to handle network-communication is. > > > > Is it using Streams? Wrapping up IP-ports and packets in their own interface-packages and using those? Something I'm not even thinking of? (In short, I'm curious as to how other Ada programmers approach it.) *It should probably read sockets instead of IP-ports and packets. I'm very new to implementing things for networks, so please forgive my misunderstandings.