Re: 100% CPU usage to do nothing.
- From: "Viatcheslav Valerievitch Vassiliev" <support@xxxxxxxxxxxxxxx>
- Date: Wed, 19 Dec 2007 01:46:38 +0300
Check also that you do not have handlers for AfterScroll/BeforeScroll events, and no details dataset(s).
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Donald S. Bossen" <sbossen@xxxxxxxxxxxxxxx> сообщил/сообщила в новостях следующее: news:4767f2a1@xxxxxxxxxxxxxxxxxxxxxxxxx
Using Delphi6 and ADOData Set and connection componetes.
In this application I am selecting a large amount of data from a Microsoft SQL2005 and noted it running slow the CPU was at 100% and the process was slowing with time. So I commented all out as to have this
TblSql.First
while not TblSql.Eof do
begin
TblSql.next;
end;
and it takes the same length of time with 100% usage. Any Ideas on what is wrong and how to fix.
Thanks
Donald S. Bossen
J&B Importers Inc.
.
- References:
- 100% CPU usage to do nothing.
- From: Donald S. Bossen
- 100% CPU usage to do nothing.
- Prev by Date: Re: 100% CPU usage to do nothing.
- Next by Date: Re: 100% CPU usage to do nothing.
- Previous by thread: Re: 100% CPU usage to do nothing.
- Next by thread: Re: 100% CPU usage to do nothing.
- Index(es):
Relevant Pages
|