On Sat, Feb 23, 2008 at 11:08 PM, Tina Müller <[EMAIL PROTECTED]> wrote:
> offtopic:
>
>
>  On Sat, 23 Feb 2008, J. Peng wrote:
>
>  > modperl is fast, but it consumes too much memory.
>  > so we choose fastcgi written by C++.
>
>  actually it consumes less memory than FastCGI if you do it right. If you
>  load as many modules and data structures as you can at startup time,
>  Apache will share the memory between the processes (as long as you don't
>  change the data).

Apache with prefork mode can share the memory? Sorry I didn't know it.
Sharing memory between multi-processes need extra programming, I don't
know apache has done it already.

Reply via email to