On 3/26/07, Frank Wiles <[EMAIL PROTECTED]> wrote:
> Further, what success have people had using threading with mod_perl2, > using MPM_WORKER?Other than for some testing of modules I haven't found a need to use either the threaded or worker MPMs.
I'd second that. The general advice is to avoid using threads if you are on a unix-like system. They are slower and use more memory than the prefork MPM on those systems. - Perrin