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

Reply via email to