If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > How to close an org.postgresql.jdbc3.Jdbc3ConnectionPool ?

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-30-04, 14:08
tadams67 tadams67 is offline
Registered User
 
Join Date: Jan 2004
Posts: 1
How to close an org.postgresql.jdbc3.Jdbc3ConnectionPool ?

Hi - I would like to be able to close all connections in an org.postgresql.jdbc3.Jdbc3ConnectionPool but can find no way to do this.

The pool's clients do the appropriate close() on a connection when it is no longer needed, which as i understand just puts that connection back into the pool of available connections.

When the entire application itself is complete, can I explicity close the pool and thus really really close the connections to the database?

Thanks

Tom
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On