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,92a027c293f03acb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Workqueues in Ada 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: <4rvzewqs9ba3$.pluy1xzoi5lr$.dlg@40tude.net> <16fd0klj7ul1d$.oi8lp7eybgxo$.dlg@40tude.net> <15uu62psl9ppr$.1r30bgl24romy.dlg@40tude.net> <1185810775.660151.21590@w3g2000hsg.googlegroups.com> Date: Wed, 1 Aug 2007 10:30:26 +0200 Message-ID: <14891c3are5w9$.sxhjqfdptvj9$.dlg@40tude.net> NNTP-Posting-Date: 01 Aug 2007 10:26:29 CEST NNTP-Posting-Host: 16ea1994.newsspool4.arcor-online.net X-Trace: DXC=ec;NFhb=DIN6PJ?[X6JIXE4IUKO:49eh^@?<6G X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:1315 Date: 2007-08-01T10:26:29+02:00 List-Id: On Tue, 31 Jul 2007 20:54:46 +0000 (UTC), Wiktor Moskwa wrote: > - Simple Components - idea of "webs of lists" and a possibility to use > a custom storage pool seem interesting but I just couldn't tame > access types there - Node is Web, List is Node, everything is access, Yes, for a doubly-linked list there is no difference between a list and an item of. One can use them interchangeably. Two different types were introduced to prevent leaks when an item being removed from the list is also the current head of. All is access to prevent any copying. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de