Subject Re: Monitoring FB 1.5 Super Server
Author vladman992000
--- In firebird-support@yahoogroups.com, "Stephen Boyd"
<sboydlns@y...> wrote:
>
> We would all love to have this but AFAIK there isn't anything that will
> provide what you want off the shelf. I wound up having to write stuff
> into my application to track the open transactions and the like.

Thanks for the feedback. I've been using Interbase Heartbeat which is
nice from a low level monitor of the server usage, RAM, disk, etc. but
my greatest concern is that I'm writing my application to be as
optimal as possible.

I want to be sure to avoid the dreaded sweep problems I read so much
about with Firebird 1.5. I need to know that I'm opening
transactions, and closing them off so that I don't put the database
into a tailspin somewhere down the line.

What techniques have you used to help monitor this from within your
applications? Any tips for young players?

Myles