4 Replies Latest reply on May 11, 2007 11:55 AM by stu2

    Spawning a thread from a seam component

      Is this safe and if so is there a recommended pattern? Do I need to use Asynch.getAsynchronousProxy method to do this and can I just create a Thread object and call start().

      Any feedback is appreciated.