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,3a6337228af80b02 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.7.230 with SMTP id m6mr1866150wia.5.1361092005899; Sun, 17 Feb 2013 01:06:45 -0800 (PST) X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.116.97 Path: g1ni16098wig.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!dedibox.gegeweb.org!gegeweb.eu!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Question: What's the difference between pools of pools and Ada 2012's new subpools? Date: Sun, 17 Feb 2013 10:06:44 +0100 Organization: cbb software GmbH Message-ID: <1f5hzkoyu135m.8modyeyr3mtp$.dlg@40tude.net> References: <8fe47d10-1889-43e7-be85-510ece95c1a6@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: TNGw0NoNrWqwYmfxAaSXHQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2013-02-17T10:06:44+01:00 List-Id: On Sat, 16 Feb 2013 17:06:02 -0800 (PST), Shark8 wrote: > Are there any good tutorials-on/examples-of using pools? Stack pools ("arenas"): http://www.dmitry-kazakov.de/ada/components.htm#Pools_etc Using pools for injecting data into objects ("multiple inheritance"), e.g. list headers, graph node headers: http://www.dmitry-kazakov.de/ada/components.htm#Generic_Doubly_Linked_Web http://www.dmitry-kazakov.de/ada/components.htm#Generic_Directed_Graph > Subpools? Not yet. Subpools could be useful for concurrent and heavy duty applications. As Randy said the problem with pools when used for management the life cycle of objects is finalization of controlled objects. If subpools alleviate this problem is to be seen. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de