comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
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
Date: 2013-02-17T10:06:44+01:00	[thread overview]
Message-ID: <1f5hzkoyu135m.8modyeyr3mtp$.dlg@40tude.net> (raw)
In-Reply-To: c9b79e42-3bf6-420d-ab8d-04f10f77ddab@googlegroups.com

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



  reply	other threads:[~2013-02-17  9:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-14  0:12 Question: What's the difference between pools of pools and Ada 2012's new subpools? Shark8
2013-02-14  0:56 ` Randy Brukardt
2013-02-14  2:34   ` Shark8
2013-02-17  1:06   ` Shark8
2013-02-17  9:06     ` Dmitry A. Kazakov [this message]
2013-02-17 11:47       ` Simon Wright
2013-02-18 23:24         ` Randy Brukardt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox