On Fri, Jan 23, 2009 at 12:36 PM, Michael Van Canneyt
<mich...@freepascal.org> wrote:
> All depends on how your CGI application works.
> For any reasonably user-friendly application screen buildup usually
> requires so many queries that the startup time is dwarfed.

[....]

> For simple CGI's a lot can be improved by caching some things in the
> session data, which you of course should not store in the database.


Correct. I should have mentioned that we do cache some information to
speed up page building and limit the amount of queries.


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to