We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like people are benchmarking Goliath without realizing that its running in Dev mode, which causes some less than impressive numbers. Ex:
http://www.igvita.com/2011/03/08/goliath-non-blocking-ruby-19-web-server/comment-page-1/#comment-309964
I think we should add a simple banner / message at startup to indicate the loaded environment (print to stdout).
"Starting Goliath in X mode on host:port" - or something like that.
The text was updated successfully, but these errors were encountered:
You mean like: https://github.com/postrank-labs/goliath/blob/master/lib/goliath/runner.rb#L216
Sorry, something went wrong.
facepalm Yeah, just like that. ;-)
No branches or pull requests
Looks like people are benchmarking Goliath without realizing that its running in Dev mode, which causes some less than impressive numbers. Ex:
http://www.igvita.com/2011/03/08/goliath-non-blocking-ruby-19-web-server/comment-page-1/#comment-309964
I think we should add a simple banner / message at startup to indicate the loaded environment (print to stdout).
"Starting Goliath in X mode on host:port" - or something like that.
The text was updated successfully, but these errors were encountered: