Connection pool

From: Mark Paylaga <mpaylaga(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Connection pool
Date: 2010-09-06 06:34:01
Message-ID: 23C4B803-0583-4986-9C73-1186DC409E1F@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi sorry if this has been asked already.
Is there any mechanism to do connection pooling for libpqxx already?
Or any new developments for this?

Our one dbwriter service instance recieves requests simultaneously to write to the database. We need separate db connections for each request. The simple way to do it is to hardcode and create x number of connections. Is there a way to just use connection pooling?

Can anyone point me to the right direction? Thanks.

Mark

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Konoplev 2010-09-06 06:54:56 Re: Connection pool
Previous Message Devrim GÜNDÜZ 2010-09-06 06:22:44 Re: FC13 RPMs for 9.0 - on postgresql.org ftp, but not in yum repo?