[Lazarus] Web Module not works on Linux
Michael Schnell
mschnell at lumino.de
Mon Nov 22 10:06:59 CET 2010
On 11/19/2010 11:31 PM, michael.vancanneyt at wisa.be wrote:
>
>
> Well, you can not use it in a CGI application. Interfaces is for GUI
> support. A CGI by definition has no GUI.
>
> It makes no sense to use it. Why would you need that ?
Unfortunately interfaces also implements non-GUI stuff like TTimer and
inter-Thread messages, that indeed could be useful in (fast) CGI
applications.
There _could_ be implementations of "interfaces" (WidgetTypes) that
provide this (I did some work on that with limited success some time ago).
AFAIK, the FPGUI WidgetType is on a more promising way to help here,
that I was.
Moreover there _could_ be a fast-CGI Widget Type that in fact implements
a remote GUI via http (enhancing or similar to ExtPascal), but I suppose
a lot of work would be needed to create this even with very limited
compatibility with the existing full blown WidgetTypes for Linux,
Windows, and Mac.
-Michael
More information about the Lazarus
mailing list