Re: Confused about two development utils [EXT]

2021-01-01 Thread Mark Blackman
> On 23 Dec 2020, at 11:36, James Smith wrote: > > Forgot to add - so our FCGI servers need a lot (and I mean a lot) more memory > than the mod_perl servers to serve the same level of content (just in case > memory blows up with FCGI backends) > I don’t believe this has to be true, I am pr

Re: Confused about two development utils [EXT]

2021-01-01 Thread Mithun Bhattacharya
Preload of what doesnt work ? On Fri, Jan 1, 2021 at 10:08 AM Ruben Safir wrote: > > > > This isn’t quite true - if you load modules before the process forks > then they can cleverly share the same parts of memory. It is useful to be > able to "pre-load" core functionality which is used across a

Re: Confused about two development utils [EXT]

2021-01-01 Thread Ruben Safir
> > This isn’t quite true - if you load modules before the process forks then > they can cleverly share the same parts of memory. It is useful to be able to > "pre-load" core functionality which is used across all functions {this is the > case in Linux anyway}. It also speeds up child process g