]> git.ipfire.org Git - thirdparty/squid.git/commit
Some fixes for swapping out objects that are in STORE_OK state. Need
authorwessels <>
Wed, 26 May 1999 11:01:05 +0000 (11:01 +0000)
committerwessels <>
Wed, 26 May 1999 11:01:05 +0000 (11:01 +0000)
commit1792fbdb20f3b7060ddc3b20714ac57785851711
treead06dfedf2f8ff9f7105c950a811c8fa12b9c167
parent68ea4c8b9e942c9e9c48ddcdeac6712921a83c3d
Some fixes for swapping out objects that are in STORE_OK state.  Need
to make sure that we really write all the data and queue the
swapout file for closing.

DO NOT allow swapout of non-special objects during store rebuilding
phase.  This greatly speeds up the rebuild process and prevents
large memory consumption from objects that want to be deleted but
must wait until validation completes.
src/store_swapout.cc