Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Listener] Network error may cause unwanted CPU usage #7

Open
progval opened this issue Jan 30, 2011 · 0 comments
Open

[Listener] Network error may cause unwanted CPU usage #7

progval opened this issue Jan 30, 2011 · 0 comments

Comments

@progval
Copy link

progval commented Jan 30, 2011

Hello,

In the run() method of ListenerThread, there is no time.sleep(); so, if an IOError is raised each time the try block is runned, it would use the CPU at 100% until self.active goes to false.

Best regards,
ProgVal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant