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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx20.iad.POSTED!not-for-mail From: Hubert User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Questions about socket programming References: <%pzmw.361295$Mq4.223465@fx25.iad> <1vt5kszrayia0$.18j888endc4qm.dlg@40tude.net> In-Reply-To: <1vt5kszrayia0$.18j888endc4qm.dlg@40tude.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 141224-1, 12/24/2014), Outbound message X-Antivirus-Status: Clean Message-ID: X-Complaints-To: abuse@newsdemon.com NNTP-Posting-Date: Thu, 25 Dec 2014 04:02:41 UTC Organization: http://www.NewsDemon.com Date: Wed, 24 Dec 2014 20:02:42 -0800 X-Received-Bytes: 1541 X-Received-Body-CRC: 94039156 Xref: news.eternal-september.org comp.lang.ada:24224 Date: 2014-12-24T20:02:42-08:00 List-Id: Thanks, I downloaded the package now and check it out. Can you tell me if the server package handles long data as well? I understand that the basic socket send() function sends only as much as fits into the outgoing buffer and has to be called multiple times for large data blocks, whereupon the recieve() function must be called multiple times as well and the original datablock then reassembled by the application. Does your server handle that scenario and return the original large datablock or is that left for the application as well? --- This email has been checked for viruses by Avast antivirus software. http://www.avast.com