0 Replies Latest reply on Sep 25, 2005 6:43 AM by mittal.neeraj

    Multi threaded schedular

    mittal.neeraj

      I am new to JBoss, writing application which requires tasks to be scheduled. all the tasks are time consuming, may take 3 mins each. Earlier I planned to use javax.management.timer.Timer for scheduling, but long running taks are problem as they are executed in sequence.

      Can you please suggest me some alternate way, where tasks are executed in different threads?

      Thanks in advance.

      with regards,
      Neeraj Mittal