Re: Speed issue...



Hi!

I finally fired up AQTime and here is more detail:

96% of processing time is spent inside TDataConnectThread.Execute
with WaitForMultipleObjects call.

But the source for TDataConnectThread is not supplied it seems.

Thanks!
Atmapuri

"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:toq373tgku0j4m6pcrqmq2cfhmmme68c62@xxxxxxxxxx

About 30 fields, number and text. No blobs, no long strings.
It is constantly slow. I am also using CalcFields event and turning
that off speeds things up by 2x when scrolling the database. Instead
of 1 second it takes about 0.5 seconds to move to the next record.


.



Relevant Pages

  • Re: Speed issue...
    ... 96% of processing time is spent inside TDataConnectThread.Execute ... with WaitForMultipleObjects call. ... But the source for TDataConnectThread is not supplied it seems. ... That is not an ADO method. ...
    (borland.public.delphi.database.ado)
  • Re: Interfaces vs Classes
    ... > processing time. ... so do your optimization where lots of time is spent. ... This is the place where most of the time would be spent. ...
    (microsoft.public.dotnet.languages.csharp)