1 Reply Latest reply on Nov 11, 2008 10:38 AM by hurzeler

    Is MultiThreading possible?

    hurzeler

      I have an requirement to run a view threads concurrently. I tried to solve the problem with @Asynchronous but that seem only to spawn one asynchronous thread. Calling a asynchronous method on a Component will execute the methods in series as the named Component is always the same Object.


      Hence the question: Is true concurent multithreading possible using @Asynchronous and Seam Injection?


      Please help. I hope that is not a shortcoming of SEAM!!