1 Reply Latest reply on Dec 8, 2018 4:48 PM by pferraro

    Scale wildfly http server

    zmadel

      Hello

      I have a question regarding wildfly

      I am using wildfly 11 to run camunda BPM

      there is a REST API deployed on wildfly

      I am making load test to handle the worst case in production

      I want to reach 1000 requests per second

      but the maximum I can reach is 50 requests\second and after that the http server crashes and needs restart

      how can I reach the needed throughput ?

       

      Thanks

        • 1. Re: Scale wildfly http server
          pferraro

          If a single WildFly server can process 50 of your requests per second, assuming there is no shared resource creating a bottleneck, then a load balancer with 20 WildFly workers should be able to roughly handle 1000 requests per second.