[fpc-pascal] How to use FCGI?
Artur StuczyĆski
stootch at tlen.pl
Wed Jul 8 16:09:59 CEST 2009
Hello,
Can anybody enlighten me on how to use FCGI from fcl-web package? Is it working code at all?
From what I know FastCGI application should be running seperately from http server and be connectable via sockets, whereas I cannot find any socket-related calls like (fp)Bind or fp(Listen) in the code (FPC 2.3.1). Only fpAccept exists inside of custfcgi.pp which tries to accept connection from StdInputHandle, and this looks somehow cryptic to me. But maybe I am missing something?
Artur
More information about the fpc-pascal
mailing list