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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to