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

Implement runner #2

Closed
4 tasks done
slhmy opened this issue Oct 31, 2021 · 1 comment
Closed
4 tasks done

Implement runner #2

slhmy opened this issue Oct 31, 2021 · 1 comment
Assignees

Comments

@slhmy
Copy link
Member

slhmy commented Oct 31, 2021

Should be similar to QingdaoU/Judger/src/child.
Need to make a new child process for judger.

Jobs to do

This was referenced Nov 24, 2021
@slhmy
Copy link
Member Author

slhmy commented Nov 30, 2021

After rules loaded, in Cpp we use execve function to run process.

In Rust, suppose we will use std::process::Command.

@slhmy slhmy added this to the Core Implementation milestone Nov 30, 2021
@slhmy slhmy assigned slhmy and unassigned slhmy Jan 31, 2022
@slhmy slhmy closed this as completed Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant