check whether all exec* calls can be posix_spawn #166

Open
opened 2024-03-21 18:38:02 +00:00 by pennae · 0 comments
Owner

posix_spawn is already used on macos, and it very much exists on linux. check whether we can replace all exec call with posix_spawn for consistency and to reduce the number of fork/exec dance we'll have to optimizie ourselves in the future.

`posix_spawn` is already used on macos, and it very much exists on linux. check whether we can replace all exec call with posix_spawn for consistency and to reduce the number of fork/exec dance we'll have to optimizie ourselves in the future.
pennae added the
devx
E/help wanted
labels 2024-03-21 18:38:02 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#166
No description provided.