[fpc-pascal] TCgiApplication in cgiapp unit - mostly deprecated

Graeme Geldenhuys graemeg.lists at gmail.com
Fri Apr 30 23:22:55 CEST 2010


On 30 April 2010 18:05, Marcos Douglas <md at delfire.net> wrote:
>
> What about FastCGI, is there an implementation default in FPC?


I haven't used FastCGI yet, but there seems to be an implementation
included with FPC.

  <fpc_src>/packages/fastcgi/*


> I want codify a web app and I think use FreePascal. You recommend
> that?

Free Pascal is a very good choice for CGI web applications. You have
the full RTL and FCL at your disposal. I even use a OPF (Object
Persistent Framework) with our CGI apps.

Best of all, I didn't have to learn a new language like PHP, Java,
Python etc. :-)


-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list