[DataModulePool]
|
|
||
This is the pool of connections to the database used by EPWeb. When EPWeb needs to access the database, it grabs a connection from the pool and uses it. Once finished, it returns the connection to the pool.
Option |
Description |
PoolCount=20 |
The number of active connections to the database in the pool. When EPWeb is first loaded, it opens these connections so they are ready to be used. |