ConnectionPool howto??

From: "Dirk Bromberg" <bromberg(at)tzi(dot)de>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: ConnectionPool howto??
Date: 2003-02-17 20:45:21
Message-ID: 000301c2d6c5$7e1ee310$24ddfea9@xbserv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

i'm new to postgres sql and jdbc..

i want to use a connection pool with 30 connections for my application
so now the questions:

1. where can i get a pool ?
2. when i've the pool and i get a connection who do i free it back to
the pool ?

thx
Dirk Bromberg

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marcel Ruff 2003-02-17 21:07:47 Temporary memory peak
Previous Message Dirk Bromberg 2003-02-17 20:36:54 ConnectionPool newbie