From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3CD1C1F44D for ; Fri, 26 Apr 2024 11:29:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1714130984; bh=jWfqV+sF7mOHwgS0usaNUrvQFQx/gIenxjxusMsNL44=; h=From:To:Subject:Date:From; b=La2nx14QMsHnr2kqFz42/pE4IXo5CimsjXOItE0lQWZPDuLgp65jyq0Inbs1/dWHL zXyR/cgAiU4hVbZM5vFmkcgiR91MMcBLlVNTQ1TH4u+J7e4mL1DiCfqa65Qaj86LLW 7t6QnOqjqevYvvVVzvXRtLK3Em+n63HHWpaccMek= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] more xap_helper updates Date: Fri, 26 Apr 2024 11:29:40 +0000 Message-ID: <20240426112944.1528532-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (4): test_common: don't needlessly rebuild C++ Xapian helper search: remove auto-start for async_mset xap_helper: reopen logs in daemons xap_helper: implement alarm(2)-based timeout lib/PublicInbox/Daemon.pm | 37 ++++++++++++++++------- lib/PublicInbox/Search.pm | 1 - lib/PublicInbox/TestCommon.pm | 13 ++++---- lib/PublicInbox/XapHelper.pm | 23 ++++++++++++-- lib/PublicInbox/xap_helper.h | 56 +++++++++++++++++++++++++++++++++-- t/psgi_v2.t | 54 +++++++++++++++++++++++++++++++++ t/xap_helper.t | 15 ++++++++++ 7 files changed, 177 insertions(+), 22 deletions(-)