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-Thread: a07f3367d7,8fd45d32d7c94df3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!u3g2000vbj.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: User Defined Storage Pool : did you ever experiment with it ? Date: Sat, 22 Jan 2011 01:54:01 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 91.13.185.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1295690041 3571 127.0.0.1 (22 Jan 2011 09:54:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 22 Jan 2011 09:54:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u3g2000vbj.googlegroups.com; posting-host=91.13.185.246; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0C),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:17607 Date: 2011-01-22T01:54:01-08:00 List-Id: We use storage pools on a helicopter flight simulator. All global objects are elements of one storage pool. Thus we can take snapshots of a current state by simply storing away the pool contents. Later, by restoring the pool contents, a previous situation, e.g. where a pilot did not perform correctly, can be restored and the pilot can try to do better.