Question about max_scan and max_remove calculation.

From: Ying Lu <yl8c@dont-contact.us>
Date: Fri, 14 Jul 2000 12:22:22 -0400 (EDT)

I am a researcher on web cache. When studying the Squid code, I am curious
about the formulas calculating max_scan and max_remove.

max_scan = (int) ( f*400.0 +100.0);
max_remove = (int) ( f*70.0 +10.0);

Could somebody tell me the reasons that the formulas are used and the
parameters such as 400.0, 100.0, 70.0 and 10.0 are chosen. Are there
anything related to statistics analysis?

Look forward to reply and Thanks a lot!

Ying Lu
CS Department of Univ. of Virginia
Received on Fri Jul 14 2000 - 10:25:41 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:31 MST