On 10/16/07, Clinton Gormley <[EMAIL PROTECTED]> wrote:
> Unless you have a really good reason to use worker, on linux, the
> recommended MPM is worker.

I'm sure you meant to say prefork there.  And I agree, if you're
concerned about memory, don't use threads.  Prefork will save you
memory because of copy-on-write.

- Perrin

Reply via email to