Subject Re: [Firebird-Java] CPU utilization with org.firebirdsql.pool.FBWrappingDataSource
Author Roman Rokytskyy
> Might it be related to some kind of checking with the idle timeout of
> the connection pool?

Well... 10 msec is not that long idle period, but it should not take 50%
CPU. Try increasing it to 10000 (10 seconds) and check the results.

Roman