Re: Connection pooling - Mailing list pgsql-general

From Gilles DAROLD
Subject Re: Connection pooling
Date
Msg-id 3A714FD5.3544B509@darold.net
Whole thread Raw
In response to Connection pooling  (Guillaume Lémery <glemery@comclick.com>)
List pgsql-general
Frank Joerdens wrote:

> How's that supposed to work? Apache is a multi-process web server.
> Connection pooling over all Apache children that are currently alive on
> a web server would require some kind of inter-process communication,
> which I don't think Apache supports (am I mistaken?).
>
> Regards, Frank

Of course it works, what a strange idea ? When you load a perl script with
mod_perl if you define global vars they are defined for all childrens !
Interprocess communication is an other history...


pgsql-general by date:

Previous
From: "Richard Huxton"
Date:
Subject: Re: vacuum
Next
From: Rajit Singh
Date:
Subject: SQL Queries across multiple databases