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

High CPU usage in irc.server. #193

Open
jheddings opened this issue Jul 26, 2021 · 1 comment
Open

High CPU usage in irc.server. #193

jheddings opened this issue Jul 26, 2021 · 1 comment

Comments

@jheddings
Copy link
Contributor

The select() call returns immediately almost always, since the sockets are usually ready_to_read. This effectively creates a tight loop and very high CPU usage for any active connection.

@jaraco
Copy link
Owner

jaraco commented Oct 13, 2021

I'd be happy to review improvements to address the reported concern.

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

No branches or pull requests

2 participants