Re: Implementing new algorithm in squid

2003-09-04 Thread Robert Collins
On Fri, 2003-09-05 at 14:41, Hendy Harsono wrote: > Hi, > 1. May i know how can i get the download latency info for a particular > object and how many objects which has been referred at least f times? Off-hand, I'm not sure. You will need to look at the replacement policy API and see if enough de

Implementing new algorithm in squid

2003-09-04 Thread Hendy Harsono
Hi, I am trying to implement a new algorithm in the squid to minimize the download latency. The algorithm is a cost based algorithm: BV = (Cost/Size)*Pr+Age => BV is the key for the heap Pr=(Pf^(1/a))/((Log10Size)^b), where Pf=Df+1/Df Pf: Conditional probability of reaccessing Df= Number of d

Introduction

2003-09-04 Thread Hendy Harsono
Hi, My name is Hendy Harsono from National University of Singapore. I am doing a research on proxy caching algorithm. I want to try to implement my algorithm in a squid to test it. Thanks. Hendy

Re: [Fwd: [squid-users]Memory leak problem on epoll i/o squid on IA64]

2003-09-04 Thread Adrian Chadd
On Thu, Sep 04, 2003, Henrik Nordstrom wrote: > I am currently working in a development works in epoll I/O on squid for satisfying > the requests of 2000 in IA64.I have passed only 300 req/sec in IA64.My squid is > using more than 1.9 GB outof 2 GB.I have tried a lot in the squid to overcome the

[Fwd: [squid-users]Memory leak problem on epoll i/o squid on IA64]

2003-09-04 Thread Henrik Nordstrom
Forwarded to squid-dev where this discussion belongs. -Vidarebefordrat meddelande- From: MUTHUKUMAR KANDASAMY <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Henrik Nordstrom <[EMAIL PROTECTED]>, David Nicklay <[EMAIL PROTECTED]>, Adam Aube <[EMAIL PROTECTED]> Subject: [squid-users]Memory

Re: permanently enabling some -DPURIFY features.

2003-09-04 Thread Robert Collins
On Thu, 2003-09-04 at 10:15, Duane Wessels wrote: > > On Wed, 3 Sep 2003, Robert Collins wrote: > > > How do folk feel about us (post 3.0) permanently enabling the tidy > > cleanup stuff currently enabled by -DPURIFY, leaving the assert() > > changes and the mem pools disabling alone? > > > > I s

Re: permanently enabling some -DPURIFY features.

2003-09-04 Thread Henrik Nordstrom
On Thursday 04 September 2003 02.15, Duane Wessels wrote: > Some functions, like storeFreeMemory() may take more time to > execute than some users would like (because there are so many > pointers to free). Sometimes when I shut down Squid I want it to > exit quickly and start up again ASAP. Same