Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Command line mode #74

Merged
merged 1 commit into from
Oct 31, 2014
Merged

Command line mode #74

merged 1 commit into from
Oct 31, 2014

Conversation

mikary
Copy link
Contributor

@mikary mikary commented Oct 14, 2014

Opening new PR to replace #71
@davidfowl @abnanda1

@mikary
Copy link
Contributor Author

mikary commented Oct 24, 2014

@moozzyk Could you look this PR over? This adds a stand-alone version of the agent for use in a non-distributed fashion.

break;
case "worker":
ThreadPool.SetMinThreads(32, 32);
Copy link

Choose a reason for hiding this comment

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

What are the default numbers and why 32 is good? Why we need to do this at all - the explanation should be in the code as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was attempting to address an issue with slow ramp-up and ramp-down, but there weren't any conclusive results. I'll just remove this until we have something definitive.

@mikary
Copy link
Contributor Author

mikary commented Oct 29, 2014

This PR is ready for another pass when you have a chance.
@abnanda1 @moozzyk

@moozzyk
Copy link

moozzyk commented Oct 29, 2014

🚢🇮🇹

@mikary mikary merged commit 654ea3d into dev Oct 31, 2014
@mikary mikary deleted the commandLineMode branch October 31, 2014 16:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants