emuikernel / wittytwitter

Automatically exported from code.google.com/p/wittytwitter
1 stars 0 forks source link

Witty using up lots of CPU and memory on refresh #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use Witty.
2. Refresh.

What is the expected output? What do you see instead?
Grabs the CPU and starts consuming large amounts of memory.

What version of the product are you using? On what operating system?
Witnessed in 0.1.6 and 0.1.7 on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by dugwil...@hotmail.com on 6 Apr 2008 at 8:47

Attachments:

GoogleCodeExporter commented 8 years ago
wow, that is really high. Witty memory consumption should be around 40-80mb.

Original comment by alan...@gmail.com on 7 Apr 2008 at 2:46

GoogleCodeExporter commented 8 years ago
Tested using XP SP2 and Vista Business SP1. I am not experiencing high usage on
either using Witty 1.9.0.20. My counts are inline with what Alan reported.

Original comment by bgrisw...@gmail.com on 23 Dec 2008 at 6:57

GoogleCodeExporter commented 8 years ago
Was able to reproduce - SingleInstanceManager wasn't calling ResetEvent after a 
second instance was launched, so it WaitForSingleObject kept firing. Added 
ResetEvent issue was corrected. It's possible there are other causes of high 
CPU 
use, but this one has been confirmed and corrected.

Original comment by jongallo...@gmail.com on 30 Dec 2008 at 10:40