Does the DB Connection pool shrink?

Vic
----- Original Message -----
From: "Frank LaRosa" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 10:17 PM
Subject: Re: JDBC connection pooling and ORION


> Like a lot of things in Orion, this is not particularly well documented.
> Here is how I have mine set up. The name identified as the
"pooled-location"
> appears to behave as a pooled data source when I reference it from my
> application.
>
>  <data-source
>   class="com.evermind.sql.DriverManagerDataSource"
>   connection-driver="sun.jdbc.odbc.JdbcOdbcDriver"
>   name="SQLServer"
>   location="jdbc/SQLServerCore"
>   xa-location="jdbc/xa/SQLServerXA"
>   ejb-location="jdbc/SQLServerEjb"
>   pooled-location="jdbc/SQLServer"
>   username=""
>   password=""
>   url="jdbc:odbc:LocalServer"
>   inactivity-timeout="30"
>   min-connections="5"
>   max-connections="1000"
>  />
>
> ----- Original Message -----
> From: "Hao H Ngo" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Wednesday, April 25, 2001 2:08 PM
> Subject: JDBC connection pooling and ORION
>
>
> > Can someone tell me how to get JDBC connection pooling to work?
> > Maybe some examples?  I can't find anything on connection pooling.
> > I have successfully made a JDBC connection to postgres, but I would like
> > to grab connections from a pool and release to that pool.
> >
> > Help?
> >
> >
> >
>
>



Reply via email to