| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Jeff Drew | Date: | April 15 2005 4:41pm |
| Subject: | optimal number of connections? | ||
| View as plain text | |||
Our Java application has several threads that use JDBC to write to several tables. Currently, we use one JDBC connection. Would performance improve if we used a connection per table? Is a single connection bad for some reason? Since connection pooling is a hot topic, I'm wondering if we're missing out somehow. Thanks Jeff
| Thread | ||
|---|---|---|
| • optimal number of connections? | Jeff Drew | 15 Apr |
| • Re: optimal number of connections? | Eric Bergen | 19 Apr |
