Update Question 18.6:

- Mark up host names with <hostid>
- Mark up CVSup with <application>

Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-07-05 03:15:36 +00:00
parent 9d85e76846
commit cea79ea733
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32481

View file

@ -10489,18 +10489,18 @@ hint.sio.7.irq="12"</programlisting>
<qandaentry>
<question id="cvsup-round-robin">
<para>Why isn't cvsup.FreeBSD.org a round robin DNS entry to
share the load amongst the various CVSup servers?</para>
<para>Why isn't <hostid role="fqdn">cvsup.FreeBSD.org</hostid> a round robin DNS entry to
share the load amongst the various <application>CVSup</application> servers?</para>
</question>
<answer>
<para>While CVSup mirrors update from the master CVSup
<para>While <application>CVSup</application> mirrors update from the master <application>CVSup</application>
server hourly, this update might happen at any time during
the hour. This means that some servers have newer code
than others, even though all servers have code that is
less than an hour old. If <hostid role="fqdn">cvsup.FreeBSD.org</hostid> was a round
robin DNS entry that simply redirected users to a random
CVSup server, running CVSup twice in a row could download
<application>CVSup</application> server, running <application>CVSup</application> twice in a row could download
code older than the code already on the system.</para>
</answer>
</qandaentry>