Skip to content

Doc tweaks - min/max_spare_servers and some typo fixes & rewording#41

Open
bigpresh wants to merge 9 commits intomiyagawa:masterfrom
bigpresh:doc/workertweaking
Open

Doc tweaks - min/max_spare_servers and some typo fixes & rewording#41
bigpresh wants to merge 9 commits intomiyagawa:masterfrom
bigpresh:doc/workertweaking

Conversation

@bigpresh
Copy link

@bigpresh bigpresh commented Feb 3, 2012

The min_spare_servers, max_spare_servers, max_servers options weren't clearly documented, I had to look at the code to find out how to let Starman dynamically start more workers to handle the current load (within defined limits).

I've added these to the documentation in bin/starman, and also fixed some typos and improved the clarity of some parts while I was there :)

These weren't clearly documented before, in my opinion; i had to delve into the
code to find out how to allow the number of worker processes to adapt to the
load, rather than being fixed.
I think this reads ever so slightly more naturally, although both forms are
considered correct.
bin/starman Outdated
Copy link
Owner

Choose a reason for hiding this comment

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

you can use - and plack handler automatically converts to _. i.e. starman --min-spare-servers 2 ... I prefer the use of -.

Copy link
Author

Choose a reason for hiding this comment

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

OK, made that change.... slightly slow response there, I must admit ;)

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