DataSource and Connection Pools
843829Jun 11 2002 — edited Jun 14 2002Are all DataSource's pooled or we have to specifically create a PooledDataSource for connection pooling to happen? Is it an ApplicationServer configuration? How do you 'return' a Connection back to the pool- I do not see any method for that.
In case if a source is not pooled- if we get and close a connection does the connection and go away.
TIA
Sanjay