[fpc-pascal] FastCGI on Windows IIS

Michael Schnell mschnell at lumino.de
Mon Apr 25 09:51:21 CEST 2016


Not believing that FCGI will work decently with IIS, my colleagues 
successfully used a different approach to use their (Delphi) programs 
via IIS in the Internet.

They did a small ISAPI transfer DLL and did the business logic in a 
Windows Service They linked the two Delphi programs via RemOBJ.

I suppose using FPC and some propriety protocol for linking the DLL and 
the business logic will be doable.

-Michael



More information about the fpc-pascal mailing list