Re: [HACKERS] Re: [PATCHES] Try again: S_LOCK reduced contentionh]

From: Brett McCormick <brett(at)work(dot)chicken(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: dg(at)illustra(dot)com (David Gould), hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: [PATCHES] Try again: S_LOCK reduced contentionh]
Date: 1998-05-11 14:57:23
Message-ID: 13655.4384.345723.466046@abraxas.scene.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


same way that the current network socket is passed -- through an execv
argument. hopefully, however, the non-execv()ing fork will be in 6.4.

does anyone have any suggestions for postmaster->backend variable
passing? Should it just pass an argv array for compatiblity reasons?
There will have to be some sort of arg parsing in any case,
considering that you can pass configurable arguments to the backend..

On Mon, 11 May 1998, at 10:49:11, Tom Lane wrote:

> Cool idea ... but how to get the socket passed off from postmaster to
> back end, other than through a fork?
>
> I think there is a facility in SYSV messaging to transmit a file
> descriptor from one process to another, but that's not going to be a
> portable answer.
>
> regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-05-11 15:14:43 Re: [HACKERS] Re: [PATCHES] Try again: S_LOCK reduced contentionh]
Previous Message Jose' Soares Da Silva 1998-05-11 14:49:37 locks