Sujet : Re: Apache + mod_php performance
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 02. Oct 2024, 23:56:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdkj2b$3dnpf$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
User-Agent : Mozilla Thunderbird
On 10/2/2024 5:48 PM, Lawrence D'Oliveiro wrote:
On Wed, 2 Oct 2024 10:00:02 -0400, Arne Vajhøj wrote:
Or taking code designed for a different OS and expecting it to work on
another OS.
Does VMS need its own natively-developed web server? Who would create it?
2 such exist: OSU and WASD. Thanks to David Jones and Mark Daniels.
But Apache with a different MPM would do fine as well. The winnt MPM
would be best fit. But the hybrid process and thread MPM's that
Linux has used for the last 15-20 years would also fit fine.
Practically anything but Apache prefork MPM. Porting another MPM
could be VSI as Apache is supported by VSI or a volunteer.
Arne