-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
ibmi: execve issuesΒ #57882
Copy link
Copy link
Closed
Labels
ibm iIssues and PRs related to the IBM i platform.Issues and PRs related to the IBM i platform.
Metadata
Metadata
Assignees
Labels
ibm iIssues and PRs related to the IBM i platform.Issues and PRs related to the IBM i platform.
Type
Fields
Give feedbackNo fields configured for issues without a type.
@nodejs/platform-ibmi
Originally posted by @targos in #57726 (comment)
Originally posted by @abmusse #57726 (comment)_
Upon futher investigation execve is available but with some caveats on IBM i.
The underlying system call, checks if there are multiple threads running and won't allow it if there are. Since Node.js always has multiple threads running, you basically can't use it.
I think we should disable making it available like what is done on currently on Windows.
CC
@nodejs/platform-ibmi