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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8e11100f675ea2df X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.86.166 with SMTP id q6mr7644982paz.44.1357066487709; Tue, 01 Jan 2013 10:54:47 -0800 (PST) Path: 6ni76292pbd.1!nntp.google.com!news.glorb.com!xmission!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: asynchronous task communication Date: Tue, 01 Jan 2013 13:54:46 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1c2dnd5E6PMDR33NnZ2dnUVZ_sednZ2d@earthlink.com> <50e18094$0$6583$9b4e6d93@newsspool3.arcor-online.net> <7NednS4s2oukfXzNnZ2dnUVZ_oadnZ2d@earthlink.com> <7cudnYloBfQDw3_NnZ2dnUVZ_rKdnZ2d@earthlink.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1357066487 9458 192.74.137.71 (1 Jan 2013 18:54:47 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 1 Jan 2013 18:54:47 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:TUu/xwUn8pJI3EAZ+wRf9QKy0f0= Content-Type: text/plain; charset=us-ascii Date: 2013-01-01T13:54:46-05:00 List-Id: Charles Hixson writes: >...I really preferred a language with a garbage collector, I have used the Boehm garbage collector successfully with Ada. You could also consider use-defined storage pools. I don't know enough detail of what you're doing to know if they would help. - Bob