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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to