> Correct, but wouldn't it be "fairly" expensive to calculate how much > space you have allocated with MMAP? Or, you try and keep a static > "cached" value of how much space you've allocated. I bet this might be > a good place to use a reader/writer lock (wonder if anyone has > implemented that - <G>). -- justin
BTW, this would only catch what mod_file_cache has allocated. Another module could well do the same thing. This just seems icky all over. Am I alone in thinking this? -- justin
