boinc/doc/prefs.html

109 lines
3.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang="en">
<head>
<title>Preferences</title>
<meta name="generator" content="BBEdit 6.1.2">
</head>
<body>
<h2>Preferences</h2>
<p>
Participants can specify <b>preferences</b> determining and limiting
how BOINC uses their computers. Preferences are divided into three
groups:
</p>
<ul>
<li>
<b>Work preferences</b>
</li>
<ul>
<li>
Whether work (computation and network transfer) should be done
while the host is being used (i.e. during keyboard and mouse input).
</li>
<li>
Whether work should be done while the computer is being powered
by batteries.
</li>
<li>
Whether to wait for user confirmation before making network
connections.
</li>
<li>
Minimum and maximum amounts of work to maintain on disk. These
values are expressed as time values. The client will try to ensure it
has at least enough work to keep it busy for x days, and at most y days.
If the host is frequently disconnected from the Internet, the minimum
level should be at least as long as the typical period of disconnection.
The larger the difference between minimum and maximum, the less often
BOINC will connect to the Internet.
</li>
</ul>
<li>
<b>Disk preferences</b>
</li>
BOINC's usage of disk space can be limited in one or more of the
following ways:
<ul>
<li>
Maximum disk space used by BOINC.
</li>
<li>
Maximum disk percentage used by BOINC.
</li>
<li>
Minimum disk space to keep free.
</li>
</ul>
<li>
<b>Project preferences</b> (one set for each project)
</li>
<ul>
<li>
Master URL of project
</li>
<li>
Email address
</li>
<li>
Authenticator
</li>
<li>
Resource share: if projects contend for resources, the amount
allocated to a project is proportional to this number.
</li>
<li>
Whether to show email address on web site
</li>
<li>
Whether project should send emails to user
</li>
<li>
Whether this is the home project (see below)???.
</li>
<li>
Project-specific preferences
</li>
</ul>
</ul>
<p>
Each participant has a single set of preferences. If you want to
have different preferences for different hosts, you must create a
separate accounts.
</p>
<h3>Propagation of preferences</h3>
<p>
The BOINC core client on each host stores a copy of its user's
preferences. Whenever a host contacts a scheduling server, the request
message includes the preferences and their last-modification time. If
the server has a more recently modified version of the preferences, it
returns these to the client. Thus a change to preferences is quickly
propagated to all hosts, and to the databases of all enrolled projects.
A participant may edit preferences on the web site of any enrolled
project; however, care should be taken to ensure that a change isn't
overwritten by an earlier change. The easiest way to do this is to edit
preferences only at one web site.
</p>
</body>
</html>