1 Reply Latest reply on Aug 11, 2014 6:08 PM by electricsam

    Does Wildfly suport multi-threaded AJAX and clustering?

    electricsam

      I am trying to set up a Wildfly cluster with HA.  I set the <distributable/> option in my web.xml but now all my AJAX calls are single threaded. Also, if an AJAX call exceeds some timeout in infinispan, because it it waiting for another call to finish and error is thrown   I tried to use asynchronous servlets, but this fails because of

      https://github.com/wildfly/wildfly/pull/6579

       

      Can Wildfly support multiple AJAX calls with sessions?