On Sat, Mar 23, 2013 at 8:13 PM, Eldar <[email protected]> wrote:
> I recently benchmarked node.js hello world server on OS X 10.8.3 and
> observed the following:
>
> $ node hello-world.js &
> $ ab -n 1000 -c 10 -k -q http://127.0.0.1:8000/ # OK
> $ ab -n 2000 -c 10 -k -q http://127.0.0.1:8000/ # OK
> $ ab -n 5000 -c 10 -k -q http://127.0.0.1:8000/ # Hang out!
>
> That's probably not related to the above issue, since it's only OS X
> specific (other platforms are ok), but still interesting.
> The behavior is the same for both 0.8.x and 0.10.x.

Try a tool like siege or wrk, the ab that Apple ships is buggy.

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to