Re: Connection pooling

From: Frank Joerdens <frank(at)joerdens(dot)de>
To: Alex Pilosov <alex(at)pilosoft(dot)com>
Cc: Frank Joerdens <frank(at)joerdens(dot)de>, Gilles DAROLD <gilles(at)darold(dot)net>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Connection pooling
Date: 2001-01-25 21:00:52
Message-ID: 20010125220052.C15595@rakete.joerdens.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 25, 2001 at 03:27:21PM -0500, Alex Pilosov wrote:
>
> On Thu, 25 Jan 2001, 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?).
>
> That's what Apache 2.0 is about. It will be able to run in a multi-thread
> mode, or in multi-process mode with some data shared via shared memory.

Ah, that explains it. Very cool indeed!

Ta, Frank

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathan Myers 2001-01-25 21:20:23 Re: beta3 Solaris 7 (SPARC) port report
Previous Message Flemming Frøkjær 2001-01-25 21:00:00 Re: Maximum number of tables per DB.