Subject Re: [firebird-support] current_connection
Author Helen Borrie
At 04:35 PM 9/11/2004 -0300, you wrote:

>Hi,
>
>If the max value of the current_connection is reached, is it set
>to 1 again?

Yes. I recall that someone calculated that, at 100 connections per second,
24/7, it would take about 70 years to reach the maximum. You are quite
likely to do at least one backup and restore during the next 70 years. The
ConnectionID gets set to zero in a restored DB.

Don't rely on connectionID or transactionID as permanent keys.

./heLen