[Info-vax] Apache + mod_php performance

Lawrence D'Oliveiro ldo at nz.invalid
Wed Sep 25 18:24:43 EDT 2024


On Wed, 25 Sep 2024 17:17:32 -0400, Arne Vajhøj wrote:

> Using worker MPM on VMS would make more sense IMHO.

According to the docs
<https://httpd.apache.org/docs/2.4/mod/worker.html>, this is a hybrid 
multithread/multiprocess model. But threading won’t work with PHP, because 
mod_php isn’t threadsafe.


More information about the Info-vax mailing list