0 Replies Latest reply on May 16, 2006 6:05 AM by jpicard

    Jboss and parallel traitements

      Hello,

      I?m using Jboss AS 4.0.3sp1.

      I would like to know what is the best method to execute parallel traitements with ?Jboss?.

      For example in a ?Servlet?, on client HTTP request, I would execute another request in parallel of the principal and merge both results.

      Does it possible to create another native Thread at runtime to do that ? is it the best method ?

      Thanks,