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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 9C38028728 for ; Sun, 4 Aug 2024 22:34:51 +0200 (CEST) Received: from mail-lj1-f170.google.com ([209.85.208.170]) by 9front; Sun Aug 4 16:32:51 -0400 2024 Received: by mail-lj1-f170.google.com with SMTP id 38308e7fff4ca-2ef1c12ae23so110268661fa.0 for <9front@9front.org>; Sun, 04 Aug 2024 13:32:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1722803569; x=1723408369; darn=9front.org; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:subject:to:from:date:from:to:cc:subject:date:message-id :reply-to; bh=IsvTtFJ8L4HiWVXNPxJV8hQVzb8RihtyJwnS4mqgEqA=; b=GSp2qlmx/HTunHi3uZ3kB/6DhngdppHH/UwZChY+9Yt8QbV/JxxHLKV5JEocMpQwhd LAoAPeVqVaIB40RudrGnJncX5m9JNI1TOB4gynVF9eMyUqXOt++d6jnTf5w+0G/2BdE9 H8TSLLEqiQX9YdbB9ykHEouPuNqaiYLe7twJM3cP+n3YFrInWnAcfdULaPuvb8qUrovq Sn7u/gfl8wjaQeFHV8Y0LtcAXhvLZd8W03DiNXkJ/uRrl+8wCqpHPRruSHaaek8+LJCI 0TuS9n8bEGxPqRNfwz8370wc+zda5MXDHjtcjc1dytRfeSBOZybisxU4jLfC5Whxw8G4 sRmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722803569; x=1723408369; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:subject:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IsvTtFJ8L4HiWVXNPxJV8hQVzb8RihtyJwnS4mqgEqA=; b=LGlUlfQZ27wmzSfPSbDBok19wA0wVvBo/m4xtlGnCjnJ0AemxyKQHE6Wbzu/NsN9w6 iQuJJARzpgzygJ8TV93d00Iqv0RQiByZu7CSJVaV4ng06kZuHi5IhvkdROCQmqQu9Cpv morHK9d7s72AwzAnBQezrgRavcKoq2ZZRhP3PocUtKhgkhTBcvHNEHpeMhvz9Jtu6dt0 mvUQ6D2U5KhVxTSaNq8plfBFYEPYAnedX8UuPcNUWI9Axo6+yVASSnGfPimNEoGU2D8L IP+7SWH1EgSk2wTn5YJ5Oh88dnrHEJRxY6Qd/pzFRbDOm42roCo/eAsTEQzt1ZK+EVOs Yw1w== X-Gm-Message-State: AOJu0YxElqFK4KHqaUHWG6hObPAstIzCjxXdenbKrjRUFDUw4ZAeh0Hm RlFr0LPMLpAI9lC2U4ms71eOpILGek4GTraOl7gfmZcVWGH8Q+OsHCNkCw== X-Google-Smtp-Source: AGHT+IEjILsaQ1KPw76LPM1BmzielhtPq1MozZ1xurUkyavvHWvsOqIWE5P/roX/sGF/1TwGBKWzuA== X-Received: by 2002:a2e:90c8:0:b0:2ef:2c91:502a with SMTP id 38308e7fff4ca-2f15aa71846mr62447481fa.3.1722803568949; Sun, 04 Aug 2024 13:32:48 -0700 (PDT) Received: from [127.0.0.1] ([46.8.104.251]) by smtp.gmail.com with ESMTPSA id 38308e7fff4ca-2f15e250983sm8560671fa.82.2024.08.04.13.32.48 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 04 Aug 2024 13:32:48 -0700 (PDT) Date: Sun, 04 Aug 2024 20:32:46 +0000 From: Pavel Renev To: 9front@9front.org In-Reply-To: References: Message-ID: <51A6D4C5-057E-4E00-8770-3D7135A398D9@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: pipelining firewall NoSQL frontend Subject: Re: [9front] Thoughts on Wayland? Reply-To: 9front@9front.org Precedence: bulk >2=2E Shared memory (where wl_buffers are stored) is achieved by passing a = file descriptor from the client to the compositor, which the compositor mma= ps as needed=2E > >Could you achieve the same (or similar) effect with a ramfs? IIRC, Haiku's Wayland shim indeed uses a file on ramdisk as a substitute f= or mmap=2E I am not familiar with the details however=2E