in reply to Re^2: mod_perl / mason - variable shared between apache2's children
in thread mod_perl / mason - variable shared between apache2's children
Right, its not how but when. If you have some read only data (config data), load it before apache forks its children and apache will share the memory without duplicating it in each child.
|
|---|