Unique identifier for each http request

2013-06-21 Thread anita
Hi All, I am trying to do some book keeping for every http request received to the parent from a child squid. I was using the Peer IP address: port combination as a key to store the http request. However, noticed that many requests can pass through the same ip:port combination if given

Re: [PATCH] IPv6 transparent proxy support for Squid

2013-06-21 Thread Alexis Robert
Hi, Thanks for your reply and your comments. I've joined a patch which include your remarks. Alexis On Thu, Jun 20, 2013 at 4:08 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 20/06/2013 9:20 p.m., Alexis Robert wrote: Hi, As NAT support has been included for IPv6 in Linux 3.7 (along

Re: Unique identifier for each http request

2013-06-21 Thread Eliezer Croitoru
Hey anita, On 06/21/2013 09:18 AM, anita wrote: Hi All, I am trying to do some book keeping for every http request received to the parent from a child squid. Just wondering for what purpose? I was using the Peer IP address: port combination as a key to store the http request. Also how? by

Re: Unique identifier for each http request

2013-06-21 Thread Amos Jeffries
On 21/06/2013 6:18 p.m., anita wrote: Hi All, I am trying to do some book keeping for every http request received to the parent from a child squid. I was using the Peer IP address: port combination as a key to store the http request. However, noticed that many requests can pass through the same

Re: [squid-users] Squid performance profiling

2013-06-21 Thread Ahmed Talha Khan
I want to share the results with the community on the squid wikis. How to do that? We are collecting some ad-hoc benchmark details for Squid releases at http://wiki.squid-cache.org/KnowledgeBase/Benchmarks. So far this is not exactly a rigourous testing, although following the methodology

Re: [squid-users] Squid performance profiling

2013-06-21 Thread Ahmed Talha Khan
On Thu, Jun 20, 2013 at 5:21 PM, Marcus Kool marcus.k...@urlfilterdb.com wrote: On 06/20/2013 06:51 AM, Amos Jeffries wrote: If anyone is interested with very detailed benchmarks, then I can provide them. Yes please :-) PS. could you CC the squid-dev mailing list as well with the

Fwd: [squid-users] Squid performance profiling

2013-06-21 Thread Ahmed Talha Khan
-- Forwarded message -- From: Ahmed Talha Khan aun...@gmail.com Date: Fri, Jun 21, 2013 at 3:41 PM Subject: Re: [squid-users] Squid performance profiling To: Marcus Kool marcus.k...@urlfilterdb.com Cc: Amos Jeffries squ...@treenet.co.nz, squid-us...@squid-cache.org

Re: [squid-users] Squid performance profiling

2013-06-21 Thread Amos Jeffries
On 21/06/2013 10:34 p.m., Ahmed Talha Khan wrote: On Fri, Jun 21, 2013 at 10:41 AM, Alex Rousskov rouss...@measurement-factory.com wrote: On 06/20/2013 10:47 PM, Ahmed Talha Khan wrote: On Fri, Jun 21, 2013 at 6:17 AM, Alex Rousskov wrote: On 06/20/2013 02:00 AM, Ahmed Talha Khan wrote: My

Re: Unique identifier for each http request

2013-06-21 Thread Alex Rousskov
On 06/21/2013 12:18 AM, anita wrote: I am trying to do some book keeping for every http request received to the parent from a child squid. I was using the Peer IP address: port combination as a key to store the http request. However, noticed that many requests can pass through the same

Re: [PATCH] Better support compiler conditional flags on clang

2013-06-21 Thread Amos Jeffries
On 22/06/2013 2:50 a.m., Kinkie wrote: Hi, different clang versions have different compiler flags. This patch tests if the -Wno-error=parentheses-equality and -Qunused-arguments flags are available before setting them at configure-time. I'm scratching my head over this one a little. You

Re: [PATCH] IPv6 transparent proxy support for Squid

2013-06-21 Thread Amos Jeffries
On 21/06/2013 7:08 p.m., Alexis Robert wrote: Hi, Thanks for your reply and your comments. I've joined a patch which include your remarks. Alexis +1. Thank you that looks fine to me now. The only issue remaining is that iptables header problem. Am questioning netfilter about it but