Connection pool - Mailing list pgsql-general

From Mark Paylaga
Subject Connection pool
Date
Msg-id 23C4B803-0583-4986-9C73-1186DC409E1F@gmail.com
Whole thread Raw
Responses Re: Connection pool  (Sergey Konoplev <gray.ru@gmail.com>)
List 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
connectionsfor each request. The simple way to do it is to hardcode and create x number of connections. Is there a way
tojust use connection pooling? 

 Can anyone point me to the right direction? Thanks.

Mark



pgsql-general by date:

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