100% CPU usage to do nothing.
- From: "Donald S. Bossen" <sbossen@xxxxxxxxxxxxxxx>
- Date: Tue, 18 Dec 2007 09:15:12 -0700
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.
.
- Follow-Ups:
- Re: 100% CPU usage to do nothing.
- From: Martijn Tonies
- Re: 100% CPU usage to do nothing.
- From: Viatcheslav Valerievitch Vassiliev
- Re: 100% CPU usage to do nothing.
- From: Kevin Frevert
- Re: 100% CPU usage to do nothing.
- Prev by Date: Re: indexname not supported for VFP
- Next by Date: Re: 100% CPU usage to do nothing.
- Previous by thread: indexname not supported for VFP
- Next by thread: Re: 100% CPU usage to do nothing.
- Index(es):
Relevant Pages
|