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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f69eb259f3ed2afb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: "markp" Newsgroups: comp.lang.ada Subject: Re: Using GNAT.Sockets Date: 15 Apr 2005 02:06:57 -0700 Organization: http://groups.google.com Message-ID: <1113556017.302630.65980@l41g2000cwc.googlegroups.com> References: <1113404846.310840.322920@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 208.20.220.69 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1113556024 4248 127.0.0.1 (15 Apr 2005 09:07:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 15 Apr 2005 09:07:04 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=208.20.220.69; posting-account=_Inhcg0AAAAPC2BsuUqoGG-atarvM4_J Xref: g2news1.google.com comp.lang.ada:10487 Date: 2005-04-15T02:06:57-07:00 List-Id: Bob, Thanks for your reply. My basic quesion is I realize that a socket read will not necessarily return all the data requested. The Receive_Socket item input parameter takes and array. Will a subsequent read place data at the beginning of the array, meaning I have to copy data out before I read again? Thanks again.