1 Reply Latest reply on Feb 11, 2015 11:33 AM by wdfink

    Jboss EAP 6.3 and multiThreading

    arvindakula

      Hello Everybody,

       

      We are migrating one of our multi thread web application which us running in other application server to the Jboss EAP 6.3.x .

       

      Below are some question which we need some suggestions for this migration.

       

      In current application we tend to create multiple java threads for doing business processes , schedulers , loggers ...etc

       

      •     Is there any specific things we need to consider migrating to JBOSS EAP for threads ?
      •     Do we need to use any specific for creation of threads while using the Jboss EAP6.3?
      •     Presently we are using the standard way of creation of threads , run menthod.

       

      Please do let me know on this asap.

       

      Thanks,

      Arvind

        • 1. Re: Jboss EAP 6.3 and multiThreading
          wdfink

          To be honest, the issue here is that you do something against the specification.

          There is no guarantiy that this works it can be specific to the vendor and version.

           

          As there are no checks in EAP it should work as before but there might be side effects.