rest - Higher concurrency vs lower concurrency -


in doing load test (by using siege example) servers, lower concurrency number better?

what number signify?

the siege docs go detail on concurrency here: https://www.joedog.org/2012/02/17/concurrency-single-siege/

from page:

the calculation simple: total transactions divided elapsed time. if did 100 transactions in 10 seconds, our concurrency 10.00.

higher concurrency measure can mean server handling more connections faster can mean server falling behind on calculations , causing connections queued. concurrency measure valuable when taken in context of time elapsed.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -