Marcos Douglas wrote:
On Mon, May 24, 2010 at 12:42 PM, Felipe Monteiro de Carvalho
<felipemonteiro.carva...@gmail.com> wrote:
On Mon, May 24, 2010 at 5:26 PM, Marcos Douglas <m...@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to