| View previous topic :: View next topic |
| Author |
Message |
derek Guest
|
Posted: Thu Apr 08, 2004 10:13 pm Post subject: How can I make my app faster? |
|
|
Its all data aware with an interbase 7 backend, a middle tier (using
TDataSetProvider, TClientDataSet)....
what are the general ways to make my app faster?
|
|
| Back to top |
|
 |
G. Allen Casteran Guest
|
Posted: Thu Apr 08, 2004 10:54 pm Post subject: Re: How can I make my app faster? |
|
|
In article <4075ce7b$1 (AT) newsgroups (DOT) borland.com>, [email]derek (AT) noWhere (DOT) com[/email]
says...
| Quote: | Its all data aware with an interbase 7 backend, a middle tier (using
TDataSetProvider, TClientDataSet)....
what are the general ways to make my app faster?
|
Don't do things that are slow! :)
OK, it really depends upon what your app is doing and where the slow
points are. Without seeing your app and exactly what you are doing its
real hard for us to tell you what to do.
The best thing you can do is load test and profile. Load up your DB with
an amount of data that is representative of what actual use might be and
see how it performs.
Allen.
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Thu Apr 08, 2004 11:30 pm Post subject: Re: How can I make my app faster? |
|
|
You need to provide a _much_ more detailed explanation of what is slow
before anyone can help you.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Marc Rohloff Guest
|
Posted: Fri Apr 09, 2004 1:44 pm Post subject: Re: How can I make my app faster? |
|
|
derek wrote on Fri, 9 Apr 2004 10:13:15 +1200 ...
<4075ce7b$1 (AT) newsgroups (DOT) borland.com>
| Quote: | Its all data aware with an interbase 7 backend, a middle tier (using
TDataSetProvider, TClientDataSet)....
what are the general ways to make my app faster?
|
The cheapest way (seriously) is to buy a faster machine, more memory,
better graphics card and bigger faster hard-drive.
Get a profiler and profile your application. Usually performance
problems are limited to a fairly small subset of the program. A profiler
will tell you where they are and if your 'fix' has really worked.
Marc Rohloff
marc rohloff at bigfoot dot com
|
|
| Back to top |
|
 |
Craig Stuntz [TeamB] Guest
|
Posted: Fri Apr 09, 2004 2:56 pm Post subject: Re: How can I make my app faster? |
|
|
derek wrote:
| Quote: | Its all data aware with an interbase 7 backend, a middle tier (using
TDataSetProvider, TClientDataSet)....
what are the general ways to make my app faster?
|
Read the IB optimization series at http://delphi.weblogs.com/articles
-Craig
--
Craig Stuntz [TeamB] . Vertex Systems Corp. . Columbus, OH
Delphi/InterBase Weblog : http://delphi.weblogs.com
Useful articles about InterBase and Delphi development:
http://delphi.weblogs.com/articles
|
|
| Back to top |
|
 |
|