Subject Re: [firebird-support] concurrent transactions
Author Steve Wiser
EBZ wrote:
>
> Is there a way to log users/ transactions, even just counts per hour?
> EBZ
>
>
If you are running on linux, running classic, and you are not using
connection pooling you can just run lsof on the database file to see how
many open connections there are. Put in an entry into crontab to run
this at whatever interval you want and email you the results.

-steve