1 Reply Latest reply on Apr 23, 2013 3:06 AM by jaikiran

    How to interpret maxThreads value?

    selfcare

      I have set maxThreads as 200. If there are 0 users logged into my server, ActiveThreadCount value displayed is 50 in jmx-console.

       

      I carried out load test on my server. I had put 200 concurrent users. I observed that when concurrency reaches 150, server will no more accept new requests.

       

      So, the question is, 200 maxThreads means 50(which server is using up) + 150 (Users that are logged in) ?

       

      Or, 200 maxThreads means, 200 users can concurrently log in apart from the threads that server is using up?

       

      Regards,