Changes between Version 13 and Version 14 of MultiHost


Ignore:
Timestamp:
Jan 28, 2011, 2:14:38 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiHost

    v13 v14  
    4848When 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].
    4949
     50== Create a read-only DB replica ==
     51
     52You can use MySQL's replication mechanism to create a read-only replica.
     53If you [ProjectOptions#db add this to your configuration file],
     54some high-traffic web pages and the db_dump program will use the replica,
     55reducing the load on your main DB server.
    5056
    5157== Run server daemons and tasks on multiple hosts ==