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.182.246.67 with SMTP id xu3mr29145273obc.18.1429604455318; Tue, 21 Apr 2015 01:20:55 -0700 (PDT) X-Received: by 10.140.29.119 with SMTP id a110mr238624qga.20.1429604455252; Tue, 21 Apr 2015 01:20:55 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!l13no8036064iga.0!news-out.google.com!a41ni779qgf.1!nntp.google.com!j5no2921788qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 21 Apr 2015 01:20:55 -0700 (PDT) In-Reply-To: <1tufk7ruhyejt.1tyb01i9kotm1.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.81.82.2; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 5.81.82.2 References: <8323246f-eb13-49e8-9e0c-5c5ec1002060@googlegroups.com> <1tufk7ruhyejt.1tyb01i9kotm1.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <95d6f315-d21b-4106-961c-dcf11f8c04ad@googlegroups.com> Subject: Re: Truncating Direct IO files From: tonyg Injection-Date: Tue, 21 Apr 2015 08:20:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:192870 Date: 2015-04-21T01:20:55-07:00 List-Id: I use your tables package in nearly everything I do! I've been reading up on oop and tagged types and I'm going to bite the bullet and make another attempt at using your persistant storage. Should I stick to normal records rather than use variants for the persistant storage? And yes crashes would corrupt my system :)