pgAlerter

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dpremus
Posts: 7
Joined: Fri 18 Jan 2013 05:09

pgAlerter

Post by dpremus » Mon 26 Oct 2015 11:11

Hello

I am using your ODAC components and everything works fine,
now I am planing to buy your pgDAC components, but I have
some question.

Does pgDAC works without libpq.dll on lazarus (FPC) ?

What mechanism pgAlerter use to retrive alert from server,
(constant periodically polling, long pooling (comet) or some other
push technology) ?

I need to show some sensor status real-time because
i need to consider If pgAlerter can do that or pgAlerter
will produce some extra network traffic. Now I am using
UDP for that purpose.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: pgAlerter

Post by azyk » Tue 27 Oct 2015 12:42

PgDAC installed on Lazarus doesn't require libpq.dll for connection to PostgreSQL.

Detailed description of TPgAlerter is available in our documentation: https://www.devart.com/pgdac/docs/?deva ... lerter.htm .

Post Reply