From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 14E9A21FC0 for ; Sun, 4 Aug 2024 23:24:28 +0200 (CEST) Received: from sirjofri.de ([5.45.105.127]) by 9front; Sun Aug 4 17:23:50 -0400 2024 Received: from dummy.faircode.eu ([31.16.254.19]) by sirjofri.de; Sun Aug 4 23:23:46 +0200 2024 Date: Sun, 4 Aug 2024 23:23:45 +0200 (GMT+02:00) From: sirjofri To: 9front@9front.org Message-ID: <8f3f3e37-a882-474a-a695-b74b3ebb74a5@sirjofri.de> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <8f3f3e37-a882-474a-a695-b74b3ebb74a5@sirjofri.de> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: high-performance STM-scale template Subject: Re: [9front] Thoughts on Wayland? Reply-To: 9front@9front.org Precedence: bulk 04.08.2024 22:02:42 Willow Liquorice : > Though I guess there's nothing stopping you putting the draw on the same = machine as the client program=E2=80=A6 What's the client, what's the server? Devdraw is a server and rio would be a client. On plan 9, where those progr= ams run doesn't matter at all. Regarding GPUs, the gpu will be the server and part of the client program c= an be loaded into that server (a "shader") which would speed up calculation= a lot by using the power of the gpu and decreasing the latency in that par= t of the program. It's clear how the GPU generally works and can be integra= ted, the server side is in an early stage of development (beginning with dr= awterm but that project is currently stalled due to a lack of a computer). = When it is done, you can think of the GPU as another part of the plan 9 net= work/installation. sirjofri