Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-29 Thread Michael Van Canneyt
On Fri, 29 Sep 2017, Michael Schnell wrote: On 28.09.2017 23:11, Michael Van Canneyt wrote: You have 3 options to debug: 1. You can perfectly start the fastcgi in the debugger if you use proxy server Is this "Fast CGI via a TCP socket" ? Yes. Does FCL not support this internally ?

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-29 Thread Michael Schnell
On 28.09.2017 23:11, Michael Van Canneyt wrote: You have 3 options to debug: 1. You can perfectly start the fastcgi in the debugger if you use proxy server Is this "Fast CGI via a TCP socket" ? Does FCL not support this internally ? -Michael ___

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-29 Thread Daniel Gaspary
On Fri, Sep 29, 2017 at 5:37 AM, Michael Van Canneyt wrote: > FPC really has all you need, even in 2017 ;) > I agree, just needed some details. :) Thank you for the help. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepas

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-29 Thread Michael Van Canneyt
On Thu, 28 Sep 2017, Daniel Gaspary wrote: On Thu, Sep 28, 2017 at 6:11 PM, Michael Van Canneyt wrote: 1. You can perfectly start the fastcgi in the debugger if you use proxy server or if you use mod_fastcgi confgured with fastcgiexternalserver configuration setting. I believe nginx only use

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-28 Thread Daniel Gaspary
On Thu, Sep 28, 2017 at 6:11 PM, Michael Van Canneyt wrote: > 1. You can perfectly start the fastcgi in the debugger if you use proxy > server > or if you use mod_fastcgi confgured with fastcgiexternalserver configuration > setting. I believe nginx only uses the proxy mechanism. Nice to know abou

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-28 Thread Michael Van Canneyt
On Thu, 28 Sep 2017, Daniel Gaspary wrote: On Wed, Sep 27, 2017 at 12:53 PM, Michael Van Canneyt 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..? See below

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-28 Thread Daniel Gaspary
On Wed, Sep 27, 2017 at 12:53 PM, Michael Van Canneyt 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 wi

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Marcos Douglas B. Santos
On Wed, Sep 27, 2017 at 12:16 PM, African Wild Dog wrote: > Hello, > > I am about to start a new project for a very small web application. > > I have some questions: > > 1 - Are the fcl-web and postgres packages stable? > 2 - Are they recommended for use in production environments? > 3 - Do they h

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Mark Morgan Lloyd
On 27/09/17 18:30, Marco van de Voort wrote: In our previous episode, Mark Morgan Lloyd said:> > Can you ellaborate a bit more on this Michael? Like how and where it isused? (Not mentioning company names, if it's a problem.) I was thinkingabout using it in various places, but as I don't know ho

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Michael Van Canneyt
On Wed, 27 Sep 2017, Marco van de Voort wrote: In our previous episode, Mark Morgan Lloyd said: > Can you ellaborate a bit more on this Michael? Like how and where it isused? (Not mentioning company names, if it's a problem.) I was thinkingabout using it in various places, but as I don't kn

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Marco van de Voort
In our previous episode, Mark Morgan Lloyd said: > > Can you ellaborate a bit more on this Michael? Like how and where it > > isused? (Not mentioning company names, if it's a problem.) I was > > thinkingabout using it in various places, but as I don't know how widely > > they'retested and used a

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Mark Morgan Lloyd
On 27/09/17 15:45, Karoly Balogh (Charlie/SGR) wrote: Hi, On Wed, 27 Sep 2017, Michael Van Canneyt wrote: 2 - Are they recommended for use in production environments?>> Absolutely.> I use them in very high-load (and we're talking VERY high load)> environments, with 24/7 availability. Can you

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Michael Van Canneyt
On Wed, 27 Sep 2017, Karoly Balogh (Charlie/SGR) wrote: Hi, On Wed, 27 Sep 2017, Michael Van Canneyt wrote: > 2 - Are they recommended for use in production environments? Absolutely. I use them in very high-load (and we're talking VERY high load) environments, with 24/7 availability. Can

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Michael Van Canneyt
On Wed, 27 Sep 2017, African Wild Dog wrote: 2017-09-27 12:29 GMT-03:00 Michael Van Canneyt : 2 - Are they recommended for use in production environments? Absolutely. I use them in very high-load (and we're talking VERY high load) environments, with 24/7 availability. Could you tell

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread African Wild Dog
2017-09-27 12:29 GMT-03:00 Michael Van Canneyt : > > 2 - Are they recommended for use in production environments? >> > > Absolutely. I use them in very high-load (and we're talking VERY high load) > environments, with 24/7 availability. > > Could you tell which web server you are using in this env

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Karoly Balogh (Charlie/SGR)
Hi, On Wed, 27 Sep 2017, Michael Van Canneyt wrote: > > 2 - Are they recommended for use in production environments? > > Absolutely. > I use them in very high-load (and we're talking VERY high load) > environments, with 24/7 availability. Can you ellaborate a bit more on this Michael? Like how a

Re: [fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread Michael Van Canneyt
On Wed, 27 Sep 2017, African Wild Dog wrote: Hello, I am about to start a new project for a very small web application. I have some questions: 1 - Are the fcl-web and postgres packages stable? Since 8 years. 2 - Are they recommended for use in production environments? Absolutely. I u

[fpc-pascal] FCL-WEB and PostgreSQL Support: Current Status

2017-09-27 Thread African Wild Dog
Hello, I am about to start a new project for a very small web application. I have some questions: 1 - Are the fcl-web and postgres packages stable? 2 - Are they recommended for use in production environments? 3 - Do they have any serious bug (for example, memory leaks)? Regards