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

-c concurrency should be renamed -p parallel #52

Closed
the1mills opened this issue Apr 9, 2015 · 1 comment
Closed

-c concurrency should be renamed -p parallel #52

the1mills opened this issue Apr 9, 2015 · 1 comment

Comments

@the1mills
Copy link

if these requests are truly happening simultaneously, then those are parallel processes, not concurrent ones.

it might be too late to change your library

check this out

http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference

my guess is that your library is truly concurrent not parallel, so maybe you should revise the word "simultaneous"

@alexfernandez
Copy link
Owner

Good catch. Clarified in commit b9674af, feel free to reopen if you think it's not clear enough.

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