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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6394e5e171f847d1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-05 23:57:05 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!paloalto-snh1.gtei.net!lsanca1-snf1!news.gtei.net!newsfeed2.earthlink.net!newsfeed.earthlink.net!news.mindspring.net!not-for-mail From: "Brian Catlin" Newsgroups: comp.lang.ada Subject: Re: Ada OS Kernel features Date: Wed, 5 Sep 2001 23:56:47 -0700 Organization: Sannas Consulting Message-ID: <9n76r2$nkl$1@slb4.atl.mindspring.net> References: <9n4euv$t9m$1@slb6.atl.mindspring.net> <9n5n33$ke5$1@nntp9.atl.mindspring.net> <9n64cd$7mo$1@slb0.atl.mindspring.net> <9n762l$7ah4@news.kvaerner.com> NNTP-Posting-Host: a5.f7.e8.26 X-Server-Date: 6 Sep 2001 06:58:42 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:12783 Date: 2001-09-06T06:58:42+00:00 List-Id: "Tarjei T. Jensen" wrote in message news:9n762l$7ah4@news.kvaerner.com... > > Brian Catlin wrote > >Well, I wouldn't hold Mach up as the end-all or be-all of operating system > >kernels; its performance is nothing to brag about. It certainly has many > >interesting concepts, but its overhead is too high for my taste (I haven't > >looked at it in several years, so it may have been cleaned up; I'll have to > go > >check it out again). > > As I recall Mach is supposed to represent a snapshot of microkernel > technology at a relative early stage. I believe that at least IBM has > advanced the state of the art considerably since mach was released. Yes, I just looked at RT-Mach (Real-Time Mach), and it is quite impressive - as far as microkernels go. The big problem with microkernels is that you have to use RPC to communicate between services, which is much more expensive than a simple CALL in a monolithic kernel. -Brian