RE: Connection Pooling in Orion

2001-05-07 Thread Andre Vanha
Adrian, Use orion's admin.jar to get connection pool info. On my machine, I can type this to get stats: java -jar admin.jar ormi://localhost admin password -application default -dataSourceInfo The output looks like this: DataSource info: jdbc/xa/HypersonicXADS - cached: 0 used: 0 total: 0

Re: Connection Pooling in Orion

2001-05-05 Thread Robert Krueger
At 18:43 04.05.2001 , you wrote: I think I've correctly set up database connection pooling for my enterprise app. But how do I confirm that Orion is actually doing connection pooling for me? - look at your dbms logs (if your dbms provides such facilities) - enable tracing in your jdbc driver