Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 25. Sep 2024, 23:24:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd22ja$3rjte$2@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Pan/0.160 (Toresk; )
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.