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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f495c7652c09dd8c X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Does this model work ? Date: 1999/05/18 Message-ID: <7hs6in$g8p$1@nnrp1.deja.com>#1/1 X-Deja-AN: 478775956 References: <373e38e2.31311363@news2.ibm.net> <7hhj6q$cjn$1@nnrp1.deja.com> <7hmda1$khp$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x32.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Tue May 18 17:04:24 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-05-18T00:00:00+00:00 List-Id: In article <7hmda1$khp$1@nnrp1.deja.com>, Robert Dewar wrote: > In article <7hhj6q$cjn$1@nnrp1.deja.com>, > dennison@telepath.com wrote: > > I don't think this feat would be possible in any other > > language. > > Such claims alway make me uneasy. > > It is perfectly possible to write code that is in practice > close to perfectly portable in COBOL, Fortran, C, or several > other standardized languages. The part of my post that you snipped was talking about a program that contained multiple intercommunicating tasks in a Rate-monotonic system using a custom frequency-based scheduler. Are you saying that it is possible to write perfectly portable code in COBOL, Fortran, or C that can do that? As near as I can puzzle it, you will need at the bare minimum support for multiple threads of control within the language. COBOL, Fortran and C do not have such a concept. Of the languages that can do this, to my knowledge only Ada and Java are widely available. But I think even Java is not available for vxWorks. Even if it were, I'm not sure Java threads have all the features we'd need. -- T.E.D. --== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.---