You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by Chris Rafuse <cr...@cs.dal.ca> on 2003/06/03 15:57:41 UTC

Database Connection Management

Hi all,

I am developing a web application that will need to store persistent
user information in a database. As such, I would like to manage a pool
of database connections, and dispatch them as necessary to requests. 

Would anyone be able to explain how to go about this ? Or perhaps point
me in the right direction? I would be very greatful.

Thanks,



Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-tdk-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-tdk-dev-help@jakarta.apache.org


Re: Database Connection Management

Posted by Fabio Daprile <fa...@wuerth-phoenix.com>.
Hello Chris,

if you use Torque, this pool is created and managed for you.
You don't have to do anything.

Greetings,

Fabio Daprile


Chris Rafuse wrote:

>Hi all,
>
>I am developing a web application that will need to store persistent
>user information in a database. As such, I would like to manage a pool
>of database connections, and dispatch them as necessary to requests. 
>
>Would anyone be able to explain how to go about this ? Or perhaps point
>me in the right direction? I would be very greatful.
>
>Thanks,
>
>
>
>Chris
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>
>  
>


-- 
************************************
Würth Phoenix S.r.l.
Fabio Daprile

Via Kravogl 4
I-39100 Bolzano
Phone: +39 0471  564111 (direct 564066)
Fax: +39 0471  564122
mailto:fabio.daprile@wuerth-phoenix.com
http:// www.wuerth-phoenix.com
*************************************



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: Database Connection Management

Posted by Quinton McCombs <qm...@nequalsone.com>.
Visit the turbine web site (http://jakarta.apache.org/turbine) and read
the docs there.  Turbine will do what you are looking for.  We use
Torque (mostly) for the database access layer.  Torque will maintain a
pool of connections for you.  

--------------------------------------------
Quinton McCombs
NequalsOne - HealthCare marketing tools
mailto:qmccombs@NequalsOne.com
http://www.NequalsOne.com 

> -----Original Message-----
> From: Chris Rafuse [mailto:crafuse@cs.dal.ca] 
> Sent: Tuesday, June 03, 2003 8:58 AM
> To: Turbine User Mailing List; TDK User List
> Subject: Database Connection Management
> 
> 
> Hi all,
> 
> I am developing a web application that will need to store 
> persistent user information in a database. As such, I would 
> like to manage a pool of database connections, and dispatch 
> them as necessary to requests. 
> 
> Would anyone be able to explain how to go about this ? Or 
> perhaps point me in the right direction? I would be very greatful.
> 
> Thanks,
> 
> 
> 
> Chris
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org