This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Connectiion pool behavior.....islamsakka Feb 27, 2004 7:55 AM (in response to brette)Well, you have got a DataSource instance from the connection pool you just configured, so yes, you can assume that you are using the connection pool :) . 
 A good practice is to cache the handle to the connection pool DataSource(The DataSource) for performance reasons.
 
    