[fpc-pascal] How to use FCGI?

2009-07-08 Thread Artur Stuczyński
Hello, Can anybody enlighten me on how to use FCGI from fcl-web package? Is it working code at all? From what I know FastCGI application should be running seperately from http server and be connectable via sockets, whereas I cannot find any socket-related calls like (fp)Bind or fp(Listen) in th

Re: [fpc-pascal] How to use FCGI?

2009-07-13 Thread Artur Stuczyński
OK, thanks, got it working. Please correct me, if I am wrong, but this approach makes developing and debugging harder, because it is httpd which spawns the application, so to effectively kill the app and replace it with new build I have to restart the httpd (at least with lighttpd which I teste