Adam Chlipala wrote: > Michael Olson wrote: > >> Apache: I went with apache2-mpm-prefork, since that's what we have on >> fyodor. I note, however, that apache2-mpm-worker is supposed to be >> faster, and is recommended for large installations. Should we go with >> it, instead -- are there any incompatibilities with domtool2? >> > > Beats me. Domtool only generates virtual host configuration. As long as > only sitewide configuration needs to change, I can't see how there would > be any problem, but I'm not an expert on Apache configuration and so can't > say for sure. > >
I wouldn't expect this to be a problem for domtool either. mpm-worker versus prefork is entirely internal to Apache and is mostly important with things like threading in CGI. Note that with mpm-worker you need to have a threaded perl installed, which we do have on Deleuze according to perl -V. So, I'd go for it, maybe our performance will be helped a bit! _______________________________________________ HCoop-SysAdmin mailing list [email protected] http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin
