Re: ConnectionPool howto??

From: Vernon Wu <vernonw(at)gatewaytech(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org, bromberg(at)tzi(dot)de
Subject: Re: ConnectionPool howto??
Date: 2003-02-23 18:05:52
Message-ID: 972ZHDUTWSVRJHQNOJRPJH95NJ4XSOCB.3e590d80@kimiko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On your way learning more Java server side development, you shall pick up a few versions of DB connection pool
implementions.

17/02/2003 12:45:21 PM, "Dirk Bromberg" <bromberg(at)tzi(dot)de> wrote:

>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
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ludwig Heinrich 2003-02-24 05:04:20 JDBC Driver for Mac OSX
Previous Message Vernon Wu 2003-02-23 18:02:42 Re: I can't insert the chinese words.