Re: Do BPL's Hurt Application Performance?
- From: "Craig Stuntz [TeamB]" <craig_stuntz@xxxxxxxxxxxxx [a.k.a. acm.org]>
- Date: 31 May 2006 13:31:55 -0700
Johnnie Norsworthy wrote:
If I compiled (D7) using packages and include all the packages my
application uses in the local program folder at installation, what
effect would that have on performance compared to using a large
monolithic EXE (15 meg)? All of my forms are created as needed at
run-time.
As with any DLL, it will hurt you if you don't set the base
appropriately and Windows has to rebase the DLLs. You can get some gain
in some cases when code segments can be shared.
In short, there isn't really a simple answer to this. It depends on
what you're doing. In most cases this won't be the biggest performance
issue in the app, however, and IMHO you should always fix the slowest
stuff first. :)
-Craig
--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
All the great TeamB service you've come to expect plus (New!)
Irish Tin Whistle tips: http://learningtowhistle.blogspot.com
.
- References:
- Do BPL's Hurt Application Performance?
- From: Johnnie Norsworthy
- Do BPL's Hurt Application Performance?
- Prev by Date: Re: UI design problem - exclusive checkboxes
- Next by Date: Re: UI design problem - exclusive checkboxes
- Previous by thread: Do BPL's Hurt Application Performance?
- Index(es):
Relevant Pages
|