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

have simultaneous requests coming in and have tested how its handled … #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxdignan
Copy link

…for both singly and multi threaded servers. Obvi the multithreaded version handles the requests overall quicker, and the singly-threaded runs them one after another (after completion on each)

PS
Not totally sure what you are going for, so I just played around with it and made the client into a simple stress tester for the server (to see how the two versions perform differently).

…for both singly and multi threaded servers. Obvi the multithreaded version handles the requests overall quicker, and the singly-threaded runs them one after another (after completion on each)
@jaybobo
Copy link
Member

jaybobo commented Dec 28, 2015

@maxdignan A+ for effort ha. This is not a part of the official CMM drills but instead a simple review of how web servers work. I thought this article was extremely illuminating...
http://www.rubyraptor.org/how-we-made-raptor-up-to-4x-faster-than-unicorn-and-up-to-2x-faster-than-puma-torquebox/

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