guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] [shepherd] improve race-free spawn+wait


From: Ulf Herrman
Subject: [PATCH 0/3] [shepherd] improve race-free spawn+wait
Date: Sat, 25 Feb 2023 06:53:14 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

These patches fill out shepherd's procedures for running processes to
completion.  They add a replacement for 'system' to complement the
existing replacement for 'system*', and add a 'fork+exec+wait-process'
procedure so that the flexibility of that family of procedures is
available for this use case as well.  It also improves error handling in
the event that an exception occurs while spawning a process in the
process monitor, which would normally kill that essential fiber.

Attachment: 0001-service-Propagate-exceptions-while-spawning-in-proce.patch
Description: Text Data

Attachment: 0002-service-accept-fork-exec-command-argument-list-in-mo.patch
Description: Text Data

Attachment: 0003-service-add-spawn-shell-command-replacement-for-syst.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]