I have a mod_perl hash scalar that can store up to 4 MB of string data.

I was wondering what happens to the memory usage after a "delete
$myhash{large}"?

I was thinking (I know this can be dangerous:-), it would be nice if I
could tell mod_perl to cache scalars that become larger than some specified
value, so that they do not chew up too large chunks of memory.


Reply via email to