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 X-Received: by 10.66.222.129 with SMTP id qm1mr6999956pac.6.1398543000929; Sat, 26 Apr 2014 13:10:00 -0700 (PDT) X-Received: by 10.140.92.227 with SMTP id b90mr1206qge.25.1398543000853; Sat, 26 Apr 2014 13:10:00 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.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!c1no4213626igq.0!news-out.google.com!dz10ni23056qab.1!nntp.google.com!cm18no6660038qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 26 Apr 2014 13:10:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.237.162.39; posting-account=FlDDTgoAAAB5iCuW7fM5pP_RHQGC8krX NNTP-Posting-Host: 105.237.162.39 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8d93b0b8-4cfb-43f9-b055-ad7ecf258020@googlegroups.com> Subject: Re: GLIBC_2.14 memcpy From: Ian Douglas Injection-Date: Sat, 26 Apr 2014 20:10:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1696 X-Received-Body-CRC: 1702050706 Xref: news.eternal-september.org comp.lang.ada:19609 Date: 2014-04-26T13:10:00-07:00 List-Id: On Thursday, 24 April 2014 11:56:15 UTC+2, an...@att.net wrote: > A simple System.Memory_Copy package Thanks, have followed your code and confirm that it works both=A0 locally and on the server. The other thing is that the filesize dropped from 547654 to 343340=A0 which is better but still much more than I would like :-) I did try using GNAT.IO first instead of ADA IO but that didn't work=A0 either. Thanks again :) cheers, Ian