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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,af960bc705aaf51b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-25 08:29:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!colt.net!easynet-quince!easynet-melon!easynet.net!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "tony gair" Newsgroups: comp.lang.ada Subject: Complexity of protected objects Date: Mon, 25 Feb 2002 16:28:45 +0000 (UTC) Organization: BT Openworld Message-ID: NNTP-Posting-Host: host217-34-86-126.in-addr.btopenworld.com X-Trace: helle.btinternet.com 1014654525 13865 217.34.86.126 (25 Feb 2002 16:28:45 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Mon, 25 Feb 2002 16:28:45 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:20377 Date: 2002-02-25T16:28:45+00:00 List-Id: I'm considering using a protected object to store an AVL tree and also to write and read files, normally I would have used tasks for this, but I wish to experiment slightly. J Barnes recommends that protected objects be as small as possible, so being a little bloody minded I want to see what the limits are for protected objects , I would be very interested to see unusual protected objects people have created, which do things protected objects were not designed for (is this an oxymoron?).