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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,198c6302c4a0b0d7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-21 10:46:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!newsfeed.direct.ca!look.ca!wn1feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Ada / C++ comparison paper References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 53LU7-28868-b_-5286@rwcrnsc51.ops.asp.att.net X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1008960395 53LU7-28868-b_-5286@rwcrnsc51.ops.asp.att.net (Fri, 21 Dec 2001 18:46:35 GMT) NNTP-Posting-Date: Fri, 21 Dec 2001 18:46:35 GMT Organization: AT&T Broadband Date: Fri, 21 Dec 2001 18:46:35 GMT Xref: archiver1.google.com comp.lang.ada:18224 Date: 2001-12-21T18:46:35+00:00 List-Id: >>> You'd be hard-pressed to prove that concurrency is more important to the >>> average developer than containers. > After all, real-time apps have queues and lists all over the place too, It's really easy to roll your own bounded queue.