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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dfedbe83126d2210 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-26 22:37:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Michael Bode Newsgroups: comp.lang.ada Subject: Re: Anyone using Ada with Real-Time Linux? Date: 27 Nov 2001 07:34:26 +0100 Organization: Organized? Me? Sender: mb@jupiter.solar.system Message-ID: References: <8QcM7.77531$XJ4.41637211@news1.sttln1.wa.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.t-online.com 1006842915 05 15817 HkeOTJ3bS5A8gR 011127 06:35:15 X-Complaints-To: abuse@t-online.com X-Sender: 320025674319-0001@t-dialin.net Xref: archiver1.google.com comp.lang.ada:17024 Date: 2001-11-27T07:34:26+01:00 List-Id: "Per Sandbergs" writes: > We made a measurment on WinNT4 on a double CPUmachine and got no problems at > all to meet deadlines of 1 ms with windows runing. > So if you got only two threads on the CPU, one sampler running at high > priority and one sender runing at lower priority i wold not be > suprized if almost "any" operating system with non blocking io would do. How do you get only 2 threads on a NT machine? Normally there are dozens of threads. > As a note: > There was a masters thesis done comparing WinNT and RH linux out of the > box and they performed almost equal. That seems to fit together with http://www.rtlinux.org/documents/papers/rtmanifesto/rtlmanifesto.html where they say the exactly same: both have equally poor realtime performance. However transforming NT in a realtime OS means paying to Venturcom or similar companies while RTLinux (not to be confused with RH Linux) claims to be realtime and is free. Before anyone proves that RTLinux is no realtime too, I will admit that I have zero experience with it. My only realtime experience is with programming a kind of VxWorks called MCore in IEC1131.