[Lazarus] TIBConnection + LCLNoGui + FreeBSD
Michael Schnell
mschnell at lumino.de
Thu May 19 14:53:00 CEST 2011
On 05/19/2011 02:41 PM, Leonardo M. Ramé wrote:
> No, of course a TTimer is a nonsense in a CGI.
Yep. That is why a "standard"l CGI is not an "Application" but a
"command line tool" (runs just from start to end without waiting on
anything) and is not done with event driven programming. OTOH, a FastCGI
can live longer and can be able to wait on something and it can be
appropriate to do it with event driven programming.
Now as said somehow implicitly within TAChart (what I cant comment on,
as I don't know it),event driven programming or an external GUI
framework might be used. This seems likely, as otherwise it would not
request for the "interface" unit.
-Michael
More information about the Lazarus
mailing list