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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d2c8b4487ef2145 X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Ada versus Java - Tasking Date: 1997/01/19 Message-ID: <32E2E430.50EF@bix.com>#1/1 X-Deja-AN: 210946357 references: <01bc03ee$594dc520$829d6482@joy.ericsson.se> content-type: text/plain; charset=us-ascii organization: InterNex Information Services 1-800-595-3333 mime-version: 1.0 reply-to: tmoran@bix.com newsgroups: comp.lang.ada x-mailer: Mozilla 3.01Gold (Win95; I) Date: 1997-01-19T00:00:00+00:00 List-Id: > These task switching times are still pretty horrible though Yes, and Win95 takes (on my P60) over 700 microseconds just to call Ada.Calendar.Clock You can use an Ada compiler that doesn't map tasks to OS threads or, for really fast stuff, use DOS (where the OS doesn't get in the way).