Connection startup overhead

From: "Fernando Papa" <fpapa(at)claxson(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Connection startup overhead
Date: 2002-11-13 15:48:42
Message-ID: CB94A4924490EC4A81EDA55BA378B7BA5716A6@exch2k01.buehuergo.corp.claxson.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi All!

I'm thinking about connection startup overhead... why postgres don't
have something similar to oracle's pre-spawned server? It's similar to
apache spare server too. You can launch X backends and wait for
connections, with this feature you can avoid connection startup overhead
(only a little, of course). I know the bes approach is connection
pooling, but in some enviroments (php+apache) it's too dificult to
implement.

--
Fernando O. Papa

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Björn Metzdorf 2002-11-13 15:51:50 Re: Connection startup overhead
Previous Message Nigel J. Andrews 2002-11-13 15:29:05 Planner's choice