Re: Program start time
- From: Robert Marquardt <robert_marquardt@xxxxxx>
- Date: Sat, 28 Jan 2006 06:10:12 +0100
Scout wrote:
So I'm just wondering what you might have done to your Delphi apps to get them to load quickly, or if the general consensus is that a multi-
megabyte app is going to take a long time to start.
Such applications are often database applications. Connecting to a database easily eats up the seconds.
For a Win32 application it is often the lack of knowledge by the average programmer about the way Delphi handles the forms. Often all the forms and dialogs are created on startup and this takes time.
Nothing new for D2006 though.
.
- References:
- Program start time
- From: Scout
- Program start time
- Prev by Date: Program start time
- Next by Date: Re: Delphi - Brisbane/Qld User Group ?
- Previous by thread: Program start time
- Next by thread: Re: Program start time
- Index(es):
Relevant Pages
|