[ 
https://issues.apache.org/jira/browse/TS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504383#comment-13504383
 ] 

Bin Chen commented on TS-1595:
------------------------------

For example:
in record.config:
CONFIG proxy.config.http.origin_max_connections INT 1000
in remap.config:
map http://foo.cow.com/ http://bar.cow.com 
@proxy.config.http.origin_max_connections=100

then bar.cow.com will use proxy.config.http.origin_max_connections=100 
replacing proxy.config.http.origin_max_connections INT 1000
and the other will proxy.config.http.origin_max_connections INT 1000
                
> different domain have different origin_max_connections?
> -------------------------------------------------------
>
>                 Key: TS-1595
>                 URL: https://issues.apache.org/jira/browse/TS-1595
>             Project: Traffic Server
>          Issue Type: Sub-task
>          Components: Network
>            Reporter: Bin Chen
>            Assignee: Bin Chen
>            Priority: Minor
>
> In our env, we want different domain having different 
> "origin_max_connections" to manage connection more careful avoiding network 
> throttling. If not have different config in remap, use 
> "origin_max_connections" default. Other, config in remap will replace 
> "origin_max_connections".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to