From 821e29d0010697665c9410246c27391b3d4db6b0 Mon Sep 17 00:00:00 2001 From: atisu Date: Fri, 28 Oct 2011 12:36:57 +0000 Subject: [PATCH] - fix typos in InputURLRewriteRegExp* . - add documentation for MinQuorum, TargetNResults, MaxErrorResults and MaxTotalResults. git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@2529 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/doc/boinc.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 2 deletions(-) diff --git a/dcapi/doc/boinc.xml b/dcapi/doc/boinc.xml index d65f368020..aa0353554d 100644 --- a/dcapi/doc/boinc.xml +++ b/dcapi/doc/boinc.xml @@ -99,7 +99,7 @@ variable InputURLRewriteRegExpMatch defines the match part of the regular expression, whereas the varibale InputURLRewriteRegExpReplace defines the replacement part of the regular expression. An example value of this variable - is attic://([^/]*).*/([^/]*)$. + is attic://([^/]*).*/([^/]*)$. @@ -112,7 +112,7 @@ variable InputURLRewriteRegExpReplace defines the replace part of the regular expression, whereas the varibale InputURLRewriteRegExpMatch defines the match part of the regular expression. An example value of this variable - is http://\1/dl/redir/\2\nhttp://localhost:12345/data/\2. + is http://\1/dl/redir/\2\nhttp://localhost:12345/data/\2. @@ -165,11 +165,105 @@ When the redundancy is greater than 1, the work unit can not be suspended using DC_suspendWU(). + + In the following the options are listed which allow fine tuning + redundancy. These options are mutually exclusive with Redundancy. + + MinQuorum + + + OPTIONAL. Integer value specifying the quorum required to consider + the work unit as valid. The default value is 1. + + + + This option is mutually exclusive with Redundancy. + MinQuorum, TargetNResults, + MaxErrorResults and MaxTotalResults + should be used combined. + + + + + + TargetNResults + + + OPTIONAL. Integer value specifying the number of initial BOINC results to be + created. The default value is MinQuorum. + + + + This option is mutually exclusive with Redundancy. + MinQuorum, TargetNResults, + MaxErrorResults and MaxTotalResults + should be used combined. + + + + + + MaxErrorResults + + + OPTIONAL. Integer value specifying the maximum number of failed BOINC results + for a work unit. The default value is 0. + + + + This option is mutually exclusive with Redundancy. + MinQuorum, TargetNResults, + MaxErrorResults and MaxTotalResults + should be used combined. + + + + + + MaxTotalResults + + + OPTIONAL. Integer value specifying the total number of BOINC results for a + work unit. The default value is MinQuorum. + + + + This option is mutually exclusive with Redundancy. + MinQuorum, TargetNResults, + MaxErrorResults and MaxTotalResults + should be used combined. + + + + + + MaxSuccessResults + + + OPTIONAL. Integer value specifying the maximum number of successful BOINC results + for a work unit. The default value is MinQuorum. + + + + This option is mutually exclusive with Redundancy. + MinQuorum, TargetNResults, + MaxErrorResults and MaxTotalResults + should be used combined. + + + + MaxOutputSize