Refresh pattern time definitions

2004-02-18 Thread Taneli Leppä
* 60); /* convert minutes to seconds */ -i = GetInteger(); /* token: pct */ +min = (time_t) GetTimeAsSeconds(); /* token: min */ +i = GetInteger(); /* token: pct */ pct = (double) i / 100.0; -i = GetInteger(); /* token: max */ -max = (time_t) (i * 60)

auth_user_hash_pointer leak? (2.5 Bug #910)

2004-02-18 Thread Henrik Nordstrom
Robert, what is the purpose of the auth_user_hash_pointer in the ntlm scheme, and do you have any idea as to why the use of this would be growing a lot? Regards Henrik

refresh_pattern in fractions patch

2004-02-18 Thread Muthukumar
Hello All, To use the refresh_pattern in fractions,I have attatched a patch as refresh_fraction.patch The calculation changes are needed in the cache_cf.c for the float. I have tested for the refresh time as refresh_pattern . 0 20% 4320

My introduction

2004-02-18 Thread Taneli Leppä
Hello everyone, Here's my introduction as the list rules say: My interest in Squid is that we run some high-volume dynamic websites and wish to employ some sort of caching solution (ie. Squid). Our application is oblivious to any cache control headers and we want to address situations where a lar

Re: Re: Re: How dose pipe work in aufs ?

2004-02-18 Thread Henrik Nordstrom
On Wed, 18 Feb 2004, Xia Hongtao wrote: > Dear Henrik Nordstrom: > > I had get the final result of comparing three version.In my new test > environment, the response time: > orig 14.227ms no_pipe 13.550ms pipe_patch 13.905ms What test did you run? And have you verified the results are cons