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

Provide replacement for GAP kernel function SyExecuteProcess #240

Closed
fingolfin opened this issue May 16, 2019 · 1 comment · Fixed by #726
Closed

Provide replacement for GAP kernel function SyExecuteProcess #240

fingolfin opened this issue May 16, 2019 · 1 comment · Fixed by #726

Comments

@fingolfin
Copy link
Member

... which uses fork resp. vfork resp. spawnve.

I imagine we might be able to pull that off entirely from within JuliaInterface, by simply replacing SyExecuteProcess on the GAP level.

As to implementing the replacement, it might be possible to write all of it in Julia (and that would be my preferred solution).

@fingolfin
Copy link
Member Author

fingolfin commented Sep 17, 2019

We could perhaps use jl_spawn for that, or directly call libuv.

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

Successfully merging a pull request may close this issue.

1 participant