Re: using the same connection? - Mailing list pgsql-hackers

From Peter T Mount
Subject Re: using the same connection?
Date
Msg-id 981535068.3a81095ccf8a9@webmail.retep.org.uk
Whole thread Raw
In response to using the same connection?  (Mathieu Dube <mathieu_dube@videotron.ca>)
List pgsql-hackers
Quoting Mathieu Dube <mathieu_dube@videotron.ca>:

> Hi y'all,
>     Is it a bad idea for an app to keep just a couple of connections to a
> database, put semaphore/mutex on them and reuse them all through the
> program?
>     Of course I would check if their PQstatus isnt at CONNECTION_BAD and
> reconnect if they were...
>     I need some opinions on that practice...

In the Java world it's called ConnectionPooling and is standard practice, 
especially with Servlets/JSP/EJB's.

Peter

-- 
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/


pgsql-hackers by date:

Previous
From: Ed Loehr
Date:
Subject: [GENERAL] Off-topic: usenet sources?
Next
From: Karel Zak
Date:
Subject: Re: a contrib function to query current locale values