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

Allow generic option vars pass through to Net::Server #109

Closed
miyagawa opened this issue Jan 22, 2015 · 4 comments
Closed

Allow generic option vars pass through to Net::Server #109

miyagawa opened this issue Jan 22, 2015 · 4 comments

Comments

@miyagawa
Copy link
Owner

I'd like to keep the root option namespace to specific for plackup common variables, but it would make sense to allow some prefixed options passed through to Net::Server, such as:

starman --net_server-lock_file=/tmp/file.lock ...

or some sort.

@ap
Copy link
Contributor

ap commented Jan 22, 2015

Maybe just --ns- as prefix? Or --nsrv- maybe? Not sure what would be good… but --net_server- is awfully long.

@miyagawa
Copy link
Owner Author

I'd think that they're meant to be scripted in your launcher script (init.d etc) and not for the regular command line use.

@miyagawa
Copy link
Owner Author

in other words, if they're commonly used, we should just give a shortcut like the current ones (keepalive, etc.)

@ap
Copy link
Contributor

ap commented Jul 17, 2016

This was implemented by #111, which has been merged and shipped, so the issue can be closed.

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

2 participants