I use PGPoolingDataSource to create connection pool.
I would like to ask about how long the connection pool clean up connections.Can i control?
I use Jdbc3PoolingDataSource before useing PGPoolingDataSource,but the postgresql log shows unexpected EOF on client connection.
I do not know why,so use PGPoolingDataSource.But fixed point in time the connection pool automatically disconnect all connected,and then re-establish the connection.
The postgresql log doesn't display any prompts.
Can you give me some suggestions to solve this problem.