According to Gabriele Bartolini:
> ======================
> VOTE the new attribute
> ======================
+1
> So, here is the text to put in the defaults.cc code (please correct any
> language mistakes ;-):
>
> <<
>
> { "max_connection_requests", "-1",
> "integer", "htdig", "max_connection_requests: 100", "
> With HTTP persistent connections activated (see
> persistent_connections attribute), this attribute sets
> the limit for requesting a server with the same TCP connection.
> Range of values is [ 1 ; 'infinite' ), but is possible to set
> it to '-1' too, which makes a server be requested until his queue
> of documents gets empty.
> "},
>
> >>
I've rewritten it to be more clear. Please let me know if I haven't
described the behaviour correctly.
{ "max_connection_requests", "-1",
"integer", "htdig", "max_connection_requests: 100", "
This attribute tells htdig to limit the number of requests it will
send to a server using a single, persistent HTTP connection. This
only applies when the
<a href=\"#persistent_connections\">persistent_connections</a>
attribute is set. You may set the limit as high as you want,
but it must be at least 1. A value of -1 specifies no limit.
Requests in the queue for a server will be combined until either
the limit is reached, or the queue is empty.
" },
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.