Re: Connection pooling

From: Gilles DAROLD <gilles(at)darold(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Connection pooling
Date: 2001-01-26 10:22:13
Message-ID: 3A714FD5.3544B509@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rajit Singh 2001-01-26 10:46:40 SQL Queries across multiple databases
Previous Message Richard Huxton 2001-01-26 09:35:44 Re: vacuum