19 | | * '''inline''': the file is included in the job submission request XML message. |
| 19 | * '''local''': the file is on the BOINC server and is not [JobStage staged]. It's specified by its full path. |
| 20 | * '''local_staged''': the filed has been [JobStage staged] on the BOINC server. |
| 21 | It's specified by its physical name. |
| 22 | * '''semilocal''': the file is on a data server that's accessible to the BOINC server |
| 23 | but not necessarily to the outside world. |
| 24 | The file is specified by its URL. |
| 25 | It will be downloaded by the BOINC server during job submission, |
| 26 | and served to clients from the BOINC server. |
| 27 | |
| 28 | The following modes have been proposed but are not implemented yet: |
| 29 | * '''remote''': the file is on a data server other than the BOINC server, |
| 30 | and will be served to clients from that data server. |
| 31 | It's specified by the URL, the file size, and the file MD5. |
| 32 | * '''inline''': the file is included in the job submission request XML message. |
23 | | * '''local''': the file has been staged on the BOINC server, and is specified by its physical filename. |
24 | | * '''semilocal''': the file is on a data server other than the BOINC server; |
25 | | this data server need not be accessible to the outside world. |
26 | | The file is specified by its URL. |
27 | | It will be downloaded by the BOINC server during job submission, |
28 | | and served to clients from the BOINC server. |
29 | | * '''remote''': the file is on a data server other than the BOINC server, |
30 | | and will be served to clients from that data server. |
31 | | It is specified by the URL, the file size, and the file MD5. |