[Info-vax] Apache + mod_php performance

Mark Berryman mark at theberrymans.com
Mon Oct 7 12:47:48 EDT 2024


On 10/6/24 9:12 AM, Michael S wrote:
> On Fri, 4 Oct 2024 17:43:02 -0000 (UTC)
> cross at spitfire.i.gajendra.net (Dan Cross) wrote:
> 
>> In article <vdp8kn$a67s$1 at dont-email.me>,
>> Dave Froble  <davef at tsoft-inc.com> wrote:
>>> On 10/3/2024 7:00 PM, Chris Townley wrote:
>>>> [snip]
>>>> I don't remember George, but we have certainly woken up Dave! ;)
>>>>
>>>> and I am sure the troll is happy...
>>>
>>> I'm not sure whether I've been insulted?
>>
>> I suspect the "troll" reference is to Lawrence.  Sadly, Arne can
>> not help himself when it comes to resisting arguing with that
>> clown.
>>
>> 	- Dan C.
>>
> 
> Troll or not, but the question about ability to pass open TCP socket to
> child process (or, may be, to unrelated process) under VMS is a good
> question.
> As a lurker, I am waiting for the expert answer with interest.
> 

It is most definitely possible as that is precisely what the auxiliary 
server in TCPIP Services does.  It listens for a connection, then 
creates a process to handle it.  See the description of TCPIP$C_AUXS in 
the TCPIP Services programming documentation.

As Dave has mentioned, setting SO_SHARE on a socket would be another way 
to accomplish this.

No guesses as to what method the Apache implementation uses.

Mark Berryman


More information about the Info-vax mailing list