require_once("docutil.php"); page_head("Core client: file structure"); echo "
The core client runs in a BOINC home directory. It creates and uses the following files and directories within the home directory:
Each result executes in particular slot directory. The core client creates 'soft link' files in the slot directory, linking to the corresponding files in the project directory.
"; echo htmlspecialchars("The <project_preferences> field is the 'project_prefs' field of the user database record."); echo " http://www.myproject.com/ 3f7b90793a0175ad0bda68684e8bd136 [... ] [] 1 ... [... ]
This format of prefs.xml is as follows:
<preferences> <prefs_mod_time>1030128387</prefs_mod_time> <from_project>http://www.myproject.com/</from_project> <from_scheduler>http://server3.myproject.com/cgi-bin/scheduler_cgi</from_scheduler> <mod_time>2</mod_time> <high_water_days>2</high_water_days> <low_water_days>1</low_water_days> </preferences> XXX this is not complete"; page_tail(); ?>