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,1042f393323e22da X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Any research putting c above ada? Date: 1997/05/06 Message-ID: <337002B4.26F5@bix.com>#1/1 X-Deja-AN: 239885344 References: <5ih6i9$oct$1@waldorf.csc.calpoly.edu> <5ijb0o$ajc@ns1.sw-eng.falls-church.va.us> <334d3da5.14386594@aplcen.apl.jhu.edu> <2senchydgk.fsf@hpodid2.eurocontrol.fr> <5im3an$3dv@bcrkh13.bnr.ca> <33526cbf.41c6@cca.rockwell.com> <5iusvd$118e@newssvr01-int.news.prodigy.com> <33530e22.5940@worldnet.att.net> <5j18h3$1564@newssvr01-int.news.prodigy.com> <5j8ukr$lu9@nntpa.cb.lucent.com> <5jddr6$mqm@newssvr01-int.news.prodigy.com> <335d880c.324@dynamite.com.au> <5ki7ln$2ttg@newssvr01-int.news.prodigy.com> <336ea9ca.3c92@dynamite.com.au> <5kopik$1jos@newssvr01-int.news.prodigy.com> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-05-06T00:00:00+00:00 List-Id: > Ada tasking won't work with the graphic front-end, > no work-around possible, they tell me Perhaps you have an unfortunate implementation (sounds like it from the size of the executables). CLAW (Class Library for Ada and Windows) uses Ada tasking harmoniously with Windows 95/NT tasking. In fact the same source code works with compilers that map 1 task to 1 thread and compilers that map all Ada tasks to a single Windows thread (much cheaper task switching, but no overlapped IO on Win95). Clearly that took a bit of care, but no contortions.