Results 1 to 3 of 3

Thread: Dynamic Step Creation

  1. #1
    Join Date
    Jun 2008
    Posts
    14

    Default Dynamic Step Creation

    Our application has multiple steps running in parallel each of which has a reader that polls a given (injected) ArrayBlockingQueue. A requirement is to allow a user to increase the number of one or more of the steps so that more than one reader is polling a given queue.

    Is it possible to dynamically (programmatically) create a step running in parallel with other steps within a given job?

  2. #2

    Default

    Sorry, I'm not fully understood waht you mean.

    Do you want to create a step dinamically (with different logic) or you mean to increase number of threads for already defined step?

  3. #3
    Join Date
    Jun 2008
    Posts
    14

    Default

    Quote Originally Posted by Jul View Post
    Sorry, I'm not fully understood waht you mean.

    Do you want to create a step dinamically (with different logic) or you mean to increase number of threads for already defined step?
    I've solved this problem using partitioning. By increasing the grid size we're able to increase the number of steps running simultaneously. The grid size is set via a properties file entry.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •