Re: [squid-users] Error Compiling squid-3.5.26 with libecap-1.0.1 on CentOS Linux release 7.3.1611

2017-06-13 Thread Juan Ramírez
>From this output: === configuring in libltdl (/root/install/squid-3.5.26/libltdl) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/squid' '--enable-ecap' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig' 'EXT_LIBECAP_CFLAGS=/usr/local/lib' 'EXT_L

Re: [squid-users] ICAP Persistent Connections vs Retries (with code review)

2017-05-12 Thread Juan Ramírez
Hi, Thank you all for such detailed responses. I still don't understand whether it is possible to reuse ICAP connections for cases other than retries. As far as I know, Squid is able to save connections in a pool called `theIdleConns`. Can these connection be reused for other transactions in the

[squid-users] ICAP Persistent Connections vs Retries (with code review)

2017-05-11 Thread Juan Ramírez
Hi, Mi name is Juan, I am a Software Engineer from Uruguay. I think this message is more suited to the squid-dev mailing list due to the developer-oriented nature of the message but, given that the development list is for people who actually contributes code to Squid, I chose to post here. I star