[fpc-pascal] Powtils Apache and Windows Seven 64bits

Lee Jenkins lee at datatrakpos.com
Mon May 24 19:24:29 CEST 2010


Marcos Douglas wrote:
> On Mon, May 24, 2010 at 12:42 PM, Felipe Monteiro de Carvalho
> <felipemonteiro.carvalho at gmail.com> wrote:
>> On Mon, May 24, 2010 at 5:26 PM, Marcos Douglas <md at delfire.net> wrote:
>>> Don't worry about memory leaks?! But if a do not freed an object e.g.
>>> this is continues in memory, even after app ends.
>> No, it doesn't continue in memory.
> 
> In any operating system?
> So, memory leaks are valid only for apps that stay in memory, like
> FastCGI, ISAPI, etc?
> 

It is more or less a console application.

1. Request come in.
2. CGI Application starts and handles request through stdin/stdout.
3. CGI Application shuts down and release its resources.

One application is started and then shutdown for every request which comes in. 
Not good for sites that need AJAX, connection pooling, persistent objects, etc. 
  Great (and fast) for sites with basic fetch(static, database, etc) and display 
models, IMO.

--
Warm Regards,

Lee



More information about the fpc-pascal mailing list