in reply to Re: Re: Improving performance by generating a static html file?
in thread Improving performance by generating a static html file?

The Cache::FileCache (part of the Cache::Cache family) module is worth looking into as well. Most modern filesystems have very efficient algorithms for keeping MRU data in memory, making it very speedy and simple to boot. (IME shared memory isn't worth the effort.)

Chris
M-x auto-bs-mode