about summary refs log tree commit homepage
path: root/lib/PublicInbox/Aspawn.pm
DateCommit message (Collapse)
2023-10-25psgi_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.