mqrun icon indicating copy to clipboard operation
mqrun copied to clipboard

fscall: move data copy out of background thread

Open aseyboldt opened this issue 10 years ago • 0 comments

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.

aseyboldt avatar Jul 23 '14 15:07 aseyboldt