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

fscall: move data copy out of background thread #2

Open
aseyboldt opened this issue Jul 23, 2014 · 0 comments
Open

fscall: move data copy out of background thread #2

aseyboldt opened this issue Jul 23, 2014 · 0 comments

Comments

@aseyboldt
Copy link
Contributor

right now, fscall.submit will return right away. The data will be copied to the share in the background thread. This is unfortunate, if we want to remove the input files before the remote process is finished. This can be fixed, by not returning from submit until the input data is not used any more.

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