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

Allow to configure location of boilerplate and input/output files #262

Open
king-of-poppk opened this issue Oct 20, 2023 · 0 comments
Open
Labels
feature a feature request or enhancement

Comments

@king-of-poppk
Copy link

As a follow-up question to #261, I'd like to be able to use bubblewrap to isolate the different callr subprocesses coming from the same parent process. Currently it seems all callr::r calls will reference the same .so files and read inputs and write outputs to the same temporary folder.

Would it be possible to store the reused files in a separate folder (so that that one can be mounted read-only), and the input/output files in another folder so that that one can be mounted read-write separately?

Additionally would it be possible to have an easy way to know and/or configure where those are located?

There are probably cross-platform concerns there too maybe, although I am not sure whether many folders vs one is so big of a deal.

@gaborcsardi gaborcsardi added the feature a feature request or enhancement label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants