home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFIGS.ZIP / hitlen.cnf < prev    next >
Text File  |  1997-05-05  |  2KB  |  51 lines

  1. <h1> Enable the "do not record repetitive hits" cache </h1>
  2.  
  3. To avoid recording repetitive requests from the same client, you
  4. can enable SRE-Filter's <em>repetitive hits</em> cache.
  5. <p>
  6. <FORM ACTION="/srefconf" METHOD="GET">
  7. <input type="hidden" name="SET" value="HIT_CACHE_LEN">
  8. Turn on the the <em>repetitive hits</em> cache:
  9. <ul>
  10. <LI><INPUT TYPE=RADIO NAME="yesno" VALUE="2" $isbig ><b>Big Cache</b>: More complete, but slower
  11. <LI><INPUT TYPE=RADIO NAME="yesno" VALUE="1" $issmall ><b>Medium Sized Cache</b>: Less complete, but quicker
  12. <LI><INPUT TYPE=RADIO NAME="yesno" VALUE="0" $isno ><B>No Cache</b>: Do <b>not</b> use the <em>repetitive hits</em> cache
  13. </ul>
  14. <INPUT TYPE="submit" VALUE="Update this Parameter">
  15.  
  16. </FORM>
  17.  
  18. $cancel
  19.  
  20. <hr>
  21. <h2>Notes </h2>
  22. To reduce the number of "false hits" (from clients returning to
  23. a document after a short absence, which is often caused by the
  24. use of a browser's "backup" key), a <em>repetitive hits</em> cache can be
  25. maintained.  If a request matches a request in this cache (where
  26. the request selector and the client's IP address must both match),
  27. the <em>hit counter</em> and <em>transaction recorder</em> 
  28. will not be augmented.  
  29. <P>
  30. You can choose between two types of cache:
  31. <ol>
  32. <LI> A <b>Big Cache</b>: The <b>big cache</b> will retain all requests
  33. recieved in the last 30 minutes.  There is basically no limit on
  34. the number of hits cached. The downside is that a file is used to store
  35. the cache; a design compromise that might slow down throughput.
  36. <LI> A <b>Medium Sized Cache</b>: The <b>small cache</b> will retain requests
  37.  recieved during the last 10 minutes, up to a maximum of 500 hits.
  38.  On busy sites, this 500 hit limit might be quickly saturated, reducing
  39. the effective in-cache residence time of each hit.  The upside is that it's
  40. quicker to check, since the cache is stored in memory.
  41. </ol>
  42.  
  43.  
  44. <p>
  45. If you want finer control of SRE-Filter's  <em>repetitive hits</em> cache,
  46. you can use the <A HREF="/config2.htm#initfilt">intermediate mode
  47. configurator</A> to modify the <var>HIT_CACHE_LEN</var> and <var>HIT_CACHE_DURATION</var>
  48. parameters. 
  49. <br>
  50.  
  51.