From 90b3a8dc2688cfb01927cd3b2cdcee445bf2c8f4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 25 Oct 2023 00:29:26 +0000 Subject: psgi_qx: use a temporary file rather than pipe A pipe requires more context switches, syscalls, and code to deal with unpredictable pipe EOF vs waitpid ordering. So just use the new spawn/aspawn features to automatically handle slurping output into a string. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index dcce801c..f087621c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -161,6 +161,7 @@ lib/PublicInbox/AddressPP.pm lib/PublicInbox/Admin.pm lib/PublicInbox/AdminEdit.pm lib/PublicInbox/AltId.pm +lib/PublicInbox/Aspawn.pm lib/PublicInbox/AutoReap.pm lib/PublicInbox/Cgit.pm lib/PublicInbox/CidxComm.pm -- cgit v1.2.3-24-ge0c7