Amos Jeffries wrote:
>> Hi,
>>
>> I have squid 2.6.STABLE5-CVS set up in reverse-proxy mode, to ease the
>> load on my internal servers.
>> Problem is, sometimes (unreasonably often, IMHO) I see duplicates of the
>> same query come through within a short amount of time - and if the 2nd
>> one comes in before the 1st one completes, the 2nd one is also sent to
>> my servers. I'd love to see it placed in some sort of queue and have
>> squid return the result of the 1st request (at the same time when 1st
>> one returns, hopefully)
>>
>> For example,
>> 1192588459.418 ... http://www.example.com/?q=foobar
>> 1192588459.536 ... http://www.example.com/?q=foobar
>>
>>
>> Is there any way of working around this problem in squid? If no, how
>> hard would it be to implement?
>>
>>
>
> Add to your squid.conf:
>
> collapsed_forwarding on
>
>
> Amos
>
>
>
Very cool, thanks!
Received on Thu Oct 18 2007 - 20:33:34 MDT
This archive was generated by hypermail pre-2.1.9 : Thu Nov 01 2007 - 13:00:01 MDT