commit
7a9ecacc2e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ documentation for your vendor's JDBC implementation should specify the format fo
|
||||||
Next define the `driver` you will use. This is the logical name of the JDBC driver you declared in the previous section of this
|
Next define the `driver` you will use. This is the logical name of the JDBC driver you declared in the previous section of this
|
||||||
chapter.
|
chapter.
|
||||||
|
|
||||||
It is expensive to open a new connection to a database ever time you want to perform a transaction. To compensate, the datasource
|
It is expensive to open a new connection to a database every time you want to perform a transaction. To compensate, the datasource
|
||||||
implementation maintains a pool of open connections. The `max-pool-size` specifies the maximum number of connections it will pool.
|
implementation maintains a pool of open connections. The `max-pool-size` specifies the maximum number of connections it will pool.
|
||||||
You may want to change the value of this depending on the load of your system.
|
You may want to change the value of this depending on the load of your system.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue