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,1ea92c0e5255811d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-25 14:45:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Container libraries Date: 25 Feb 2003 22:07:47 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <5d6fdb61.0302250317.c49d71a@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1046210941 8933 62.49.19.209 (25 Feb 2003 22:09:01 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 25 Feb 2003 22:09:01 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34582 Date: 2003-02-25T22:07:47+00:00 List-Id: 402450@cepsz.unizar.es (Jano) writes: > My requeriments are, basicly: ordering, finding (both > time-efficient) and multitasking support if possible. What sort of multi-tasking support would _you_ like, then? (the Booch Components used to have some, but as soon as I tried to actually use it myself in a serious application it was obvious that no simplistic approach to multitasking was ever going to satisfy more than a very few users. And just at that point I found I couldn't have both a new valuable feature and concurrency implemented the old way ..