Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
547 B

  1. Stuff that we need for a working cache:
  2. 7) check for If-* headers and other evil headers (like Translate)
  3. 8) logging
  4. 10) understand dates and etags for sending 304s.
  5. 11) default memory size algorithm
  6. other good stuff:
  7. 1) perf counters
  8. 2) cache browsing api
  9. 3) more stats and instrumentation
  10. 4) better table size computations ( would like prime # of buckets ).
  11. 5) look-aside lists for frequently allocated resources
  12. 7) smarter config based (and tree) invalidation
  13. Stuff to do in umode
  14. 3) use cache browse api
  15. 4) use handle based file chunks