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:[EMAIL PROTECTED] http://www.NequalsOne.com > -----Original Message----- > From: Chris Rafuse [mailto:[EMAIL PROTECTED] > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
