[fpc-pascal] Re: Using FPC as a scripting engine

Jeff Pohlmeyer yetanothergeek at gmail.com
Sat Oct 14 14:31:36 CEST 2006


I remember seeing some sort of system ( I can't remember
the name or URL ) that used a pascal compiler to pre-compile
CGI applications. Whenever a client request involved one the
apps, the server would check the timestamp of the source
against the timestamp of the binary. If the the binary was
newer, it would just run, if the source was newer, it would
be recompiled before running.

Just a thought, maybe somebody else here knows the
thing I'm talking about.


 - Jeff



More information about the fpc-pascal mailing list