Message boards : Server programs : Reuse same file in multiple work units
Message board moderation
Author | Message |
---|---|
Send message Joined: 19 Nov 16 Posts: 63 |
HI, In my project my work units consist of two files. One file is reused, up to several hundred times, in conjunction with a second input file which is unique. What I have discovered is that the file that needs to be reused is deleted from the staging area, possibly sometime after the first work unit requiring this file has completed. This results in errors when a new client attaches and attempts to download a WU that requires the common file. I get errors when trying to HTTP download the common file as it's no longer in the staging area. How is it possible to ensure the common file stays in the staging area until all work units that use that common file are complete? I'm think this can only be achieved by staging the files on a separate external web server or perhaps S3 bucket? Cheers Seth |
Send message Joined: 6 Dec 06 Posts: 118 |
http://boinc.berkeley.edu/trac/wiki/JobTemplates The <no_delete/> option may be what you are looking for. |
Send message Joined: 19 Nov 16 Posts: 63 |
Great thanks! |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.