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

Clarification about concurrency #10

Open
halorgium opened this issue Jun 1, 2013 · 1 comment
Open

Clarification about concurrency #10

halorgium opened this issue Jun 1, 2013 · 1 comment

Comments

@halorgium
Copy link
Contributor

Is the server meant to handle many clients at a time?
I noted the vanilla ruby impl does not do this.

@othiym23
Copy link
Owner

othiym23 commented Jun 1, 2013

The purpose of the benchmark is to see how various platforms deal with a heavy concurrent client load, and the most important metric is a standard client's throughput against the server, measured in thousands of requests per minute, filtered down to the inter-quartile range to allow for a certain amount of volatility. The standard client is configured to have a concurrency level of 64 simultaneous requests, which is about as high as my laptop can handle before the OS X's networking stack starts melting down.

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