Re: [htdig3-dev] Changes for HTTP persistent connections


Subject: Re: [htdig3-dev] Changes for HTTP persistent connections
From: Gilles Detillieux (grdetil@scrc.umanitoba.ca)
Date: Tue Jan 25 2000 - 15:18:47 PST


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: <grdetil@scrc.umanitoba.ca>
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 htdig3-dev-unsubscribe@htdig.org You will receive a message to confirm this.



This archive was generated by hypermail 2b28 : Tue Jan 25 2000 - 15:20:42 PST