#Guile has a new ‘spawn’ procedure that wraps ‘posix_spawn’, and ‘system*’, ‘open-pipe’ and friends are now based on ‘posix_spawn’ as well!
https://issues.guix.gnu.org/52835
More robust & more efficient thank fork+exec. 👍
Kudos to Josselin!
#Guile has a new ‘spawn’ procedure that wraps ‘posix_spawn’, and ‘system*’, ‘open-pipe’ and friends are now based on ‘posix_spawn’ as well! More robust & more efficient thank fork+exec. 👍 1 comment
|
@civodul I got hit by it a few times, but didn't have to time to dig in, kudos to Josselin and all related people!