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. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
