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

Maurice Gittens <mgittens@gits.nl>

From: "Maurice Gittens" <mgittens@gits.nl>
To: "David Gould" <dg@illustra.com>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: <hackers@postgreSQL.org>
Date: 1998-05-11T15:18:38Z
Lists: pgsql-hackers

>dg@illustra.com (David Gould) writes:
>> The idea that occurred to me is to have the postmaster
>> "pre-spawn" some servers in each (configurable) database. These would run
>> all the initialization and then just wait for a socket to be handed to
them.
>> The postmaster would during idle time replenish the pool of ready
servers.
>

Doesn't Apache do something similar? It should be easy enough to borrow
their
implementation.

Regards,
    Maurice.