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

lomax: Adding coroutine functionality #76

Merged
merged 5 commits into from
Feb 15, 2016
Merged

Conversation

simar7
Copy link
Contributor

@simar7 simar7 commented Feb 12, 2016

Signed-off-by: Simarpreet Singh simar@opendns.com

Simarpreet Singh added 2 commits February 12, 2016 03:41
lomax can now be parllelized with go coroutines!

Signed-off-by: Simarpreet Singh <simar@opendns.com>
@simar7 simar7 self-assigned this Feb 12, 2016
Simarpreet Singh added 2 commits February 12, 2016 05:35

while true
do
pkill -9 "lomax";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of this script? "kill-all.sh" sounds like it should just shut lomax down, but in fact it spins in a loop (consuming 100% CPU most likely) and repeatedly kills it. If this behavior is intended it would be good to have a comment explaining its purpose—just a sentence or two would suffice.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lomax/scripts/stress-test-1.sh could potentially spawn a lot of lomax instances depending on the argument passed in. This may get out of control if the system can't handle it. The reason I wrote this is because this allows anything "lomax" to be killed without any wait. Is there's a better way to do the above use case?

@simar7
Copy link
Contributor Author

simar7 commented Feb 15, 2016

I'll improve on the kill-all.sh script once I merge this in as it's needed elsewhere.

simar7 added a commit that referenced this pull request Feb 15, 2016
lomax: Adding coroutine functionality
@simar7 simar7 merged commit 8d9f458 into opendns:master Feb 15, 2016
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

Successfully merging this pull request may close these issues.

2 participants