[Info-vax] Apache + mod_php performance
    Lawrence D'Oliveiro 
    ldo at nz.invalid
       
    Mon Sep 30 20:24:18 EDT 2024
    
    
  
On Mon, 30 Sep 2024 19:50:38 -0400, Arne Vajhøj wrote:
> On 9/29/2024 11:15 PM, Lawrence D'Oliveiro wrote:
>>
>> On Sun, 29 Sep 2024 22:34:04 -0400, Arne Vajhøj wrote:
>>>
>>> But I am pretty sure that it will not work on VMS.
>> 
>> That’s what I figured. VMS, like Windows, really wants you to use
>> threads.
> 
> For massive parallel processing on VMS then threads not
> processes is the way to go.
Threads require shared memory, though. Processes allow you to have a mix 
of shared and private data, plus the use of IPC mechanisms like message 
passing. This makes for a looser coupling, which better suits the way 
massively parallel systems are built.
    
    
More information about the Info-vax
mailing list