Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process Interface #4

Open
4 of 12 tasks
nixpulvis opened this issue Jul 23, 2018 · 2 comments
Open
4 of 12 tasks

Process Interface #4

nixpulvis opened this issue Jul 23, 2018 · 2 comments
Labels
L: design Designs, ideas and questions with tangible goals M: process Module: Process exec/fork and IO T: io Topic: Input and output related issues
Milestone

Comments

@nixpulvis
Copy link
Owner

nixpulvis commented Jul 23, 2018

Today I've written a little bit of code that uses fork, wait and execvp directly. There's built in support for this kind of thing in std::process, however I'm not 100% sure which approach will be needed yet. We either need to beef up the command interface inside mod job or replace it with something that exists.

Key features to support:

@nixpulvis nixpulvis changed the title Command Interface Job Interface Jul 23, 2018
@nixpulvis nixpulvis added this to the POSIX milestone Oct 15, 2018
@nixpulvis nixpulvis added T: io Topic: Input and output related issues L2: good first issue Good for newcomers L: design Designs, ideas and questions with tangible goals and removed question labels Oct 16, 2018
@nixpulvis nixpulvis modified the milestones: POSIX, Modern Oct 16, 2018
@nixpulvis nixpulvis mentioned this issue Oct 18, 2018
7 tasks
@nixpulvis nixpulvis pinned this issue Dec 27, 2018
@nixpulvis
Copy link
Owner Author

@nixpulvis nixpulvis reopened this Mar 19, 2019
@nixpulvis nixpulvis removed the L2: good first issue Good for newcomers label Aug 10, 2021
@nixpulvis nixpulvis changed the title Job Interface Process Interface Aug 13, 2021
@nixpulvis nixpulvis added the M: process Module: Process exec/fork and IO label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: design Designs, ideas and questions with tangible goals M: process Module: Process exec/fork and IO T: io Topic: Input and output related issues
Projects
None yet
Development

No branches or pull requests

1 participant