[Lazarus] GUI development for web UI

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Dec 1 12:01:50 CET 2010



On Wed, 1 Dec 2010, Michael Schnell wrote:

> On 11/30/2010 02:52 PM, michael.vancanneyt at wisa.be wrote:
>>   FastCgiExternalServer D:/counte/verbruik/server -host 127.0.0.1:2015 
>> -idle-timeout 30 -flush
>> 
> AFAIK, fastCGI can use as well a TCP/IP socket as a pipe to do the 
> communication between the WebServer and the CGI program (not really a big 
> difference regarding the program API).

Well, the TCP/IP port is passed to the FastCGI on standard input (using a
pipe) when it is started. All the other traffic is per TCP/IP. but as you 
say, it does not matter from the Program API point of view, it's a matter 
of configuration.

Michael.




More information about the Lazarus mailing list