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 #3

Closed
gholt opened this issue Nov 11, 2012 · 0 comments
Closed

High CPU usage #3

gholt opened this issue Nov 11, 2012 · 0 comments
Assignees
Milestone

Comments

@gholt
Copy link
Owner

gholt commented Nov 11, 2012

After researching this, it seems the high CPU usage is only when using Eventlet. I did a bit of digging into Eventlet to try to figure out why, but I got lost pretty quick with what's doing what. Appears to be at the socket level with all the trampolining while calling send.

Easiest solution for a tool like the swiftly cli is to not bother with Eventlet by default, but I'll make it into an option so users can decide. The swiftly library itself certainly has many use cases where Eventlet would be preferred, and I'll keep it using Eventlet by default, but allow not using it even if it is installed.

@ghost ghost assigned gholt Nov 11, 2012
@gholt gholt closed this as completed in 772331d Nov 11, 2012
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