Re: [squid-users] Squid: Small packets and low performance between squid and icap

2016-02-23 Thread Prashanth Prabhu
putSize = bodyPipe->putMoreData(in.buf.c_str(), in.buf.length()); +if (!bodyPipe->mayNeedMoreData()) { +// BodyPipe will clear us automagically when we produced everything +bodyPipe = NULL; + } } } @@ -3537,9 +3544,6 @@ Co

Re: [squid-users] Squid: Small packets and low performance between squid and icap

2016-02-09 Thread Prashanth Prabhu
local=10.0.49.133:443 remote=10.0.0.254:59837 FD 15 flags=1 2016/01/06 22:09:07.470| SBuf.cc(168) rawSpace: reserving 1 for SBuf2851 2016/01/06 22:09:07.470| SBuf.cc(175) rawSpace: not growing ... On 5 November 2015 at 11:56, Prashanth Prabhu wrote: > Hi Amos, > >>> I failed to ment

Re: [squid-users] Squid: Small packets and low performance between squid and icap

2015-11-05 Thread Prashanth Prabhu
h On 5 November 2015 at 07:14, Amos Jeffries wrote: > On 5/11/2015 10:41 p.m., Prashanth Prabhu wrote: >> Hello Amos, >> >> Thanks for the quick response. >> >> I failed to mention that I am on 3.5.1. And, readSomeData() is already >> "fixed": &g

Re: [squid-users] Squid: Small packets and low performance between squid and icap

2015-11-05 Thread Prashanth Prabhu
paceAvailable()" from #4206. Anything else, I should try? Regards. Prashanth On 4 November 2015 at 19:40, Amos Jeffries wrote: > On 5/11/2015 4:30 p.m., Amos Jeffries wrote: >> On 5/11/2015 3:43 p.m., Prashanth Prabhu wrote: >>> Hi folks, >>> >>> I hav

[squid-users] Squid: Small packets and low performance between squid and icap

2015-11-04 Thread Prashanth Prabhu
Hi folks, I have a setup with ICAP running a custom server alongside Squid. While testing file upload scenarios, I ran into a slow upload issue and have narrowed it down to slowness between squid and icap, especially in the request handling path. The slowness is down to extremely small packets se

Re: [squid-users] Squid crashes with 3.5.1

2015-05-08 Thread Prashanth Prabhu
050a0db in SquidMainSafe (argv=, argc=) at main.cc:1240 #17 main (argc=, argv=) at main.cc:1233 On 5 May 2015 at 02:07, Amos Jeffries wrote: > On 5/05/2015 7:32 p.m., Prashanth Prabhu wrote: >> Hi Nathan, >> >>> These are fixe

Re: [squid-users] Squid crashes with 3.5.1

2015-05-05 Thread Prashanth Prabhu
Hi Nathan, > These are fixed in 3.5.4. Thanks. Do you have the bug ID's that fixed them? Regards. Prashanth On 4 May 2015 at 17:56, Nathan Hoad wrote: > These are fixed in 3.5.4. > > Nathan. > > On 5 May 2015 at 08:59, Prashanth Prabhu wrote: >> Hi folks,

[squid-users] Squid crashes with 3.5.1

2015-05-04 Thread Prashanth Prabhu
Hi folks, I am seeing a bunch of Squid crashes after moving recently to 3.5.1. The stack trace for the various crashes is below, along with info I have been able to gather for them. This is on a setup where we have Squid running in conjunction with c-icap (both on the same box).The steps that led