Felipe Schnack wrote: > I asked this one time in this list but no reply... let's try again. > When we use the pool configuration indicated in tomcat docs, we use > the javax.sql.DataSource interface to get the java.sql.Connection > instances. > To have connection pooling we shouldn't use ConnectionPoolDataSource? > >
The short answer is... No :-) A longer answer is that the Connection Pool still provides objects of type javax.sql.DataSource. This is good, because it means that our servlet code doesn't change if we switch between no pooling, and pooling of connections. HTH Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
