[fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status
Daniel Gaspary
dgaspary at gmail.com
Thu Sep 28 21:17:05 CEST 2017
On Wed, Sep 27, 2017 at 12:53 PM, Michael Van Canneyt
<michael at 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
More information about the fpc-pascal
mailing list