Administrator
- Administrator
- All Products
Key
| Description
|
---|---|
timeBetweenEvictionRuns
| The number of milliseconds that Process Server waits in-between runs of the idle object evictor thread.
|
testOnBorrow value
| Process Server validates objects before borrowing objects from the pool. If Process Server cannot validate the object, it drops the object from the pool. Then, Process Server tries to borrow another object.
|
testWhileIdle
| Process Server validates objects by the idle object evictor (if one exists). If Process Server cannot validate the object, it drops the object from the pool.
|
validationQuery value
| The SQL query that validates connections from this pool before returning them to the caller. If you specify this property, the query must be an SQL SELECT statement that returns at least one row.
|