[fpc-pascal] web app and application persistency

Graeme Geldenhuys graemeg.lists at gmail.com
Tue Aug 2 23:51:44 CEST 2011


On 1 August 2011 16:32, Michael Van Canneyt wrote:
>
> If you really want the application running 100% of the time, there are only
> 2 options:
> - fastcgi with mod_fastcgi (NOT mod_fcgid) and ExternalFastCGIServer option.
> - Embedded server (i;e. the application acts as a webserver).

...and option 3.
Application on the server (as a daemon or service or something), and
the CGI app is simply acting as a proxy. I did test this in a small
test case and it worked well - no idea how well it will scale though.

But the other two options are probably easier to program.


-- 
Regards,
  - Graeme -


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



More information about the fpc-pascal mailing list