[Lazarus] GUI development for web UI
Marco van de Voort
marcov at stack.nl
Mon Dec 6 14:37:41 CET 2010
On Wed, Dec 01, 2010 at 02:43:41PM +0100, Michael Schnell wrote:
>
> OTOH, If doing Windows, Microsoft of course wants you to use IIS.
> Microsoft IIS provides the ISAPI interface between the webserver and the
> cgi program, that in this case is neither a program nor a service, but a
> DLL. ISAPI offers similar features like FGCI but in a Windows-centric way.
>
> A colleague of mine (using Delphi) did a quite complex application based
> on ISAP. it's running just fine for a lot of customers.
>
> In fact he did an ISAPI "proxy" DLL, that communicates with a service
> (or program). This way debugging is a lot easier than directly debugging
> the ISAPI DLL.
In my previous job, we also did this for a delphi app, but the
isapi<->service framework was bought in (webhub, href.com).
This framework also abstracted Apache and IIS.
More information about the Lazarus
mailing list