Re: Extreme processor utilisation
Posted: 27 Jan 2011, 01:29
Okay, I have performed some testing of it. to make sure I wasn't having problems with the old project, I deleted all the previously-downloaded files and just started again.
Basically, the UI no longer locks up, but that same thread ( EPF.exe!madTraceProcess+0x924424) now runs constantly, and the application did not get past "resolving" when it reached the first url to parse. I'm sure you're going in the right direction with it, but it doesn't seem to have had any effect on the specific issue I'm having (and in fact seems to have made it worse - previously it would lock up but still download files, now it locks up then stays like that indefinitely).
I will email you the project I'm currently running so you can more accurately test this phenomena yourself.
On a slightly related note, I noticed that the application resolves the host name for every image that it downloads, regardless of whether the site is the same as one that it has previously downloaded from (even just a few seconds beforehand). Would it be possible to put in some kind of delay so that it will only resolve the same domain after say, 30 minutes of downloading? I noticed it putting a major delay on the overall download process.
Thanks again for looking into this, it really is appreciated. And I'm glad to help in any way I can.
Basically, the UI no longer locks up, but that same thread ( EPF.exe!madTraceProcess+0x924424) now runs constantly, and the application did not get past "resolving" when it reached the first url to parse. I'm sure you're going in the right direction with it, but it doesn't seem to have had any effect on the specific issue I'm having (and in fact seems to have made it worse - previously it would lock up but still download files, now it locks up then stays like that indefinitely).
I will email you the project I'm currently running so you can more accurately test this phenomena yourself.
On a slightly related note, I noticed that the application resolves the host name for every image that it downloads, regardless of whether the site is the same as one that it has previously downloaded from (even just a few seconds beforehand). Would it be possible to put in some kind of delay so that it will only resolve the same domain after say, 30 minutes of downloading? I noticed it putting a major delay on the overall download process.
Thanks again for looking into this, it really is appreciated. And I'm glad to help in any way I can.