0 Replies Latest reply on Mar 27, 2015 8:11 AM by pritesh8

    Jboss 6.2 performance tunning

    pritesh8

      Hi

       

      I am doing load testing on my server.

      It working fine for 100 parallel users(100 parallel http connection).

      But if I increase to more than 200 parallel users server is getting stuck and its not responding to any request and also not accepting any new connection.

      I have to reach 1000 parallel user.

       

      We are using SQLServer as DB

       

      Configuration :

           <subsystem xmlns="urn:jboss:domain:web:1.5" default-virtual-server="default-host" native="false">

                  <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>

                  <virtual-server name="default-host" enable-welcome-root="true">

                      <alias name="localhost"/>

                      <alias name="example.com"/>

                  </virtual-server>

              </subsystem>

       

      I also attached standalone-full.xml