[Lazarus] fpWeb - Apache Modules
Graeme Geldenhuys
graemeg.lists at gmail.com
Fri Jan 23 11:04:00 CET 2009
On Fri, Jan 23, 2009 at 11:43 AM, Henry Vermaak <henry.vermaak at gmail.com> wrote:
>
> just for interest sake, have you measured how long it takes to set up
> the connection relative to how long the network transfer takes? it'll
> obviously be dependant on the connection speed, but i get the feeling
> that it's minimal.
Yes I have, and so did other users of tiOPF. The Connect/Disconnect
part of a database takes considerably longer than retrieving a subset
of data. And with the way CGI applications work, they
connect/disconnect very often (each screen refresh).
I say "subset of data" because I only retrieve what I need. I NEVER do
a "select * from <tablename>".
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the Lazarus
mailing list