Thursday, 22 August 2013

wxpython csv reader crashing while processing

wxpython csv reader crashing while processing

I have built a csv reader with. It iterats through a file and gives
results based on search terms. I am reading 3 gig files. When I let it
iterate through the file it works fine. But if I even touch the wxpython
window after processing has begun the app stops responding then crashes.
My best guess is I have to somehow monitor/throttle cpu usage. I have no
idea how to do this or if I am on the right path. Thanks in advanced :)

No comments:

Post a Comment