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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.119.132 with SMTP id ku4mr16803692pab.7.1425701181747; Fri, 06 Mar 2015 20:06:21 -0800 (PST) X-Received: by 10.140.31.134 with SMTP id f6mr297997qgf.33.1425701181550; Fri, 06 Mar 2015 20:06:21 -0800 (PST) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!hl2no6186384igb.0!news-out.google.com!db6ni44597igc.0!nntp.google.com!hl2no6186378igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 6 Mar 2015 20:06:21 -0800 (PST) In-Reply-To: <63640738-31b1-4abc-8586-c10acd22c399@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:2c20:9060:9531:b0b9:ec2:e3d9; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:120b:2c20:9060:9531:b0b9:ec2:e3d9 References: <63640738-31b1-4abc-8586-c10acd22c399@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <335f2e01-33bf-4299-849d-08edf4d91f88@googlegroups.com> Subject: Re: Increase Buffer Byte Size in my application? From: gautier_niouzes@hotmail.com Injection-Date: Sat, 07 Mar 2015 04:06:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:192445 Date: 2015-03-06T20:06:21-08:00 List-Id: > Any ideas if I need to increase buffer byte size which is currently 36K? In such a case, the only solution is to try and measure time: 36K -> T=... 72K -> T=... 144K -> T=... You'll see if the size has any positive effect and if so, at which size it stops. _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address