RE: DBTags and Poolman

2001-09-19 Thread Mark Shead
My understanding of connection pooling (and I welcome any corrections if I'm wrong) is: If you are using a JDBC 2.0 driver and you give JNDI a handle to a connection to the database and have the DBTags get their connection info from JNDI, then JDBC will automatically pool the connections. --Ma

DBTags and Poolman

2001-09-19 Thread Wim Bervoets
Hello, I have a few questions about DBTags: 1) I open a connection and close a connection in each jsp that accesses the database I'm using the latest mysql JDBC driver is there connection pooling built in in that driver or not ? 2) I have tried to use DBTags and Poolman together but it didn