>> It seems as this has the effect that each server process keeps its own
>> copy of the templates. I would like to avoid this by using some sort of
>> shared memory between the server processes. Does any of you have any
>> experience in this field (or even better examples of how to do it)?

>A good package for this is IPC::Shareable.  You can store info in semaphores
>and share it between processes.

Except that I don't think you can you use shared memory (the semaphores are 
just
flags) across multiple web servers, and I have been wrong before.

Reply via email to