On Wed, Sep 27, 2017 at 12:53 PM, Michael Van Canneyt
<mich...@freepascal.org> wrote:

> Apache, indeed using FastCGI. Used both mod_fastcgi as mod_fcgid. mod_proxy
> should work as well.

What do you use to debug this environment, just log messages / log server..?

Sometime ago I have seen someone mentioned developing with a separated
application which communicated to the cgi / fastcgi part. This Cgi /
fastcgi part was used just to receive / response requests from / to
the web server. This way the debugging became much easier.

My question: How this application communicate with the Cgi / FastCgi part?

TSimpleIpc seens to only communicate one way. Anyone using two
TSimpeIpc's components to simulate a duplex channel?

Any chance of extend the component / create a new one, with support to
receive and send data ?

Are you using Sockets(Ip not unix sockets, like SimpleIpc)? I would
like to avoid that, because of firewall restrictions to open a server
socket
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to