This attribute will help minimize the number of validation calls (instead of calling validation routine every time a connection is provided by the pool, pool will validate it only once in the provided interval)
eg: validate-atmost-period = 60 seconds. In an interval of 60 seconds if the same connection is reused by the pool for multiple times, pool will validate it only once.
[Message sent by forum member 'jr158900' (jr158900)]