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.110.136 with SMTP id ia8mr31426199obb.18.1438007914400; Mon, 27 Jul 2015 07:38:34 -0700 (PDT) X-Received: by 10.140.19.208 with SMTP id 74mr472919qgh.0.1438007914258; Mon, 27 Jul 2015 07:38:34 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!f3no3533863igg.0!news-out.google.com!b31ni834qge.0!nntp.google.com!z61no3595527qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 27 Jul 2015 07:38:34 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.203.145.32; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 NNTP-Posting-Host: 81.203.145.32 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6b5c318e-430d-4950-9762-e0ecdaa0ac9a@googlegroups.com> Subject: Re: Handling transactions? From: EGarrulo Injection-Date: Mon, 27 Jul 2015 14:38:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:194339 Date: 2015-07-27T07:38:34-07:00 List-Id: Sorry, I didn't specify that I was not talking about database transactions = -- albeit the concept is the same -- but rather about keeping an object in= a consistent state even when exceptions occur during processing. Since th= e realm of Ada is high-integrity systems, I suppose that this is a solved p= roblem, but I haven't found any explanations in regard.