Changes between Version 21 and Version 22 of RemoteJob
- Timestamp:
- Feb 3, 2011, 11:43:37 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJob
v21 v22 192 192 === File naming === 193 193 194 Is the user required to provide unique file names? Will files 195 with identical names be overwritten, or will they conflict 194 Given that RBoinc takes care of uploading the files, will it be 195 important to ensure that input files for different WUs have 196 different names, so they don't conflict? 197 198 The scientist can and reuse whatever names and contents he 199 likes. The only thing that matters is the file content at the 200 moment of submission. The RBoinc server will generate internal 201 unique names (which are hidden from the user). 202 203 204 Will files with identical names conflict 196 205 when they end up in the ''download'' directory? 197 206 … … 203 212 204 213 205 I understood that with RBoinc, user doesn't have to worry about206 uploading separately files used and that it was automatic. So is it207 important to ensure all input files (for different WUs) will have a208 different name?209 210 The scientist can and reuse whatever names and contents he211 likes. The only thing that matters is the file content at the212 moment of submission. The RBoinc server will generate internal213 unique names (which are hidden from the user).214 215 216 214 Will there be a problem if a user send simultaneously 1000 jobs by a 217 215 script? 218 216 219 It's perfectly fine ( and indeed common).217 It's perfectly fine (common indeed). 220 218 221 219 === Retrieve ===