[fpc-pascal] How to use FCGI in threaded mode?

Michael Schnell mschnell at lumino.de
Fri Jan 30 14:23:08 CET 2015


On 01/30/2015 12:57 PM, Michael Van Canneyt wrote:
> On windows they must be service programs, which are an absolute horror 
> to debug.
>
Yep ;-) .

To do such a thing on Windows (IIS) with Delphi, my (not Linux expert) 
colleagues very successfully created a simple "ISAPI" CGI that uses a 
bidirectional communication stream with a normal Delphi program (that 
has an option to be started as a service if the administrator wants 
that). The system is usually installed on virtualized Web server boxes.

-Michael



More information about the fpc-pascal mailing list