Subject Re: [Firebird-Java] CPU utilization with org.firebirdsql.pool.FBWrappingDataSource
Author Thomas Steinmaurer
Hello Roman,

>> 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.

AH, ok. Where previously, setIdleTimeoutMinutes expected a value for
minutes, the setMaxIdleTime method now expects a millisecond value.

Value increased, problem gone.


Thanks for the help!


Thomas