Changes between Version 2 and Version 3 of ServerComponents
- Timestamp:
- May 9, 2007, 1:14:42 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerComponents
v2 v3 9 9 Multiple BOINC projects can exist on the same host. This can be handy for creating separate projects for testing and debugging. 10 10 11 The easiest way to create a project is with the [MakeProject make_project] script, which creates skeletal versions ofthe above components.11 The easiest way to create a project is with the [MakeProject make_project] script, which creates all the above components. 12 12 13 13 A project must be '''stopped''' when maintenance activities (e.g. changing the configuration file or database) are being performed. This is done using [StartTool project control scripts]. … … 25 25 that give the URLs of the project's scheduling servers. These tags can be embedded within HTML comments. The BOINC core client reads and parses the master page to locate scheduling servers. If at any point it is unable to connect to any scheduling server for a project, it rereads the master page. This mechanism lets a project move or add scheduling servers. 26 26 27 '''make_project'''creates a master page in project/html/user/index.php. This file includes the file 'schedulers.txt', which contains the list of <scheduler> elements.27 [MakeProject make_project] creates a master page in project/html/user/index.php. This file includes the file 'schedulers.txt', which contains the list of <scheduler> elements.