I'll admit my LJ codebase knowledge is 5+ years out of datehalkeyeApril 13 2010, 05:02:02 UTC
Would the require statement not cause a new module to be loaded, and then unshare memory between all the apache nodes? AFAIK Anything loaded / changed after apache forks is not shared between processes and increases memory footprint.
Re: I'll admit my LJ codebase knowledge is 5+ years out of datevadvsApril 13 2010, 12:29:20 UTC
Should we share this module between all apache processes unconditionally? This code is called rather rare and probability that it would be loaded twice on the same server simultaneously very small.
Comments 2
Reply
Reply
Leave a comment