Deutsch English Français Italiano |
<vb2ug1$1lsoa$4@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.lang.c Subject: Re: Top 10 most common hard skills listed on resumes... Date: Sun, 1 Sep 2024 23:48:17 -0000 (UTC) Organization: A noiseless patient Spider Lines: 26 Message-ID: <vb2ug1$1lsoa$4@dont-email.me> References: <vab101$3er$1@reader1.panix.com> <vajns4$2rvg8$1@raubtier-asyl.eternal-september.org> <vajspc$2so1b$1@dont-email.me> <vajtdo$2ssc8$1@raubtier-asyl.eternal-september.org> <valodj$35rt8$7@dont-email.me> <vamarr$3btll$1@raubtier-asyl.eternal-september.org> <vamd5r$3c4ke$4@dont-email.me> <vamelg$3cd4q$1@raubtier-asyl.eternal-september.org> <vardr0$b7bo$11@dont-email.me> <fPkAO.84920$%Go3.74748@fx12.iad> <vatmio$mhl0$7@dont-email.me> <%B%AO.286576$Oqi9.63052@fx16.iad> <SE%AO.286577$Oqi9.122571@fx16.iad> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 02 Sep 2024 01:48:17 +0200 (CEST) Injection-Info: dont-email.me; posting-host="4a5afe94d383ad14ade5b4aaa17286ab"; logging-data="1766154"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/0SRcZsXHLSA88FllPZ3SY" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:tOoSL/SjCl1NYnPU3BvfKx+D5UQ= Bytes: 2313 On Sun, 01 Sep 2024 15:22:26 GMT, Scott Lurndal wrote: > scott@slp53.sl.home (Scott Lurndal) writes: >> >>Lawrence D'Oliveiro <ldo@nz.invalid> writes: >>> >>>On Fri, 30 Aug 2024 14:38:03 GMT, Scott Lurndal wrote: >>> >>>> Lawrence D'Oliveiro <ldo@nz.invalid> writes: >>>>> >>>>>Do you have any examples of C++ code that deals with the levels of >>>>>indirection in the Linux kernel? >>>> >>>> The SVR4 VFS layer (which linux adopted) is ideally suited to using >>>> C++ derived classes. As is the network stack. >>> >>>Can you point to any examples of an actual C++-based implementation of >>>same? > > Here's one: > > https://en.wikipedia.org/wiki/Chorus_Syst%C3%A8mes_SA Looks like it’s dead. And it was microkernel-based anyway, and such systems are known for low performance (as if C++ helped). Are you surprised it died?