in reply to mod_perl and semi-dynamic data

Thanks all!

This is helping me.

The data is ridiculously small: right now 4 files about 4k each.

I'd like to avoid constantly reading to disk. I was hoping there would be some efficient way to write updated data to a global variable in memory that all existing apache processes could address, and store it to disk for the next time the server starts.