[fpc-pascal] REQ: official FPC's FCGI framework

Micha Nelissen micha at neli.hopto.org
Thu Feb 12 22:33:16 CET 2009


Bee wrote:
> Hi all,
> 
> FPC has pretty usable support for web based development. Currently FPC 
> supports it through CGI and Apache module. IMO, there's one more support 
> that should be added officially: FastCGI. The initial work has been done 

lNet has fastcgi support. Maybe it's interesting for you. It can connect 
to some server or spawn some itself. Implemented in lib/lfastcgi.pp.

It's used by lwebserver to provide a fastcgi connection to PHP backend. 
In lib/lwebserver.pp.

Micha



More information about the fpc-pascal mailing list