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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b1a7f997d8127c14 X-Google-Attributes: gid103376,public From: eachus@spectre.mitre.org (Robert I. Eachus) Subject: Re: Too many tasks? overhead questions. Date: 1997/04/29 Message-ID: #1/1 X-Deja-AN: 238179405 References: <5jlkdu$rub@corn.cso.niu.edu> <01bc5256$1c9c4640$28f982c1@xhv46.dial.pipex.com> <5k317h$o54@corn.cso.niu.edu> Organization: The Mitre Corp., Bedford, MA. Newsgroups: comp.lang.ada Date: 1997-04-29T00:00:00+00:00 List-Id: In article <5k317h$o54@corn.cso.niu.edu> system@niuhep.physics.niu.edu writes: > how much overhead can I expect a few hundred tasks to involve? > And what kind of overhead? The first answer to your question is, "How much overhead do you want to allow?" See 13.3(59..67): T'Storage_Size is allowed to use more memory than you require, but on most implementations, if you request a small task size you will get approximately that size. Also see C.7.2 Task_Attributes. This allows you to allocate per task attributes neatly and cleanly when you have dozens of different task types. Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is... -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...