From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 723061F506; Wed, 21 Sep 2022 22:16:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1663798567; bh=59dK2mEoPIe2oWIlFkgIACPLQtSQav7ptz+I5DtAunI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ofwSL+zX4dQgNQAyzXv9nRgBs2nFx1FoEmNY8S324X7dHnSzqQ5n4P3YWmYy/02Yd ODHbTFW+UTfOt9osWkBTsW90tv8dTpeQjgnAz6hnuy9nF228Lk9AVu3soAD7nt3/Nt P7AsLwxO38lW+YQvJrKL5h3kmmcBbmBtBsmhcqas= Date: Wed, 21 Sep 2022 22:16:07 +0000 From: Eric Wong To: Jean Boussier Cc: unicorn-public@yhbt.net Subject: Re: [PATCH] Master promotion with SIGURG (CoW optimization) Message-ID: <20220921221607.GA20310@dcvr> References: <20220706023352.M393316@dcvr> <20220707102330.M110641@dcvr> <20220708003023.M508180@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Jean Boussier wrote: > Oh, that's what I missed, that makes sense. I'll try the C wrapper > to send both the message and the IO at the same time. > > Thanks again, I'll likely get back to you next week with a patch. Btw, did you ever get anywhere with this? I'll have to cut a release at some point soonish since rack 3.0 was released earlier this month and there's incompatibilities :<