Re: Pre-forking backend

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2001-09-29T18:36:59Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> How hard would it be to pre-fork an extra backend

How are you going to pass the connection socket to an already-forked
child process?  AFAIK there's no remotely portable way ...

			regards, tom lane