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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f3437064e1091fec X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-12 05:38:09 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: What evil would happen? Date: 12 Jul 2003 05:38:09 -0700 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0307120438.6aac89b5@posting.google.com> References: <5ad0dd8a.0307111151.4a08f95a@posting.google.com> <3F0F2B68.2060900@attbi.com> NNTP-Posting-Host: 212.160.20.107 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058013489 1805 127.0.0.1 (12 Jul 2003 12:38:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Jul 2003 12:38:09 GMT Xref: archiver1.google.com comp.lang.ada:40228 Date: 2003-07-12T12:38:09+00:00 List-Id: "Robert I. Eachus" wrote in message > I don't follow from this to what you are asking. Assuming you want to > parse common log file format files which have a format of > > remotehost rfc931 authuser [date] "request" status bytes > > (per http://www.w3.org/Daemon/User/Config/Logging.html) I can't imagine > why you would be asking about such a feature. But if I were you I would > be looking at Ada.Strings.Unbounded. I have a lot of those logfiles so I wanted it to be fast => tried to stick with fixed strings and no exceptions. Indeed I may be trying to optimize something that is not slow... Regards, Wojtek