Re: How to reduce memory usage?
From: Bruce Roberts (ber_at_bounceitattcanada.xnet)
Date: 11/17/03
- Next message: Rob Kennedy: "Re: preventing a context switch from happening ?"
- Previous message: Jud McCranie: "Re: Second class coding :("
- In reply to: Ingolf: "How to reduce memory usage?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 17 Nov 2003 17:01:16 -0500
"Ingolf" <DONT_SPAMingolf@excite.com> wrote in message
news:3fb55ac1$0$95111$edfadb0f@dread11.news.tele.dk...
> Is there any guides or other tricks that i should know of? Or should i
> revert back to Delphi 3 for extremely small apps?
If you want a small app revert to assembler ;)
XP is a virtual memory system. A programs memory footprint is not static.
The RAM footprint reported by XP is not actual. The cost of reducing the RAM
footprint of a reasonably well written Delphi gui application is, IMO,
rarely worth it, presuming an application is gui. It makes much more sense
to spec a more robust computer, in my neck of the woods a P4 2.54, 256MB,
40GB machine sells for less than 300USD. Give me a break, one would have to
be deploying thousands of units before it would be cost effective to save a
couple hundred MB in memory footprint.
- Next message: Rob Kennedy: "Re: preventing a context switch from happening ?"
- Previous message: Jud McCranie: "Re: Second class coding :("
- In reply to: Ingolf: "How to reduce memory usage?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|