<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0"></p>
<div>My Squid  with configuration of Icap like this:</div>
<div><br>
</div>
<div><br>
</div>
<div> #icap</div>
<div>icap_enable on</div>
<div>icap_preview_enable on</div>
<div>icap_preview_size 1024</div>
<div>icap_send_client_ip on</div>
<div>adaptation_meta X-Client-Port "%>p"</div>
<div>icap_206_enable on</div>
<div>icap_persistent_connections off</div>
<div><br>
</div>
<div><br>
</div>
<div>icap_service service_req reqmod_precache 0 icap://192.168.10.200:1344/echo</div>
<div>icap_service service_res respmod_precache 1 icap://192.168.10.200:1344/echo</div>
<div>adaptation_access service_res allow all</div>
<div>adaptation_access service_req allow all</div>
<div><br>
</div>
<div><br>
</div>
<div>When I configured the Icap parameter of Squid , the number of new connection or the number of concurrent connections  was less than half as only Squid running.</div>
<div>So how to configure Icap can improve the performance of proxy?</div>
<br>
<p></p>
</div>
</body>
</html>