Changes between Version 13 and Version 14 of MultiHost
- Timestamp:
- Jan 28, 2011, 2:14:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiHost
v13 v14 48 48 When you initially create a BOINC project using [MakeProject make_project], everything runs on a single host: MySQL database server, web server, scheduling server, daemons, tasks, and file upload handler. Of these tasks, the MySQL server does the most work (typically as much as all the others combined). So, if you need to increase the capacity of your server the first step is to move the MySQL server to a separate host (preferably a fast computer with lots of memory). Specify this host in the [ProjectOptions project configuration file]. 49 49 50 == Create a read-only DB replica == 51 52 You can use MySQL's replication mechanism to create a read-only replica. 53 If you [ProjectOptions#db add this to your configuration file], 54 some high-traffic web pages and the db_dump program will use the replica, 55 reducing the load on your main DB server. 50 56 51 57 == Run server daemons and tasks on multiple hosts ==