Re: [squid-users] Ignoring query string from url

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Sat, 01 Nov 2008 20:41:51 +0100

On tor, 2008-10-30 at 19:50 +0530, nitesh naik wrote:

> url rewrite helper script works fine for few requests ( 100 req/sec )
> but slows down response as number of requests increase and it takes
> 10+ second to deliver the objects.

I'v run setups like this at more than thousand requests/s.

> Is there way to optimise it further ?
>
> url_rewrite_program /home/zdn/bin/redirect_parallel.pl
> url_rewrite_children 2000
> url_rewrite_concurrency 5

Those two should be the other way around.

url_rewrite_concurrency 2000
url_rewrite_children 2

Regards
Henrik

Received on Sat Nov 01 2008 - 19:41:56 MDT

This archive was generated by hypermail 2.2.0 : Mon Nov 03 2008 - 12:00:03 MST