Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Nov : CPU consumption & IdHTTP
| Subject: | CPU consumption & IdHTTP |
| Posted by: | "Hans" (hans.no.spam@xs4all.nl) |
| Date: | Mon, 21 Nov 2005 11:58:49 |
My application does a lot of http fetches over the internet. Much to my
surprise the cpu usage of this app is rather high while doing so- like
30 to 60%.
Even after I outcommented any processing of the fetched data, it still
needs this high cpu rate. Now I find it hard to believe that Indy loops
to wait for an http response, but it does look like it...
I am using Indy 9 with Delphi 7.
Any ideas?