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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,470860aa3e635a7 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder3.cambrium.nl!feeder1.cambrium.nl!feed.tweaknews.nl!newsfeed-0.progon.net!progon.net!uucp.gnuu.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: GNAT for MS Visual Studio Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <13duou81kg3sd1c@corp.supernews.com> <4xsl4zw3bp.fsf@hod.lan.m-e-leypold.de> <1191357491.860178.230380@22g2000hsm.googlegroups.com> <4702ADCC.7080209@obry.net> <1191439439.120567.172630@g4g2000hsf.googlegroups.com> <4703F02D.3030207@obry.net> <1191682021.844225.236870@g4g2000hsf.googlegroups.com> <4707A3D0.3070702@obry.net> <47088904.1090201@obry.net> <1191837141.7362.18.camel@kartoffel> Date: Mon, 8 Oct 2007 17:21:57 +0200 Message-ID: <14wkh5o4u9ee4.68rzom086z3r$.dlg@40tude.net> NNTP-Posting-Date: 08 Oct 2007 17:15:59 CEST NNTP-Posting-Host: 22369e59.newsspool4.arcor-online.net X-Trace: DXC=a;bmOD\aT0fIkjb;<8iR=a4IUKkgbOiJcNVfdP?a X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:2354 Date: 2007-10-08T17:15:59+02:00 List-Id: On Mon, 08 Oct 2007 11:52:21 +0200, Georg Bauhaus wrote: > What are typical use cases for containers? Do we have a > collection of use cases? > Are there others than the simulation Pascal has been mentioning? > (I guess theses are larger data sets and a few updates every > now and then?) Don't forget locking scenarios. Decisive is whether the thing is 1-1, 1-n, m-1, m-n reading-updating. No less important is composability when A) accesses are merged together in a sequence of actions upon which the access level can be upgraded from read to update or downgraded; when B) accesses to independent objects are intermixed. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de