Page 1 of 2
TDAAlerter
Posted: Fri 22 Mar 2013 14:50
by binfch
I am using the Alerter class:
Code: Select all
lPgAlerter := TPgAlerter.Create(nil);
with lPgAlerter do begin
OnEvent := @AlerterEvent;
AutoRegister := False;
Connection := lPgConnection;
Events := lAlerterChannel;
Active := True;
end;
When lPgConnection goes down/crashes, I am using an "OnConnectionLost" handler with:
But this does not recover the Alerter channel/connection. Is there an option that automatically re-establish the Alerter channel/connection?
Thx & cheers,
Peter
Re: TDAAlerter
Posted: Tue 26 Mar 2013 13:49
by DemetrionQ
Hello.
For the time being, TPgAlerter has no functionality for automatic restoring. To restore PgAlerter channel, you should directly invoke TPgAlerter.Stop / TPgAlerter.Start .
Re: TDAAlerter
Posted: Thu 28 Mar 2013 09:10
by Oleg D.
Hi.
how to determine which connections of successful recovered after the break. Is there any event, like OnConnectionRestored?
Re: TDAAlerter
Posted: Mon 01 Apr 2013 13:52
by DemetrionQ
Hello.
After restoring connection, the TPgConnection.AfterConnect event occurs. You can use a procedure associated with it, in order to perform the required operations when restoring connection.
Re: TDAAlerter
Posted: Mon 19 Aug 2013 06:33
by binfch
Hi there
Is this issue resolved in the latest release 4.0.2? If not, when will it be fixed?
Thx & cheers,
P.
Re: TDAAlerter
Posted: Mon 19 Aug 2013 10:39
by AlexP
Hello,
It's not a bug - it's a new functionality, we have added it to our roadmap, however, we cannot say the exact timing of its implementation
Re: TDAAlerter
Posted: Tue 20 Aug 2013 07:36
by binfch
Thx Alex for the answer
Hopefully you can push this functionality up in your roadmap. We are using the Alerter component extensively in our software and the connection recovery feature would really help us a lot.
Thx & cheers,
P.
Re: TDAAlerter
Posted: Wed 21 Aug 2013 12:36
by AlexP
Hello,
The main feature of the next version will be the support for RAD Studio XE5, therefore this feature will hardly be implemented in the next version, it will probably be implemented in a version following the next version
Re: TDAAlerter
Posted: Mon 30 Dec 2013 08:52
by binfch
Alex
Is this feature now finally implemented, as promised?
Thanks & cheers,
P.
Re: TDAAlerter
Posted: Mon 30 Dec 2013 12:03
by AlexP
Hello,
No, this feature is not yet implemented
Re: TDAAlerter
Posted: Mon 30 Dec 2013 12:09
by binfch
Hi there
Ok, I see...
Any deadline for this? This is a request from march!!
Thx & cheers,
P.
Re: TDAAlerter
Posted: Wed 29 Jan 2014 07:03
by binfch
Hi there
What do I have to do to at least get a reliable deadline for my request?
Thanks,
Peter
Re: TDAAlerter
Posted: Wed 29 Jan 2014 08:20
by AlexP
These features are included to our PgDAC development roadmap, however, their implementation is not planned for the nearest future.
Re: TDAAlerter
Posted: Wed 29 Jan 2014 08:24
by binfch
Unbelievable, you guys should really convert to become bloody politicians!
Re: TDAAlerter
Posted: Fri 02 May 2014 06:07
by binfch
Hi there
Is this feature now finally implemented in 4.3.7?
Thanks & cheers,
P.